aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/JEDI-SDLv1.0/smpeg/Demos/MpegPlayer/Main.xfm
blob: 6b58178773da52fb3a14230bac87899e7c537a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
object Form1: TForm1
  Left = 377
  Top = 273
  Width = 351
  Height = 308
  VertScrollBar.Range = 44
  ActiveControl = Button1
  AutoScroll = False
  Caption = 'The Tube'
  Color = clBackground
  Font.Color = clText
  Font.Height = 11
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpVariable
  Font.Style = []
  ParentFont = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 18
  TextWidth = 5
  object Panel1: TPanel
    Left = 0
    Top = 264
    Width = 351
    Height = 44
    Align = alBottom
    TabOrder = 0
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 282
      Height = 42
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      object Button1: TButton
        Left = 5
        Top = 21
        Width = 48
        Height = 16
        Caption = 'Play'
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 57
        Top = 21
        Width = 48
        Height = 16
        Caption = 'Pause'
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 109
        Top = 21
        Width = 48
        Height = 16
        Caption = 'Stop'
        TabOrder = 2
        OnClick = Button3Click
      end
      object CheckBox1: TCheckBox
        Left = 5
        Top = 0
        Width = 65
        Height = 20
        Caption = 'Sound'
        Checked = True
        State = cbChecked
        TabOrder = 3
      end
    end
    object Panel3: TPanel
      Left = 283
      Top = 1
      Width = 67
      Height = 42
      Align = alRight
      Anchors = [akLeft, akTop, akRight, akBottom]
      BevelOuter = bvNone
      TabOrder = 1
    end
  end
  object SDLMPEGPanel: TSDLMPEGPanel
    Left = 0
    Top = 0
    Width = 351
    Height = 264
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Caption = 'You Movie should play here...'
    TabOrder = 1
    Sound = False
  end
  object OpenDialog: TOpenDialog
    Filter = 'MPEGs|*.mpeg;*.mpg|All Files|*.*'
    FilterIndex = 0
    Height = 0
    Title = 'Open'
    Width = 0
    Left = 40
    Top = 32
  end
end