Subversion Repositories spacemission

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 daniel-mar 1
object DelphiXSpriteEditForm: TDelphiXSpriteEditForm
2
  Left = 309
3
  Top = 201
4
  BorderStyle = bsDialog
5
  Caption = 'Sprite Init Editor'
6
  ClientHeight = 373
7
  ClientWidth = 370
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
11
  Font.Height = -12
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
14
  OldCreateOrder = True
15
  Position = poScreenCenter
16
  Scaled = False
17
  PixelsPerInch = 96
18
  TextHeight = 13
19
  object Bevel2: TBevel
20
    Left = 8
21
    Top = 8
22
    Width = 273
23
    Height = 361
24
    Shape = bsFrame
25
  end
26
  object OKButton: TButton
27
    Left = 288
28
    Top = 8
29
    Width = 73
30
    Height = 25
31
    Caption = 'OK'
32
    Default = True
33
    TabOrder = 0
34
    OnClick = OKButtonClick
35
  end
36
  object CancelButton: TButton
37
    Left = 288
38
    Top = 40
39
    Width = 73
40
    Height = 25
41
    Cancel = True
42
    Caption = 'Cancel'
43
    ModalResult = 2
44
    TabOrder = 1
45
  end
46
  object ClearButton: TButton
47
    Left = 288
48
    Top = 344
49
    Width = 73
50
    Height = 25
51
    Caption = '&Clear'
52
    TabOrder = 2
53
    Visible = False
54
  end
55
  object Panel1: TPanel
56
    Left = 16
57
    Top = 16
58
    Width = 257
59
    Height = 345
60
    BevelOuter = bvNone
61
    BorderStyle = bsSingle
62
    TabOrder = 3
63
    object LAlpha: TLabel
64
      Left = 8
65
      Top = 74
66
      Width = 69
67
      Height = 13
68
      Caption = 'Alpha (0..255):'
69
      FocusControl = EAlpha
70
    end
71
    object LAngle: TLabel
72
      Left = 8
73
      Top = 98
74
      Width = 69
75
      Height = 13
76
      Caption = 'Angle (0..255):'
77
      FocusControl = EAngle
78
    end
79
    object LAnimCount: TLabel
80
      Left = 23
81
      Top = 122
82
      Width = 54
83
      Height = 13
84
      Caption = 'AnimCount:'
85
      FocusControl = EAnimCount
86
    end
87
    object LAnimPos: TLabel
88
      Left = 33
89
      Top = 170
90
      Width = 44
91
      Height = 13
92
      Caption = 'AnimPos:'
93
      FocusControl = EAnimPos
94
    end
95
    object LAnimSpeed: TLabel
96
      Left = 20
97
      Top = 194
98
      Width = 57
99
      Height = 13
100
      Caption = 'AnimSpeed:'
101
      FocusControl = EAnimSpeed
102
    end
103
    object LAnimStart: TLabel
104
      Left = 29
105
      Top = 218
106
      Width = 48
107
      Height = 13
108
      Caption = 'AnimStart:'
109
      FocusControl = EAnimStart
110
    end
111
    object LHeight: TLabel
112
      Left = 43
113
      Top = 242
114
      Width = 34
115
      Height = 13
116
      Caption = 'Height:'
117
      FocusControl = EHeight
118
    end
119
    object LMapHeight: TLabel
120
      Left = 142
121
      Top = 99
122
      Width = 55
123
      Height = 13
124
      Caption = 'MapHeight:'
125
      FocusControl = EMapHeight
126
    end
127
    object LMapWidth: TLabel
128
      Left = 145
129
      Top = 123
130
      Width = 52
131
      Height = 13
132
      Caption = 'MapWidth:'
133
      FocusControl = EMapWidth
134
    end
135
    object LWidth: TLabel
136
      Left = 46
137
      Top = 266
138
      Width = 31
139
      Height = 13
140
      Caption = 'Width:'
141
      FocusControl = EWidth
