Subversion Repositories plumbers

Rev

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

Rev 2 Rev 6
Line 2... Line 2...
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
4
  BorderIcons = [biSystemMenu, biMinimize]
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
5
  BorderStyle = bsSingle
6
  Caption = 'ShowTime Editor'
6
  Caption = 'ShowTime Editor'
7
  ClientHeight = 628
7
  ClientHeight = 608
8
  ClientWidth = 1043
8
  ClientWidth = 1043
9
  Color = clBtnFace
9
  Color = clBtnFace
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
Line 17... Line 17...
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
    1043
22
    628)
22
    608)
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
Line 55... Line 55...
55
    TabOrder = 4
55
    TabOrder = 4
56
    OnClick = Button2Click
56
    OnClick = Button2Click
57
  end
57
  end
58
  object Button3: TButton
58
  object Button3: TButton
59
    Left = 8
59
    Left = 8
60
    Top = 574
60
    Top = 554
61
    Width = 105
61
    Width = 105
62
    Height = 46
62
    Height = 46
63
    Anchors = [akLeft, akBottom]
63
    Anchors = [akLeft, akBottom]
64
    Caption = 'Save'
64
    Caption = 'Save'
65
    TabOrder = 6
65
    TabOrder = 6
Line 83... Line 83...
83
    TabOrder = 2
83
    TabOrder = 2
84
    OnClick = Button5Click
84
    OnClick = Button5Click
85
  end
85
  end
86
  object Button10: TButton
86
  object Button10: TButton
87
    Left = 112
87
    Left = 112
88
    Top = 574
88
    Top = 554
89
    Width = 105
89
    Width = 105
90
    Height = 46
90
    Height = 46
91
    Anchors = [akLeft, akBottom]
91
    Anchors = [akLeft, akBottom]
92
    Caption = 'Save + Test'
92
    Caption = 'Save + Test'
93
    TabOrder = 7
93
    TabOrder = 7
Line 95... Line 95...
95
  end
95
  end
96
  object PageControl2: TPageControl
96
  object PageControl2: TPageControl
97
    Left = 223
97
    Left = 223
98
    Top = 8
98
    Top = 8
99
    Width = 812
99
    Width = 812
100
    Height = 612
100
    Height = 592
101
    ActivePage = TabSheet4
101
    ActivePage = TabSheet4
102
    Anchors = [akLeft, akTop, akRight, akBottom]
102
    Anchors = [akLeft, akTop, akRight, akBottom]
103
    TabOrder = 8
103
    TabOrder = 8
104
    object TabSheet4: TTabSheet
104
    object TabSheet4: TTabSheet
105
      Caption = 'Pictures'
105
      Caption = 'Pictures'
106
      DesignSize = (
106
      DesignSize = (
107
        804
107
        804
108
        584)
108
        564)
109
      object Label1: TLabel
109
      object Label1: TLabel
110
        Left = 16
110
        Left = 16
111
        Top = 24
111
        Top = 24
112
        Width = 77
112
        Width = 77
113
        Height = 13
113
        Height = 13
Line 118... Line 118...
118
        Top = 63
118
        Top = 63
119
        Width = 79
119
        Width = 79
120
        Height = 13
120
        Height = 13
121
        Caption = 'Sound playback:'
121
        Caption = 'Sound playback:'
122
      end
122
      end
123
      object Image2: TImage
-
 
124
        Left = 272
-
 
125
        Top = 190
-
 
126
        Width = 305
-
 
127
        Height = 211
-
 
128
        Stretch = True
-
 
129
        OnMouseMove = Image1MouseMove
-
 
130
      end
-
 
131
      object Label12: TLabel
123
      object Label12: TLabel
132
        Left = 272
124
        Left = 272
133
        Top = 127
125
        Top = 127
134
        Width = 67
126
        Width = 67
135
        Height = 13
127
        Height = 13
Line 439... Line 431...
439
        ParentFont = False
431
        ParentFont = False
440
        TabOrder = 2
432
        TabOrder = 2
441
        Visible = False
433
        Visible = False
442
        OnClick = Button18Click
434
        OnClick = Button18Click
443
      end
435
      end
-
 
436
      object Panel2: TPanel
-
 
437
        Left = 272
-
 
438
        Top = 189
-
 
439
        Width = 305
-
 
440
        Height = 212
-
 
441
        TabOrder = 16
-
 
442
        object Image2: TImage
-
 
443
          Left = 0
-
 
444
          Top = 1
-
 
445
          Width = 305
-
 
446
          Height = 211
-
 
447
          Stretch = True
-
 
448
          OnMouseMove = Image1MouseMove
