-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrmexportprops.lfm
157 lines (157 loc) · 2.82 KB
/
rmexportprops.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
object ImageExportForm: TImageExportForm
Left = 162
Height = 343
Top = 301
Width = 337
BorderStyle = bsDialog
Caption = 'Image Export Properties'
ClientHeight = 343
ClientWidth = 337
LCLVersion = '2.0.10.0'
object EditName: TEdit
Left = 83
Height = 23
Top = 26
Width = 211
MaxLength = 20
ParentFont = False
TabOrder = 0
end
object imageName: TLabel
Left = 42
Height = 15
Top = 26
Width = 32
Caption = 'Name'
ParentColor = False
ParentFont = False
end
object ImageType: TLabel
Left = 13
Height = 15
Top = 102
Width = 60
Caption = 'Image Type'
ParentColor = False
ParentFont = False
end
object ComboImage: TComboBox
Left = 83
Height = 23
Top = 102
Width = 211
ItemHeight = 15
ParentFont = False
Style = csDropDownList
TabOrder = 2
end
object MaskType: TLabel
Left = 19
Height = 15
Top = 141
Width = 55
Caption = 'Mask Type'
ParentColor = False
ParentFont = False
end
object ComboMask: TComboBox
Left = 83
Height = 23
Top = 141
Width = 211
ItemHeight = 15
ParentFont = False
Style = csDropDownList
TabOrder = 3
end
object PaletteType: TLabel
Left = 10
Height = 15
Top = 179
Width = 63
Caption = 'Palette Type'
ParentColor = False
ParentFont = False
end
object ComboPalette: TComboBox
Left = 83
Height = 23
Top = 179
Width = 211
ItemHeight = 15
OnChange = ComboPaletteChange
ParentFont = False
Style = csDropDownList
TabOrder = 4
end
object Button1: TButton
Left = 243
Height = 25
Top = 288
Width = 75
Caption = 'OK'
OnClick = Button1Click
ParentFont = False
TabOrder = 7
end
object CompilerType: TLabel
Left = 26
Height = 15
Top = 64
Width = 49
Caption = 'Compiler'
ParentColor = False
ParentFont = False
end
object ComboCompiler: TComboBox
Left = 83
Height = 23
Top = 64
Width = 211
ItemHeight = 15
OnChange = ComboCompilerChange
ParentFont = False
Style = csDropDownList
TabOrder = 1
end
object EditWidth: TEdit
Left = 83
Height = 23
Top = 218
Width = 38
MaxLength = 3
NumbersOnly = True
ParentFont = False
TabOrder = 5
Text = '0'
end
object WidthLabel: TLabel
Left = 42
Height = 15
Top = 218
Width = 32
Caption = 'Width'
ParentColor = False
ParentFont = False
end
object EditHeight: TEdit
Left = 83
Height = 23
Top = 250
Width = 38
MaxLength = 3
NumbersOnly = True
ParentFont = False
TabOrder = 6
Text = '0'
end
object HeightLabel: TLabel
Left = 38
Height = 15
Top = 250
Width = 36
Caption = 'Height'
ParentColor = False
ParentFont = False
end
end