home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Powerdrive 1998 February
/
POWERDRIVE0298.BIN
/
share
/
win95
/
spiele
/
btour
/
setup.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
< prev
Wrap
Text File
|
1997-11-09
|
3KB
|
158 lines
object Form1: TForm1
Left = 239
Top = 212
ActiveControl = StartBtn
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Olsen Outdoors SetUp'
ClientHeight = 148
ClientWidth = 450
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Menu = MainMenu1
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 4
Top = 12
Width = 145
Height = 13
Caption = 'Install To This Disk Drive'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 12
Top = 44
Width = 137
Height = 13
Caption = 'Install To This Directory'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object dDrive: TEdit
Left = 156
Top = 8
Width = 57
Height = 21
TabOrder = 0
Text = 'C:'
end
object dDir: TEdit
Left = 156
Top = 40
Width = 277
Height = 21
TabOrder = 1
Text = 'BTW'
end
object Panel1: TPanel
Left = 0
Top = 80
Width = 450
Height = 68
Align = alBottom
TabOrder = 2
object Label4: TLabel
Left = 12
Top = 36
Width = 50
Height = 13
Caption = 'Progress'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 36
Top = 8
Width = 25
Height = 13
Caption = 'File:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object FileNameLabel: TLabel
Left = 68
Top = 8
Width = 249
Height = 17
AutoSize = False
Caption = 'FileNameLabel'
Font.Color = clMaroon
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object StartBtn: TButton
Left = 360
Top = 12
Width = 73
Height = 41
Caption = '&Start'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = StartBtnClick
end
object ProgressBar1: TProgressBar
Left = 68
Top = 32
Width = 257
Height = 21
Min = 0
Max = 100
TabOrder = 1
end
end
object ZipMaster1: TZipMaster
Verbose = False
Trace = False
AddCompLevel = 9
AddOptions = []
ExtrOptions = []
OnProgress = ZipMaster1Progress
Left = 280
Top = 4
end
object MainMenu1: TMainMenu
Left = 324
Top = 8
object File1: TMenuItem
Caption = '&File'
ShortCut = 0
object Exit1: TMenuItem
Caption = 'E&xit'
ShortCut = 0
OnClick = Exit1Click
end
end
object About1: TMenuItem
Caption = '&About'
ShortCut = 0
OnClick = About1Click
end
end
end