-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Calculator.Designer.vb
234 lines (230 loc) · 10.6 KB
/
Calculator.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Calculator
Inherits System.Windows.Forms.Form
'Форма переопределяет dispose для очистки списка компонентов.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Является обязательной для конструктора форм Windows Forms
Private components As System.ComponentModel.IContainer
'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms
'Для ее изменения используйте конструктор форм Windows Form.
'Не изменяйте ее в редакторе исходного кода.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.Src = New System.Windows.Forms.TextBox()
Me.Out = New System.Windows.Forms.TextBox()
Me.Lbl1 = New System.Windows.Forms.Label()
Me.Lbl2 = New System.Windows.Forms.Label()
Me.Lbl3 = New System.Windows.Forms.Label()
Me.Mask = New System.Windows.Forms.TextBox()
Me._0x = New System.Windows.Forms.Button()
Me._AMPH = New System.Windows.Forms.Button()
Me._H = New System.Windows.Forms.Button()
Me.Cls = New System.Windows.Forms.Button()
Me.UpperMode = New System.Windows.Forms.CheckBox()
Me.ShortFormat = New System.Windows.Forms.CheckBox()
Me.ErrLbl = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'Src
'
Me.Src.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Src.Location = New System.Drawing.Point(111, 7)
Me.Src.MaxLength = 20
Me.Src.Name = "Src"
Me.Src.Size = New System.Drawing.Size(124, 20)
Me.Src.TabIndex = 1
'
'Out
'
Me.Out.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Out.Location = New System.Drawing.Point(111, 29)
Me.Out.MaxLength = 70
Me.Out.Name = "Out"
Me.Out.Size = New System.Drawing.Size(124, 20)
Me.Out.TabIndex = 2
'
'Lbl1
'
Me.Lbl1.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.Lbl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Lbl1.Location = New System.Drawing.Point(8, 7)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(100, 20)
Me.Lbl1.TabIndex = 3
Me.Lbl1.Text = "INT32"
Me.Lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Lbl2
'
Me.Lbl2.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.Lbl2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Lbl2.Location = New System.Drawing.Point(8, 29)
Me.Lbl2.Name = "Lbl2"
Me.Lbl2.Size = New System.Drawing.Size(100, 20)
Me.Lbl2.TabIndex = 4
Me.Lbl2.Text = "[X16] HEX"
Me.Lbl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Lbl3
'
Me.Lbl3.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.Lbl3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Lbl3.Location = New System.Drawing.Point(8, 51)
Me.Lbl3.Name = "Lbl3"
Me.Lbl3.Size = New System.Drawing.Size(100, 20)
Me.Lbl3.TabIndex = 6
Me.Lbl3.Text = "Format mask"
Me.Lbl3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Mask
'
Me.Mask.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Mask.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.Mask.Location = New System.Drawing.Point(111, 51)
Me.Mask.MaxLength = 70
Me.Mask.Name = "Mask"
Me.Mask.Size = New System.Drawing.Size(124, 20)
Me.Mask.TabIndex = 5
Me.Mask.Text = "0x{*}"
'
'_0x
'
Me._0x.Anchor = System.Windows.Forms.AnchorStyles.Left
Me._0x.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me._0x.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me._0x.Location = New System.Drawing.Point(8, 75)
Me._0x.Name = "_0x"
Me._0x.Size = New System.Drawing.Size(50, 20)
Me._0x.TabIndex = 7
Me._0x.Text = "0x*"
Me._0x.UseMnemonic = False
Me._0x.UseVisualStyleBackColor = False
'
'_AMPH
'
Me._AMPH.Anchor = System.Windows.Forms.AnchorStyles.Left
Me._AMPH.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me._AMPH.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me._AMPH.Location = New System.Drawing.Point(57, 75)
Me._AMPH.Name = "_AMPH"
Me._AMPH.Size = New System.Drawing.Size(50, 20)
Me._AMPH.TabIndex = 8
Me._AMPH.Text = "&H*"
Me._AMPH.UseMnemonic = False
Me._AMPH.UseVisualStyleBackColor = False
'
'_H
'
Me._H.Anchor = System.Windows.Forms.AnchorStyles.Left
Me._H.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me._H.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me._H.Location = New System.Drawing.Point(8, 94)
Me._H.Name = "_H"
Me._H.Size = New System.Drawing.Size(50, 20)
Me._H.TabIndex = 9
Me._H.Text = "*H"
Me._H.UseMnemonic = False
Me._H.UseVisualStyleBackColor = False
'
'Cls
'
Me.Cls.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.Cls.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(222, Byte), Integer), CType(CType(222, Byte), Integer))
Me.Cls.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.Cls.Location = New System.Drawing.Point(57, 94)
Me.Cls.Name = "Cls"
Me.Cls.Size = New System.Drawing.Size(50, 20)
Me.Cls.TabIndex = 10
Me.Cls.Text = "CLS"
Me.Cls.UseMnemonic = False
Me.Cls.UseVisualStyleBackColor = False
'
'UpperMode
'
Me.UpperMode.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.UpperMode.AutoSize = True
Me.UpperMode.Location = New System.Drawing.Point(113, 96)
Me.UpperMode.Name = "UpperMode"
Me.UpperMode.Size = New System.Drawing.Size(41, 17)
Me.UpperMode.TabIndex = 11
Me.UpperMode.Text = "UP"
Me.UpperMode.UseVisualStyleBackColor = True
'
'ShortFormat
'
Me.ShortFormat.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.ShortFormat.AutoSize = True
Me.ShortFormat.Checked = True
Me.ShortFormat.CheckState = System.Windows.Forms.CheckState.Checked
Me.ShortFormat.Location = New System.Drawing.Point(113, 77)
Me.ShortFormat.Name = "ShortFormat"
Me.ShortFormat.Size = New System.Drawing.Size(64, 17)
Me.ShortFormat.TabIndex = 12
Me.ShortFormat.Text = "SHORT"
Me.ShortFormat.UseVisualStyleBackColor = True
'
'ErrLbl
'
Me.ErrLbl.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.ErrLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.ErrLbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.ErrLbl.ForeColor = System.Drawing.Color.Red
Me.ErrLbl.Location = New System.Drawing.Point(183, 77)
Me.ErrLbl.Name = "ErrLbl"
Me.ErrLbl.Size = New System.Drawing.Size(52, 34)
Me.ErrLbl.TabIndex = 13
Me.ErrLbl.Text = "ERR"
Me.ErrLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.ErrLbl.Visible = False
'
'Calculator
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(247, 118)
Me.Controls.Add(Me.ErrLbl)
Me.Controls.Add(Me.ShortFormat)
Me.Controls.Add(Me.UpperMode)
Me.Controls.Add(Me.Cls)
Me.Controls.Add(Me._H)
Me.Controls.Add(Me._AMPH)
Me.Controls.Add(Me._0x)
Me.Controls.Add(Me.Lbl3)
Me.Controls.Add(Me.Mask)
Me.Controls.Add(Me.Lbl2)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.Out)
Me.Controls.Add(Me.Src)
Me.Margin = New System.Windows.Forms.Padding(2)
Me.MinimumSize = New System.Drawing.Size(263, 157)
Me.Name = "Calculator"
Me.ShowIcon = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "x16Calc"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Src As Windows.Forms.TextBox
Friend WithEvents Out As Windows.Forms.TextBox
Friend WithEvents Lbl1 As Windows.Forms.Label
Friend WithEvents Lbl2 As Windows.Forms.Label
Friend WithEvents Lbl3 As Windows.Forms.Label
Friend WithEvents Mask As Windows.Forms.TextBox
Friend WithEvents _0x As Windows.Forms.Button
Friend WithEvents _AMPH As Windows.Forms.Button
Friend WithEvents _H As Windows.Forms.Button
Friend WithEvents Cls As Windows.Forms.Button
Friend WithEvents UpperMode As Windows.Forms.CheckBox
Friend WithEvents ShortFormat As Windows.Forms.CheckBox
Friend WithEvents ErrLbl As Windows.Forms.Label
End Class