Subversion Repositories plumbers

Rev

Rev 6 | Rev 8 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 7
Line 1... Line 1...
1
object Form1: TForm1
1
object Form1: TForm1
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
4
  BorderIcons = [biSystemMenu, biMinimize]
-
 
5
  BorderStyle = bsSingle
-
 
6
  Caption = 'ShowTime Editor'
4
  Caption = 'ShowTime Editor'
7
  ClientHeight = 608
5
  ClientHeight = 619
8
  ClientWidth = 1043
6
  ClientWidth = 1030
9
  Color = clBtnFace
7
  Color = clBtnFace
-
 
8
  Constraints.MinHeight = 677
-
 
9
  Constraints.MinWidth = 1046
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
11
  Font.Color = clWindowText
12
  Font.Height = -11
12
  Font.Height = -11
13
  Font.Name = 'Tahoma'
13
  Font.Name = 'Tahoma'
14
  Font.Style = []
14
  Font.Style = []
Line 16... Line 16...
16
  OldCreateOrder = False
16
  OldCreateOrder = False
17
  Position = poScreenCenter
17
  Position = poScreenCenter
18
  OnCreate = FormCreate
18
  OnCreate = FormCreate
19
  OnShow = FormShow
19
  OnShow = FormShow
20
  DesignSize = (
20
  DesignSize = (
21
    1043
21
    1030
22
    608)
22
    619)
23
  PixelsPerInch = 96
23
  PixelsPerInch = 96
24
  TextHeight = 13
24
  TextHeight = 13
25
  object ListBox1: TListBox
25
  object ListBox1: TListBox
26
    Left = 8
26
    Left = 8
27
    Top = 8
27
    Top = 8
28
    Width = 209
28
    Width = 209
29
    Height = 466
29
    Height = 478
-
 
30
    Anchors = [akLeft, akTop, akBottom]
30
    ItemHeight = 13
31
    ItemHeight = 13
31
    Items.Strings = (
32
    Items.Strings = (
32
      'SC99'
33
      'SC99'
33
      'SC00'
34
      'SC00'
34
      'SC01'
35
      'SC01'
35
      'SC02')
36
      'SC02')
36
    TabOrder = 0
37
    TabOrder = 0
37
    OnClick = ListBox1Click
38
    OnClick = ListBox1Click
38
    OnDblClick = ListBox1DblClick
39
    OnDblClick = ListBox1DblClick
-
 
40
    ExplicitHeight = 466
39
  end
41
  end
40
  object Button1: TButton
42
  object Button1: TButton
41
    Left = 97
43
    Left = 145
42
    Top = 485
44
    Top = 492
43
    Width = 33
45
    Width = 33
44
    Height = 25
46
    Height = 25
-
 
47
    Anchors = [akLeft, akBottom]
45
    Caption = '+'
48
    Caption = '+'
46
    TabOrder = 3
49
    TabOrder = 3
47
    OnClick = Button1Click
50
    OnClick = Button1Click
-
 
51
    ExplicitTop = 488
48
  end
52
  end
49
  object Button2: TButton
53
  object Button2: TButton
50
    Left = 136
54
    Left = 184
51
    Top = 485
55
    Top = 492
52
    Width = 33
56
    Width = 33
53
    Height = 25
57
    Height = 25
-
 
58
    Anchors = [akLeft, akBottom]
54
    Caption = '-'
59
    Caption = '-'
55
    TabOrder = 4
60
    TabOrder = 4
56
    OnClick = Button2Click
61
    OnClick = Button2Click
-
 
62
    ExplicitTop = 488
57
  end
63
  end
58
  object Button3: TButton
64
  object Button3: TButton
59
    Left = 8
65
    Left = 8
60
    Top = 554
66
    Top = 565
61
    Width = 105
67
    Width = 105
62
    Height = 46
68
    Height = 46
63
    Anchors = [akLeft, akBottom]
69
    Anchors = [akLeft, akBottom]
64
    Caption = 'Save'
70
    Caption = 'Save'
65
    TabOrder = 6
71
    TabOrder = 6
66
    OnClick = Button3Click
