ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/Win32/UI/IEEE754FloatConverter.Designer.cs
Revision: 249
Committed: Sun Jun 3 16:09:05 2012 UTC (10 years, 9 months ago) by william
File size: 8449 byte(s)
Log Message:
change address from uint to int

File Contents

# Content
1
2 namespace System.Windows.Forms
3 {
4 partial class IEEE754FloatConverter
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10
11 /// <summary>
12 /// Clean up any resources being used.
13 /// </summary>
14 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15 protected override void Dispose(bool disposing)
16 {
17 if (disposing && (components != null))
18 {
19 components.Dispose();
20 }
21 base.Dispose(disposing);
22 }
23
24 #region Component Designer generated code
25
26 /// <summary>
27 /// Required method for Designer support - do not modify
28 /// the contents of this method with the code editor.
29 /// </summary>
30 private void InitializeComponent()
31 {
32 this.grpIEEE754Converter = new System.Windows.Forms.GroupBox();
33 this.grpIEEE754Converter_flow = new System.Windows.Forms.FlowLayoutPanel();
34 this.lblIEEE754Float = new System.Windows.Forms.Label();
35 this.txtIEEE754Float = new System.Windows.Forms.MaskedHexBox();
36 this.btnConvertToFloat = new System.Windows.Forms.Button();
37 this.lblFloat = new System.Windows.Forms.Label();
38 this.txtFloat = new System.Windows.Forms.FloatBox();
39 this.btnConvertToIEEE754Float = new System.Windows.Forms.Button();
40 this.grpIEEE754Converter.SuspendLayout();
41 this.grpIEEE754Converter_flow.SuspendLayout();
42 this.SuspendLayout();
43 //
44 // grpIEEE754Converter
45 //
46 this.grpIEEE754Converter.Controls.Add(this.grpIEEE754Converter_flow);
47 this.grpIEEE754Converter.Dock = System.Windows.Forms.DockStyle.Fill;
48 this.grpIEEE754Converter.Location = new System.Drawing.Point(0, 0);
49 this.grpIEEE754Converter.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
50 this.grpIEEE754Converter.Name = "grpIEEE754Converter";
51 this.grpIEEE754Converter.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4);
52 this.grpIEEE754Converter.Size = new System.Drawing.Size(375, 98);
53 this.grpIEEE754Converter.TabIndex = 0;
54 this.grpIEEE754Converter.TabStop = false;
55 this.grpIEEE754Converter.Text = "32Bit Hex Float Converter:";
56 //
57 // grpIEEE754Converter_flow
58 //
59 this.grpIEEE754Converter_flow.Controls.Add(this.lblIEEE754Float);
60 this.grpIEEE754Converter_flow.Controls.Add(this.txtIEEE754Float);
61 this.grpIEEE754Converter_flow.Controls.Add(this.btnConvertToFloat);
62 this.grpIEEE754Converter_flow.Controls.Add(this.lblFloat);
63 this.grpIEEE754Converter_flow.Controls.Add(this.txtFloat);
64 this.grpIEEE754Converter_flow.Controls.Add(this.btnConvertToIEEE754Float);
65 this.grpIEEE754Converter_flow.Dock = System.Windows.Forms.DockStyle.Fill;
66 this.grpIEEE754Converter_flow.Location = new System.Drawing.Point(5, 23);
67 this.grpIEEE754Converter_flow.Name = "grpIEEE754Converter_flow";
68 this.grpIEEE754Converter_flow.Size = new System.Drawing.Size(365, 71);
69 this.grpIEEE754Converter_flow.TabIndex = 0;
70 //
71 // lblIEEE754Float
72 //
73 this.lblIEEE754Float.AutoSize = true;
74 this.lblIEEE754Float.Location = new System.Drawing.Point(3, 0);
75 this.lblIEEE754Float.Name = "lblIEEE754Float";
76 this.lblIEEE754Float.Size = new System.Drawing.Size(68, 18);
77 this.lblIEEE754Float.TabIndex = 1;
78 this.lblIEEE754Float.Text = " Hex:";
79 //
80 // txtIEEE754Float
81 //
82 this.txtIEEE754Float.AutoSize = true;
83 this.txtIEEE754Float.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
84 this.txtIEEE754Float.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85 this.txtIEEE754Float.isAddressMask = true;
86 this.txtIEEE754Float.Location = new System.Drawing.Point(79, 4);
87 this.txtIEEE754Float.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
88 this.txtIEEE754Float.MaxLength = 8;
89 this.txtIEEE754Float.Name = "txtIEEE754Float";
90 this.txtIEEE754Float.ReadOnly = false;
91 this.txtIEEE754Float.Size = new System.Drawing.Size(184, 26);
92 this.txtIEEE754Float.TabIndex = 0;
93 this.txtIEEE754Float.TextLength = 8;
94 this.txtIEEE754Float.Value = ((long)(0));
95 //
96 // btnConvertToFloat
97 //
98 this.grpIEEE754Converter_flow.SetFlowBreak(this.btnConvertToFloat, true);
99 this.btnConvertToFloat.Location = new System.Drawing.Point(271, 3);
100 this.btnConvertToFloat.Name = "btnConvertToFloat";
101 this.btnConvertToFloat.Size = new System.Drawing.Size(88, 23);
102 this.btnConvertToFloat.TabIndex = 5;
103 this.btnConvertToFloat.Text = "Convert";
104 this.btnConvertToFloat.UseVisualStyleBackColor = true;
105 this.btnConvertToFloat.Click += new System.EventHandler(this.btnConvertToFloat_Click);
106 //
107 // lblFloat
108 //
109 this.lblFloat.AutoSize = true;
110 this.lblFloat.Location = new System.Drawing.Point(3, 34);
111 this.lblFloat.Name = "lblFloat";
112 this.lblFloat.Size = new System.Drawing.Size(68, 18);
113 this.lblFloat.TabIndex = 2;
114 this.lblFloat.Text = "Float:";
115 //
116 // txtFloat
117 //
118 this.txtFloat.AutoSize = true;
119 this.txtFloat.Font = new System.Drawing.Font("Courier New", 12F);
120 this.txtFloat.Location = new System.Drawing.Point(74, 34);
121 this.txtFloat.Margin = new System.Windows.Forms.Padding(0);
122 this.txtFloat.Name = "txtFloat";
123 this.txtFloat.ReadOnly = false;
124 this.txtFloat.Size = new System.Drawing.Size(189, 28);
125 this.txtFloat.TabIndex = 6;
126 this.txtFloat.Value = "0";
127 //
128 // btnConvertToIEEE754Float
129 //
130 this.btnConvertToIEEE754Float.Location = new System.Drawing.Point(266, 37);
131 this.btnConvertToIEEE754Float.Name = "btnConvertToIEEE754Float";
132 this.btnConvertToIEEE754Float.Size = new System.Drawing.Size(88, 23);
133 this.btnConvertToIEEE754Float.TabIndex = 4;
134 this.btnConvertToIEEE754Float.Text = "Convert";
135 this.btnConvertToIEEE754Float.UseVisualStyleBackColor = true;
136 this.btnConvertToIEEE754Float.Click += new System.EventHandler(this.btnConvertToIEEE754Float_Click);
137 //
138 // IEEE754FloatConverter
139 //
140 this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
141 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
142 this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
143 this.Controls.Add(this.grpIEEE754Converter);
144 this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
145 this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
146 this.Name = "IEEE754FloatConverter";
147 this.Size = new System.Drawing.Size(375, 98);
148 this.grpIEEE754Converter.ResumeLayout(false);
149 this.grpIEEE754Converter_flow.ResumeLayout(false);
150 this.grpIEEE754Converter_flow.PerformLayout();
151 this.ResumeLayout(false);
152
153 }
154
155 #endregion
156
157 private GroupBox grpIEEE754Converter;
158 private FlowLayoutPanel grpIEEE754Converter_flow;
159 private Label lblIEEE754Float;
160 private MaskedHexBox txtIEEE754Float;
161 private Label lblFloat;
162 private Button btnConvertToIEEE754Float;
163 private Button btnConvertToFloat;
164 private FloatBox txtFloat;
165 }
166 }