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.btnConvertToFloat = new System.Windows.Forms.Button(); |
36 |
this.lblFloat = new System.Windows.Forms.Label(); |
37 |
this.btnConvertToIEEE754Float = new System.Windows.Forms.Button(); |
38 |
this.txtIEEE754Float = new System.Windows.Forms.MaskedHexBox(); |
39 |
this.txtFloat = new System.Windows.Forms.FloatBox(); |
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 |
// btnConvertToFloat |
81 |
// |
82 |
this.grpIEEE754Converter_flow.SetFlowBreak(this.btnConvertToFloat, true); |
83 |
this.btnConvertToFloat.Location = new System.Drawing.Point(271, 3); |
84 |
this.btnConvertToFloat.Name = "btnConvertToFloat"; |
85 |
this.btnConvertToFloat.Size = new System.Drawing.Size(88, 23); |
86 |
this.btnConvertToFloat.TabIndex = 5; |
87 |
this.btnConvertToFloat.Text = "Convert"; |
88 |
this.btnConvertToFloat.UseVisualStyleBackColor = true; |
89 |
this.btnConvertToFloat.Click += new System.EventHandler(this.btnConvertToFloat_Click); |
90 |
// |
91 |
// lblFloat |
92 |
// |
93 |
this.lblFloat.AutoSize = true; |
94 |
this.lblFloat.Location = new System.Drawing.Point(3, 40); |
95 |
this.lblFloat.Name = "lblFloat"; |
96 |
this.lblFloat.Size = new System.Drawing.Size(68, 18); |
97 |
this.lblFloat.TabIndex = 2; |
98 |
this.lblFloat.Text = "Float:"; |
99 |
// |
100 |
// btnConvertToIEEE754Float |
101 |
// |
102 |
this.btnConvertToIEEE754Float.Location = new System.Drawing.Point(266, 43); |
103 |
this.btnConvertToIEEE754Float.Name = "btnConvertToIEEE754Float"; |
104 |
this.btnConvertToIEEE754Float.Size = new System.Drawing.Size(88, 23); |
105 |
this.btnConvertToIEEE754Float.TabIndex = 4; |
106 |
this.btnConvertToIEEE754Float.Text = "Convert"; |
107 |
this.btnConvertToIEEE754Float.UseVisualStyleBackColor = true; |
108 |
this.btnConvertToIEEE754Float.Click += new System.EventHandler(this.btnConvertToIEEE754Float_Click); |
109 |
// |
110 |
// txtIEEE754Float |
111 |
// |
112 |
this.txtIEEE754Float.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
113 |
this.txtIEEE754Float.isAddressMask = true; |
114 |
this.txtIEEE754Float.Location = new System.Drawing.Point(79, 4); |
115 |
this.txtIEEE754Float.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
116 |
this.txtIEEE754Float.MaxLength = 8; |
117 |
this.txtIEEE754Float.Name = "txtIEEE754Float"; |
118 |
this.txtIEEE754Float.ReadOnly = false; |
119 |
this.txtIEEE754Float.Size = new System.Drawing.Size(184, 32); |
120 |
this.txtIEEE754Float.TabIndex = 0; |
121 |
this.txtIEEE754Float.TextLength = 8; |
122 |
this.txtIEEE754Float.Value = ((ulong)(0ul)); |
123 |
// |
124 |
// txtFloat |
125 |
// |
126 |
this.txtFloat.AutoSize = true; |
127 |
this.txtFloat.Font = new System.Drawing.Font("Courier New", 12F); |
128 |
this.txtFloat.Location = new System.Drawing.Point(74, 40); |
129 |
this.txtFloat.Margin = new System.Windows.Forms.Padding(0); |
130 |
this.txtFloat.Name = "txtFloat"; |
131 |
this.txtFloat.ReadOnly = false; |
132 |
this.txtFloat.Size = new System.Drawing.Size(189, 28); |
133 |
this.txtFloat.TabIndex = 6; |
134 |
this.txtFloat.Value = "0"; |
135 |
// |
136 |
// IEEE754FloatConverter |
137 |
// |
138 |
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); |
139 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
140 |
this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
141 |
this.Controls.Add(this.grpIEEE754Converter); |
142 |
this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
143 |
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
144 |
this.Name = "IEEE754FloatConverter"; |
145 |
this.Size = new System.Drawing.Size(375, 98); |
146 |
this.grpIEEE754Converter.ResumeLayout(false); |
147 |
this.grpIEEE754Converter_flow.ResumeLayout(false); |
148 |
this.grpIEEE754Converter_flow.PerformLayout(); |
149 |
this.ResumeLayout(false); |
150 |
|
151 |
} |
152 |
|
153 |
#endregion |
154 |
|
155 |
private GroupBox grpIEEE754Converter; |
156 |
private FlowLayoutPanel grpIEEE754Converter_flow; |
157 |
private Label lblIEEE754Float; |
158 |
private MaskedHexBox txtIEEE754Float; |
159 |
private Label lblFloat; |
160 |
private Button btnConvertToIEEE754Float; |
161 |
private Button btnConvertToFloat; |
162 |
private FloatBox txtFloat; |
163 |
} |
164 |
} |