-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathunit2.lfm
More file actions
259 lines (259 loc) · 5.45 KB
/
unit2.lfm
File metadata and controls
259 lines (259 loc) · 5.45 KB
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
object Form2: TForm2
Left = 348
Height = 628
Top = 111
Width = 880
Caption = 'Form2'
ClientHeight = 628
ClientWidth = 880
Position = poScreenCenter
LCLVersion = '3.99.0.0'
OnCreate = FormCreate
OnDestroy = FormDestroy
object Button1: TButton
Left = 8
Height = 25
Top = 8
Width = 112
Caption = 'load ani file'
TabOrder = 0
OnClick = Button1Click
end
object Label1: TLabel
Left = 128
Height = 16
Top = 17
Width = 41
Caption = 'Label1'
end
object ListBox1: TListBox
Left = 8
Height = 552
Top = 64
Width = 120
Anchors = [akTop, akLeft, akBottom]
ItemHeight = 0
TabOrder = 1
TopIndex = -1
OnClick = ListBox1Click
end
object Label2: TLabel
Left = 8
Height = 16
Top = 44
Width = 43
Caption = 'Images'
end
object Image1: TImage
Left = 136
Height = 150
Top = 88
Width = 150
AutoSize = True
end
object Label3: TLabel
Left = 136
Height = 16
Top = 64
Width = 41
Caption = 'Label3'
end
object GroupBox1: TGroupBox
Left = 296
Height = 280
Top = 64
Width = 576
Anchors = [akTop, akLeft, akRight]
Caption = ' Merge settings '
ClientHeight = 263
ClientWidth = 574
TabOrder = 2
object Label4: TLabel
Left = 8
Height = 16
Top = 18
Width = 36
Caption = 'Width'
end
object Label5: TLabel
Left = 8
Height = 16
Top = 50
Width = 40
Caption = 'Height'
end
object Edit1: TEdit
Left = 56
Height = 26
Top = 8
Width = 80
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 56
Height = 26
Top = 40
Width = 80
TabOrder = 2
Text = 'Edit2'
end
object RadioGroup1: TRadioGroup
Left = 144
Height = 49
Top = 8
Width = 240
AutoFill = True
Caption = ' Alignment '
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 3
ClientHeight = 32
ClientWidth = 238
Columns = 3
Items.Strings = (
'Left'
'Center'
'Right'
)
TabOrder = 1
end
object RadioGroup2: TRadioGroup
Left = 144
Height = 49
Top = 72
Width = 240
AutoFill = True
Caption = ' Layout '
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 3
ClientHeight = 32
ClientWidth = 238
Columns = 3
Items.Strings = (
'Top'
'Center'
'Bottom'
)
TabOrder = 5
end
object Label6: TLabel
Left = 8
Height = 32
Top = 82
Width = 46
Caption = 'Frames '#10'per row'
end
object Edit3: TEdit
Left = 56
Height = 26
Top = 88
Width = 80
TabOrder = 3
Text = 'Edit3'
end
object Label7: TLabel
Left = 8
Height = 16
Top = 128
Width = 97
Caption = 'Image sequence'
end
object Edit4: TEdit
Left = 56
Height = 26
Top = 144
Width = 512
Anchors = [akTop, akLeft, akRight]
TabOrder = 6
Text = 'Edit4'
end
object Button2: TButton
Left = 8
Height = 25
Top = 208
Width = 168
Caption = 'Create preview'
TabOrder = 8
OnClick = Button2Click
end
object Label8: TLabel
Left = 8
Height = 16
Top = 240
Width = 41
Caption = 'Label8'
end
object Button3: TButton
Left = 183
Height = 25
Top = 208
Width = 168
Caption = 'Copy job to clipboard'
TabOrder = 9
OnClick = Button3Click
end
object Label9: TLabel
Left = 8
Height = 16
Top = 184
Width = 39
Caption = 'Target'
end
object Edit5: TEdit
Left = 56
Height = 26
Top = 176
Width = 512
Anchors = [akTop, akLeft, akRight]
TabOrder = 7
Text = 'Edit5'
end
object RadioGroup3: TRadioGroup
Left = 392
Height = 106
Top = 8
Width = 168
AutoFill = True
Caption = ' transparent by '
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 89
ClientWidth = 166
Items.Strings = (
'first pixel'
'clblack'
'first pixel per frame'
)
TabOrder = 4
end
end
object Image2: TImage
Left = 136
Height = 184
Top = 352
Width = 482
AutoSize = True
OnMouseDown = Image2MouseDown
end
object OpenDialog1: TOpenDialog
DefaultExt = '.ani;.ANI'
Filter = 'Ani files|*.ani;*.ANI|All files|*.*'
Left = 704
Top = 24
end
end