-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathURegs.dfm
executable file
·266 lines (266 loc) · 5.54 KB
/
URegs.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
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
inherited FRegs: TFRegs
Left = 396
Top = 218
Caption = 'FRegs'
ClientHeight = 175
ClientWidth = 257
OldCreateOrder = True
PixelsPerInch = 120
TextHeight = 16
object Bevel1: TBevel
Left = 0
Top = 0
Width = 241
Height = 170
Shape = bsFrame
Visible = False
end
object Label1: TLabel
Left = 150
Top = 10
Width = 41
Height = 101
AutoSize = False
Caption = 'CY = Z = S = P = AC ='
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 150
Top = 120
Width = 41
Height = 41
AutoSize = False
Caption = 'SP = PC = '
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label3: TLabel
Left = 10
Top = 10
Width = 41
Height = 141
AutoSize = False
Caption = 'A = B = C = D = E = H = L ='
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
WordWrap = True
end
object LA: TLabel
Left = 60
Top = 10
Width = 41
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'LA'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LB: TLabel
Left = 60
Top = 30
Width = 41
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'LB'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LC: TLabel
Left = 60
Top = 50
Width = 41
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'LC'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LD: TLabel
Left = 60
Top = 70
Width = 41
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'LD'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LE: TLabel
Left = 60
Top = 90
Width = 41
Height = 21
Alignment = taRightJustify
AutoSize = False
Caption = 'LE'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LL: TLabel
Left = 60
Top = 130
Width = 41
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'LL'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LH: TLabel
Left = 60
Top = 110
Width = 41
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'LH'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LCY: TLabel
Left = 200
Top = 10
Width = 30
Height = 20
Caption = 'LCY'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LZ: TLabel
Left = 200
Top = 30
Width = 20
Height = 20
Caption = 'LZ'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LS: TLabel
Left = 200
Top = 50
Width = 20
Height = 20
Caption = 'LS'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LP: TLabel
Left = 200
Top = 70
Width = 20
Height = 20
Caption = 'LP'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LAC: TLabel
Left = 200
Top = 90
Width = 30
Height = 20
Caption = 'LAC'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LSP: TLabel
Left = 200
Top = 120
Width = 30
Height = 20
Caption = 'LSP'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object LPC: TLabel
Left = 200
Top = 140
Width = 30
Height = 20
Caption = 'LPC'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
end
object Bevel2: TBevel
Left = 125
Top = 2
Width = 11
Height = 167
Shape = bsLeftLine
end
end