Subversion Repositories musikbox

Rev

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

Rev 2 Rev 5
Line 9... Line 9...
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 = 'MS Sans Serif'
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
13
  Font.Style = []
14
  OldCreateOrder = False
-
 
15
  Position = poDesktopCenter
14
  Position = poDesktopCenter
16
  OnCanResize = FormCanResize
15
  OnCanResize = FormCanResize
17
  OnCreate = FormCreate
16
  OnCreate = FormCreate
18
  OnDestroy = FormDestroy
17
  OnDestroy = FormDestroy
19
  OnResize = FormResize
18
  OnResize = FormResize
20
  OnShow = FormShow
19
  OnShow = FormShow
21
  PixelsPerInch = 96
-
 
22
  TextHeight = 13
20
  TextHeight = 13
23
  object lblOrdner: TLabel
21
  object lblOrdner: TLabel
24
    Left = 8
22
    Left = 8
25
    Top = 8
23
    Top = 8
26
    Width = 67
24
    Width = 67
Line 73... Line 71...
73
      item
71
      item
74
        Text = #169' Copyright 2005 - 2007 ViaThinkSoft. Alle Rechte vorbehalten!'
72
        Text = #169' Copyright 2005 - 2007 ViaThinkSoft. Alle Rechte vorbehalten!'
75
        Width = 50
73
        Width = 50
76
      end>
74
      end>
77
    OnClick = sbrCopyrightClick
75
    OnClick = sbrCopyrightClick
-
 
76
    ExplicitTop = 380
-
 
77
    ExplicitWidth = 717
78
  end
78
  end
79
  object btnStart: TButton
79
  object btnStart: TButton
80
    Left = 464
80
    Left = 464
81
    Top = 344
81
    Top = 344
82
    Width = 105
82
    Width = 105
Line 132... Line 132...
132
    Top = 64
132
    Top = 64
133
    Width = 29
133
    Width = 29
134
    Height = 30
134
    Height = 30
135
    EnabledButtons = [btPlay]
135
    EnabledButtons = [btPlay]
136
    VisibleButtons = [btPlay]
136
    VisibleButtons = [btPlay]
-
 
137
    DoubleBuffered = True
137
    Visible = False
138
    Visible = False
-
 
139
    ParentDoubleBuffered = False
138
    TabOrder = 7
140
    TabOrder = 7
139
  end
141
  end
140
  object grpPlayMode: TGroupBox
142
  object grpPlayMode: TGroupBox
141
    Left = 464
143
    Left = 464
142
    Top = 16
144
    Top = 16