home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TMTSVDLG
/
TMTSVDLG.txt
Wrap
Text File
|
1999-08-11
|
1KB
|
69 lines
object MtSvDlg: TMtSvDlg
Left = 256
Top = 149
HelpContext = 1630
ActiveControl = Description
BorderStyle = bsDialog
Caption = 'Save Template'
ClientHeight = 270
ClientWidth = 259
ParentFont = True
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
object DescriptionLabel: TLabel
Left = 8
Top = 8
Width = 125
Height = 13
Caption = '&Template Description:'
end
object SelectionBox: TListBox
Left = 8
Top = 52
Width = 245
Height = 176
ItemHeight = 13
Sorted = True
TabOrder = 1
OnClick = SelectionBoxClick
end
object OkButton: TButton
Left = 8
Top = 236
Width = 77
Height = 27
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CancelButton: TButton
Left = 92
Top = 236
Width = 77
Height = 27
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object HelpButton: TButton
Left = 176
Top = 236
Width = 77
Height = 27
Caption = '&Help'
TabOrder = 4
OnClick = HelpButtonClick
end
object Description: TEdit
Left = 8
Top = 24
Width = 245
Height = 20
TabOrder = 0
Text = 'Description'
end
end