home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 February
/
Chip_2001-02_cd1.bin
/
sharewar
/
talisman
/
_SETUP.1
/
talisman.exe
/
0
/
RCDATA
/
TRUNDIALOG
/
TRUNDIALOG.txt
< prev
Wrap
Text File
|
2000-10-04
|
2KB
|
97 lines
object RunDialog: TRunDialog
Left = 239
Top = 233
ActiveControl = RunLine
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Run'
ClientHeight = 136
ClientWidth = 339
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
KeyPreview = True
Position = poScreenCenter
OnActivate = FormActivate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 16
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image001.ico>}
end
object Label1: TLabel
Left = 48
Top = 16
Width = 264
Height = 26
Caption =
'Type the name of a program, folder, document, or URL, and Window' +
's will open it for you.'
Transparent = True
WordWrap = True
end
object Label2: TLabel
Left = 8
Top = 60
Width = 29
Height = 13
Caption = '&Open:'
FocusControl = RunLine
end
object RunLine: TComboBox
Left = 48
Top = 56
Width = 281
Height = 21
HelpContext = 1001
ItemHeight = 13
TabOrder = 0
end
object OKBtn: TButton
Left = 96
Top = 96
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 176
Top = 96
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object BrowseBtn: TButton
Left = 256
Top = 96
Width = 75
Height = 25
Caption = '&Browse...'
TabOrder = 3
OnClick = BrowseBtnClick
end
object OpenDialog: TOpenDialog
DefaultExt = 'exe'
Filter =
'Programs|*.exe;*.pif;*.lnk;*.bat;*.com;*.cmd;*.url;*.htm;*.html;' +
'*.doc;*.rtf;*.txt|All Files (*.*)|*.*'
Title = 'Browse'
Left = 24
Top = 88
end
end