home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TSELASSOCFORM
/
TSELASSOCFORM.txt
Wrap
Text File
|
2001-09-09
|
2KB
|
111 lines
object SelAssocForm: TSelAssocForm
Left = 267
Top = 99
HelpContext = 14063
BorderStyle = bsDialog
Caption = 'Select Application'
ClientHeight = 372
ClientWidth = 452
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object lAssoc: TLabel
Left = 8
Top = 8
Width = 433
Height = 33
AutoSize = False
WordWrap = True
end
object lDesc: TLabel
Left = 8
Top = 48
Width = 3
Height = 13
end
object lProgram: TLabel
Left = 8
Top = 96
Width = 39
Height = 13
Caption = 'Program'
end
object eDescription: TEdit
Left = 8
Top = 64
Width = 433
Height = 21
TabOrder = 0
end
object PrgList: TListView
Left = 8
Top = 112
Width = 433
Height = 185
OnClick = PrgListClick
OnDblClick = PrgListDblClick
Columns = <>
ReadOnly = True
OnChange = PrgListChange
SortType = stText
TabOrder = 1
ViewStyle = vsList
SmallImages = ImageList
end
object cbAlways: TCheckBox
Left = 8
Top = 304
Width = 433
Height = 17
Caption = 'Always open with the chosen program'
TabOrder = 2
end
object bOK: TButton
Left = 88
Top = 336
Width = 83
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object bCancel: TButton
Left = 176
Top = 336
Width = 83
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object bBrowse: TButton
Left = 352
Top = 336
Width = 83
Height = 25
Caption = 'Browse'
TabOrder = 5
OnClick = bBrowseClick
end
object bHelp: TButton
Left = 264
Top = 336
Width = 81
Height = 25
Caption = 'Help'
TabOrder = 6
OnClick = bHelpClick
end
object ImageList: TImageList
Left = 256
Top = 8
end
end