Subversion Repositories plumbers

Rev

Rev 10 | Rev 12 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 11
1
object Form1: TForm1
1
object Form1: TForm1
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
4
  Caption = 'ShowTime Editor'
4
  Caption = 'ShowTime Editor'
5
  ClientHeight = 619
5
  ClientHeight = 619
6
  ClientWidth = 1030
6
  ClientWidth = 1030
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Constraints.MinHeight = 677
8
  Constraints.MinHeight = 677
9
  Constraints.MinWidth = 1046
9
  Constraints.MinWidth = 1046
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
11
  Font.Color = clWindowText
12
  Font.Height = -11
12
  Font.Height = -11
13
  Font.Name = 'Tahoma'
13
  Font.Name = 'Tahoma'
14
  Font.Style = []
14
  Font.Style = []
15
  Menu = MainMenu1
15
  Menu = MainMenu1
16
  OldCreateOrder = False
16
  OldCreateOrder = False
17
  Position = poScreenCenter
17
  Position = poScreenCenter
18
  OnCloseQuery = FormCloseQuery
18
  OnCloseQuery = FormCloseQuery
19
  OnCreate = FormCreate
19
  OnCreate = FormCreate
20
  OnShow = FormShow
20
  OnShow = FormShow
21
  DesignSize = (
21
  DesignSize = (
22
    1030
22
    1030
23
    619)
23
    619)
24
  PixelsPerInch = 96
24
  PixelsPerInch = 96
25
  TextHeight = 13
25
  TextHeight = 13
26
  object ListBox1: TListBox
26
  object ListBox1: TListBox
27
    Left = 8
27
    Left = 8
28
    Top = 8
28
    Top = 8
29
    Width = 209
29
    Width = 209
30
    Height = 478
30
    Height = 478
31
    Anchors = [akLeft, akTop, akBottom]
31
    Anchors = [akLeft, akTop, akBottom]
32
    ItemHeight = 13
32
    ItemHeight = 13
33
    Items.Strings = (
33
    Items.Strings = (
34
      'SC99'
34
      'SC99'
35
      'SC00'
35
      'SC00'
36
      'SC01'
36
      'SC01'
37
      'SC02')
37
      'SC02')
38
    TabOrder = 0
38
    TabOrder = 0
39
    OnClick = ListBox1Click
39
    OnClick = ListBox1Click
40
    OnDblClick = ListBox1DblClick
40
    OnDblClick = ListBox1DblClick
41
  end
41
  end
42
  object Button1: TButton
42
  object Button1: TButton
43
    Left = 145
43
    Left = 145
44
    Top = 492
44
    Top = 492
45
    Width = 33
45
    Width = 33
46
    Height = 25
46
    Height = 25
47
    Anchors = [akLeft, akBottom]
47
    Anchors = [akLeft, akBottom]
48
    Caption = '+'
48
    Caption = '+'
49
    TabOrder = 3
49
    TabOrder = 3
50
    OnClick = Button1Click
50
    OnClick = Button1Click
51
  end
51
  end
52
  object Button2: TButton
52
  object Button2: TButton
53
    Left = 184
53
    Left = 184
54
    Top = 492
54
    Top = 492
55
    Width = 33
55
    Width = 33
56
    Height = 25
56
    Height = 25
57
    Anchors = [akLeft, akBottom]
57
    Anchors = [akLeft, akBottom]
58
    Caption = '-'
58
    Caption = '-'
59
    TabOrder = 4
59
    TabOrder = 4
60
    OnClick = Button2Click
60
    OnClick = Button2Click
61
  end
61
  end
62
  object Button3: TButton
62
  object Button3: TButton
63
    Left = 8
63
    Left = 8
64
    Top = 565
64
    Top = 565
65
    Width = 105
65
    Width = 105
66
    Height = 46
66
    Height = 46
67
    Anchors = [akLeft, akBottom]
67
    Anchors = [akLeft, akBottom]
68
    Caption = 'Save'
68
    Caption = 'Save'
69
    TabOrder = 7
69
    TabOrder = 7
70
    OnClick = Button3Click
70
    OnClick = Button3Click
71
  end
71
  end
72
  object Button4: TButton
72
  object Button4: TButton
73
    Left = 8
73
    Left = 8
74
    Top = 492
74
    Top = 492
75
    Width = 33
75
    Width = 33
76
    Height = 25
76
    Height = 25
77
    Anchors = [akLeft, akBottom]
77
    Anchors = [akLeft, akBottom]
78
    Caption = '^'
78
    Caption = '^'
79
    TabOrder = 1
79
    TabOrder = 1
80
    OnClick = Button4Click
80
    OnClick = Button4Click
81
  end
81
  end
82
  object Button5: TButton
82
  object Button5: TButton
83
    Left = 47
83
    Left = 47
84
    Top = 492
84
    Top = 492
85
    Width = 33
85
    Width = 33
86
    Height = 25
86
    Height = 25
87
    Anchors = [akLeft, akBottom]
87
    Anchors = [akLeft, akBottom]
88
    Caption = 'v'
88
    Caption = 'v'
89
    TabOrder = 2
89
    TabOrder = 2
90
    OnClick = Button5Click
90
    OnClick = Button5Click
91
  end
91
  end
92
  object Button10: TButton
92
  object Button10: TButton
93
    Left = 112
93
    Left = 112
94
    Top = 565
94
    Top = 565
95
    Width = 105
95
    Width = 105
96
    Height = 46
96
    Height = 46
97
    Anchors = [akLeft, akBottom]
97
    Anchors = [akLeft, akBottom]
98
    Caption = 'Save + Test'
98
    Caption = 'Save + Test'
99
    TabOrder = 8
99
    TabOrder = 8
100
    OnClick = Button10Click
100
    OnClick = Button10Click
101
  end
101
  end
102
  object PageControl2: TPageControl
102
  object PageControl2: TPageControl
103
    Left = 223
103
    Left = 223
104
    Top = 8
104
    Top = 8
105
    Width = 799
105
    Width = 799
106
    Height = 603
106
    Height = 603
107
    ActivePage = TabSheet4
107
    ActivePage = TabSheet4
108
    Anchors = [akLeft, akTop, akRight, akBottom]
108
    Anchors = [akLeft, akTop, akRight, akBottom]
109
    TabOrder = 9
109
    TabOrder = 9
110
    object TabSheet4: TTabSheet
110
    object TabSheet4: TTabSheet
111
      Caption = 'Pictures'
111
      Caption = 'Pictures'
112
      DesignSize = (
112
      DesignSize = (
113
        791
113
        791
114
        575)
114
        575)
115
      object Label1: TLabel
115
      object Label1: TLabel
116
        Left = 16
116
        Left = 16
117
        Top = 24
117
        Top = 24
118
        Width = 77
118
        Width = 77
119
        Height = 13
119
        Height = 13
120
        Caption = 'SceneID (0-99):'
120
        Caption = 'SceneID (0-99):'
121
      end
121
      end
122
      object Label2: TLabel
122
      object Label2: TLabel
123
        Left = 15
123
        Left = 15
124
        Top = 63
124
        Top = 63
125
        Width = 79
125
        Width = 79
126
        Height = 13
126
        Height = 13
