home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 February
/
PCWorld_2001-02_cd.bin
/
Software
/
Vyzkuste
/
visirc
/
VIRC97.EXE
/
0
/
RCDATA
/
TEDITXDCCPACK
/
TEDITXDCCPACK.txt
Wrap
Text File
|
1998-09-02
|
4KB
|
189 lines
object EditXDCCPack: TEditXDCCPack
Left = 179
Top = 199
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edit XDCC pack'
ClientHeight = 367
ClientWidth = 595
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object SrcLabel: TLabel
Left = 8
Top = 12
Width = 161
Height = 20
AutoSize = False
Caption = 'Files on &disk:'
end
object DstLabel: TLabel
Left = 392
Top = 12
Width = 193
Height = 20
AutoSize = False
Caption = 'Files in &pack:'
end
object Label1: TLabel
Left = 8
Top = 208
Width = 165
Height = 20
AutoSize = False
Caption = 'Pack &description:'
end
object IncludeBtn: TSpeedButton
Left = 356
Top = 28
Width = 29
Height = 30
Caption = '>'
OnClick = IncludeBtnClick
end
object IncAllBtn: TSpeedButton
Left = 356
Top = 64
Width = 29
Height = 29
Caption = '>>'
OnClick = IncAllBtnClick
end
object ExcludeBtn: TSpeedButton
Left = 356
Top = 100
Width = 29
Height = 30
Caption = '<'
Enabled = False
OnClick = ExcludeBtnClick
end
object ExAllBtn: TSpeedButton
Left = 356
Top = 136
Width = 29
Height = 29
Caption = '<<'
Enabled = False
OnClick = ExcAllBtnClick
end
object DstList: TListBox
Left = 392
Top = 28
Width = 193
Height = 169
ItemHeight = 16
MultiSelect = True
TabOrder = 0
OnKeyDown = DstListKeyDown
end
object SrcList: TFileListBox
Left = 8
Top = 56
Width = 161
Height = 141
FileEdit = FileEdit
ItemHeight = 16
MultiSelect = True
ShowGlyphs = True
TabOrder = 1
OnDblClick = SrcListDblClick
end
object FileEdit: TEdit
Left = 8
Top = 28
Width = 161
Height = 24
TabOrder = 2
Text = '*.*'
end
object DirectoryListBox1: TDirectoryListBox
Left = 172
Top = 28
Width = 177
Height = 144
FileList = SrcList
ItemHeight = 16
TabOrder = 3
end
object DriveComboBox1: TDriveComboBox
Left = 172
Top = 176
Width = 177
Height = 22
DirList = DirectoryListBox1
TabOrder = 4
end
object PackDesc: TMemo
Left = 8
Top = 224
Width = 577
Height = 93
TabOrder = 5
end
object OKBtn: TNashButton
Left = 292
Top = 328
Width = 93
Height = 31
Caption = 'OK'
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 6
HoverFont.Color = clGreen
HoverFont.Height = -13
HoverFont.Name = 'MS Sans Serif'
HoverFont.Style = [fsUnderline]
HoverHighlight = True
end
object CancelBtn: TNashButton
Left = 392
Top = 328
Width = 92
Height = 31
Cancel = True
Caption = 'Cancel'
Enabled = False
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 7
HoverFont.Color = clRed
HoverFont.Height = -13
HoverFont.Name = 'MS Sans Serif'
HoverFont.Style = [fsUnderline]
HoverHighlight = True
end
object HelpBtn: TNashButton
Left = 492
Top = 328
Width = 93
Height = 31
Caption = 'Help'
Enabled = False
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 8
HoverFont.Color = clBlue
HoverFont.Height = -13
HoverFont.Name = 'MS Sans Serif'
HoverFont.Style = [fsUnderline]
HoverHighlight = True
end
end