Subversion Repositories plumbers

Rev

Rev 12 | Details | Compare with Previous | Last modification | View Log | RSS feed

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