home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2004 March / Net_2004_03.iso / FScommand / xiah.exe / xiah(Netpower).exe / 0 / RCDATA / TNEWDISKFORM / TNEWDISKFORM.txt
Encoding:
Text File  |  2003-11-27  |  1.5 KB  |  82 lines

  1. object NewDiskForm: TNewDiskForm
  2.   Left = 226
  3.   Top = 162
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '*'
  7.   ClientHeight = 169
  8.   ClientWidth = 377
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DiskPaintBox: TPaintBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 48
  22.     Height = 48
  23.     OnPaint = DiskPaintBoxPaint
  24.   end
  25.   object CancelButton: TButton
  26.     Left = 296
  27.     Top = 137
  28.     Width = 73
  29.     Height = 23
  30.     Cancel = True
  31.     Caption = '*'
  32.     ModalResult = 2
  33.     TabOrder = 5
  34.   end
  35.   object OKButton: TButton
  36.     Left = 216
  37.     Top = 137
  38.     Width = 73
  39.     Height = 23
  40.     Caption = '*'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 4
  44.   end
  45.   object BrowseButton: TButton
  46.     Left = 296
  47.     Top = 95
  48.     Width = 73
  49.     Height = 23
  50.     Caption = '*'
  51.     TabOrder = 3
  52.     OnClick = BrowseButtonClick
  53.   end
  54.   object PathEdit: TEdit
  55.     Left = 8
  56.     Top = 96
  57.     Width = 281
  58.     Height = 21
  59.     TabOrder = 2
  60.   end
  61.   object PathLabel: TNewStaticText
  62.     Left = 8
  63.     Top = 80
  64.     Width = 5
  65.     Height = 14
  66.     Caption = '*'
  67.     FocusControl = PathEdit
  68.     TabOrder = 1
  69.   end
  70.   object SelectDiskLabel: TNewStaticText
  71.     Left = 72
  72.     Top = 8
  73.     Width = 297
  74.     Height = 72
  75.     AutoSize = False
  76.     Caption = '*'
  77.     ShowAccelChar = False
  78.     TabOrder = 0
  79.     WordWrap = True
  80.   end
  81. end
  82.