home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GIRLS CAMP
/
GIRLSCAMP.iso
/
AUTORUN.EXE
/
0
/
RCDATA
/
TFORMMAIN
/
TFORMMAIN.txt
Wrap
Text File
|
2001-02-14
|
3KB
|
140 lines
object FormMain: TFormMain
Left = 361
Top = 186
BorderStyle = bsNone
Caption = 'Autorun'
ClientHeight = 400
ClientWidth = 500
Color = clGray
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 16
object Image1: TImage
Left = 0
Top = 0
Width = 500
Height = 400
Align = alClient
AutoSize = True
Center = True
IncrementalDisplay = True
end
object DemoBtn: TImageBtn
Left = 17
Top = 197
Width = 110
Height = 37
AutoSize = False
BorderWidth = 8
Caption = 'Demo'
FocusWidth = 0
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
TextActiveColor = clBlack
TextPassivColor = clInfoBk
TextLowerColor = clGray
TextUpperColor = clSilver
TextStyle = tsRecessed
Visible = False
OnClick = DemoBtnClick
end
object ExitBtn: TImageBtn
Left = 337
Top = 320
Width = 153
Height = 65
AutoSize = False
Caption = 'Beenden'
FocusWidth = 0
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
TextActiveColor = clBlack
TextPassivColor = clInfoBk
TextLowerColor = clGray
TextUpperColor = clSilver
TextStyle = tsRecessed
OnClick = Image1Click
end
object InstallBtn: TImageBtn
Left = 9
Top = 320
Width = 153
Height = 65
AutoSize = False
BorderWidth = 8
Caption = 'Installieren'
FocusWidth = 0
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
TextActiveColor = clBlack
TextPassivColor = clInfoBk
TextLowerColor = clGray
TextUpperColor = clSilver
TextStyle = tsRecessed
OnClick = InstallBtnClick
end
object StartBtn: TImageBtn
Left = 173
Top = 320
Width = 153
Height = 65
AutoSize = False
BorderWidth = 8
Caption = 'Starten'
FocusWidth = 0
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
SimFocused = True
TabOrder = 0
TextActiveColor = clBlack
TextPassivColor = clInfoBk
TextLowerColor = clGray
TextUpperColor = clSilver
TextStyle = tsRecessed
OnClick = StartBtnClick
end
object MediaPlayer1: TMediaPlayer
Left = 64
Top = 16
Width = 29
Height = 28
VisibleButtons = [btPlay]
FileName = 'SOUND\AUTORUN.WAV'
Visible = False
TabOrder = 2
TabStop = False
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 24
Top = 16
end
end