127
        Caption = 'Sound playback:'
127
        Caption = 'Sound playback:'
128
      end
128
      end
129
      object Label12: TLabel
129
      object Label12: TLabel
130
        Left = 272
130
        Left = 272
131
        Top = 127
131
        Top = 127
132
        Width = 67
132
        Width = 67
133
        Height = 13
133
        Height = 13
134
        Caption = 'Duration [ds]:'
134
        Caption = 'Duration [ds]:'
135
      end
135
      end
136
      object Label16: TLabel
136
      object Label16: TLabel
137
        Left = 368
137
        Left = 368
138
        Top = 124
138
        Top = 124
139
        Width = 46
139
        Width = 46
140
        Height = 13
140
        Height = 13
141
        Caption = 'Filename:'
141
        Caption = 'Filename:'
142
      end
142
      end
143
      object Label17: TLabel
143
      object Label17: TLabel
144
        Left = 162
144
        Left = 162
145
        Top = 24
145
        Top = 24
146
        Width = 126
146
        Width = 126
147
        Height = 13
147
        Height = 13
148
        Caption = 'Attention: ID exists twice!'
148
        Caption = 'Attention: ID exists twice!'
149
        Font.Charset = DEFAULT_CHARSET
149
        Font.Charset = DEFAULT_CHARSET
150
        Font.Color = clRed
150
        Font.Color = clRed
151
        Font.Height = -11
151
        Font.Height = -11
152
        Font.Name = 'Tahoma'
152
        Font.Name = 'Tahoma'
153
        Font.Style = []
153
        Font.Style = []
154
        ParentFont = False
154
        ParentFont = False
155
        Visible = False
155
        Visible = False
156
      end
156
      end
157
      object Label19: TLabel
157
      object Label19: TLabel
158
        Left = 272
158
        Left = 272
159
        Top = 420
159
        Top = 420
160
        Width = 62
160
        Width = 62
161
        Height = 13
161
        Height = 13
162
        Caption = 'Unused files:'
162
        Caption = 'Unused files:'
163
      end
163
      end
164
      object Label24: TLabel
164
      object Label24: TLabel
165
        Left = 247
165
        Left = 247
166
        Top = 63
166
        Top = 63
167
        Width = 118
167
        Width = 118
168
        Height = 13
168
        Height = 13
169
        Caption = 'Attention: File not found'
169
        Caption = 'Attention: File not found'
170
        Font.Charset = DEFAULT_CHARSET
170
        Font.Charset = DEFAULT_CHARSET
171
        Font.Color = clRed
171
        Font.Color = clRed
172
        Font.Height = -11
172
        Font.Height = -11
173
        Font.Name = 'Tahoma'
173
        Font.Name = 'Tahoma'
174
        Font.Style = []
174
        Font.Style = []
175
        ParentFont = False
175
        ParentFont = False
176
        Visible = False
176
        Visible = False
177
      end
177
      end
178
      object Label25: TLabel
178
      object Label25: TLabel
179
        Left = 247
179
        Left = 247
180
        Top = 82
180
        Top = 82
181
        Width = 222
181
        Width = 222
182
        Height = 13
182
        Height = 13
183
        Caption = 'Attention: Low Quality file (E*.wav) not found'
183
        Caption = 'Attention: Low Quality file (E*.wav) not found'
184
        Font.Charset = DEFAULT_CHARSET
184
        Font.Charset = DEFAULT_CHARSET
185
        Font.Color = clRed
185
        Font.Color = clRed
186
        Font.Height = -11
186
        Font.Height = -11
187
        Font.Name = 'Tahoma'
187
        Font.Name = 'Tahoma'
188
        Font.Style = []
188
        Font.Style = []
189
        ParentFont = False
189
        ParentFont = False
190
        Visible = False
190
        Visible = False
191
      end
191
      end
192
      object Label26: TLabel
192
      object Label26: TLabel
193
        Left = 368
193
        Left = 368
194
        Top = 170
194
        Top = 170
195
        Width = 118
195
        Width = 118
196
        Height = 13
196
        Height = 13
197
        Caption = 'Attention: File not found'
197
        Caption = 'Attention: File not found'
198
        Font.Charset = DEFAULT_CHARSET
198
        Font.Charset = DEFAULT_CHARSET
199
        Font.Color = clRed
199
        Font.Color = clRed
200
        Font.Height = -11
200
        Font.Height = -11
201
        Font.Name = 'Tahoma'
201
        Font.Name = 'Tahoma'
202
        Font.Style = []
202
        Font.Style = []
203
        ParentFont = False
203
        ParentFont = False
204
        Visible = False
204
        Visible = False
205
      end
205
      end
206
      object SpinEdit1: TSpinEdit
206
      object SpinEdit1: TSpinEdit
207
        Left = 99
207
        Left = 99
208
        Top = 21
208
        Top = 21
209
        Width = 57
209
        Width = 57
210
        Height = 22
210
        Height = 22
211
        MaxValue = 99
211
        MaxValue = 99
212
        MinValue = 0
212
        MinValue = 0
213
        TabOrder = 0
213
        TabOrder = 0
214
        Value = 0
214
        Value = 0
215
        OnChange = SpinEdit1Change
215
        OnChange = SpinEdit1Change
216
      end
216
      end
217
      object Edit1: TEdit
217
      object Edit1: TEdit
218
        Left = 100
218
        Left = 100
219
        Top = 60
219
        Top = 60
220
        Width = 104
220
        Width = 104
221
        Height = 21
221
        Height = 21
222
        MaxLength = 13
222
        MaxLength = 13
223
        TabOrder = 1
223
        TabOrder = 1
224
        OnChange = Edit1Change
224
        OnChange = Edit1Change
225
      end
225
      end
226
      object Button6: TButton
226
      object Button6: TButton
227
        Left = 177
227
        Left = 177
228
        Top = 533
228
        Top = 533
229
        Width = 33
229
        Width = 33
230
        Height = 25
230
        Height = 25
231
        Anchors = [akLeft, akBottom]
231
        Anchors = [akLeft, akBottom]
232
        Caption = '+'
232
        Caption = '+'
233
        TabOrder = 6
233
        TabOrder = 6
234
        OnClick = Button6Click
234
        OnClick = Button6Click
235
      end
235
      end
236
      object Button7: TButton
236
      object Button7: TButton
237
        Left = 216
237
        Left = 216
238
        Top = 533
238
        Top = 533
239
        Width = 33
239
        Width = 33
240
        Height = 25
240
        Height = 25
241
        Anchors = [akLeft, akBottom]
241
        Anchors = [akLeft, akBottom]
242
        Caption = '-'
242
        Caption = '-'
243
        TabOrder = 7
243
        TabOrder = 7
244
        OnClick = Button7Click
244
        OnClick = Button7Click
245
      end
245
      end
246
      object Button8: TButton
246
      object Button8: TButton
247
        Left = 11
247
        Left = 11
248
        Top = 533
248
        Top = 533
249
        Width = 33
249
        Width = 33
250
        Height = 25
250
        Height = 25
251
        Anchors = [akLeft, akBottom]
251
        Anchors = [akLeft, akBottom]
252
        Caption = '^'
252
        Caption = '^'
253
        TabOrder = 4
