-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathrpcalcul.dfm
230 lines (230 loc) · 3.65 KB
/
rpcalcul.dfm
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
object FRpCalcul: TFRpCalcul
Left = 245
Top = 108
ActiveControl = BOK
BorderStyle = bsDialog
ClientHeight = 240
ClientWidth = 309
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
DesignSize = (
309
240)
PixelsPerInch = 96
TextHeight = 13
object EText: TRpMaskEdit
Left = 4
Top = 4
Width = 299
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = ''
EditType = tecurrency
DisplayMask = '#,#0.##############'
ReadOnly = True
end
object B7: TBitBtn
Tag = 7
Left = 8
Top = 48
Width = 45
Height = 41
Caption = '7'
TabOrder = 1
OnClick = B7Click
end
object B8: TBitBtn
Tag = 8
Left = 56
Top = 48
Width = 45
Height = 41
Caption = '8'
TabOrder = 2
OnClick = B7Click
end
object B9: TBitBtn
Tag = 9
Left = 104
Top = 48
Width = 45
Height = 41
Caption = '9'
TabOrder = 3
OnClick = B7Click
end
object B4: TBitBtn
Tag = 4
Left = 8
Top = 92
Width = 45
Height = 41
Caption = '4'
TabOrder = 4
OnClick = B7Click
end
object B5: TBitBtn
Tag = 5
Left = 56
Top = 92
Width = 45
Height = 41
Caption = '5'
TabOrder = 5
OnClick = B7Click
end
object B6: TBitBtn
Tag = 6
Left = 104
Top = 92
Width = 45
Height = 41
Caption = '6'
TabOrder = 6
OnClick = B7Click
end
object B1: TBitBtn
Tag = 1
Left = 8
Top = 136
Width = 45
Height = 41
Caption = '1'
TabOrder = 7
OnClick = B7Click
end
object B2: TBitBtn
Tag = 2
Left = 56
Top = 136
Width = 45
Height = 41
Caption = '2'
TabOrder = 8
OnClick = B7Click
end
object B3: TBitBtn
Tag = 3
Left = 104
Top = 136
Width = 45
Height = 41
Caption = '3'
TabOrder = 9
OnClick = B7Click
end
object B0: TBitBtn
Left = 8
Top = 180
Width = 45
Height = 41
Caption = '0'
TabOrder = 10
OnClick = B7Click
end
object BSign: TBitBtn
Tag = 10
Left = 56
Top = 180
Width = 45
Height = 41
Caption = '+/-'
TabOrder = 11
OnClick = B7Click
end
object BComma: TBitBtn
Tag = 11
Left = 104
Top = 180
Width = 45
Height = 41
Caption = ','
TabOrder = 12
OnClick = B7Click
end
object BDiv: TBitBtn
Tag = 15
Left = 160
Top = 48
Width = 45
Height = 41
Caption = '/'
TabOrder = 15
OnClick = B7Click
end
object BMult: TBitBtn
Tag = 14
Left = 160
Top = 92
Width = 45
Height = 41
Caption = '*'
TabOrder = 13
OnClick = B7Click
end
object BMinus: TBitBtn
Tag = 13
Left = 160
Top = 136
Width = 45
Height = 41
Caption = '-'
TabOrder = 14
OnClick = B7Click
end
object BAdd: TBitBtn
Tag = 12
Left = 160
Top = 180
Width = 45
Height = 41
Caption = '+'
TabOrder = 16
OnClick = B7Click
end
object BOK: TBitBtn
Tag = 19
Left = 216
Top = 180
Width = 85
Height = 41
Caption = '='
TabOrder = 17
OnClick = B7Click
end
object BC: TBitBtn
Tag = 18
Left = 216
Top = 48
Width = 85
Height = 41
Caption = 'C'
TabOrder = 18
OnClick = B7Click
end
object BCE: TBitBtn
Tag = 17
Left = 216
Top = 92
Width = 85
Height = 41
Caption = 'CE'
TabOrder = 19
OnClick = B7Click
end
object BRetro: TBitBtn
Tag = 16
Left = 216
Top = 136
Width = 85
Height = 41
Caption = 'B'
TabOrder = 20
Visible = False
OnClick = B7Click
end
end