-
Notifications
You must be signed in to change notification settings - Fork 4
/
formswapconfig.lfm
63 lines (63 loc) · 1.21 KB
/
formswapconfig.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
object frmSwapConfig: TfrmSwapConfig
Left = 373
Height = 143
Top = 138
Width = 292
BorderStyle = bsDialog
Caption = 'Swap config (byte order)'
ClientHeight = 143
ClientWidth = 292
DesignTimePPI = 120
Position = poMainFormCenter
LCLVersion = '1.8.4.0'
object BitBtn1: TBitBtn
Left = 208
Height = 30
Top = 103
Width = 75
Anchors = [akLeft, akBottom]
Cancel = True
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
TabOrder = 0
Visible = False
end
object BitBtn2: TBitBtn
Left = 8
Height = 30
Top = 103
Width = 136
Anchors = [akLeft, akBottom]
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
OnClick = BitBtn2Click
TabOrder = 1
end
object cbSwap2byte: TCheckBox
Left = 8
Height = 21
Top = 8
Width = 201
Caption = 'Swap 2 byte (in one register)'
TabOrder = 2
end
object cbSwap2word: TCheckBox
Left = 8
Height = 21
Top = 32
Width = 193
Caption = 'Swap 2 reg/word (for Float)'
TabOrder = 3
end
object cbSwap2dword: TCheckBox
Left = 8
Height = 21
Top = 56
Width = 204
Caption = 'Swap 2 DWORD (for Double)'
TabOrder = 4
end
end