72
    OnClick = Button3Click
-
 
73
    ExplicitTop = 534
67
  end
74
  end
68
  object Button4: TButton
75
  object Button4: TButton
69
    Left = 8
76
    Left = 8
70
    Top = 485
77
    Top = 492
71
    Width = 33
78
    Width = 33
72
    Height = 25
79
    Height = 25
-
 
80
    Anchors = [akLeft, akBottom]
73
    Caption = '^'
81
    Caption = '^'
74
    TabOrder = 1
82
    TabOrder = 1
75
    OnClick = Button4Click
83
    OnClick = Button4Click
-
 
84
    ExplicitTop = 488
76
  end
85
  end
77
  object Button5: TButton
86
  object Button5: TButton
78
    Left = 47
87
    Left = 47
79
    Top = 485
88
    Top = 492
80
    Width = 33
89
    Width = 33
81
    Height = 25
90
    Height = 25
-
 
91
    Anchors = [akLeft, akBottom]
82
    Caption = 'v'
92
    Caption = 'v'
83
    TabOrder = 2
93
    TabOrder = 2
84
    OnClick = Button5Click
94
    OnClick = Button5Click
-
 
95
    ExplicitTop = 488
85
  end
96
  end
86
  object Button10: TButton
97
  object Button10: TButton
87
    Left = 112
98
    Left = 112
88
    Top = 554
99
    Top = 565
89
    Width = 105
100
    Width = 105
90
    Height = 46
101
    Height = 46
91
    Anchors = [akLeft, akBottom]
102
    Anchors = [akLeft, akBottom]
92
    Caption = 'Save + Test'
103
    Caption = 'Save + Test'
93
    TabOrder = 7
104
    TabOrder = 7
94
    OnClick = Button10Click
105
    OnClick = Button10Click
-
 
106
    ExplicitTop = 534
95
  end
107
  end
96
  object PageControl2: TPageControl
108
  object PageControl2: TPageControl
97
    Left = 223
109
    Left = 223
98
    Top = 8
110
    Top = 8
99
    Width = 812
111
    Width = 799
100
    Height = 592
112
    Height = 603
101
    ActivePage = TabSheet4
113
    ActivePage = TabSheet5
102
    Anchors = [akLeft, akTop, akRight, akBottom]
114
    Anchors = [akLeft, akTop, akRight, akBottom]
103
    TabOrder = 8
115
    TabOrder = 8
-
 
116
    ExplicitWidth = 812
-
 
117
    ExplicitHeight = 572
104
    object TabSheet4: TTabSheet
118
    object TabSheet4: TTabSheet
105
      Caption = 'Pictures'
119
      Caption = 'Pictures'
-
 
120
      ExplicitWidth = 804
-
 
121
      ExplicitHeight = 544
106
      DesignSize = (
122
      DesignSize = (
107
        804
123
        791
108
        564)
124
        575)
109
      object Label1: TLabel
125
      object Label1: TLabel
110
        Left = 16
126
        Left = 16
111
        Top = 24
127
        Top = 24
112
        Width = 77
128
        Width = 77
113
        Height = 13
129
        Height = 13
Line 148... Line 164...
148
        ParentFont = False
164
        ParentFont = False
149
        Visible = False
165
        Visible = False
150
      end
166
      end
151
      object Label19: TLabel
167
      object Label19: TLabel
152
        Left = 272
168
        Left = 272
153
        Top = 432
169
        Top = 420
154
        Width = 62
170
        Width = 62
155
        Height = 13
171
        Height = 13
156
        Caption = 'Unused files:'
172
        Caption = 'Unused files:'
157
      end
173
      end
158
      object Label24: TLabel
174
      object Label24: TLabel
Line 216... Line 232...
216
        MaxLength = 13
232
        MaxLength = 13
217
        TabOrder = 1
233
        TabOrder = 1
218
        OnChange = Edit1Change
234
        OnChange = Edit1Change
219
      end
235
      end
220
      object Button6: TButton
236
      object Button6: TButton
221
        Left = 100
237
        Left = 177
222
        Top = 453
238
        Top = 533
