home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TAPPLICATIONOPTIONSPAGE
/
TAPPLICATIONOPTIONSPAGE.txt
Wrap
Text File
|
1999-08-11
|
2KB
|
122 lines
object ApplicationOptionsPage: TApplicationOptionsPage
Left = 0
Top = 0
Width = 400
Height = 283
HelpContext = 1770
Caption = 'Application'
OnBroadcast = ApplicationOptionsPageBroadcast
object GroupBox13: TGroupBox
Left = 8
Top = 8
Width = 385
Height = 145
Caption = ' Application settings '
TabOrder = 0
IsControl = True
object AppHelpFileLbl: TLabel
Left = 28
Top = 51
Width = 41
Height = 13
Caption = 'Help &file:'
FocusControl = AppHelpFile
IsControl = True
end
object AppTitleLbl: TLabel
Left = 46
Top = 23
Width = 23
Height = 13
Caption = '&Title:'
FocusControl = AppTitle
IsControl = True
end
object AppIconLbl: TLabel
Left = 45
Top = 81
Width = 24
Height = 13
Caption = '&Icon:'
FocusControl = LoadIconBtn
end
object IconPanel: TPanel
Left = 77
Top = 80
Width = 52
Height = 49
BevelOuter = bvLowered
TabOrder = 3
object IconImage: TImage
Left = 1
Top = 1
Width = 50
Height = 47
Align = alClient
Center = True
end
end
object LoadIconBtn: TButton
Left = 140
Top = 80
Width = 87
Height = 24
Caption = '&Load Icon...'
TabOrder = 4
OnClick = BrowseIconClick
end
object bpBrowseHelp: TButton
Left = 296
Top = 48
Width = 76
Height = 23
Caption = '&Browse...'
TabOrder = 2
OnClick = BrowseHelpClick
end
object AppHelpFile: TEdit
Left = 77
Top = 49
Width = 212
Height = 21
TabOrder = 1
end
object AppTitle: TEdit
Left = 77
Top = 19
Width = 295
Height = 21
TabOrder = 0
end
end
object GroupBox15: TGroupBox
Left = 8
Top = 160
Width = 385
Height = 57
Caption = ' Output settings '
TabOrder = 1
object Label19: TLabel
Left = 11
Top = 25
Width = 98
Height = 13
Caption = 'Target file &extension:'
FocusControl = AppFileExt
end
object AppFileExt: TEdit
Left = 120
Top = 22
Width = 121
Height = 21
TabOrder = 0
Text = 'AppFileExt'
end
end
object OpenDialog1: TOpenDialog
Options = [ofHideReadOnly, ofShowHelp, ofEnableSizing]
Left = 40
Top = 224
end
end