ConversionDemo.Designer.vb

  1: <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2: Partial Class ConversionDemo
  3:     Inherits System.Windows.Forms.Form
  4: 
  5:     'Form overrides dispose to clean up the component list.
  6:     <System.Diagnostics.DebuggerNonUserCode()> _
  7:     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8:         Try
  9:             If disposing AndAlso components IsNot Nothing Then
 10:                 components.Dispose()
 11:             End If
 12:         Finally
 13:             MyBase.Dispose(disposing)
 14:         End Try
 15:     End Sub
 16: 
 17:     'Required by the Windows Form Designer
 18:     Private components As System.ComponentModel.IContainer
 19: 
 20:     'NOTE: The following procedure is required by the Windows Form Designer
 21:     'It can be modified using the Windows Form Designer.
 22:     'Do not modify it using the code editor.
 23:     <System.Diagnostics.DebuggerStepThrough()> _
 24:     Private Sub InitializeComponent()
 25:         Me.InputDataLbl = New System.Windows.Forms.Label
 26:         Me.InputNumTxtBox = New System.Windows.Forms.TextBox
 27:         Me.ConvertBtn = New System.Windows.Forms.Button
 28:         Me.ExitBtn = New System.Windows.Forms.Button
 29:         Me.Label2 = New System.Windows.Forms.Label
 30:         Me.Label1 = New System.Windows.Forms.Label
 31:         Me.Label3 = New System.Windows.Forms.Label
 32:         Me.Label4 = New System.Windows.Forms.Label
 33:         Me.Label5 = New System.Windows.Forms.Label
 34:         Me.Label6 = New System.Windows.Forms.Label
 35:         Me.Label7 = New System.Windows.Forms.Label
 36:         Me.Label8 = New System.Windows.Forms.Label
 37:         Me.Label9 = New System.Windows.Forms.Label
 38:         Me.Label10 = New System.Windows.Forms.Label
 39:         Me.DefaultTxtBox = New System.Windows.Forms.TextBox
 40:         Me.ToStringTxtBox = New System.Windows.Forms.TextBox
 41:         Me.StrTxtBox = New System.Windows.Forms.TextBox
 42:         Me.Convert_ToStringTxtBox = New System.Windows.Forms.TextBox
 43:         Me.String_FormatTxtBox = New System.Windows.Forms.TextBox
 44:         Me.ToString_C2_TxtBox = New System.Windows.Forms.TextBox
 45:         Me.ToString_E_TxtBox = New System.Windows.Forms.TextBox
 46:         Me.ToString_F2_TxtBox = New System.Windows.Forms.TextBox
 47:         Me.SuspendLayout()
 48:         '
 49:         'InputDataLbl
 50:         '
 51:         Me.InputDataLbl.AutoSize = True
 52:         Me.InputDataLbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
 53:         Me.InputDataLbl.Location = New System.Drawing.Point(21, 31)
 54:         Me.InputDataLbl.Name = "InputDataLbl"
 55:         Me.InputDataLbl.Size = New System.Drawing.Size(170, 20)
 56:         Me.InputDataLbl.TabIndex = 2
 57:         Me.InputDataLbl.Text = "&Number to convert:"
 58:         '
 59:         'InputNumTxtBox
 60:         '
 61:         Me.InputNumTxtBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
 62:         Me.InputNumTxtBox.Location = New System.Drawing.Point(191, 28)
 63:         Me.InputNumTxtBox.Name = "InputNumTxtBox"
 64:         Me.InputNumTxtBox.Size = New System.Drawing.Size(182, 27)
 65:         Me.InputNumTxtBox.TabIndex = 3
 66:         Me.InputNumTxtBox.Text = "12345.6789"
 67:         '
 68:         'ConvertBtn
 69:         '
 70:         Me.ConvertBtn.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
 71:         Me.ConvertBtn.Location = New System.Drawing.Point(392, 28)
 72:         Me.ConvertBtn.Name = "ConvertBtn"
 73:         Me.ConvertBtn.Size = New System.Drawing.Size(75, 27)
 74:         Me.ConvertBtn.TabIndex = 6
 75:         Me.ConvertBtn.Text = "&Convert"
 76:         Me.ConvertBtn.UseVisualStyleBackColor = True
 77:         '
 78:         'ExitBtn
 79:         '
 80:         Me.ExitBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel
 81:         Me.ExitBtn.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
 82:         Me.ExitBtn.Location = New System.Drawing.Point(392, 384)
 83:         Me.ExitBtn.Name = "ExitBtn"
 84:         Me.ExitBtn.Size = New System.Drawing.Size(75, 27)
 85:         Me.ExitBtn.TabIndex = 7
 86:         Me.ExitBtn.Text = "E&xit"
 87:         Me.ExitBtn.UseVisualStyleBackColor = True
 88:         '
 89:         'Label2
 90:         '
 91:         Me.Label2.AutoSize = True
 92:         Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
 93:         Me.Label2.Location = New System.Drawing.Point(21, 106)
 94:         Me.Label2.Name = "Label2"
 95:         Me.Label2.Size = New System.Drawing.Size(245, 20)
 96:         Me.Label2.TabIndex = 8
 97:         Me.Label2.Text = "Default conversion........................"
 98:         '
 99:         'Label1
