home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regview / Regview.exe / 0 / RCDATA / TDRIVESELECTLISTDLG / TDRIVESELECTLISTDLG.txt
Text File  |  1997-07-14  |  2KB  |  116 lines

  1. object DriveSelectListDlg: TDriveSelectListDlg
  2.   Left = 398
  3.   Top = 275
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Drives for recording DIRs && FILEs'
  6.   ClientHeight = 255
  7.   ClientWidth = 345
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object SrcLabel: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 145
  19.     Height = 16
  20.     AutoSize = False
  21.     Caption = 'Available Drive List:'
  22.   end
  23.   object DstLabel: TLabel
  24.     Left = 192
  25.     Top = 8
  26.     Width = 145
  27.     Height = 16
  28.     AutoSize = False
  29.     Caption = 'Selected Drive List:'
  30.   end
  31.   object IncludeBtn: TSpeedButton
  32.     Left = 160
  33.     Top = 32
  34.     Width = 24
  35.     Height = 24
  36.     Caption = '>'
  37.     OnClick = IncludeBtnClick
  38.   end
  39.   object IncAllBtn: TSpeedButton
  40.     Left = 160
  41.     Top = 64
  42.     Width = 24
  43.     Height = 24
  44.     Caption = '>>'
  45.     OnClick = IncAllBtnClick
  46.   end
  47.   object ExcludeBtn: TSpeedButton
  48.     Left = 160
  49.     Top = 96
  50.     Width = 24
  51.     Height = 24
  52.     Caption = '<'
  53.     Enabled = False
  54.     OnClick = ExcludeBtnClick
  55.   end
  56.   object ExAllBtn: TSpeedButton
  57.     Left = 160
  58.     Top = 128
  59.     Width = 24
  60.     Height = 24
  61.     Caption = '<<'
  62.     Enabled = False
  63.     OnClick = ExcAllBtnClick
  64.   end
  65.   object OKBtn: TButton
  66.     Left = 101
  67.     Top = 220
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 2
  74.   end
  75.   object CancelBtn: TButton
  76.     Left = 181
  77.     Top = 220
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     ModalResult = 2
  83.     TabOrder = 3
  84.   end
  85.   object SrcList: TListBox
  86.     Left = 8
  87.     Top = 24
  88.     Width = 144
  89.     Height = 185
  90.     Font.Color = clBlack
  91.     Font.Height = -13
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = [fsBold]
  94.     ItemHeight = 16
  95.     MultiSelect = True
  96.     ParentFont = False
  97.     Sorted = True
  98.     TabOrder = 0
  99.   end
  100.   object DstList: TListBox
  101.     Left = 192
  102.     Top = 24
  103.     Width = 144
  104.     Height = 185
  105.     Font.Color = clBlack
  106.     Font.Height = -13
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = [fsBold]
  109.     ItemHeight = 16
  110.     MultiSelect = True
  111.     ParentFont = False
  112.     Sorted = True
  113.     TabOrder = 1
  114.   end
  115. end
  116.