-
Notifications
You must be signed in to change notification settings - Fork 4
/
formbitedit.lfm
361 lines (361 loc) · 6.97 KB
/
formbitedit.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
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
object frmBitEdit: TfrmBitEdit
Left = 581
Height = 435
Top = 391
Width = 441
Caption = 'Value editor:'
ClientHeight = 435
ClientWidth = 441
DesignTimePPI = 120
OnShow = FormShow
LCLVersion = '1.8.0.6'
object Panel32: TPanel
Left = 0
Height = 32
Top = 32
Width = 441
Align = alTop
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 441
TabOrder = 0
object edValueDec32: TEdit
Tag = 321
Left = 144
Height = 25
Top = 0
Width = 280
OnChange = edValueDecAnyChange
TabOrder = 0
end
object lbValueDec32: TLabel
Left = -64
Height = 23
Top = 0
Width = 203
Alignment = taRightJustify
AutoSize = False
Caption = 'Dec 32bit'
ParentBidiMode = False
ParentColor = False
end
end
object PanelHex32: TPanel
Left = 0
Height = 32
Top = 0
Width = 441
Align = alTop
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 441
TabOrder = 1
object edValueHex32: TEdit
Left = 144
Height = 25
Top = 5
Width = 280
OnChange = edValueHex32Change
TabOrder = 0
end
object lbValueHex32: TLabel
Left = -64
Height = 23
Top = 5
Width = 203
Alignment = taRightJustify
AutoSize = False
Caption = 'Value in hex'
ParentBidiMode = False
ParentColor = False
end
end
object Panel16: TPanel
Left = 0
Height = 32
Top = 64
Width = 441
Align = alTop
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 441
TabOrder = 2
object lbValueDec16: TLabel
Left = 8
Height = 23
Top = 6
Width = 131
Alignment = taRightJustify
AutoSize = False
Caption = 'Dec 16bit'
ParentBidiMode = False
ParentColor = False
end
object edValueDec16_1: TEdit
Tag = 161
Left = 144
Height = 25
Top = 6
Width = 136
OnChange = edValueDecAnyChange
TabOrder = 0
end
object edValueDec16_2: TEdit
Tag = 162
Left = 288
Height = 25
Top = 6
Width = 136
OnChange = edValueDecAnyChange
TabOrder = 1
end
end
object Panel8: TPanel
Left = 0
Height = 32
Top = 96
Width = 441
Align = alTop
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 441
TabOrder = 3
object edValueDec8_4: TEdit
Tag = 84
Left = 360
Height = 25
Top = 5
Width = 64
OnChange = edValueDecAnyChange
TabOrder = 0
end
object edValueDec8_3: TEdit
Tag = 83
Left = 288
Height = 25
Top = 5
Width = 64
OnChange = edValueDecAnyChange
TabOrder = 1
end
object edValueDec8_2: TEdit
Tag = 82
Left = 216
Height = 25
Top = 5
Width = 64
OnChange = edValueDecAnyChange
TabOrder = 2
end
object edValueDec8_1: TEdit
Tag = 81
Left = 144
Height = 25
Top = 5
Width = 64
OnChange = edValueDecAnyChange
TabOrder = 3
end
object lbValueDec8: TLabel
Left = 8
Height = 23
Top = 5
Width = 131
Alignment = taRightJustify
AutoSize = False
Caption = 'Dec 8bit'
ParentBidiMode = False
ParentColor = False
end
end
object PanelGroup1: TPanel
Left = 0
Height = 200
Top = 128
Width = 441
Align = alTop
BevelOuter = bvNone
ClientHeight = 200
ClientWidth = 441
TabOrder = 4
object PanelBits: TPanel
Left = 144
Height = 200
Top = 0
Width = 286
BevelOuter = bvNone
ClientHeight = 200
ClientWidth = 286
TabOrder = 0
object chListBit8_4: TCheckListBox
Tag = 84
Left = 216
Height = 200
Top = 0
Width = 64
ExtendedSelect = False
Items.Strings = (
'25'
'26'
'27'
'28'
'29'
'30'
'31'
'32'
)
ItemHeight = 19
OnClickCheck = chListBitAnyClickCheck
TabOrder = 0
Data = {
080000000000000000000000
}
end
object chListBit8_3: TCheckListBox
Tag = 83
Left = 144
Height = 200
Top = 0
Width = 64
ExtendedSelect = False
Items.Strings = (
'17'
'18'
'19'
'20'
'21'
'22'
'23'
'24'
)
ItemHeight = 19
OnClickCheck = chListBitAnyClickCheck
TabOrder = 1
Data = {
080000000000000000000000
}
end
object chListBit8_2: TCheckListBox
Tag = 82
Left = 72
Height = 200
Top = 0
Width = 64
ExtendedSelect = False
Items.Strings = (
'09'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
)
ItemHeight = 19
OnClickCheck = chListBitAnyClickCheck
TabOrder = 2
Data = {
080000000000000000000000
}
end
object chListBit8_1: TCheckListBox
Tag = 81
Left = 0
Height = 200
Top = 0
Width = 64
ExtendedSelect = False
Items.Strings = (
'01'
'02'
'03'
'04'
'05'
'06'
'07'
'08'
)
ItemHeight = 19
OnClickCheck = chListBitAnyClickCheck
TabOrder = 3
Data = {
080000000000000000000000
}
end
end
object lbValueDec9: TLabel
Left = 8
Height = 23
Top = 5
Width = 131
Alignment = taRightJustify
AutoSize = False
Caption = 'Bin'
ParentBidiMode = False
ParentColor = False
end
end
object PanelBtn: TPanel
Left = 0
Height = 40
Top = 395
Width = 441
Align = alBottom
BevelOuter = bvNone
ClientHeight = 40
ClientWidth = 441
TabOrder = 5
object BitBtn1: TBitBtn
Left = 5
Height = 32
Top = 3
Width = 131
Anchors = [akLeft, akBottom]
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
TabOrder = 0
end
object BitBtn2: TBitBtn
Left = 303
Height = 32
Top = 3
Width = 131
Anchors = [akRight, akBottom]
Cancel = True
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
TabOrder = 1
end
end
object PanelFloat: TPanel
Left = 0
Height = 32
Top = 328
Width = 441
Align = alTop
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 441
TabOrder = 6
object edValueFloat: TEdit
Left = 144
Height = 25
Top = 5
Width = 280
TabOrder = 0
end
object lbFloat: TLabel
Left = 110
Height = 17
Top = 8
Width = 29
Alignment = taRightJustify
Caption = 'Float'
ParentColor = False
end
end
end