-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyCalcUnit.dfm
More file actions
429 lines (429 loc) · 11.1 KB
/
MyCalcUnit.dfm
File metadata and controls
429 lines (429 loc) · 11.1 KB
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
object MyCalcForm: TMyCalcForm
Left = 348
Top = 253
BorderStyle = bsDialog
Caption = #25105#30340#35745#31639#22120
ClientHeight = 286
ClientWidth = 421
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 143
Top = 97
Width = 53
Height = 13
Caption = #25805#20316#25968'1:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 144
Top = 158
Width = 53
Height = 13
Caption = #25805#20316#25968'2:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object inc1_sb: TSpeedButton
Left = 208
Top = 120
Width = 41
Height = 25
Caption = '++'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = inc1_sbClick
end
object Label3: TLabel
Left = 127
Top = 235
Width = 40
Height = 13
Caption = #32467#26524':='
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object dec1_sb: TSpeedButton
Left = 264
Top = 120
Width = 41
Height = 25
Caption = '- -'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = dec1_sbClick
end
object not1_sb: TSpeedButton
Left = 320
Top = 120
Width = 41
Height = 25
Caption = 'Not'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = not1_sbClick
end
object AddDec1_sb: TSpeedButton
Left = 376
Top = 120
Width = 41
Height = 25
Caption = '+/-'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = AddDec1_sbClick
end
object adddec2_sb: TSpeedButton
Left = 376
Top = 176
Width = 41
Height = 25
Caption = '+/-'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = adddec2_sbClick
end
object inc2_sb: TSpeedButton
Left = 208
Top = 176
Width = 41
Height = 25
Caption = '++'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = inc2_sbClick
end
object dec2_sb: TSpeedButton
Left = 264
Top = 176
Width = 41
Height = 25
Caption = '- -'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = dec2_sbClick
end
object not2_sb: TSpeedButton
Left = 320
Top = 176
Width = 41
Height = 25
Caption = 'Not'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = not2_sbClick
end
object calc_sb: TSpeedButton
Left = 15
Top = 239
Width = 108
Height = 33
Caption = #35745#31639
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
Glyph.Data = {
36040000424D3604000000000000360000002800000010000000100000000100
2000000000000004000000000000000000000000000000000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000404
0400040404000404040004040400040404000404040004040400040404000404
04000404040004040400040404000404040004040400FF00FF00808000008080
0000800000008000000080000000800000008000000080000000800000008000
000080000000800000008000000080000000800000000404040080800000FFFF
FF00808000008080000080800000808000008080000080800000808000008080
000080800000808000008080000080800000800000000404040080800000FFFF
00008080000004040400FFFFFF0004040400FFFFFF0004040400FFFFFF000404
0400FFFFFF00FFFFFF00C0C0C00004040400800000000404040080800000FFFF
FF00808000008080000080800000808000008080000080800000808000008080
000080800000808000008080000080800000800000000404040080800000FFFF
00008080000004040400FFFFFF0004040400FFFFFF0004040400FFFFFF000404
0400FFFFFF0004040400FFFFFF0004040400800000000404040080800000FFFF
FF00808000008080000080800000808000008080000080800000808000008080
000080800000808000008080000080800000800000000404040080800000FFFF
000004040400C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C00080800000808000008080000080800000800000000404040080800000FFFF
FF0004040400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0
C00080800000808000008080000080800000800000000404040080800000FFFF
0000040404000404040004040400040404000404040004040400040404000404
040080800000808000008080000080800000800000000404040080800000FFFF
FF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF
FF00FFFF0000FFFFFF00FFFF0000FFFFFF008080000004040400FF00FF008080
0000808000008080000080800000808000008080000080800000808000008080
00008080000080800000808000008080000080800000FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00}
ParentFont = False
Spacing = 20
OnClick = calc_sbClick
end
object Label4: TLabel
Left = 158
Top = 221
Width = 46
Height = 13
Caption = #21313#36827#21046':'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 143
Top = 255
Width = 59
Height = 13
Caption = #21313#20845#36827#21046':'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 421
Height = 81
Align = alTop
Caption = #25968#21046#36716#25442
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
object dec_sb: TSpeedButton
Left = 27
Top = 48
Width = 73
Height = 25
Caption = #21313#36827#21046'>>'
OnClick = dec_sbClick
end
object hex_sb: TSpeedButton
Left = 160
Top = 48
Width = 73
Height = 25
Caption = '<'#21313#20845#36827#21046'>'
OnClick = hex_sbClick
end
object bin_sb: TSpeedButton
Left = 312
Top = 48
Width = 73
Height = 25
Caption = '<<'#20108#36827#21046
OnClick = bin_sbClick
end
object Dec_Edit: TEdit
Left = 4
Top = 20
Width = 121
Height = 21
BevelInner = bvNone
BevelKind = bkSoft
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '0'
end
object hex_Edit: TEdit
Left = 130
Top = 20
Width = 121
Height = 21
BevelInner = bvNone
BevelKind = bkSoft
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = '0'
end
object Bin_Edit: TEdit
Left = 256
Top = 20
Width = 160
Height = 21
BevelInner = bvNone
BevelKind = bkSoft
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 2
Text = '0'
end
end
object Num1_Edit: TEdit
Left = 208
Top = 95
Width = 209
Height = 21
BevelInner = bvLowered
BevelKind = bkSoft
BevelOuter = bvNone
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = '0'
end
object NUm2_Edit: TEdit
Left = 208
Top = 152
Width = 209
Height = 21
BevelInner = bvLowered
BevelKind = bkSoft
BevelOuter = bvNone
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 2
Text = '$0'
end
object Op_rg: TRadioGroup
Left = 5
Top = 87
Width = 134
Height = 138
Caption = #25805#20316
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ItemIndex = 0
Items.Strings = (
'+ '#21152
'- '#20943
'* '#20056
'/ '#38500
'mod '#21462#20313
'x^Y '#26041)
ParentFont = False
TabOrder = 3
end
object Result1_Edit: TEdit
Left = 208
Top = 216
Width = 209
Height = 21
BevelInner = bvLowered
BevelKind = bkSoft
BevelOuter = bvSpace
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 4
Text = '0'
end
object Result2_Edit: TEdit
Left = 208
Top = 248
Width = 209
Height = 21
BevelInner = bvLowered
BevelKind = bkSoft
BevelOuter = bvSpace
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 5
Text = '0'
end
end