home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TVIEWDIALOG
/
TVIEWDIALOG.txt
Wrap
Text File
|
1999-08-11
|
1KB
|
66 lines
object ViewDialog: TViewDialog
Left = 265
Top = 156
ActiveControl = Edit
BorderStyle = bsDialog
Caption = 'View Module'
ClientHeight = 172
ClientWidth = 298
ParentFont = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object ListBox: TListBox
Left = 8
Top = 32
Width = 201
Height = 134
IntegralHeight = True
ItemHeight = 13
MultiSelect = True
Sorted = True
TabOrder = 1
OnClick = ListBoxClick
OnDblClick = ListBoxDblClick
end
object Edit: TEdit
Left = 8
Top = 8
Width = 201
Height = 21
TabOrder = 0
OnChange = EditChange
OnKeyDown = EditKeyDown
end
object OKButton: TButton
Left = 216
Top = 7
Width = 75
Height = 25
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 2
end
object CancelButton: TButton
Left = 216
Top = 37
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object HelpButton: TButton
Left = 216
Top = 67
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = HelpButtonClick
end
end