142
    end
143
    object LX: TLabel
144
      Left = 187
145
      Top = 267
146
      Width = 10
147
      Height = 13
148
      Caption = 'X:'
149
      FocusControl = EX
150
    end
151
    object LY: TLabel
152
      Left = 187
153
      Top = 291
154
      Width = 10
155
      Height = 13
156
      Caption = 'Y:'
157
      FocusControl = EY
158
    end
159
    object LZ: TLabel
160
      Left = 187
161
      Top = 315
162
      Width = 10
163
      Height = 13
164
      Caption = 'Z:'
165
      FocusControl = EZ
166
    end
167
    object Label1: TLabel
168
      Left = 18
169
      Top = 50
170
      Width = 59
171
      Height = 13
172
      Caption = 'Blend mode:'
173
      FocusControl = EBlendMode
174
    end
175
    object Label2: TLabel
176
      Left = 8
177
      Top = 6
178
      Width = 83
179
      Height = 13
180
      Caption = 'Available Images:'
181
      FocusControl = eImage
182
    end
183
    object Label3: TLabel
184
      Left = 156
185
      Top = 51
186
      Width = 41
187
      Height = 13
188
      Caption = 'CenterX:'
189
      FocusControl = ECenterX
190
    end
191
    object Label4: TLabel
192
      Left = 156
193
      Top = 75
194
      Width = 41
195
      Height = 13
196
      Caption = 'CenterY:'
197
      FocusControl = ECenterY
198
    end
199
    object Label5: TLabel
200
      Left = 16
201
      Top = 315
202
      Width = 61
203
      Height = 13
204
      Caption = 'Texture filter:'
205
      FocusControl = ETexFilter
206
    end
207
    object EAlpha: TEdit
208
      Left = 80
209
      Top = 71
210
      Width = 48
211
      Height = 21
212
      TabOrder = 3
213
      Text = '255'
214
    end
215
    object EAngle: TEdit
216
      Left = 80
217
      Top = 95
218
      Width = 48
219
      Height = 21
220
      TabOrder = 4
221
      Text = '0'
222
    end
223
    object EAnimCount: TEdit
224
      Left = 80
225
      Top = 119
226
      Width = 48
227
      Height = 21
228
      TabOrder = 5
229
      Text = '0'
230
    end
231
    object EAnimPos: TEdit
232
      Left = 80
233
      Top = 167
234
      Width = 48
235
      Height = 21
236
      TabOrder = 7
237
      Text = '0'
238
    end
239
    object EAnimSpeed: TEdit
240
      Left = 80
241
      Top = 191
242
      Width = 48
243
      Height = 21
244
      TabOrder = 8
245
      Text = '0'
246
    end
247
    object EAnimStart: TEdit
248
      Left = 80
249
      Top = 215
250
      Width = 48
251
      Height = 21
252
      TabOrder = 9
253
      Text = '0'
254
    end
255
    object EHeight: TEdit
256
      Left = 80
257
      Top = 239
258
      Width = 48
259
      Height = 21
260
      TabOrder = 10
261
      Text = '0'
262
    end
263
    object EMapHeight: TEdit
264
      Left = 200
265
      Top = 96
266
      Width = 48
267
      Height = 21
268
      TabOrder = 15
269
      Text = '0'
270
    end
271
    object EMapWidth: TEdit
272
      Left = 200
273
      Top = 120
274
      Width = 48
275
      Height = 21
276
      TabOrder = 16
277
      Text = '0'
278
    end
279
    object EWidth: TEdit
280
      Left = 80
281
      Top = 263
282
      Width = 48
283
      Height = 21
284
      TabOrder = 11
285
      Text = '0'
286
    end
287
    object EX: TEdit
288
      Left = 200
289
      Top = 264
290
      Width = 48
291
      Height = 21
292
      TabOrder = 22
293
      Text = '0'
294
    end
295
    object EY: TEdit
296
      Left = 200
297
      Top = 288
