Subversion Repositories plumbers

Rev

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