home *** CD-ROM | disk | FTP | other *** search
- object NewDiskForm: TNewDiskForm
- Left = 226
- Top = 162
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = '*'
- ClientHeight = 169
- ClientWidth = 377
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object DiskPaintBox: TPaintBox
- Left = 8
- Top = 8
- Width = 48
- Height = 48
- OnPaint = DiskPaintBoxPaint
- end
- object SelectDiskLabel: TLabel
- Left = 72
- Top = 8
- Width = 297
- Height = 72
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- WordWrap = True
- end
- object PathLabel: TLabel
- Left = 8
- Top = 80
- Width = 4
- Height = 13
- Caption = '*'
- FocusControl = PathEdit
- end
- object PathEdit: TEdit
- Left = 8
- Top = 96
- Width = 281
- Height = 21
- TabOrder = 0
- end
- object BrowseButton: TButton
- Left = 296
- Top = 95
- Width = 73
- Height = 23
- Caption = '*'
- TabOrder = 1
- OnClick = BrowseButtonClick
- end
- object CancelButton: TButton
- Left = 296
- Top = 137
- Width = 73
- Height = 23
- Cancel = True
- Caption = '*'
- ModalResult = 2
- TabOrder = 3
- end
- object OKButton: TButton
- Left = 216
- Top = 137
- Width = 73
- Height = 23
- Caption = '*'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- end
-