Subversion Repositories plumbers

Rev

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

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