home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 February
/
PCWorld_2001-02_cd.bin
/
Software
/
Vyzkuste
/
visirc
/
VIRC97.EXE
/
0
/
RCDATA
/
TNETWORKSELECT
/
TNETWORKSELECT.txt
Wrap
Text File
|
1998-09-02
|
2KB
|
74 lines
object NetworkSelect: TNetworkSelect
Left = 276
Top = 221
BorderStyle = bsDialog
Caption = 'Select network'
ClientHeight = 129
ClientWidth = 555
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object NetworkList: TListView
Left = 8
Top = 8
Width = 537
Height = 73
Columns = <>
ReadOnly = True
HideSelection = False
OnChange = NetworkListChange
ShowColumnHeaders = False
TabOrder = 0
LargeImages = IRCServers.NetworkImageList
end
object OKBtn: TNashButton
Left = 352
Top = 90
Width = 94
Height = 32
Caption = 'OK'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
HoverFont.Charset = DEFAULT_CHARSET
HoverFont.Color = clGreen
HoverFont.Height = -13
HoverFont.Name = 'MS Sans Serif'
HoverFont.Style = [fsUnderline]
HoverHighlight = True
end
object CancelBtn: TNashButton
Left = 451
Top = 90
Width = 93
Height = 32
Cancel = True
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
HoverFont.Charset = DEFAULT_CHARSET
HoverFont.Color = clRed
HoverFont.Height = -13
HoverFont.Name = 'MS Sans Serif'
HoverFont.Style = [fsUnderline]
HoverHighlight = True
end
end