253
        TabOrder = 4
254
        OnClick = Button8Click
254
        OnClick = Button8Click
255
      end
255
      end
256
      object Button9: TButton
256
      object Button9: TButton
257
        Left = 50
257
        Left = 50
258
        Top = 533
258
        Top = 533
259
        Width = 33
259
        Width = 33
260
        Height = 25
260
        Height = 25
261
        Anchors = [akLeft, akBottom]
261
        Anchors = [akLeft, akBottom]
262
        Caption = 'v'
262
        Caption = 'v'
263
        TabOrder = 5
263
        TabOrder = 5
264
        OnClick = Button9Click
264
        OnClick = Button9Click
265
      end
265
      end
266
      object ListBox2: TListBox
266
      object ListBox2: TListBox
267
        Left = 10
267
        Left = 10
268
        Top = 127
268
        Top = 127
269
        Width = 239
269
        Width = 239
270
        Height = 400
270
        Height = 400
271
        Anchors = [akLeft, akTop, akBottom]
271
        Anchors = [akLeft, akTop, akBottom]
272
        ItemHeight = 13
272
        ItemHeight = 13
273
        TabOrder = 3
273
        TabOrder = 3
274
        OnClick = ListBox2Click
274
        OnClick = ListBox2Click
275
        OnDblClick = ListBox2DblClick
275
        OnDblClick = ListBox2DblClick
276
      end
276
      end
277
      object Edit3: TEdit
277
      object Edit3: TEdit
278
        Left = 368
278
        Left = 368
279
        Top = 143
279
        Top = 143
280
        Width = 137
280
        Width = 137
281
        Height = 21
281
        Height = 21
282
        TabOrder = 9
282
        TabOrder = 9
283
        OnChange = Edit3Change
283
        OnChange = Edit3Change
284
      end
284
      end
285
      object SpinEdit13: TSpinEdit
285
      object SpinEdit13: TSpinEdit
286
        Left = 272
286
        Left = 272
287
        Top = 143
287
        Top = 143
288
        Width = 65
288
        Width = 65
289
        Height = 22
289
        Height = 22
290
        MaxValue = 0
290
        MaxValue = 0
291
        MinValue = 0
291
        MinValue = 0
292
        TabOrder = 8
292
        TabOrder = 8
293
        Value = 0
293
        Value = 0
294
        OnChange = SpinEdit13Change
294
        OnChange = SpinEdit13Change
295
      end
295
      end
296
      object Button13: TButton
296
      object Button13: TButton
297
        Left = 656
297
        Left = 656
298
        Top = 19
298
        Top = 19
299
        Width = 120
299
        Width = 120
300
        Height = 25
300
        Height = 25
301
        Caption = 'Open scene folder'
301
        Caption = 'Open scene folder'
302
        TabOrder = 12
302
        TabOrder = 12
303
        OnClick = Button13Click
303
        OnClick = Button13Click
304
      end
304
      end
305
      object MediaPlayer1: TMediaPlayer
305
      object MediaPlayer1: TMediaPlayer
306
        Left = 604
306
        Left = 604
307
        Top = 21
307
        Top = 21
308
        Width = 29
308
        Width = 29
309
        Height = 25
309
        Height = 25
310
        ColoredButtons = []
310
        ColoredButtons = []
311
        VisibleButtons = [btPlay]
311
        VisibleButtons = [btPlay]
312
        Visible = False
312
        Visible = False
313
        TabOrder = 14
313
        TabOrder = 14
314
      end
314
      end
315
      object GroupBox2: TGroupBox
315
      object GroupBox2: TGroupBox
316
        Left = 591
316
        Left = 591
317
        Top = 234
317
        Top = 234
318
        Width = 185
318
        Width = 185
319
        Height = 167
319
        Height = 167
320
        Caption = 'Playback'
320
        Caption = 'Playback'
321
        TabOrder = 13
321
        TabOrder = 13
322
        object Label18: TLabel
322
        object Label18: TLabel
323
          Left = 14
323
          Left = 14
324
          Top = 128
324
          Top = 128
325
          Width = 153
325
          Width = 153
326
          Height = 24
326
          Height = 24
327
          Alignment = taCenter
327
          Alignment = taCenter
328
          AutoSize = False
328
          AutoSize = False
329
          Caption = 'Label18'
329
          Caption = 'Label18'
330
          Font.Charset = DEFAULT_CHARSET
330
          Font.Charset = DEFAULT_CHARSET
331
          Font.Color = clWindowText
331
          Font.Color = clWindowText
332
          Font.Height = -20
332
          Font.Height = -20
333
          Font.Name = 'Tahoma'
333
          Font.Name = 'Tahoma'
334
          Font.Style = []
334
          Font.Style = []
335
          ParentFont = False
335
          ParentFont = False
336
        end
336
        end
337
        object Button15: TButton
337
        object Button15: TButton
338
          Left = 23
338
          Left = 23
339
          Top = 27
339
          Top = 27
340
          Width = 137
340
          Width = 137
341
          Height = 25
341
          Height = 25
342
          Caption = 'Start from here'
342
          Caption = 'Start from here'
343
          TabOrder = 0
343
          TabOrder = 0
344
          OnClick = Button15Click
344
          OnClick = Button15Click
345
        end
345
        end
346
        object Button17: TButton
346
        object Button17: TButton
347
          Left = 22
347
          Left = 22
348
          Top = 89
348
          Top = 89
349
          Width = 137
349
          Width = 137
350
          Height = 25
350
          Height = 25
351
          Caption = 'Stop'
351
          Caption = 'Stop'
352
          TabOrder = 2
352
          TabOrder = 2
353
          OnClick = Button17Click
353
          OnClick = Button17Click
354
        end
354
        end
355
        object Button16: TButton
355
        object Button16: TButton
356
          Left = 23
356
          Left = 23
357
          Top = 58
357
          Top = 58
358
          Width = 137
358
          Width = 137
359
          Height = 25
359
          Height = 25
360
          Caption = 'Start from beginning'
360
          Caption = 'Start from beginning'
361
          TabOrder = 1
361
          TabOrder = 1
362
          OnClick = Button16Click
362
          OnClick = Button16Click
363
        end
363
        end
364
      end
364
      end
365
      object ListBox3: TListBox
365
      object ListBox3: TListBox
366
        Left = 272
366
        Left = 272
367
        Top = 439
367
        Top = 439
368
        Width = 305
368
        Width = 305
369
        Height = 122
369
        Height = 122
370
        Anchors = [akLeft, akTop, akBottom]
370
        Anchors = [akLeft, akTop, akBottom]
371
        ItemHeight = 13
371
        ItemHeight = 13
372
        PopupMenu = PopupMenu1
372
        PopupMenu = PopupMenu1
373
        TabOrder = 11
373
        TabOrder = 11
374
        OnClick = ListBox3Click
374
        OnClick = ListBox3Click
375
        OnDblClick = ListBox3DblClick
375
        OnDblClick = ListBox3DblClick
376
        OnMouseDown = ListBox3MouseDown
376
        OnMouseDown = ListBox3MouseDown
377
      end
377
      end
378
      object Button12: TButton
378
      object Button12: TButton
379
        Left = 511
379
        Left = 511