223
        Width = 33
239
        Width = 33
224
        Height = 25
240
        Height = 25
-
 
241
        Anchors = [akLeft, akBottom]
225
        Caption = '+'
242
        Caption = '+'
226
        TabOrder = 6
243
        TabOrder = 6
227
        OnClick = Button6Click
244
        OnClick = Button6Click
-
 
245
        ExplicitTop = 517
228
      end
246
      end
229
      object Button7: TButton
247
      object Button7: TButton
230
        Left = 139
248
        Left = 216
231
        Top = 453
249
        Top = 533
232
        Width = 33
250
        Width = 33
233
        Height = 25
251
        Height = 25
-
 
252
        Anchors = [akLeft, akBottom]
234
        Caption = '-'
253
        Caption = '-'
235
        TabOrder = 7
254
        TabOrder = 7
236
        OnClick = Button7Click
255
        OnClick = Button7Click
-
 
256
        ExplicitTop = 517
237
      end
257
      end
238
      object Button8: TButton
258
      object Button8: TButton
239
        Left = 11
259
        Left = 11
240
        Top = 453
260
        Top = 533
241
        Width = 33
261
        Width = 33
242
        Height = 25
262
        Height = 25
-
 
263
        Anchors = [akLeft, akBottom]
243
        Caption = '^'
264
        Caption = '^'
244
        TabOrder = 4
265
        TabOrder = 4
245
        OnClick = Button8Click
266
        OnClick = Button8Click
-
 
267
        ExplicitTop = 517
246
      end
268
      end
247
      object Button9: TButton
269
      object Button9: TButton
248
        Left = 50
270
        Left = 50
249
        Top = 453
271
        Top = 533
250
        Width = 33
272
        Width = 33
251
        Height = 25
273
        Height = 25
-
 
274
        Anchors = [akLeft, akBottom]
252
        Caption = 'v'
275
        Caption = 'v'
253
        TabOrder = 5
276
        TabOrder = 5
254
        OnClick = Button9Click
277
        OnClick = Button9Click
-
 
278
        ExplicitTop = 517
255
      end
279
      end
256
      object ListBox2: TListBox
280
      object ListBox2: TListBox
257
        Left = 10
281
        Left = 10
258
        Top = 127
282
        Top = 127
259
        Width = 239
283
        Width = 239
260
        Height = 306
284
        Height = 400
-
 
285
        Anchors = [akLeft, akTop, akBottom]
261
        ItemHeight = 13
286
        ItemHeight = 13
262
        TabOrder = 3
287
        TabOrder = 3
263
        OnClick = ListBox2Click
288
        OnClick = ListBox2Click
264
        OnDblClick = ListBox2DblClick
289
        OnDblClick = ListBox2DblClick
-
 
290
        ExplicitHeight = 396
265
      end
291
      end
266
      object Edit3: TEdit
292
      object Edit3: TEdit
267
        Left = 368
293
        Left = 368
268
        Top = 143
294
        Top = 143
269
        Width = 137
295
        Width = 137
Line 281... Line 307...
281
        TabOrder = 8
307
        TabOrder = 8
282
        Value = 0
308
        Value = 0
283
        OnChange = SpinEdit13Change
309
        OnChange = SpinEdit13Change
284
      end
310
      end
285
      object Button13: TButton
311
      object Button13: TButton
286
        Left = 664
312
        Left = 656
287
        Top = 19
313
        Top = 19
288
        Width = 120
314
        Width = 120
289
        Height = 25
315
        Height = 25
290
        Anchors = [akTop, akRight]
-
 
291
        Caption = 'Open scene folder'
316
        Caption = 'Open scene folder'
292
        TabOrder = 12
317
        TabOrder = 12
293
        OnClick = Button13Click
318
        OnClick = Button13Click
294
      end
319
      end
295
      object MediaPlayer1: TMediaPlayer
320
      object MediaPlayer1: TMediaPlayer
Line 390... Line 415...
390
          OnClick = Button16Click
415
          OnClick = Button16Click
391
        end
416
        end
392
      end
417
      end
393
      object ListBox3: TListBox
