home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 6 A
/
CHIP_HITWARE6_A.iso
/
internet
/
netVampire
/
_SETUP.1
/
Vampire.exe
/
0
/
RCDATA
/
TSELECTLINKSDIALOG
/
TSELECTLINKSDIALOG.txt
Wrap
Text File
|
1998-11-30
|
2KB
|
109 lines
object SelectLinksDialog: TSelectLinksDialog
Left = 174
Top = 172
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select links'
ClientHeight = 264
ClientWidth = 404
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 0
Top = 229
Width = 404
Height = 2
Align = alBottom
end
object HostListView: TListView
Left = 12
Top = 16
Width = 213
Height = 185
ColumnClick = False
OnClick = HostListViewClick
Columns = <
item
Caption = 'Host name'
Width = 190
end>
Checkboxes = True
TabOrder = 0
ViewStyle = vsReport
end
object ExtListView: TListView
Left = 240
Top = 16
Width = 153
Height = 185
ColumnClick = False
OnClick = ExtListViewClick
Columns = <
item
Caption = 'File extension'
Width = 130
end>
Checkboxes = True
TabOrder = 2
ViewStyle = vsReport
end
object CheckBox1: TCheckBox
Left = 22
Top = 208
Width = 45
Height = 17
AllowGrayed = True
Caption = 'All'
TabOrder = 1
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 250
Top = 208
Width = 49
Height = 17
Caption = 'All'
TabOrder = 3
OnClick = CheckBox2Click
end
object Panel1: TPanel
Left = 0
Top = 231
Width = 404
Height = 33
Align = alBottom
BevelOuter = bvNone
TabOrder = 4
object QuitBtn: TButton
Left = 320
Top = 6
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object OkBtn: TButton
Left = 240
Top = 6
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OkBtnClick
end
end
end