-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_stickbmpprops.dfm
470 lines (470 loc) · 8.15 KB
/
_stickbmpprops.dfm
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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
object frmStickBMPProps: TfrmStickBMPProps
Left = 81
Top = 286
BorderIcons = []
BorderStyle = bsNone
Caption = 'Womanizer'
ClientHeight = 367
ClientWidth = 561
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblTitle: TLabel
Left = 0
Top = 0
Width = 241
Height = 17
Cursor = crSizeAll
AutoSize = False
Caption = 'Man Manipulator (aka Woman)'
Color = clBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
OnMouseDown = lblTitleMouseDown
OnMouseMove = lblTitleMouseMove
OnMouseUp = lblTitleMouseUp
end
object Label1: TLabel
Left = 8
Top = 275
Width = 77
Height = 13
Caption = 'Set all widths to:'
end
object Label2: TLabel
Left = 8
Top = 76
Width = 36
Height = 13
Caption = 'Length:'
Transparent = True
end
object Label3: TLabel
Left = 13
Top = 95
Width = 31
Height = 13
Caption = 'Width:'
Transparent = True
end
object Label4: TLabel
Left = 8
Top = 124
Width = 36
Height = 13
Caption = 'Length:'
Transparent = True
end
object Label5: TLabel
Left = 13
Top = 143
Width = 31
Height = 13
Caption = 'Width:'
Transparent = True
end
object Label6: TLabel
Left = 8
Top = 172
Width = 36
Height = 13
Caption = 'Length:'
Transparent = True
end
object Label7: TLabel
Left = 13
Top = 191
Width = 31
Height = 13
Caption = 'Width:'
Transparent = True
end
object Label8: TLabel
Left = 8
Top = 220
Width = 36
Height = 13
Caption = 'Length:'
Transparent = True
end
object Label9: TLabel
Left = 13
Top = 239
Width = 31
Height = 13
Caption = 'Width:'
Transparent = True
end
object Label10: TLabel
Left = 13
Top = 47
Width = 31
Height = 13
Caption = 'Width:'
Transparent = True
end
object Label11: TLabel
Left = 20
Top = 28
Width = 23
Height = 13
Caption = 'Size:'
Transparent = True
end
object Label12: TLabel
Left = 352
Top = 36
Width = 36
Height = 13
Caption = ':Length'
Transparent = True
end
object Label13: TLabel
Left = 352
Top = 55
Width = 31
Height = 13
Caption = ':Width'
Transparent = True
end
object Label14: TLabel
Left = 352
Top = 84
Width = 36
Height = 13
Caption = ':Length'
Transparent = True
end
object Label15: TLabel
Left = 352
Top = 103
Width = 31
Height = 13
Caption = ':Width'
Transparent = True
end
object Label16: TLabel
Left = 352
Top = 132
Width = 36
Height = 13
Caption = ':Length'
Transparent = True
end
object Label17: TLabel
Left = 352
Top = 151
Width = 31
Height = 13
Caption = ':Width'
Transparent = True
end
object Label18: TLabel
Left = 352
Top = 180
Width = 36
Height = 13
Caption = ':Length'
Transparent = True
end
object Label19: TLabel
Left = 352
Top = 199
Width = 31
Height = 13
Caption = ':Width'
Transparent = True
end
object Label20: TLabel
Left = 352
Top = 228
Width = 36
Height = 13
Caption = ':Length'
Transparent = True
end
object Label21: TLabel
Left = 352
Top = 247
Width = 31
Height = 13
Caption = ':Width'
Transparent = True
end
object lblColour2: TLabel
Left = 88
Top = 312
Width = 25
Height = 25
AutoSize = False
OnMouseUp = lblColour2MouseUp
end
object Label22: TLabel
Left = 8
Top = 312
Width = 72
Height = 13
Caption = 'Change colour:'
end
object m_strHeadDiam: TEdit
Left = 48
Top = 24
Width = 30
Height = 21
TabOrder = 0
OnChange = m_strHeadDiamChange
end
object m_strLeftArmTop: TEdit
Left = 48
Top = 72
Width = 30
Height = 21
TabOrder = 1
OnChange = m_strLeftArmTopChange
end
object m_strLeftArmBot: TEdit
Left = 48
Top = 120
Width = 30
Height = 21
TabOrder = 2
end
object m_strLeftLegTop: TEdit
Left = 48
Top = 168
Width = 30
Height = 21
TabOrder = 3
end
object m_strLeftLegBot: TEdit
Left = 48
Top = 216
Width = 30
Height = 21
TabOrder = 4
end
object m_strRightArmTop: TEdit
Left = 320
Top = 32
Width = 30
Height = 21
TabOrder = 5
end
object m_strRightArmBot: TEdit
Left = 320
Top = 80
Width = 30
Height = 21
TabOrder = 6
end
object m_strBodyLength: TEdit
Left = 320
Top = 128
Width = 30
Height = 21
TabOrder = 7
end
object m_strRightLegTop: TEdit
Left = 320
Top = 176
Width = 30
Height = 21
TabOrder = 8
end
object m_strRightLegBot: TEdit
Left = 320
Top = 224
Width = 30
Height = 21
TabOrder = 9
end
object cmdDone: TButton
Left = 448
Top = 272
Width = 105
Height = 25
Caption = 'Apply to &KeyFrame'
TabOrder = 10
OnClick = cmdDoneClick
end
object cmdCancel: TButton
Left = 448
Top = 336
Width = 105
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 11
OnClick = cmdCancelClick
end
object cmdPreview: TButton
Left = 280
Top = 272
Width = 75
Height = 25
Caption = '&Preview'
TabOrder = 12
OnClick = cmdPreviewClick
end
object Edit1: TEdit
Left = 48
Top = 44
Width = 30
Height = 21
TabOrder = 13
OnChange = Edit1Change
end
object Edit2: TEdit
Left = 48
Top = 92
Width = 30
Height = 21
TabOrder = 14
OnChange = Edit2Change
end
object Edit3: TEdit
Left = 48
Top = 140
Width = 30
Height = 21
TabOrder = 15
OnChange = Edit3Change
end
object Edit4: TEdit
Left = 48
Top = 188
Width = 30
Height = 21
TabOrder = 16
OnChange = Edit4Change
end
object Edit5: TEdit
Left = 48
Top = 236
Width = 30
Height = 21
TabOrder = 17
OnChange = Edit5Change
end
object Edit6: TEdit
Left = 320
Top = 52
Width = 30
Height = 21
TabOrder = 18
OnChange = Edit6Change
end
object Edit7: TEdit
Left = 320
Top = 100
Width = 30
Height = 21
TabOrder = 19
OnChange = Edit7Change
end
object Edit8: TEdit
Left = 320
Top = 148
Width = 30
Height = 21
TabOrder = 20
OnChange = Edit8Change
end
object Edit9: TEdit
Left = 320
Top = 196
Width = 30
Height = 21
TabOrder = 21
OnChange = Edit9Change
end
object Edit10: TEdit
Left = 320
Top = 244
Width = 30
Height = 21
TabOrder = 22
OnChange = Edit10Change
end
object cmdDefaults: TButton
Left = 200
Top = 272
Width = 75
Height = 25
Caption = 'D&efaults'
TabOrder = 23
end
object cmdSetAll: TButton
Left = 120
Top = 272
Width = 75
Height = 25
Caption = '&Set'
TabOrder = 24
OnClick = cmdSetAllClick
end
object m_strWidths: TEdit
Left = 88
Top = 272
Width = 25
Height = 21
TabOrder = 25
Text = '1'
end
object cmdOuterColour: TButton
Left = 120
Top = 312
Width = 75
Height = 25
Caption = 'Change &Outer'
TabOrder = 26
OnClick = cmdOuterColourClick
end
object Button1: TButton
Left = 448
Top = 304
Width = 105
Height = 25
Caption = 'Apply to &Layer'
TabOrder = 27
OnClick = Button1Click
end
object chkOpen: TCheckBox
Left = 208
Top = 312
Width = 97
Height = 17
Caption = 'Mouth Open'
TabOrder = 28
OnClick = chkOpenClick
end
object chkFlip: TCheckBox
Left = 208
Top = 336
Width = 129
Height = 17
Caption = 'Look the other way'
TabOrder = 29
OnClick = chkFlipClick
end
object cd: TColorDialog
Left = 400
Top = 56
end
end