380
        Top = 143
380
        Top = 143
381
        Width = 26
381
        Width = 26
382
        Height = 21
382
        Height = 21
383
        Hint = 'Open file'
383
        Hint = 'Open file'
384
        Caption = '1'
384
        Caption = '1'
385
        Font.Charset = DEFAULT_CHARSET
385
        Font.Charset = DEFAULT_CHARSET
386
        Font.Color = clWindowText
386
        Font.Color = clWindowText
387
        Font.Height = -15
387
        Font.Height = -15
388
        Font.Name = 'Wingdings'
388
        Font.Name = 'Wingdings'
389
        Font.Style = []
389
        Font.Style = []
390
        ParentFont = False
390
        ParentFont = False
391
        ParentShowHint = False
391
        ParentShowHint = False
392
        ShowHint = True
392
        ShowHint = True
393
        TabOrder = 10
393
        TabOrder = 10
394
        Visible = False
394
        Visible = False
395
        OnClick = Button12Click
395
        OnClick = Button12Click
396
      end
396
      end
397
      object Button18: TButton
397
      object Button18: TButton
398
        Left = 210
398
        Left = 210
399
        Top = 60
399
        Top = 60
400
        Width = 31
400
        Width = 31
401
        Height = 21
401
        Height = 21
402
        Hint = 'Open file'
402
        Hint = 'Open file'
403
        Caption = '1'
403
        Caption = '1'
404
        Font.Charset = DEFAULT_CHARSET
404
        Font.Charset = DEFAULT_CHARSET
405
        Font.Color = clWindowText
405
        Font.Color = clWindowText
406
        Font.Height = -15
406
        Font.Height = -15
407
        Font.Name = 'Wingdings'
407
        Font.Name = 'Wingdings'
408
        Font.Style = []
408
        Font.Style = []
409
        ParentFont = False
409
        ParentFont = False
410
        ParentShowHint = False
410
        ParentShowHint = False
411
        ShowHint = True
411
        ShowHint = True
412
        TabOrder = 2
412
        TabOrder = 2
413
        Visible = False
413
        Visible = False
414
        OnClick = Button18Click
414
        OnClick = Button18Click
415
      end
415
      end
416
      object Panel2: TPanel
416
      object Panel2: TPanel
417
        Left = 272
417
        Left = 272
418
        Top = 189
418
        Top = 189
419
        Width = 305
419
        Width = 305
420
        Height = 212
420
        Height = 212
421
        BevelOuter = bvNone
421
        BevelOuter = bvNone
422
        TabOrder = 15
422
        TabOrder = 15
423
        object Image2: TImage
423
        object Image2: TImage
424
          Left = 0
424
          Left = 0
425
          Top = 1
425
          Top = 1
426
          Width = 305
426
          Width = 305
427
          Height = 211
427
          Height = 211
428
          Stretch = True
428
          Stretch = True
429
          OnDblClick = Button12Click
429
          OnDblClick = Button12Click
430
        end
430
        end
431
      end
431
      end
432
      object Panel3: TPanel
432
      object Panel3: TPanel
433
        Left = 592
433
        Left = 592
434
        Top = 439
434
        Top = 439
435
        Width = 185
435
        Width = 185
436
        Height = 122
436
        Height = 122
437
        BevelOuter = bvNone
437
        BevelOuter = bvNone
438
        TabOrder = 16
438
        TabOrder = 16
439
        object Image3: TImage
439
        object Image3: TImage
440
          Left = 0
440
          Left = 0
441
          Top = 0
441
          Top = 0
442
          Width = 185
442
          Width = 185
443
          Height = 122
443
          Height = 122
444
          Stretch = True
444
          Stretch = True
445
          OnDblClick = ListBox3DblClick
445
          OnDblClick = ListBox3DblClick
446
        end
446
        end
447
      end
447
      end
448
      object PageControl3: TPageControl
448
      object PageControl3: TPageControl
449
        Left = 592
449
        Left = 592
450
        Top = 68
450
        Top = 68
451
        Width = 185
451
        Width = 185
452
        Height = 141
452
        Height = 141
453
        ActivePage = TabSheet6
453
        ActivePage = TabSheet6
454
        TabOrder = 17
454
        TabOrder = 17
455
        object TabSheet6: TTabSheet
455
        object TabSheet6: TTabSheet
456
          Caption = 'Scene length'
456
          Caption = 'Scene length'
457
          ExplicitWidth = 281
-
 
458
          ExplicitHeight = 165
-
 
459
          object Label20: TLabel
457
          object Label20: TLabel
460
            Left = 16
458
            Left = 16
461
            Top = 15
459
            Top = 15
462
            Width = 119
460
            Width = 119
463
            Height = 13
461
            Height = 13
464
            Caption = 'Picture sequence length:'
462
            Caption = 'Picture sequence length:'
465
          end
463
          end
466
          object Label21: TLabel
464
          object Label21: TLabel
467
            Left = 16
465
            Left = 16
468
            Top = 34
466
            Top = 34
469
            Width = 37
467
            Width = 37
470
            Height = 13
468
            Height = 13
471
            Caption = 'Label21'
469
            Caption = 'Label21'
472
          end
470
          end
473
          object Label22: TLabel
471
          object Label22: TLabel
474
            Left = 16
472
            Left = 16
475
            Top = 63
473
            Top = 63
476
            Width = 91
474
            Width = 91
477
            Height = 13
475
            Height = 13
478
            Caption = 'Soundtrack length:'
476
            Caption = 'Soundtrack length:'
479
          end
477
          end
480
          object Label23: TLabel
478
          object Label23: TLabel
481
            Left = 16
479
            Left = 16
482
            Top = 82
480
            Top = 82
483
            Width = 37
481
            Width = 37
484
            Height = 13
482
            Height = 13
485
            Caption = 'Label23'
483
            Caption = 'Label23'
486
          end
484
          end
487
        end
485
        end
488
        object TabSheet7: TTabSheet
486
        object TabSheet7: TTabSheet
489
          Caption = 'Stats'
487
          Caption = 'Stats'
490
          ImageIndex = 1
488
          ImageIndex = 1
491
          ExplicitWidth = 281
-
 
492
          ExplicitHeight = 165
-
 
493
          object Label34: TLabel
489
          object Label34: TLabel
494
            Left = 16
490
            Left = 16
495
            Top = 16
491
            Top = 16
496
            Width = 61
492
            Width = 61
497
            Height = 13
493
            Height = 13
498
            Caption = 'SceneIndex:'
494
            Caption = 'SceneIndex:'
499
          end
495
          end
500
          object Label35: TLabel
496
          object Label35: TLabel
501
            Left = 98
497
            Left = 98
502
            Top = 16
498
            Top = 16
503
            Width = 12
499
            Width = 12
504
            Height = 13
500
            Height = 13
505
            Caption = '---'
501
            Caption = '---'
506
          end
502
          end
507
          object Label32: TLabel
503
          object Label32: TLabel
508
            Left = 16
504
            Left = 16
509
            Top = 35
505
            Top = 35
510
            Width = 66
506
            Width = 66
511
            Height = 13
507
            Height = 13
512
            Caption = 'PictureCount:'
508
            Caption = 'PictureCount:'
