home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TINTERFACEDLG
/
TINTERFACEDLG.txt
Wrap
Text File
|
1998-06-16
|
836b
|
45 lines
object InterfaceDlg: TInterfaceDlg
Left = 329
Top = 217
ActiveControl = Interfaces
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Insert Interface'
ClientHeight = 278
ClientWidth = 257
ParentFont = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Interfaces: TListBox
Left = 16
Top = 16
Width = 225
Height = 201
ItemHeight = 13
MultiSelect = True
TabOrder = 0
OnDblClick = InterfacesDblClick
end
object Button2: TButton
Left = 144
Top = 240
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Button1: TButton
Left = 40
Top = 240
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
end