home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
MTSVDLG.DFM
/
MTSVDLG.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
72 lines
object MtSvDlg: TMtSvDlg
Left = 256
Top = 149
HelpContext = 1630
ActiveControl = Description
BorderStyle = bsDialog
Caption = 'Save Template'
ClientHeight = 270
ClientWidth = 259
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
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