-
 
449
        end
-
 
450
      end
444
    end
451
    end
445
    object TabSheet5: TTabSheet
452
    object TabSheet5: TTabSheet
446
      Caption = 'Decision'
453
      Caption = 'Decision'
447
      ImageIndex = 1
454
      ImageIndex = 1
448
      object Label3: TLabel
455
      object Label3: TLabel
Line 450... Line 457...
450
        Top = 16
457
        Top = 16
451
        Width = 80
458
        Width = 80
452
        Height = 13
459
        Height = 13
453
        Caption = 'Decision-Picture:'
460
        Caption = 'Decision-Picture:'
454
      end
461
      end
455
      object Image1: TImage
-
 
456
        Left = 12
-
 
457
        Top = 255
-
 
458
        Width = 409
-
 
459
        Height = 290
-
 
460
        Cursor = crCross
-
 
461
        Stretch = True
-
 
462
        OnMouseDown = Image1MouseDown
-
 
463
        OnMouseEnter = Image1MouseEnter
-
 
464
        OnMouseLeave = Image1MouseLeave
-
 
465
        OnMouseMove = Image1MouseMove
-
 
466
      end
-
 
467
      object Label10: TLabel
462
      object Label10: TLabel
468
        Left = 12
463
        Left = 12
469
        Top = 552
464
        Top = 552
470
        Width = 37
465
        Width = 37
471
        Height = 13
466
        Height = 13
Line 524... Line 519...
524
        Height = 185
519
        Height = 185
525
        ActivePage = TabSheet3
520
        ActivePage = TabSheet3
526
        TabOrder = 3
521
        TabOrder = 3
527
        object TabSheet1: TTabSheet
522
        object TabSheet1: TTabSheet
528
          Caption = 'Action 1 (Red)'
523
          Caption = 'Action 1 (Red)'
529
          ExplicitWidth = 333
-
 
530
          object Label5: TLabel
524
          object Label5: TLabel
531
            Left = 171
525
            Left = 171
532
            Top = 72
526
            Top = 72
533
            Width = 29
527
            Width = 29
534
            Height = 13
528
            Height = 13
Line 614... Line 608...
614
          end
608
          end
615
        end
609
        end
616
        object TabSheet2: TTabSheet
610
        object TabSheet2: TTabSheet
617
          Caption = 'Action 2 (Green)'
611
          Caption = 'Action 2 (Green)'
618
          ImageIndex = 1
612
          ImageIndex = 1
619
          ExplicitWidth = 333
-
 
620
          object Label13: TLabel
613
          object Label13: TLabel
621
            Left = 16
614
            Left = 16
622
            Top = 16
615
            Top = 16
623
            Width = 36
616
            Width = 36
624
            Height = 13
617
            Height = 13
Line 704... Line 697...
704
          end
697
          end
705
        end
698
        end
706
        object TabSheet3: TTabSheet
699
        object TabSheet3: TTabSheet
707
          Caption = 'Action 3 (Blue)'
700
          Caption = 'Action 3 (Blue)'
708
          ImageIndex = 2
701
          ImageIndex = 2
709
          ExplicitWidth = 333
-
 
710
          object Label7: TLabel
702
          object Label7: TLabel
711
            Left = 16
703
            Left = 16
712
            Top = 16
704
            Top = 16
713
            Width = 36
705
            Width = 36
714
            Height = 13
706
            Height = 13
Line 819... Line 811...
819
        ParentFont = False
811
        ParentFont = False
820
        TabOrder = 1
812
        TabOrder = 1
821
        Visible = False
813
        Visible = False
822
        OnClick = Button11Click
814
        OnClick = Button11Click
823
      end
815
      end
-
 
816
      object Panel1: TPanel
-
 
817
        Left = 12
-
 
818
        Top = 255
-
 
819
        Width = 409
-
 
820
        Height = 291
-
 
821
        TabOrder = 4
-
 
822
        object Image1: TImage
-
 
823
          Left = 0
-
 
824
          Top = 1
-
 
825
          Width = 409
-
 
826
          Height = 290
-
 
827
          Cursor = crCross
-
 
828
          Stretch = True
-
 
829
          OnMouseDown = Image1MouseDown
-
 
830
          OnMouseEnter = Image1MouseEnter
-
 
831
          OnMouseLeave = Image1MouseLeave
-
 
832
          OnMouseMove = Image1MouseMove
-
 
833
        end
-
 
834
      end
824
    end
835
    end
825
  end
836
  end
826
  object Button14: TButton
837
  object Button14: TButton
827
    Left = 8
838
    Left = 8
828
    Top = 529
839
    Top = 529