-
Notifications
You must be signed in to change notification settings - Fork 1
/
unit1.lfm
346 lines (346 loc) · 7.06 KB
/
unit1.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
object Form1: TForm1
Left = 347
Height = 491
Top = 108
Width = 624
Caption = 'Form1'
ClientHeight = 491
ClientWidth = 624
Position = poScreenCenter
LCLVersion = '3.99.0.0'
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
object Button1: TButton
Left = 8
Height = 25
Top = 8
Width = 304
Caption = 'Select folder'
TabOrder = 0
OnClick = Button1Click
end
object ListBox1: TListBox
Left = 8
Height = 248
Top = 192
Width = 304
ItemHeight = 0
ScrollWidth = 300
Style = lbOwnerDrawFixed
TabOrder = 1
TopIndex = -1
OnClick = ListBox1Click
OnDrawItem = ListBox1DrawItem
end
object GroupBox1: TGroupBox
Left = 320
Height = 433
Top = 8
Width = 297
Caption = ' Info '
ClientHeight = 416
ClientWidth = 295
TabOrder = 2
object Label1: TLabel
Left = 8
Height = 16
Top = 16
Width = 35
Caption = 'Name'
end
object Label2: TLabel
Left = 8
Height = 16
Top = 40
Width = 69
Caption = 'Description'
end
object Label3: TLabel
Left = 8
Height = 16
Top = 144
Width = 37
Caption = 'Speed'
end
object Label4: TLabel
Left = 8
Height = 16
Top = 168
Width = 23
Caption = 'Size'
end
object Image1: TImage
Left = 195
Height = 90
Top = 163
Width = 90
Transparent = True
end
object CheckBox1: TCheckBox
Left = 195
Height = 22
Top = 319
Width = 64
Caption = 'can fly'
TabOrder = 0
end
object Edit1: TEdit
Left = 104
Height = 26
Top = 8
Width = 181
TabOrder = 1
Text = 'Edit1'
end
object Edit3: TEdit
Left = 104
Height = 26
Top = 136
Width = 80
TabOrder = 2
Text = 'Edit3'
end
object Edit4: TEdit
Left = 104
Height = 26
Top = 160
Width = 80
TabOrder = 3
Text = 'Edit4'
end
object Label16: TLabel
Left = 8
Height = 16
Top = 192
Width = 49
Caption = 'Power 1'
end
object Label17: TLabel
Left = 8
Height = 16
Top = 216
Width = 49
Caption = 'Power 2'
end
object Label18: TLabel
Left = 8
Height = 16
Top = 264
Width = 49
Caption = 'Power 4'
end
object Label19: TLabel
Left = 8
Height = 16
Top = 240
Width = 49
Caption = 'Power 3'
end
object Edit5: TEdit
Left = 104
Height = 26
Top = 184
Width = 80
TabOrder = 4
Text = 'Edit5'
end
object Edit6: TEdit
Left = 104
Height = 26
Top = 208
Width = 80
TabOrder = 5
Text = 'Edit6'
end
object Edit7: TEdit
Left = 104
Height = 26
Top = 232
Width = 80
TabOrder = 6
Text = 'Edit7'
end
object Edit8: TEdit
Left = 104
Height = 26
Top = 256
Width = 80
TabOrder = 7
Text = 'Edit8'
end
object Label5: TLabel
Left = 195
Height = 16
Top = 144
Width = 37
Caption = 'Image'
end
object Memo1: TMemo
Left = 104
Height = 90
Top = 40
Width = 181
Lines.Strings = (
'Memo1'
)
ScrollBars = ssAutoBoth
TabOrder = 8
WordWrap = False
end
object Label6: TLabel
Left = 8
Height = 32
Top = 288
Width = 74
Caption = 'Powerfactor'#10'easy'
end
object Label7: TLabel
Left = 8
Height = 32
Top = 328
Width = 74
Caption = 'Powerfactor'#10'medium'
end
object Label8: TLabel
Left = 8
Height = 32
Top = 368
Width = 74
Caption = 'Powerfactor'#10'hard'
end
object Edit2: TEdit
Left = 104
Height = 26
Top = 295
Width = 80
TabOrder = 9
Text = 'Edit2'
end
object Edit9: TEdit
Left = 104
Height = 26
Top = 335
Width = 80
TabOrder = 10
Text = 'Edit9'
end
object Edit10: TEdit
Left = 104
Height = 26
Top = 375
Width = 80
TabOrder = 11
Text = 'Edit10'
end
object CheckBox2: TCheckBox
Left = 195
Height = 22
Top = 347
Width = 64
Caption = 'is boss'
TabOrder = 12
end
object CheckBox3: TCheckBox
Left = 195
Height = 22
Top = 379
Width = 74
Caption = 'is bonus'
TabOrder = 13
end
object CheckBox4: TCheckBox
Left = 195
Height = 22
Top = 264
Width = 100
Caption = 'rotate image'
TabOrder = 14
end
end
object Button2: TButton
Left = 112
Height = 25
Top = 160
Width = 96
Caption = 'Sort by asc'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 216
Height = 25
Top = 160
Width = 96
Caption = 'Sort by desc'
TabOrder = 4
OnClick = Button3Click
end
object RadioGroup1: TRadioGroup
Left = 8
Height = 113
Top = 40
Width = 305
AutoFill = True
Caption = ' Sort options '
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 96
ClientWidth = 303
Columns = 2
ItemIndex = 1
Items.Strings = (
'Speed'
'Power (sum)'
'Power 1'
'Power 2'
'Power 3'
'Power 4'
'can fly'
'boss'
'bonus'
)
TabOrder = 5
OnClick = RadioGroup1Click
end
object Button4: TButton
Left = 494
Height = 25
Top = 456
Width = 123
Caption = 'Close'
TabOrder = 6
OnClick = Button4Click
end
object Button5: TButton
Left = 8
Height = 25
Top = 456
Width = 305
Caption = 'Create opp with new image'
TabOrder = 7
OnClick = Button5Click
end
object Button6: TButton
Left = 328
Height = 25
Top = 456
Width = 107
Caption = 'Save changes'
TabOrder = 8
OnClick = Button6Click
end
object SelectDirectoryDialog1: TSelectDirectoryDialog
Left = 80
Top = 16
end
object OpenPictureDialog1: TOpenPictureDialog
Filter = 'Graphic (*.png;*.xpm;*.bmp;*.cur;*.ico;*.icns;*.jpeg;*.jpg;*.jpe;*.jfif;*.tif;*.tiff;*.gif;*.pbm;*.pgm;*.ppm)|*.png;*.xpm;*.bmp;*.cur;*.ico;*.icns;*.jpeg;*.jpg;*.jpe;*.jfif;*.tif;*.tiff;*.gif;*.pbm;*.pgm;*.ppm;*.ani|PNG Files (*.png)|*.png|Pixmap Files (*.xpm)|*.xpm|Bitmap Files (*.bmp)|*.bmp|Cursor Files (*.cur)|*.cur|Icon Files (*.ico)|*.ico|macOS Icon Files (*.icns)|*.icns|JPEG Files (*.jpeg;*.jpg;*.jpe;*.jfif)|*.jpeg;*.jpg;*.jpe;*.jfif|Tagged Image File Format Files (*.tif;*.tiff)|*.tif;*.tiff|Graphics Interchange Format Files (*.gif)|*.gif|Portable Pixmap Files (*.pbm;*.pgm;*.ppm)|*.pbm;*.pgm;*.ppm|CTD_Animation|*.ani|All files (*)|*'
Left = 80
Top = 416
end
end