Subversion Repositories plumbers

Rev

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

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