513
          end
509
          end
514
          object Label33: TLabel
510
          object Label33: TLabel
515
            Left = 98
511
            Left = 98
516
            Top = 35
512
            Top = 35
517
            Width = 12
513
            Width = 12
518
            Height = 13
514
            Height = 13
519
            Caption = '---'
515
            Caption = '---'
520
          end
516
          end
521
          object Label30: TLabel
517
          object Label30: TLabel
522
            Left = 16
518
            Left = 16
523
            Top = 54
519
            Top = 54
524
            Width = 65
520
            Width = 65
525
            Height = 13
521
            Height = 13
526
            Caption = 'PictureIndex:'
522
            Caption = 'PictureIndex:'
527
          end
523
          end
528
          object Label31: TLabel
524
          object Label31: TLabel
529
            Left = 98
525
            Left = 98
530
            Top = 54
526
            Top = 54
531
            Width = 12
527
            Width = 12
532
            Height = 13
528
            Height = 13
533
            Caption = '---'
529
            Caption = '---'
534
          end
530
          end
535
          object Label36: TLabel
531
          object Label36: TLabel
536
            Left = 16
532
            Left = 16
537
            Top = 73
533
            Top = 73
538
            Width = 63
534
            Width = 63
539
            Height = 13
535
            Height = 13
540
            Caption = 'ActionCount:'
536
            Caption = 'ActionCount:'
541
          end
537
          end
542
          object Label37: TLabel
538
          object Label37: TLabel
543
            Left = 98
539
            Left = 98
544
            Top = 73
540
            Top = 73
545
            Width = 12
541
            Width = 12
546
            Height = 13
542
            Height = 13
547
            Caption = '---'
543
            Caption = '---'
548
          end
544
          end
549
        end
545
        end
-
 
546
        object TabSheet8: TTabSheet
-
 
547
          Caption = 'Misc'
-
 
548
          ImageIndex = 2
-
 
549
          object Button20: TButton
-
 
550
            Left = 11
-
 
551
            Top = 19
-
 
552
            Width = 75
-
 
553
            Height = 25
-
 
554
            Caption = 'Defrag'
-
 
555
            TabOrder = 0
-
 
556
            OnClick = Button20Click
-
 
557
          end
-
 
558
        end
550
      end
559
      end
551
    end
560
    end
552
    object TabSheet5: TTabSheet
561
    object TabSheet5: TTabSheet
553
      Caption = 'Decision'
562
      Caption = 'Decision'
554
      ImageIndex = 1
563
      ImageIndex = 1
-
 
564
      DesignSize = (
-
 
565
        791
-
 
566
        575)
555
      object Label3: TLabel
567
      object Label3: TLabel
556
        Left = 16
568
        Left = 16
557
        Top = 16
569
        Top = 16
558
        Width = 80
570
        Width = 80
559
        Height = 13
571
        Height = 13
560
        Caption = 'Decision-Picture:'
572
        Caption = 'Decision-Picture:'
561
      end
573
      end
562
      object Label10: TLabel
574
      object Label10: TLabel
563
        Left = 12
575
        Left = 12
564
        Top = 552
576
        Top = 552
565
        Width = 37
577
        Width = 37
566
        Height = 13
578
        Height = 13
567
        Caption = 'Label10'
579
        Caption = 'Label10'
568
      end
580
      end
569
      object Label11: TLabel
581
      object Label11: TLabel
570
        Left = 320
582
        Left = 320
571
        Top = 17
583
        Top = 17
572
        Width = 39
584
        Width = 39
573
        Height = 13
585
        Height = 13
574
        Caption = 'Actions:'
586
        Caption = 'Actions:'
575
      end
587
      end
576
      object Label27: TLabel
588
      object Label27: TLabel
577
        Left = 183
589
        Left = 183
578
        Top = 38
590
        Top = 38
579
        Width = 118
591
        Width = 118
580
        Height = 13
592
        Height = 13
581
        Caption = 'Attention: File not found'
593
        Caption = 'Attention: File not found'
582
        Font.Charset = DEFAULT_CHARSET
594
        Font.Charset = DEFAULT_CHARSET
583
        Font.Color = clRed
595
        Font.Color = clRed
584
        Font.Height = -11
596
        Font.Height = -11
585
        Font.Name = 'Tahoma'
597
        Font.Name = 'Tahoma'
586
        Font.Style = []
598
        Font.Style = []
587
        ParentFont = False
599
        ParentFont = False
588
        Visible = False
600
        Visible = False
589
      end
601
      end
590
      object Label28: TLabel
602
      object Label28: TLabel
591
        Left = 427
603
        Left = 427
592
        Top = 509
604
        Top = 509
593
        Width = 180
605
        Width = 180
594
        Height = 13
606
        Height = 13
595
        Caption = 'Left mouse button: Set top-left coord'
607
        Caption = 'Left mouse button: Set top-left coord'
596
        Visible = False
608
        Visible = False
597
      end
609
      end
598
      object Label29: TLabel
610
      object Label29: TLabel
599
        Left = 427
611
        Left = 427
600
        Top = 528
612
        Top = 528
601
        Width = 210
613
        Width = 210
602
        Height = 13
614
        Height = 13
603
        Caption = 'Right mouse button: Set bottom-right coord'
615
        Caption = 'Right mouse button: Set bottom-right coord'
604
        Visible = False
616
        Visible = False
605
      end
617
      end
606
      object Edit2: TEdit
618
      object Edit2: TEdit
607
        Left = 12
619
        Left = 12
608
        Top = 35
620
        Top = 35
609
        Width = 134
621
        Width = 134
610
        Height = 21
622
        Height = 21
611
        MaxLength = 13
623
        MaxLength = 13
612
        TabOrder = 0
624
        TabOrder = 0
613
        OnChange = Edit2Change
625
        OnChange = Edit2Change
614
      end
626
      end
615
      object PageControl1: TPageControl
627
      object PageControl1: TPageControl
616
        Left = 12
628
        Left = 12
617
        Top = 64
629
        Top = 64
618
        Width = 365
630
        Width = 365
619
        Height = 185
631
        Height = 185
620
        ActivePage = TabSheet3
632
        ActivePage = TabSheet1
621
        TabOrder = 3
633
        TabOrder = 3
622
        object TabSheet1: TTabSheet
634
        object TabSheet1: TTabSheet
623
          Caption = 'Action 1 (Red)'
635
          Caption = 'Action 1 (Red)'
624
          object Label5: TLabel
636
          object Label5: TLabel
625
            Left = 171
637
            Left = 171
626
            Top = 72
638
            Top = 72
627
            Width = 29
639
            Width = 29
628
            Height = 13
640
            Height = 13
629
            Caption = 'Points'
641
            Caption = 'Points'
630
          end
642
          end
631
          object Label4: TLabel
643
          object Label4: TLabel
632
            Left = 16
644
            Left = 16
633
            Top = 72
645
            Top = 72
634
            Width = 116
646
            Width = 116
635
            Height = 13
647
            Height = 13
636
            Caption = 'Grid corner coordinates:'
648
            Caption = 'Grid corner coordinates:'
637
          end
649
          end
638
          object Label6: TLabel
650
          object Label6: TLabel
