-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumain.lfm
207 lines (207 loc) · 4.16 KB
/
umain.lfm
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
object Form1: TForm1
Left = 3507
Height = 343
Top = 258
Width = 261
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 343
ClientWidth = 261
FormStyle = fsStayOnTop
OnCreate = FormCreate
LCLVersion = '3.4.0.0'
Visible = True
object Memo1: TMemo
Left = 16
Height = 66
Top = 16
Width = 232
TabOrder = 0
end
object AnchorDockPanel1: TAnchorDockPanel
Left = 16
Height = 232
Top = 96
Width = 232
BevelOuter = bvNone
ChildSizing.TopBottomSpacing = 5
ChildSizing.HorizontalSpacing = 5
ChildSizing.VerticalSpacing = 5
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 4
ClientHeight = 232
ClientWidth = 232
TabOrder = 1
object btn7: TButton
Tag = 7
Left = 0
Height = 52
Top = 5
Width = 54
Caption = '7'
TabOrder = 0
OnClick = OnClickButton
end
object btn8: TButton
Tag = 8
Left = 59
Height = 52
Top = 5
Width = 54
Caption = '8'
TabOrder = 1
OnClick = OnClickButton
end
object btn9: TButton
Tag = 9
Left = 118
Height = 52
Top = 5
Width = 56
Caption = '9'
TabOrder = 2
OnClick = OnClickButton
end
object btnDiv: TButton
Tag = 15
Left = 179
Height = 52
Top = 5
Width = 53
Caption = '/'
TabOrder = 3
OnClick = OnClickButton
end
object btn4: TButton
Tag = 4
Left = 0
Height = 52
Top = 62
Width = 54
Caption = '4'
TabOrder = 4
OnClick = OnClickButton
end
object btn5: TButton
Tag = 5
Left = 59
Height = 52
Top = 62
Width = 54
Caption = '5'
TabOrder = 5
OnClick = OnClickButton
end
object btn6: TButton
Tag = 6
Left = 118
Height = 52
Top = 62
Width = 56
Caption = '6'
TabOrder = 6
OnClick = OnClickButton
end
object btnMul: TButton
Tag = 14
Left = 179
Height = 52
Top = 62
Width = 53
Caption = '*'
TabOrder = 7
OnClick = OnClickButton
end
object btn1: TButton
Tag = 1
Left = 0
Height = 52
Top = 119
Width = 54
Caption = '1'
TabOrder = 8
OnClick = OnClickButton
end
object btn2: TButton
Tag = 2
Left = 59
Height = 52
Top = 119
Width = 54
Caption = '2'
TabOrder = 9
OnClick = OnClickButton
end
object btn3: TButton
Tag = 3
Left = 118
Height = 52
Top = 119
Width = 56
Caption = '3'
TabOrder = 10
OnClick = OnClickButton
end
object btnMinus: TButton
Tag = 13
Left = 179
Height = 52
Top = 119
Width = 53
Caption = '-'
TabOrder = 11
OnClick = OnClickButton
end
object btn0: TButton
Left = 0
Height = 51
Top = 176
Width = 54
Caption = '0'
TabOrder = 12
OnClick = OnClickButton
end
object btnDot: TButton
Tag = 10
Left = 59
Height = 51
Top = 176
Width = 54
Caption = '.'
TabOrder = 13
OnClick = OnClickButton
end
object btnPlus: TButton
Tag = 11
Left = 118
Height = 51
Top = 176
Width = 56
Caption = '+'
TabOrder = 14
OnClick = OnClickButton
end
object btnAns: TButton
Tag = 12
Left = 179
Height = 51
Top = 176
Width = 53
Caption = '='
TabOrder = 15
OnClick = OnClickButton
end
end
object StaticText1: TStaticText
Left = 128
Height = 2
Top = 90
Width = 5
Caption = 'StaticText1'
TabOrder = 2
end
end