Subversion Repositories plumbers

Rev

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