639
            Left = 16
651
            Left = 16
640
            Top = 16
652
            Top = 16
641
            Width = 36
653
            Width = 36
642
            Height = 13
654
            Height = 13
643
            Caption = 'Target:'
655
            Caption = 'Target:'
644
          end
656
          end
645
          object SpinEdit6: TSpinEdit
657
          object SpinEdit6: TSpinEdit
646
            Left = 171
658
            Left = 171
647
            Top = 94
659
            Top = 94
648
            Width = 126
660
            Width = 126
649
            Height = 22
661
            Height = 22
650
            MaxValue = 0
662
            MaxValue = 0
651
            MinValue = 0
663
            MinValue = 0
652
            TabOrder = 5
664
            TabOrder = 5
653
            Value = 0
665
            Value = 0
654
            OnChange = ActionSpinEditsChange
666
            OnChange = ActionSpinEditsChange
655
          end
667
          end
656
          object SpinEdit2: TSpinEdit
668
          object SpinEdit2: TSpinEdit
657
            Left = 79
669
            Left = 79
658
            Top = 91
670
            Top = 91
659
            Width = 57
671
            Width = 57
660
            Height = 22
672
            Height = 22
661
            MaxValue = 0
673
            MaxValue = 0
662
            MinValue = 0
674
            MinValue = 0
663
            TabOrder = 2
675
            TabOrder = 2
664
            Value = 0
676
            Value = 0
665
            OnChange = ActionSpinEditsChange
677
            OnChange = ActionSpinEditsChange
666
          end
678
          end
667
          object SpinEdit3: TSpinEdit
679
          object SpinEdit3: TSpinEdit
668
            Left = 16
680
            Left = 16
669
            Top = 91
681
            Top = 91
670
            Width = 57
682
            Width = 57
671
            Height = 22
683
            Height = 22
672
            MaxValue = 0
684
            MaxValue = 0
673
            MinValue = 0
685
            MinValue = 0
674
            TabOrder = 1
686
            TabOrder = 1
675
            Value = 0
687
            Value = 0
676
            OnChange = ActionSpinEditsChange
688
            OnChange = ActionSpinEditsChange
677
          end
689
          end
678
          object SpinEdit4: TSpinEdit
690
          object SpinEdit4: TSpinEdit
679
            Left = 16
691
            Left = 16
680
            Top = 119
692
            Top = 119
681
            Width = 57
693
            Width = 57
682
            Height = 22
694
            Height = 22
683
            MaxValue = 0
695
            MaxValue = 0
684
            MinValue = 0
696
            MinValue = 0
685
            TabOrder = 3
697
            TabOrder = 3
686
            Value = 0
698
            Value = 0
687
            OnChange = ActionSpinEditsChange
699
            OnChange = ActionSpinEditsChange
688
          end
700
          end
689
          object SpinEdit5: TSpinEdit
701
          object SpinEdit5: TSpinEdit
690
            Left = 79
702
            Left = 79
691
            Top = 119
703
            Top = 119
692
            Width = 57
704
            Width = 57
693
            Height = 22
705
            Height = 22
694
            MaxValue = 0
706
            MaxValue = 0
695
            MinValue = 0
707
            MinValue = 0
696
            TabOrder = 4
708
            TabOrder = 4
697
            Value = 0
709
            Value = 0
698
            OnChange = ActionSpinEditsChange
710
            OnChange = ActionSpinEditsChange
699
          end
711
          end
700
          object ComboBox1: TComboBox
712
          object ComboBox1: TComboBox
701
            Left = 16
713
            Left = 16
702
            Top = 35
714
            Top = 35
703
            Width = 145
715
            Width = 145
704
            Height = 21
716
            Height = 21
705
            Style = csDropDownList
717
            Style = csDropDownList
706
            ItemHeight = 13
718
            ItemHeight = 13
707
            TabOrder = 0
719
            TabOrder = 0
708
            OnChange = ActionTargetChange
720
            OnChange = ActionTargetChange
709
          end
721
          end
710
        end
722
        end
711
        object TabSheet2: TTabSheet
723
        object TabSheet2: TTabSheet
712
          Caption = 'Action 2 (Green)'
724
          Caption = 'Action 2 (Green)'
713
          ImageIndex = 1
725
          ImageIndex = 1
714
          object Label13: TLabel
726
          object Label13: TLabel
715
            Left = 16
727
            Left = 16
716
            Top = 16
728
            Top = 16
717
            Width = 36
729
            Width = 36
718
            Height = 13
730
            Height = 13
719
            Caption = 'Target:'
731
            Caption = 'Target:'
720
          end
732
          end
721
          object Label14: TLabel
733
          object Label14: TLabel
722
            Left = 16
734
            Left = 16
723
            Top = 72
735
            Top = 72
724
            Width = 116
736
            Width = 116
725
            Height = 13
737
            Height = 13
726
            Caption = 'Grid corner coordinates:'
738
            Caption = 'Grid corner coordinates:'
727
          end
739
          end
728
          object Label15: TLabel
740
          object Label15: TLabel
729
            Left = 171
741
            Left = 171
730
            Top = 72
742
            Top = 72
731
            Width = 29
743
            Width = 29
732
            Height = 13
744
            Height = 13
733
            Caption = 'Points'
745
            Caption = 'Points'
734
          end
746
          end
735
          object ComboBox2: TComboBox
747
          object ComboBox2: TComboBox
736
            Left = 16
748
            Left = 16
737
            Top = 35
749
            Top = 35
738
            Width = 145
750
            Width = 145
739
            Height = 21
751
            Height = 21
740
            Style = csDropDownList
752
            Style = csDropDownList
741
            ItemHeight = 13
753
            ItemHeight = 13
742
            TabOrder = 0
754
            TabOrder = 0
743
            OnChange = ActionTargetChange
755
            OnChange = ActionTargetChange
744
          end
756
          end
745
          object SpinEdit17: TSpinEdit
757
          object SpinEdit17: TSpinEdit
746
            Left = 16
758
            Left = 16
747
            Top = 91
759
            Top = 91
748
            Width = 57
760
            Width = 57
749
            Height = 22
761
            Height = 22
750
            MaxValue = 0
762
            MaxValue = 0
751
            MinValue = 0
763
            MinValue = 0
752
            TabOrder = 1
764
            TabOrder = 1
753
            Value = 0
765
            Value = 0
754
            OnChange = ActionSpinEditsChange
766
            OnChange = ActionSpinEditsChange
755
          end
767
          end
756
          object SpinEdit18: TSpinEdit
768
          object SpinEdit18: TSpinEdit
757
            Left = 79
769
            Left = 79
758
            Top = 91
770
            Top = 91
759
            Width = 57
771
            Width = 57
760
            Height = 22
772
            Height = 22
761
            MaxValue = 0
773
            MaxValue = 0
762
            MinValue = 0
774
            MinValue = 0
763
            TabOrder = 2
775
            TabOrder = 2
764
            Value = 0
776
            Value = 0
765
            OnChange = ActionSpinEditsChange
777
            OnChange = ActionSpinEditsChange
766
          end
778
          end
767
          object SpinEdit19: TSpinEdit
779
          object SpinEdit19: TSpinEdit
768
            Left = 16
