28 |
/// </summary> |
/// </summary> |
29 |
private void InitializeComponent() |
private void InitializeComponent() |
30 |
{ |
{ |
|
this.maskedHexBox1 = new System.Windows.Forms.MaskedHexBox(); |
|
31 |
this.grpInputType = new System.Windows.Forms.GroupBox(); |
this.grpInputType = new System.Windows.Forms.GroupBox(); |
32 |
this.grpInputType_flow = new System.Windows.Forms.FlowLayoutPanel(); |
this.grpInputType_flow = new System.Windows.Forms.FlowLayoutPanel(); |
33 |
this.chkBinary = new System.Windows.Forms.CheckBox(); |
this.chkBinary = new System.Windows.Forms.RadioButton(); |
34 |
this.chkdecimal = new System.Windows.Forms.CheckBox(); |
this.chkdecimal = new System.Windows.Forms.RadioButton(); |
35 |
this.chkhexadecimal = new System.Windows.Forms.CheckBox(); |
this.chkhexadecimal = new System.Windows.Forms.RadioButton(); |
36 |
this.chkoctal = new System.Windows.Forms.CheckBox(); |
this.chkoctal = new System.Windows.Forms.RadioButton(); |
37 |
this.chkieee754float = new System.Windows.Forms.CheckBox(); |
this.chkieee754float = new System.Windows.Forms.RadioButton(); |
38 |
|
this.lblBinary = new System.Windows.Forms.Label(); |
39 |
|
this.lblDecimal = new System.Windows.Forms.Label(); |
40 |
|
this.lblHex = new System.Windows.Forms.Label(); |
41 |
|
this.lblOctal = new System.Windows.Forms.Label(); |
42 |
|
this.lblFloat = new System.Windows.Forms.Label(); |
43 |
|
this.btnConvert = new System.Windows.Forms.Button(); |
44 |
|
this.ieeE754FloatConverter1 = new System.Windows.Forms.IEEE754FloatConverter(); |
45 |
|
this.txtFloat = new System.Windows.Forms.MultiNumericBox(); |
46 |
|
this.txtOctal = new System.Windows.Forms.MultiNumericBox(); |
47 |
|
this.txtHex = new System.Windows.Forms.MultiNumericBox(); |
48 |
|
this.txtDecimal = new System.Windows.Forms.MultiNumericBox(); |
49 |
|
this.txtBinary = new System.Windows.Forms.MultiNumericBox(); |
50 |
|
this.txtInput = new System.Windows.Forms.MultiNumericBox(); |
51 |
this.grpInputType.SuspendLayout(); |
this.grpInputType.SuspendLayout(); |
52 |
this.grpInputType_flow.SuspendLayout(); |
this.grpInputType_flow.SuspendLayout(); |
53 |
this.SuspendLayout(); |
this.SuspendLayout(); |
54 |
// |
// |
|
// maskedHexBox1 |
|
|
// |
|
|
this.maskedHexBox1.AutoSize = true; |
|
|
this.maskedHexBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
|
this.maskedHexBox1.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.maskedHexBox1.isAddressMask = true; |
|
|
this.maskedHexBox1.Location = new System.Drawing.Point(9, 9); |
|
|
this.maskedHexBox1.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.maskedHexBox1.MaxLength = 8; |
|
|
this.maskedHexBox1.Name = "maskedHexBox1"; |
|
|
this.maskedHexBox1.ReadOnly = false; |
|
|
this.maskedHexBox1.Size = new System.Drawing.Size(238, 24); |
|
|
this.maskedHexBox1.TabIndex = 0; |
|
|
this.maskedHexBox1.TextLength = 8; |
|
|
this.maskedHexBox1.Value = ((ulong)(0ul)); |
|
|
// |
|
55 |
// grpInputType |
// grpInputType |
56 |
// |
// |
|
this.grpInputType.AutoSize = true; |
|
57 |
this.grpInputType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.grpInputType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
58 |
this.grpInputType.Controls.Add(this.grpInputType_flow); |
this.grpInputType.Controls.Add(this.grpInputType_flow); |
59 |
this.grpInputType.Location = new System.Drawing.Point(12, 58); |
this.grpInputType.Location = new System.Drawing.Point(12, 9); |
60 |
this.grpInputType.Name = "grpInputType"; |
this.grpInputType.Name = "grpInputType"; |
61 |
this.grpInputType.Size = new System.Drawing.Size(374, 46); |
this.grpInputType.Size = new System.Drawing.Size(122, 142); |
62 |
this.grpInputType.TabIndex = 1; |
this.grpInputType.TabIndex = 1; |
63 |
this.grpInputType.TabStop = false; |
this.grpInputType.TabStop = false; |
64 |
this.grpInputType.Text = "Input Type"; |
this.grpInputType.Text = "Input Type"; |
77 |
this.grpInputType_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
this.grpInputType_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
78 |
this.grpInputType_flow.Location = new System.Drawing.Point(3, 16); |
this.grpInputType_flow.Location = new System.Drawing.Point(3, 16); |
79 |
this.grpInputType_flow.Name = "grpInputType_flow"; |
this.grpInputType_flow.Name = "grpInputType_flow"; |
80 |
this.grpInputType_flow.Size = new System.Drawing.Size(368, 27); |
this.grpInputType_flow.Size = new System.Drawing.Size(116, 123); |
81 |
this.grpInputType_flow.TabIndex = 0; |
this.grpInputType_flow.TabIndex = 0; |
82 |
// |
// |
83 |
// chkBinary |
// chkBinary |
85 |
this.chkBinary.AutoSize = true; |
this.chkBinary.AutoSize = true; |
86 |
this.chkBinary.Location = new System.Drawing.Point(3, 3); |
this.chkBinary.Location = new System.Drawing.Point(3, 3); |
87 |
this.chkBinary.Name = "chkBinary"; |
this.chkBinary.Name = "chkBinary"; |
88 |
this.chkBinary.Size = new System.Drawing.Size(54, 17); |
this.chkBinary.Size = new System.Drawing.Size(53, 17); |
89 |
this.chkBinary.TabIndex = 0; |
this.chkBinary.TabIndex = 0; |
90 |
this.chkBinary.Text = "binary"; |
this.chkBinary.Text = "binary"; |
91 |
this.chkBinary.UseVisualStyleBackColor = true; |
this.chkBinary.UseVisualStyleBackColor = true; |
94 |
// chkdecimal |
// chkdecimal |
95 |
// |
// |
96 |
this.chkdecimal.AutoSize = true; |
this.chkdecimal.AutoSize = true; |
97 |
this.chkdecimal.Location = new System.Drawing.Point(63, 3); |
this.chkdecimal.Location = new System.Drawing.Point(3, 26); |
98 |
this.chkdecimal.Name = "chkdecimal"; |
this.chkdecimal.Name = "chkdecimal"; |
99 |
this.chkdecimal.Size = new System.Drawing.Size(62, 17); |
this.chkdecimal.Size = new System.Drawing.Size(61, 17); |
100 |
this.chkdecimal.TabIndex = 1; |
this.chkdecimal.TabIndex = 1; |
101 |
this.chkdecimal.Text = "decimal"; |
this.chkdecimal.Text = "decimal"; |
102 |
this.chkdecimal.UseVisualStyleBackColor = true; |
this.chkdecimal.UseVisualStyleBackColor = true; |
103 |
|
this.chkdecimal.CheckedChanged += new System.EventHandler(this.chkdecimal_CheckedChanged); |
104 |
// |
// |
105 |
// chkhexadecimal |
// chkhexadecimal |
106 |
// |
// |
107 |
this.chkhexadecimal.AutoSize = true; |
this.chkhexadecimal.AutoSize = true; |
108 |
this.chkhexadecimal.Location = new System.Drawing.Point(131, 3); |
this.chkhexadecimal.Location = new System.Drawing.Point(3, 49); |
109 |
this.chkhexadecimal.Name = "chkhexadecimal"; |
this.chkhexadecimal.Name = "chkhexadecimal"; |
110 |
this.chkhexadecimal.Size = new System.Drawing.Size(85, 17); |
this.chkhexadecimal.Size = new System.Drawing.Size(84, 17); |
111 |
this.chkhexadecimal.TabIndex = 2; |
this.chkhexadecimal.TabIndex = 2; |
112 |
this.chkhexadecimal.Text = "hexadecimal"; |
this.chkhexadecimal.Text = "hexadecimal"; |
113 |
this.chkhexadecimal.UseVisualStyleBackColor = true; |
this.chkhexadecimal.UseVisualStyleBackColor = true; |
114 |
|
this.chkhexadecimal.CheckedChanged += new System.EventHandler(this.chkhexadecimal_CheckedChanged); |
115 |
// |
// |
116 |
// chkoctal |
// chkoctal |
117 |
// |
// |
118 |
this.chkoctal.AutoSize = true; |
this.chkoctal.AutoSize = true; |
119 |
this.chkoctal.Location = new System.Drawing.Point(222, 3); |
this.chkoctal.Location = new System.Drawing.Point(3, 72); |
120 |
this.chkoctal.Name = "chkoctal"; |
this.chkoctal.Name = "chkoctal"; |
121 |
this.chkoctal.Size = new System.Drawing.Size(49, 17); |
this.chkoctal.Size = new System.Drawing.Size(48, 17); |
122 |
this.chkoctal.TabIndex = 3; |
this.chkoctal.TabIndex = 3; |
123 |
this.chkoctal.Text = "octal"; |
this.chkoctal.Text = "octal"; |
124 |
this.chkoctal.UseVisualStyleBackColor = true; |
this.chkoctal.UseVisualStyleBackColor = true; |
125 |
|
this.chkoctal.CheckedChanged += new System.EventHandler(this.chkoctal_CheckedChanged); |
126 |
// |
// |
127 |
// chkieee754float |
// chkieee754float |
128 |
// |
// |
129 |
this.chkieee754float.AutoSize = true; |
this.chkieee754float.AutoSize = true; |
130 |
this.chkieee754float.Location = new System.Drawing.Point(277, 3); |
this.chkieee754float.Location = new System.Drawing.Point(3, 95); |
131 |
this.chkieee754float.Name = "chkieee754float"; |
this.chkieee754float.Name = "chkieee754float"; |
132 |
this.chkieee754float.Size = new System.Drawing.Size(84, 17); |
this.chkieee754float.Size = new System.Drawing.Size(100, 17); |
133 |
this.chkieee754float.TabIndex = 4; |
this.chkieee754float.TabIndex = 4; |
134 |
this.chkieee754float.Text = "ieee754float"; |
this.chkieee754float.Text = "ieee754hexfloat"; |
135 |
this.chkieee754float.UseVisualStyleBackColor = true; |
this.chkieee754float.UseVisualStyleBackColor = true; |
136 |
|
this.chkieee754float.Visible = false; |
137 |
|
this.chkieee754float.CheckedChanged += new System.EventHandler(this.chkieee754float_CheckedChanged); |
138 |
|
// |
139 |
|
// lblBinary |
140 |
|
// |
141 |
|
this.lblBinary.AutoSize = true; |
142 |
|
this.lblBinary.Location = new System.Drawing.Point(34, 182); |
143 |
|
this.lblBinary.Name = "lblBinary"; |
144 |
|
this.lblBinary.Size = new System.Drawing.Size(39, 13); |
145 |
|
this.lblBinary.TabIndex = 8; |
146 |
|
this.lblBinary.Text = "Binary:"; |
147 |
|
// |
148 |
|
// lblDecimal |
149 |
|
// |
150 |
|
this.lblDecimal.AutoSize = true; |
151 |
|
this.lblDecimal.Location = new System.Drawing.Point(25, 210); |
152 |
|
this.lblDecimal.Name = "lblDecimal"; |
153 |
|
this.lblDecimal.Size = new System.Drawing.Size(48, 13); |
154 |
|
this.lblDecimal.TabIndex = 9; |
155 |
|
this.lblDecimal.Text = "Decimal:"; |
156 |
|
// |
157 |
|
// lblHex |
158 |
|
// |
159 |
|
this.lblHex.AutoSize = true; |
160 |
|
this.lblHex.Location = new System.Drawing.Point(44, 238); |
161 |
|
this.lblHex.Name = "lblHex"; |
162 |
|
this.lblHex.Size = new System.Drawing.Size(29, 13); |
163 |
|
this.lblHex.TabIndex = 10; |
164 |
|
this.lblHex.Text = "Hex:"; |
165 |
|
// |
166 |
|
// lblOctal |
167 |
|
// |
168 |
|
this.lblOctal.AutoSize = true; |
169 |
|
this.lblOctal.Location = new System.Drawing.Point(38, 266); |
170 |
|
this.lblOctal.Name = "lblOctal"; |
171 |
|
this.lblOctal.Size = new System.Drawing.Size(35, 13); |
172 |
|
this.lblOctal.TabIndex = 11; |
173 |
|
this.lblOctal.Text = "Octal:"; |
174 |
|
// |
175 |
|
// lblFloat |
176 |
|
// |
177 |
|
this.lblFloat.AutoSize = true; |
178 |
|
this.lblFloat.Location = new System.Drawing.Point(-2, 294); |
179 |
|
this.lblFloat.Name = "lblFloat"; |
180 |
|
this.lblFloat.Size = new System.Drawing.Size(75, 13); |
181 |
|
this.lblFloat.TabIndex = 12; |
182 |
|
this.lblFloat.Text = "IEEE754Float:"; |
183 |
|
this.lblFloat.Visible = false; |
184 |
|
// |
185 |
|
// btnConvert |
186 |
|
// |
187 |
|
this.btnConvert.Location = new System.Drawing.Point(467, 14); |
188 |
|
this.btnConvert.Name = "btnConvert"; |
189 |
|
this.btnConvert.Size = new System.Drawing.Size(75, 23); |
190 |
|
this.btnConvert.TabIndex = 13; |
191 |
|
this.btnConvert.Text = "Convert"; |
192 |
|
this.btnConvert.UseVisualStyleBackColor = true; |
193 |
|
this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click); |
194 |
|
// |
195 |
|
// ieeE754FloatConverter1 |
196 |
|
// |
197 |
|
this.ieeE754FloatConverter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
198 |
|
this.ieeE754FloatConverter1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
199 |
|
this.ieeE754FloatConverter1.Location = new System.Drawing.Point(146, 55); |
200 |
|
this.ieeE754FloatConverter1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
201 |
|
this.ieeE754FloatConverter1.Name = "ieeE754FloatConverter1"; |
202 |
|
this.ieeE754FloatConverter1.Size = new System.Drawing.Size(396, 96); |
203 |
|
this.ieeE754FloatConverter1.TabIndex = 14; |
204 |
|
// |
205 |
|
// txtFloat |
206 |
|
// |
207 |
|
this.txtFloat.AutoSize = true; |
208 |
|
this.txtFloat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
209 |
|
this.txtFloat.Font = new System.Drawing.Font("Courier New", 12F); |
210 |
|
this.txtFloat.InputType = System.Windows.Forms.NumericInputTypes.IEEE754HexFloat; |
211 |
|
this.txtFloat.Location = new System.Drawing.Point(76, 286); |
212 |
|
this.txtFloat.Margin = new System.Windows.Forms.Padding(0); |
213 |
|
this.txtFloat.Name = "txtFloat"; |
214 |
|
this.txtFloat.ReadOnly = true; |
215 |
|
this.txtFloat.Size = new System.Drawing.Size(466, 28); |
216 |
|
this.txtFloat.TabIndex = 7; |
217 |
|
this.txtFloat.Value = "0"; |
218 |
|
this.txtFloat.Visible = false; |
219 |
|
// |
220 |
|
// txtOctal |
221 |
|
// |
222 |
|
this.txtOctal.AutoSize = true; |
223 |
|
this.txtOctal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
224 |
|
this.txtOctal.Font = new System.Drawing.Font("Courier New", 12F); |
225 |
|
this.txtOctal.InputType = System.Windows.Forms.NumericInputTypes.Octal; |
226 |
|
this.txtOctal.Location = new System.Drawing.Point(76, 258); |
227 |
|
this.txtOctal.Margin = new System.Windows.Forms.Padding(0); |
228 |
|
this.txtOctal.Name = "txtOctal"; |
229 |
|
this.txtOctal.ReadOnly = true; |
230 |
|
this.txtOctal.Size = new System.Drawing.Size(466, 28); |
231 |
|
this.txtOctal.TabIndex = 6; |
232 |
|
this.txtOctal.Value = "0"; |
233 |
|
// |
234 |
|
// txtHex |
235 |
|
// |
236 |
|
this.txtHex.AutoSize = true; |
237 |
|
this.txtHex.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
238 |
|
this.txtHex.Font = new System.Drawing.Font("Courier New", 12F); |
239 |
|
this.txtHex.InputType = System.Windows.Forms.NumericInputTypes.Hex; |
240 |
|
this.txtHex.Location = new System.Drawing.Point(76, 230); |
241 |
|
this.txtHex.Margin = new System.Windows.Forms.Padding(0); |
242 |
|
this.txtHex.Name = "txtHex"; |
243 |
|
this.txtHex.ReadOnly = true; |
244 |
|
this.txtHex.Size = new System.Drawing.Size(466, 28); |
245 |
|
this.txtHex.TabIndex = 5; |
246 |
|
this.txtHex.Value = "0"; |
247 |
|
// |
248 |
|
// txtDecimal |
249 |
|
// |
250 |
|
this.txtDecimal.AutoSize = true; |
251 |
|
this.txtDecimal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
252 |
|
this.txtDecimal.Font = new System.Drawing.Font("Courier New", 12F); |
253 |
|
this.txtDecimal.InputType = System.Windows.Forms.NumericInputTypes.Decimal; |
254 |
|
this.txtDecimal.Location = new System.Drawing.Point(76, 202); |
255 |
|
this.txtDecimal.Margin = new System.Windows.Forms.Padding(0); |
256 |
|
this.txtDecimal.Name = "txtDecimal"; |
257 |
|
this.txtDecimal.ReadOnly = true; |
258 |
|
this.txtDecimal.Size = new System.Drawing.Size(466, 28); |
259 |
|
this.txtDecimal.TabIndex = 4; |
260 |
|
this.txtDecimal.Value = "0"; |
261 |
|
// |
262 |
|
// txtBinary |
263 |
|
// |
264 |
|
this.txtBinary.AutoSize = true; |
265 |
|
this.txtBinary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
266 |
|
this.txtBinary.Font = new System.Drawing.Font("Courier New", 12F); |
267 |
|
this.txtBinary.InputType = System.Windows.Forms.NumericInputTypes.Binary; |
268 |
|
this.txtBinary.Location = new System.Drawing.Point(76, 174); |
269 |
|
this.txtBinary.Margin = new System.Windows.Forms.Padding(0); |
270 |
|
this.txtBinary.Name = "txtBinary"; |
271 |
|
this.txtBinary.ReadOnly = true; |
272 |
|
this.txtBinary.Size = new System.Drawing.Size(466, 28); |
273 |
|
this.txtBinary.TabIndex = 3; |
274 |
|
this.txtBinary.Value = "0"; |
275 |
|
// |
276 |
|
// txtInput |
277 |
|
// |
278 |
|
this.txtInput.AutoSize = true; |
279 |
|
this.txtInput.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
280 |
|
this.txtInput.Font = new System.Drawing.Font("Courier New", 12F); |
281 |
|
this.txtInput.InputType = System.Windows.Forms.NumericInputTypes.Decimal; |
282 |
|
this.txtInput.Location = new System.Drawing.Point(137, 9); |
283 |
|
this.txtInput.Margin = new System.Windows.Forms.Padding(0); |
284 |
|
this.txtInput.Name = "txtInput"; |
285 |
|
this.txtInput.ReadOnly = false; |
286 |
|
this.txtInput.Size = new System.Drawing.Size(327, 28); |
287 |
|
this.txtInput.TabIndex = 2; |
288 |
|
this.txtInput.Value = "0"; |
289 |
// |
// |
290 |
// FloatingDataTypeConverter |
// FloatingDataTypeConverter |
291 |
// |
// |
292 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
293 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
294 |
this.ClientSize = new System.Drawing.Size(438, 339); |
this.ClientSize = new System.Drawing.Size(552, 335); |
295 |
|
this.Controls.Add(this.btnConvert); |
296 |
|
this.Controls.Add(this.lblFloat); |
297 |
|
this.Controls.Add(this.ieeE754FloatConverter1); |
298 |
|
this.Controls.Add(this.lblOctal); |
299 |
|
this.Controls.Add(this.lblHex); |
300 |
|
this.Controls.Add(this.lblDecimal); |
301 |
|
this.Controls.Add(this.lblBinary); |
302 |
|
this.Controls.Add(this.txtFloat); |
303 |
|
this.Controls.Add(this.txtOctal); |
304 |
|
this.Controls.Add(this.txtHex); |
305 |
|
this.Controls.Add(this.txtDecimal); |
306 |
|
this.Controls.Add(this.txtBinary); |
307 |
|
this.Controls.Add(this.txtInput); |
308 |
this.Controls.Add(this.grpInputType); |
this.Controls.Add(this.grpInputType); |
|
this.Controls.Add(this.maskedHexBox1); |
|
309 |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
310 |
this.Name = "FloatingDataTypeConverter"; |
this.Name = "FloatingDataTypeConverter"; |
311 |
this.Text = "Data Type Converter"; |
this.Text = "Data Type Converter"; |
320 |
|
|
321 |
#endregion |
#endregion |
322 |
|
|
|
private System.Windows.Forms.MaskedHexBox maskedHexBox1; |
|
323 |
private System.Windows.Forms.GroupBox grpInputType; |
private System.Windows.Forms.GroupBox grpInputType; |
324 |
private System.Windows.Forms.FlowLayoutPanel grpInputType_flow; |
private System.Windows.Forms.FlowLayoutPanel grpInputType_flow; |
325 |
private System.Windows.Forms.CheckBox chkBinary; |
private System.Windows.Forms.RadioButton chkBinary; |
326 |
private System.Windows.Forms.CheckBox chkdecimal; |
private System.Windows.Forms.RadioButton chkdecimal; |
327 |
private System.Windows.Forms.CheckBox chkhexadecimal; |
private System.Windows.Forms.RadioButton chkhexadecimal; |
328 |
private System.Windows.Forms.CheckBox chkoctal; |
private System.Windows.Forms.RadioButton chkoctal; |
329 |
private System.Windows.Forms.CheckBox chkieee754float; |
private System.Windows.Forms.RadioButton chkieee754float; |
330 |
|
private System.Windows.Forms.MultiNumericBox txtInput; |
331 |
|
private System.Windows.Forms.MultiNumericBox txtBinary; |
332 |
|
private System.Windows.Forms.MultiNumericBox txtDecimal; |
333 |
|
private System.Windows.Forms.MultiNumericBox txtHex; |
334 |
|
private System.Windows.Forms.MultiNumericBox txtOctal; |
335 |
|
private System.Windows.Forms.MultiNumericBox txtFloat; |
336 |
|
private System.Windows.Forms.Label lblBinary; |
337 |
|
private System.Windows.Forms.Label lblDecimal; |
338 |
|
private System.Windows.Forms.Label lblHex; |
339 |
|
private System.Windows.Forms.Label lblOctal; |
340 |
|
private System.Windows.Forms.Label lblFloat; |
341 |
|
private System.Windows.Forms.Button btnConvert; |
342 |
|
private System.Windows.Forms.IEEE754FloatConverter ieeE754FloatConverter1; |
343 |
|
|
344 |
|
|
345 |
} |
} |