Subversion Repositories plumbers

Rev

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

Rev 2 Rev 16
Line 1... Line 1...
1
object MainForm: TMainForm
1
object MainForm: TMainForm
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
  ClientHeight = 72
6
  ClientHeight = 107
7
  ClientWidth = 255
7
  ClientWidth = 280
8
  Color = clBlack
8
  Color = clBlack
9
  Font.Charset = DEFAULT_CHARSET
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
10
  Font.Color = clWindowText
11
  Font.Height = -11
11
  Font.Height = -11
12
  Font.Name = 'Tahoma'
12
  Font.Name = 'Tahoma'
Line 38... Line 38...
38
    ParentCtl3D = False
38
    ParentCtl3D = False
39
    TabOrder = 0
39
    TabOrder = 0
40
    Visible = False
40
    Visible = False
41
    OnMouseUp = ControlClick
41
    OnMouseUp = ControlClick
42
  end
42
  end
-
 
43
  object MediaPlayer1: TMediaPlayer
-
 
44
    Left = 167
-
 
45
    Top = 47
-
 
46
    Width = 57
-
 
47
    Height = 30
-
 
48
    VisibleButtons = [btPlay, btStop]
-
 
49
    DoubleBuffered = True
-
 
50
    Display = Panel2
-
 
51
    FileName = 'D:\_test\INTRO.AVI'
-
 
52
    Visible = False
-
 
53
    ParentDoubleBuffered = False
-
 
54
    TabOrder = 1
-
 
55
  end
-
 
56
  object Panel2: TPanel
-
 
57
    Left = 24
-
 
58
    Top = 63
-
 
59
    Width = 137
-
 
60
    Height = 18
-
 
61
    Caption = 'Panel2'
-
 
62
    TabOrder = 2
-
 
63
    Visible = False
-
 
64
  end
43
  object StartupTimer: TTimer
65
  object StartupTimer: TTimer
44
    Enabled = False
66
    Enabled = False
45
    Interval = 10
67
    Interval = 10
46
    OnTimer = StartupTimerTimer
68
    OnTimer = StartupTimerTimer
47
    Left = 216
69
    Left = 216