780
            Left = 16
769
            Top = 119
781
            Top = 119
770
            Width = 57
782
            Width = 57
771
            Height = 22
783
            Height = 22
772
            MaxValue = 0
784
            MaxValue = 0
773
            MinValue = 0
785
            MinValue = 0
774
            TabOrder = 3
786
            TabOrder = 3
775
            Value = 0
787
            Value = 0
776
            OnChange = ActionSpinEditsChange
788
            OnChange = ActionSpinEditsChange
777
          end
789
          end
778
          object SpinEdit20: TSpinEdit
790
          object SpinEdit20: TSpinEdit
779
            Left = 79
791
            Left = 79
780
            Top = 119
792
            Top = 119
781
            Width = 57
793
            Width = 57
782
            Height = 22
794
            Height = 22
783
            MaxValue = 0
795
            MaxValue = 0
784
            MinValue = 0
796
            MinValue = 0
785
            TabOrder = 4
797
            TabOrder = 4
786
            Value = 0
798
            Value = 0
787
            OnChange = ActionSpinEditsChange
799
            OnChange = ActionSpinEditsChange
788
          end
800
          end
789
          object SpinEdit21: TSpinEdit
801
          object SpinEdit21: TSpinEdit
790
            Left = 171
802
            Left = 171
791
            Top = 94
803
            Top = 94
792
            Width = 126
804
            Width = 126
793
            Height = 22
805
            Height = 22
794
            MaxValue = 0
806
            MaxValue = 0
795
            MinValue = 0
807
            MinValue = 0
796
            TabOrder = 5
808
            TabOrder = 5
797
            Value = 0
809
            Value = 0
798
            OnChange = ActionSpinEditsChange
810
            OnChange = ActionSpinEditsChange
799
          end
811
          end
800
        end
812
        end
801
        object TabSheet3: TTabSheet
813
        object TabSheet3: TTabSheet
802
          Caption = 'Action 3 (Blue)'
814
          Caption = 'Action 3 (Blue)'
803
          ImageIndex = 2
815
          ImageIndex = 2
804
          object Label7: TLabel
816
          object Label7: TLabel
805
            Left = 16
817
            Left = 16
806
            Top = 16
818
            Top = 16
807
            Width = 36
819
            Width = 36
808
            Height = 13
820
            Height = 13
809
            Caption = 'Target:'
821
            Caption = 'Target:'
810
          end
822
          end
811
          object Label8: TLabel
823
          object Label8: TLabel
812
            Left = 16
824
            Left = 16
813
            Top = 72
825
            Top = 72
814
            Width = 116
826
            Width = 116
815
            Height = 13
827
            Height = 13
816
            Caption = 'Grid corner coordinates:'
828
            Caption = 'Grid corner coordinates:'
817
          end
829
          end
818
          object Label9: TLabel
830
          object Label9: TLabel
819
            Left = 171
831
            Left = 171
820
            Top = 72
832
            Top = 72
821
            Width = 29
833
            Width = 29
822
            Height = 13
834
            Height = 13
823
            Caption = 'Points'
835
            Caption = 'Points'
824
          end
836
          end
825
          object ComboBox3: TComboBox
837
          object ComboBox3: TComboBox
826
            Left = 16
838
            Left = 16
827
            Top = 35
839
            Top = 35
828
            Width = 145
840
            Width = 145
829
            Height = 21
841
            Height = 21
830
            Style = csDropDownList
842
            Style = csDropDownList
831
            ItemHeight = 13
843
            ItemHeight = 13
832
            TabOrder = 0
844
            TabOrder = 0
833
            OnChange = ActionTargetChange
845
            OnChange = ActionTargetChange
834
          end
846
          end
835
          object SpinEdit7: TSpinEdit
847
          object SpinEdit7: TSpinEdit
836
            Left = 16
848
            Left = 16
837
            Top = 91
849
            Top = 91
838
            Width = 57
850
            Width = 57
839
            Height = 22
851
            Height = 22
840
            MaxValue = 0
852
            MaxValue = 0
841
            MinValue = 0
853
            MinValue = 0
842
            TabOrder = 1
854
            TabOrder = 1
843
            Value = 0
855
            Value = 0
844
            OnChange = ActionSpinEditsChange
856
            OnChange = ActionSpinEditsChange
845
          end
857
          end
846
          object SpinEdit8: TSpinEdit
858
          object SpinEdit8: TSpinEdit
847
            Left = 79
859
            Left = 79
848
            Top = 91
860
            Top = 91
849
            Width = 57
861
            Width = 57
850
            Height = 22
862
            Height = 22
851
            MaxValue = 0
863
            MaxValue = 0
852
            MinValue = 0
864
            MinValue = 0
853
            TabOrder = 2
865
            TabOrder = 2
854
            Value = 0
866
            Value = 0
855
            OnChange = ActionSpinEditsChange
867
            OnChange = ActionSpinEditsChange
856
          end
868
          end
857
          object SpinEdit9: TSpinEdit
869
          object SpinEdit9: TSpinEdit
858
            Left = 79
870
            Left = 79
859
            Top = 119
871
            Top = 119
860
            Width = 57
872
            Width = 57
861
            Height = 22
873
            Height = 22
862
            MaxValue = 0
874
            MaxValue = 0
863
            MinValue = 0
875
            MinValue = 0
864
            TabOrder = 4
876
            TabOrder = 4
865
            Value = 0
877
            Value = 0
866
            OnChange = ActionSpinEditsChange
878
            OnChange = ActionSpinEditsChange
867
          end
879
          end
868
          object SpinEdit10: TSpinEdit
880
          object SpinEdit10: TSpinEdit
869
            Left = 16
881
            Left = 16
870
            Top = 119
882
            Top = 119
871
            Width = 57
883
            Width = 57
872
            Height = 22
884
            Height = 22
873
            MaxValue = 0
885
            MaxValue = 0
874
            MinValue = 0
886
            MinValue = 0
875
            TabOrder = 3
887
            TabOrder = 3
876
            Value = 0
888
            Value = 0
877
            OnChange = ActionSpinEditsChange
889
            OnChange = ActionSpinEditsChange
878
          end
890
          end
879
          object SpinEdit11: TSpinEdit
891
          object SpinEdit11: TSpinEdit
880
            Left = 171
892
            Left = 171
881
            Top = 94
893
            Top = 94
882
            Width = 126
894
            Width = 126
883
            Height = 22
895
            Height = 22
884
            MaxValue = 0
896
            MaxValue = 0
885
            MinValue = 0
897
            MinValue = 0
886
            TabOrder = 5
898
            TabOrder = 5
887
            Value = 0
899
            Value = 0
888
            OnChange = ActionSpinEditsChange
900
            OnChange = ActionSpinEditsChange
889
          end
901
          end
890
        end
902
        end
891
      end
903
      end
892
      object SpinEdit12: TSpinEdit
904
      object SpinEdit12: TSpinEdit
893
        Left = 320
905
        Left = 320
894
        Top = 36
906
        Top = 36
895
        Width = 57
907
        Width = 57
896
        Height = 22
908
        Height = 22
897
        MaxValue = 3
909
        MaxValue = 3
898
        MinValue = 1
910
        MinValue = 1
