-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunitframesnapshotoptions.lfm
107 lines (107 loc) · 2.78 KB
/
unitframesnapshotoptions.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
object FrameSnapshotOptions: TFrameSnapshotOptions
Left = 0
Height = 151
Top = 0
Width = 354
AutoSize = True
ClientHeight = 151
ClientWidth = 354
TabOrder = 0
DesignLeft = 501
DesignTop = 192
object Panel1: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 114
Top = 0
Width = 318
AutoSize = True
BevelOuter = bvNone
ClientHeight = 114
ClientWidth = 318
TabOrder = 0
object Panel2: TPanel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 10
Height = 94
Top = 10
Width = 298
AutoSize = True
BorderSpacing.Around = 10
BevelOuter = bvNone
ClientHeight = 94
ClientWidth = 298
TabOrder = 0
object CheckBoxSkipJoystickInfoSzxLoad: TCheckBox
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Panel2
Left = 0
Height = 19
Top = 0
Width = 298
Caption = 'When loading szx snapshot, skip joystick information'
TabOrder = 0
end
object CheckBoxSkipTapeInfoSzxLoad: TCheckBox
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = CheckBoxSkipJoystickInfoSzxLoad
AnchorSideTop.Side = asrBottom
Left = 0
Height = 19
Top = 27
Width = 254
BorderSpacing.Top = 8
Caption = 'When loading szx snapshot, skip cassete info'
TabOrder = 1
end
object Panel3: TPanel
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = CheckBoxSkipTapeInfoSzxLoad
AnchorSideTop.Side = asrBottom
Left = 0
Height = 40
Top = 54
Width = 283
AutoSize = True
BorderSpacing.Top = 8
BevelOuter = bvNone
ClientHeight = 40
ClientWidth = 283
TabOrder = 2
object Label1: TLabel
AnchorSideLeft.Control = Panel3
AnchorSideTop.Control = Panel3
Left = 0
Height = 15
Top = 0
Width = 141
Caption = 'When saving szx snapshot:'
end
object ComboBox1: TComboBox
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 21
Height = 23
Top = 17
Width = 262
BorderSpacing.Left = 21
BorderSpacing.Top = 2
ItemHeight = 15
ItemIndex = 2
Items.Strings = (
'Skip cassete info'
'Embed and compress tape file'
'Embed but not compress tape file'
'Only save tape file path'
)
Style = csDropDownList
TabOrder = 0
Text = 'Embed but not compress tape file'
end
end
end
end
end