home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
MTDEDLG.DFM
/
MTDEDLG.txt
Wrap
Text File
|
1997-02-28
|
1KB
|
57 lines
object MtDeDlg: TMtDeDlg
Left = 273
Top = 181
HelpContext = 1632
ActiveControl = SelectionBox
BorderStyle = bsDialog
Caption = 'Delete Templates'
ClientHeight = 228
ClientWidth = 261
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
object SelectionBox: TListBox
Left = 8
Top = 8
Width = 245
Height = 176
ItemHeight = 13
MultiSelect = True
Sorted = True
TabOrder = 0
OnDblClick = OkButtonClick
end
object OkButton: TButton
Left = 8
Top = 192
Width = 77
Height = 27
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TButton
Left = 92
Top = 192
Width = 77
Height = 27
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpButton: TButton
Left = 176
Top = 192
Width = 77
Height = 27
Caption = '&Help'
TabOrder = 3
OnClick = HelpButtonClick
end
end