home *** CD-ROM | disk | FTP | other *** search
- object NewNetVCDDlg: TNewNetVCDDlg
- Left = 362
- Top = 303
- BorderStyle = bsDialog
- Caption = 'Description'
- ClientHeight = 114
- ClientWidth = 226
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 201
- Height = 33
- AutoSize = False
- Caption = 'Please Enter a description for this storage of internet data:'
- WordWrap = True
- end
- object OKBtn: TButton
- Left = 63
- Top = 84
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 143
- Top = 84
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object TitleEdit: TEdit
- Left = 8
- Top = 48
- Width = 209
- Height = 21
- MaxLength = 255
- TabOrder = 0
- end
- end
-