-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathvtxexportoptions.lfm
73 lines (73 loc) · 1.29 KB
/
vtxexportoptions.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
object fExportOptions: TfExportOptions
Left = 703
Height = 123
Top = 419
Width = 265
BorderStyle = bsDialog
Caption = 'Export Options'
ClientHeight = 123
ClientWidth = 265
LCLVersion = '1.6.4.0'
object cbUseLineLen: TCheckBox
Left = 14
Height = 19
Top = 12
Width = 127
Caption = 'Restrict Line Length:'
TabOrder = 0
end
object cbUseSauce: TCheckBox
Left = 14
Height = 19
Top = 32
Width = 104
Caption = 'Append SAUCE.'
TabOrder = 1
end
object Button1: TButton
Left = 102
Height = 25
Top = 92
Width = 75
Caption = 'OK'
ModalResult = 1
TabOrder = 2
end
object Button2: TButton
Left = 180
Height = 25
Top = 92
Width = 75
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object seLineLen: TSpinEdit
Left = 179
Height = 21
Top = 10
Width = 76
Font.Height = -11
MaxValue = 132
MinValue = 40
ParentFont = False
TabOrder = 4
Value = 79
end
object cbStaticObjects: TCheckBox
Left = 14
Height = 19
Top = 52
Width = 95
Caption = 'Static Objects.'
TabOrder = 5
end
object cbUseBOM: TCheckBox
Left = 14
Height = 19
Top = 70
Width = 135
Caption = 'Prefix Encoding BOM.'
TabOrder = 6
end
end