298
      Width = 48
299
      Height = 21
300
      TabOrder = 23
301
      Text = '0'
302
    end
303
    object EZ: TEdit
304
      Left = 200
305
      Top = 312
306
      Width = 48
307
      Height = 21
308
      TabOrder = 24
309
      Text = '0'
310
    end
311
    object EBlendMode: TComboBox
312
      Left = 80
313
      Top = 47
314
      Width = 72
315
      Height = 21
316
      Style = csDropDownList
317
      ItemHeight = 13
318
      TabOrder = 2
319
      Items.Strings = (
320
        'Draw'
321
        'Blend'
322
        'Add'
323
        'Sub')
324
    end
325
    object eImage: TComboBox
326
      Left = 8
327
      Top = 22
328
      Width = 153
329
      Height = 21
330
      Style = csDropDownList
331
      ItemHeight = 13
332
      TabOrder = 0
333
      OnChange = eImageChange
334
      OnExit = eImageExit
335
    end
336
    object ECenterX: TEdit
337
      Left = 200
338
      Top = 48
339
      Width = 48
340
      Height = 21
341
      TabOrder = 13
342
      Text = '0'
343
    end
344
    object ECenterY: TEdit
345
      Left = 200
346
      Top = 72
347
      Width = 48
348
      Height = 21
349
      TabOrder = 14
350
      Text = '0'
351
    end
352
    object chbBlurImage: TCheckBox
353
      Left = 59
354
      Top = 288
355
      Width = 69
356
      Height = 17
357
      Alignment = taLeftJustify
358
      Caption = 'Blur Image'
359
      TabOrder = 12
360
    end
361
    object chbAnimLooped: TCheckBox
362
      Left = 48
363
      Top = 144
364
      Width = 80
365
      Height = 17
366
      Alignment = taLeftJustify
367
      Caption = 'AnimLooped'
368
      TabOrder = 6
369
    end
370
    object chbMoved: TCheckBox
371
      Left = 194
372
      Top = 144
373
      Width = 54
374
      Height = 17
375
      Alignment = taLeftJustify
376
      Caption = 'Moved'
377
      TabOrder = 17
378
    end
379
    object chbCollisioned: TCheckBox
380
      Left = 177
381
      Top = 168
382
      Width = 71
383
      Height = 17
384
      Alignment = taLeftJustify
385
      Caption = 'Collisioned'
386
      TabOrder = 18
387
    end
388
    object chbPixelCheck: TCheckBox
389
      Left = 175
390
      Top = 192
391
      Width = 73
392
      Height = 17
393
      Alignment = taLeftJustify
394
      Caption = 'PixelCheck'
395
      TabOrder = 19
396
    end
397
    object chbTile: TCheckBox
398
      Left = 209
399
      Top = 216
400
      Width = 39
401
      Height = 17
402
      Alignment = taLeftJustify
403
      Caption = 'Tile'
404
      TabOrder = 20
405
    end
406
    object chbVisible: TCheckBox
407
      Left = 196
408
      Top = 240
409
      Width = 52
410
      Height = 17
411
      Alignment = taLeftJustify
412
      Caption = 'Visible'
413
      TabOrder = 21
414
    end
415
    object btnMapEdit: TButton
416
      Left = 173
417
      Top = 13
418
      Width = 75
419
      Height = 25
420
      Caption = 'Map Edit'
421
      Enabled = False
422
      TabOrder = 1
423
      OnClick = MapEditButtonClick
424
    end
425
    object ETexFilter: TComboBox
426
      Left = 80
427
      Top = 312
428
      Width = 89
429
      Height = 21
430
      Style = csDropDownList
431
      ItemHeight = 13
432
      TabOrder = 25
433
      Items.Strings = (
434
        'POINT'
435
        'LINEAR'
436
        'FLATCUBIC'
437
        'GAUSSIANCUBIC'
438
        'ANISOTROPIC')
439
    end
440
  end
441
end