899
        TabOrder = 2
911
        TabOrder = 2
900
        Value = 1
912
        Value = 1
901
        OnChange = SpinEdit12Change
913
        OnChange = SpinEdit12Change
902
      end
914
      end
903
      object Button11: TButton
915
      object Button11: TButton
904
        Left = 147
916
        Left = 147
905
        Top = 35
917
        Top = 35
906
        Width = 30
918
        Width = 30
907
        Height = 21
919
        Height = 21
908
        Hint = 'Open file'
920
        Hint = 'Open file'
909
        Caption = '1'
921
        Caption = '1'
910
        Font.Charset = DEFAULT_CHARSET
922
        Font.Charset = DEFAULT_CHARSET
911
        Font.Color = clWindowText
923
        Font.Color = clWindowText
912
        Font.Height = -15
924
        Font.Height = -15
913
        Font.Name = 'Wingdings'
925
        Font.Name = 'Wingdings'
914
        Font.Style = []
926
        Font.Style = []
915
        ParentFont = False
927
        ParentFont = False
916
        ParentShowHint = False
928
        ParentShowHint = False
917
        ShowHint = True
929
        ShowHint = True
918
        TabOrder = 1
930
        TabOrder = 1
919
        Visible = False
931
        Visible = False
920
        OnClick = Button11Click
932
        OnClick = Button11Click
921
      end
933
      end
922
      object Panel1: TPanel
934
      object Panel1: TPanel
923
        Left = 12
935
        Left = 12
924
        Top = 255
936
        Top = 255
925
        Width = 409
937
        Width = 409
926
        Height = 291
938
        Height = 291
927
        BevelOuter = bvNone
939
        BevelOuter = bvNone
928
        TabOrder = 4
940
        TabOrder = 5
929
        object Image1: TImage
941
        object Image1: TImage
930
          Left = 0
942
          Left = 0
931
          Top = 1
943
          Top = 1
932
          Width = 409
944
          Width = 409
933
          Height = 290
945
          Height = 290
934
          Cursor = crCross
946
          Cursor = crCross
935
          Stretch = True
947
          Stretch = True
936
          OnMouseDown = Image1MouseDown
948
          OnMouseDown = Image1MouseDown
937
          OnMouseEnter = Image1MouseEnter
949
          OnMouseEnter = Image1MouseEnter
938
          OnMouseLeave = Image1MouseLeave
950
          OnMouseLeave = Image1MouseLeave
939
          OnMouseMove = Image1MouseMove
951
          OnMouseMove = Image1MouseMove
940
        end
952
        end
941
      end
953
      end
-
 
954
      object CheckBox1: TCheckBox
-
 
955
        Left = 651
-
 
956
        Top = 547
-
 
957
        Width = 137
-
 
958
        Height = 17
-
 
959
        Anchors = [akRight, akBottom]
-
 
960
        Caption = 'Show disabled hotspots'
-
 
961
        TabOrder = 4
-
 
962
        OnClick = CheckBox1Click
-
 
963
      end
942
    end
964
    end
943
  end
965
  end
944
  object Button14: TButton
966
  object Button14: TButton
945
    Left = 8
967
    Left = 8
946
    Top = 534
968
    Top = 534
947
    Width = 75
969
    Width = 75
948
    Height = 25
970
    Height = 25
949
    Anchors = [akLeft, akBottom]
971
    Anchors = [akLeft, akBottom]
950
    Caption = 'New'
972
    Caption = 'New'
951
    TabOrder = 5
973
    TabOrder = 5
952
    OnClick = Button14Click
974
    OnClick = Button14Click
953
  end
975
  end
954
  object Button19: TButton
976
  object Button19: TButton
955
    Left = 136
977
    Left = 119
956
    Top = 534
978
    Top = 534
957
    Width = 81
979
    Width = 98
958
    Height = 25
980
    Height = 25
959
    Caption = 'Undo all'
981
    Caption = 'Discard changes'
960
    TabOrder = 6
982
    TabOrder = 6
961
    OnClick = Button19Click
983
    OnClick = Button19Click
962
  end
984
  end
963
  object Timer1: TTimer
985
  object Timer1: TTimer
964
    Enabled = False
986
    Enabled = False
965
    Interval = 100
987
    Interval = 100
966
    OnTimer = Timer1Timer
988
    OnTimer = Timer1Timer
967
    Left = 955
989
    Left = 955
968
    Top = 408
990
    Top = 408
969
  end
991
  end
970
  object MainMenu1: TMainMenu
992
  object MainMenu1: TMainMenu
971
    Left = 963
993
    Left = 963
972
    Top = 496
994
    Top = 496
973
    object File1: TMenuItem
995
    object File1: TMenuItem
974
      Caption = 'File'
996
      Caption = 'File'
975
      object Newfile1: TMenuItem
997
      object Newfile1: TMenuItem
976
        Caption = 'New file'
998
        Caption = 'New file'
977
        OnClick = Button14Click
999
        OnClick = Button14Click
978
      end
1000
      end
979
      object N2: TMenuItem
1001
      object N2: TMenuItem
980
        Caption = '-'
1002
        Caption = '-'
981
      end
1003
      end
982
      object Savetogamebin1: TMenuItem
1004
      object Savetogamebin1: TMenuItem
983
        Caption = 'Save to GAME.BIN'
1005
        Caption = 'Save to GAME.BIN'
984
        OnClick = Button3Click
1006
        OnClick = Button3Click
985
      end
1007
      end
986
      object Saveandtest1: TMenuItem
1008
      object Saveandtest1: TMenuItem
987
        Caption = 'Save to GAME.BIN and Test'
1009
        Caption = 'Save to GAME.BIN and Test'
988
        OnClick = Button10Click
1010
        OnClick = Button10Click
989
      end
1011
      end
990
      object N1: TMenuItem
1012
      object N1: TMenuItem
991
        Caption = '-'
1013
        Caption = '-'
992
      end
1014
      end
993
      object Close1: TMenuItem
1015
      object Close1: TMenuItem
994
        Caption = 'Terminate program'
1016
        Caption = 'Terminate program'
995
        OnClick = Close1Click
1017
        OnClick = Close1Click
996
      end
1018
      end
997
    end
1019
    end
998
    object Help1: TMenuItem
1020
    object Help1: TMenuItem
999
      Caption = 'Help'
1021
      Caption = 'Help'
1000
      object About1: TMenuItem
1022
      object About1: TMenuItem
1001
        Caption = 'About'
1023
        Caption = 'About'
1002
        OnClick = About1Click
1024
        OnClick = About1Click
1003
      end
1025
      end
1004
    end
1026
    end
1005
  end
1027
  end
1006
  object PopupMenu1: TPopupMenu
1028
  object PopupMenu1: TPopupMenu
1007
    Left = 739
1029
    Left = 739
1008
    Top = 496
1030
    Top = 496
1009
    object Addtoscene1: TMenuItem
1031
    object Addtoscene1: TMenuItem
1010
      Caption = 'Add to scene'
1032
      Caption = 'Add to scene'
1011
      OnClick = Addtoscene1Click
1033
      OnClick = Addtoscene1Click
1012
    end
1034
    end
1013
  end
1035
  end
1014
end
1036
end