100:         '
101:         Me.Label1.AutoSize = True
102:         Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
103:         Me.Label1.Location = New System.Drawing.Point(21, 139)
104:         Me.Label1.Name = "Label1"
105:         Me.Label1.Size = New System.Drawing.Size(244, 20)
106:         Me.Label1.TabIndex = 9
107:         Me.Label1.Text = "number.ToString()........................."
108:         '
109:         'Label3
110:         '
111:         Me.Label3.AutoSize = True
112:         Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
113:         Me.Label3.Location = New System.Drawing.Point(21, 64)
114:         Me.Label3.Name = "Label3"
115:         Me.Label3.Size = New System.Drawing.Size(176, 20)
116:         Me.Label3.TabIndex = 10
117:         Me.Label3.Text = "Conversion Method:"
118:         '
119:         'Label4
120:         '
121:         Me.Label4.AutoSize = True
122:         Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
123:         Me.Label4.Location = New System.Drawing.Point(256, 64)
124:         Me.Label4.Name = "Label4"
125:         Me.Label4.Size = New System.Drawing.Size(79, 20)
126:         Me.Label4.TabIndex = 11
127:         Me.Label4.Text = "Results:"
128:         '
129:         'Label5
130:         '
131:         Me.Label5.AutoSize = True
132:         Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133:         Me.Label5.Location = New System.Drawing.Point(21, 172)
134:         Me.Label5.Name = "Label5"
135:         Me.Label5.Size = New System.Drawing.Size(243, 20)
136:         Me.Label5.TabIndex = 12
137:         Me.Label5.Text = "Str(number)...................................."
138:         '
139:         'Label6
140:         '
141:         Me.Label6.AutoSize = True
142:         Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143:         Me.Label6.Location = New System.Drawing.Point(21, 205)
144:         Me.Label6.Name = "Label6"
145:         Me.Label6.Size = New System.Drawing.Size(250, 20)
146:         Me.Label6.TabIndex = 13
147:         Me.Label6.Text = "Convert.ToString(number)............"
148:         '
149:         'Label7
150:         '
151:         Me.Label7.AutoSize = True
152:         Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
153:         Me.Label7.Location = New System.Drawing.Point(21, 238)
154:         Me.Label7.Name = "Label7"
155:         Me.Label7.Size = New System.Drawing.Size(244, 20)
156:         Me.Label7.TabIndex = 14
157:         Me.Label7.Text = "String.Format(""{0:N}"",number)..."
158:         '
159:         'Label8
160:         '
161:         Me.Label8.AutoSize = True
162:         Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
163:         Me.Label8.Location = New System.Drawing.Point(21, 271)
164:         Me.Label8.Name = "Label8"
165:         Me.Label8.Size = New System.Drawing.Size(249, 20)
166:         Me.Label8.TabIndex = 15
167:         Me.Label8.Text = "number.ToString(""C2"").................."
168:         '
169:         'Label9
170:         '
171:         Me.Label9.AutoSize = True
172:         Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
173:         Me.Label9.Location = New System.Drawing.Point(21, 304)
174:         Me.Label9.Name = "Label9"
175:         Me.Label9.Size = New System.Drawing.Size(247, 20)
176:         Me.Label9.TabIndex = 16
177:         Me.Label9.Text = "number.ToString(""E"")...................."
178:         '
179:         'Label10
180:         '
181:         Me.Label10.AutoSize = True
182:         Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
183:         Me.Label10.Location = New System.Drawing.Point(21, 337)
184:         Me.Label10.Name = "Label10"
185:         Me.Label10.Size = New System.Drawing.Size(246, 20)
186:         Me.Label10.TabIndex = 17
187:         Me.Label10.Text = "number.toString(""F2"")..................."
188:         '
189:         'DefaultTxtBox
190:         '
191:         Me.DefaultTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
192:         Me.DefaultTxtBox.Location = New System.Drawing.Point(260, 98)
193:         Me.DefaultTxtBox.Name = "DefaultTxtBox"
194:         Me.DefaultTxtBox.ReadOnly = True
195:         Me.DefaultTxtBox.Size = New System.Drawing.Size(193, 28)
196:         Me.DefaultTxtBox.TabIndex = 18
197:         '
198:         'ToStringTxtBox
199:         '
200:         Me.ToStringTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201:         Me.ToStringTxtBox.Location = New System.Drawing.Point(260, 131)
202:         Me.ToStringTxtBox.Name = "ToStringTxtBox"
203:         Me.ToStringTxtBox.ReadOnly = True
204:         Me.ToStringTxtBox.Size = New System.Drawing.Size(193, 28)
205:         Me.ToStringTxtBox.TabIndex = 19
206:         '
207:         'StrTxtBox
208:         '
209:         Me.StrTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
210:         Me.StrTxtBox.Location = New System.Drawing.Point(260, 164)
211:         Me.StrTxtBox.Name = "StrTxtBox"
212:         Me.StrTxtBox.ReadOnly = True
213:         Me.StrTxtBox.Size = New System.Drawing.Size(193, 28)
214:         Me.StrTxtBox.TabIndex = 20
215:         '
216:         'Convert_ToStringTxtBox
217:         '
218:         Me.Convert_ToStringTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
219:         Me.Convert_ToStringTxtBox.Location = New System.Drawing.Point(260, 197)
220:         Me.Convert_ToStringTxtBox.Name = "Convert_ToStringTxtBox"
221:         Me.Convert_ToStringTxtBox.ReadOnly = True
222:         Me.Convert_ToStringTxtBox.Size = New System.Drawing.Size(193, 28)
223:         Me.Convert_ToStringTxtBox.TabIndex = 21
224:         '
225:         'String_FormatTxtBox
226:         '
227:         Me.String_FormatTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
228:         Me.String_FormatTxtBox.Location = New System.Drawing.Point(260, 230)
229:         Me.String_FormatTxtBox.Name = "String_FormatTxtBox"
230:         Me.String_FormatTxtBox.ReadOnly = True
231:         Me.String_FormatTxtBox.Size = New System.Drawing.Size(193, 28)
232:         Me.String_FormatTxtBox.TabIndex = 22
233:         '
234:         'ToString_C2_TxtBox
235:         '
236:         Me.ToString_C2_TxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
237:         Me.ToString_C2_TxtBox.Location = New System.Drawing.Point(260, 263)
238:         Me.ToString_C2_TxtBox.Name = "ToString_C2_TxtBox"
239:         Me.ToString_C2_TxtBox.ReadOnly = True
240:         Me.ToString_C2_TxtBox.Size = New System.Drawing.Size(193, 28)
241:         Me.ToString_C2_TxtBox.TabIndex = 23
242:         '
243:         'ToString_E_TxtBox
244:         '
245:         Me.ToString_E_TxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
246:         Me.ToString_E_TxtBox.Location = New System.Drawing.Point(260, 296)
247:         Me.ToString_E_TxtBox.Name = "ToString_E_TxtBox"
248:         Me.ToString_E_TxtBox.ReadOnly = True
249:         Me.ToString_E_TxtBox.Size = New System.Drawing.Size(193, 28)
250:         Me.ToString_E_TxtBox.TabIndex = 24
251:         '
252:         'ToString_F2_TxtBox
253:         '
254:         Me.ToString_F2_TxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
255:         Me.ToString_F2_TxtBox.Location = New System.Drawing.Point(260, 329)
256:         Me.ToString_F2_TxtBox.Name = "ToString_F2_TxtBox"
257:         Me.ToString_F2_TxtBox.ReadOnly = True
258:         Me.ToString_F2_TxtBox.Size = New System.Drawing.Size(193, 28)
259:         Me.ToString_F2_TxtBox.TabIndex = 25
260:         '
261:         'Form1
262:         '
263:         Me.AcceptButton = Me.ConvertBtn
264:         Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
265:         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
266:         Me.CancelButton = Me.ExitBtn
267:         Me.ClientSize = New System.Drawing.Size(490, 423)
268:         Me.Controls.Add(Me.ToString_F2_TxtBox)
269:         Me.Controls.Add(Me.ToString_E_TxtBox)
270:         Me.Controls.Add(Me.ToString_C2_TxtBox)
271:         Me.Controls.Add(Me.String_FormatTxtBox)
272:         Me.Controls.Add(Me.Convert_ToStringTxtBox)
273:         Me.Controls.Add(Me.StrTxtBox)
274:         Me.Controls.Add(Me.ToStringTxtBox)
275:         Me.Controls.Add(Me.DefaultTxtBox)
276:         Me.Controls.Add(Me.Label10)
277:         Me.Controls.Add(Me.Label9)
278:         Me.Controls.Add(Me.Label8)
279:         Me.Controls.Add(Me.Label7)
280:         Me.Controls.Add(Me.Label6)
281:         Me.Controls.Add(Me.Label5)
282:         Me.Controls.Add(Me.Label4)
283:         Me.Controls.Add(Me.Label3)
284:         Me.Controls.Add(Me.Label1)
285:         Me.Controls.Add(Me.Label2)
286:         Me.Controls.Add(Me.ExitBtn)
287:         Me.Controls.Add(Me.ConvertBtn)
288:         Me.Controls.Add(Me.InputNumTxtBox)
289:         Me.Controls.Add(Me.InputDataLbl)
290:         Me.Name = "Form1"
291:         Me.Text = "Conversion Demo"
292:         Me.ResumeLayout(False)
293:         Me.PerformLayout()
294: 
295:     End Sub
296:     Friend WithEvents InputDataLbl As System.Windows.Forms.Label
297:     Friend WithEvents InputNumTxtBox As System.Windows.Forms.TextBox
298:     Friend WithEvents ConvertBtn As System.Windows.Forms.Button
299:     Friend WithEvents ExitBtn As System.Windows.Forms.Button
300:     Friend WithEvents Label2 As System.Windows.Forms.Label
301:     Friend WithEvents Label1 As System.Windows.Forms.Label
302:     Friend WithEvents Label3 As System.Windows.Forms.Label
303:     Friend WithEvents Label4 As System.Windows.Forms.Label
304:     Friend WithEvents Label5 As System.Windows.Forms.Label
305:     Friend WithEvents Label6 As System.Windows.Forms.Label
306:     Friend WithEvents Label7 As System.Windows.Forms.Label
307:     Friend WithEvents Label8 As System.Windows.Forms.Label
308:     Friend WithEvents Label9 As System.Windows.Forms.Label
309:     Friend WithEvents Label10 As System.Windows.Forms.Label
310:     Friend WithEvents DefaultTxtBox As System.Windows.Forms.TextBox
311:     Friend WithEvents ToStringTxtBox As System.Windows.Forms.TextBox
312:     Friend WithEvents StrTxtBox As System.Windows.Forms.TextBox
313:     Friend WithEvents Convert_ToStringTxtBox As System.Windows.Forms.TextBox
314:     Friend WithEvents String_FormatTxtBox As System.Windows.Forms.TextBox
315:     Friend WithEvents ToString_C2_TxtBox As System.Windows.Forms.TextBox
316:     Friend WithEvents ToString_E_TxtBox As System.Windows.Forms.TextBox
317:     Friend WithEvents ToString_F2_TxtBox As System.Windows.Forms.TextBox
318: 
319: End Class