418
      object ListBox3: TListBox
394
        Left = 272
419
        Left = 272
395
        Top = 453
420
        Top = 439
396
        Width = 225
421
        Width = 305
397
        Height = 97
422
        Height = 125
-
 
423
        Anchors = [akLeft, akTop, akBottom]
398
        ItemHeight = 13
424
        ItemHeight = 13
399
        PopupMenu = PopupMenu1
425
        PopupMenu = PopupMenu1
400
        TabOrder = 11
426
        TabOrder = 11
401
        OnDblClick = ListBox3DblClick
427
        OnDblClick = ListBox3DblClick
402
        OnMouseDown = ListBox3MouseDown
428
        OnMouseDown = ListBox3MouseDown
Line 436... Line 462...
436
      object Panel2: TPanel
462
      object Panel2: TPanel
437
        Left = 272
463
        Left = 272
438
        Top = 189
464
        Top = 189
439
        Width = 305
465
        Width = 305
440
        Height = 212
466
        Height = 212
-
 
467
        BevelOuter = bvNone
441
        TabOrder = 16
468
        TabOrder = 16
442
        object Image2: TImage
469
        object Image2: TImage
443
          Left = 0
470
          Left = 0
444
          Top = 1
471
          Top = 1
445
          Width = 305
472
          Width = 305
Line 450... Line 477...
450
      end
477
      end
451
    end
478
    end
452
    object TabSheet5: TTabSheet
479
    object TabSheet5: TTabSheet
453
      Caption = 'Decision'
480
      Caption = 'Decision'
454
      ImageIndex = 1
481
      ImageIndex = 1
-
 
482
      ExplicitWidth = 804
-
 
483
      ExplicitHeight = 573
455
      object Label3: TLabel
484
      object Label3: TLabel
456
        Left = 16
485
        Left = 16
457
        Top = 16
486
        Top = 16
458
        Width = 80
487
        Width = 80
459
        Height = 13
488
        Height = 13
Line 816... Line 845...
816
      object Panel1: TPanel
845
      object Panel1: TPanel
817
        Left = 12
846
        Left = 12
818
        Top = 255
847
        Top = 255
819
        Width = 409
848
        Width = 409
820
        Height = 291
849
        Height = 291
-
 
850
        BevelOuter = bvNone
821
        TabOrder = 4
851
        TabOrder = 4
822
        object Image1: TImage
852
        object Image1: TImage
823
          Left = 0
853
          Left = 0
824
          Top = 1
854
          Top = 1
825
          Width = 409
855
          Width = 409
Line 834... Line 864...
834
      end
864
      end
835
    end
865
    end
836
  end
866
  end
837
  object Button14: TButton
867
  object Button14: TButton
838
    Left = 8
868
    Left = 8
839
    Top = 529
869
    Top = 534
840
    Width = 75
870
    Width = 75
841
    Height = 25
871
    Height = 25
-
 
872
    Anchors = [akLeft, akBottom]
842
    Caption = 'New'
873
    Caption = 'New'
843
    TabOrder = 5
874
    TabOrder = 5
844
    OnClick = Button14Click
875
    OnClick = Button14Click
-
 
876
    ExplicitTop = 530
845
  end
877
  end
846
  object Timer1: TTimer
878
  object Timer1: TTimer
847
    Enabled = False
879
    Enabled = False
848
    Interval = 100
880
    Interval = 100
849
    OnTimer = Timer1Timer
881
    OnTimer = Timer1Timer
Line 885... Line 917...
885
        OnClick = About1Click
917
        OnClick = About1Click
886
      end
918
      end
887
    end
919
    end
888
  end
920
  end
889
  object PopupMenu1: TPopupMenu
921
  object PopupMenu1: TPopupMenu
890
    Left = 763
922
    Left = 739
891
    Top = 496
923
    Top = 496
892
    object Addtoscene1: TMenuItem
924
    object Addtoscene1: TMenuItem
893
      Caption = 'Add to scene'
925
      Caption = 'Add to scene'
894
      OnClick = Addtoscene1Click
926
      OnClick = Addtoscene1Click
895
    end
927
    end