home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDRIVEDLG / TDRIVEDLG.txt
Text File  |  1998-03-18  |  2KB  |  90 lines

  1. object DRIVEDLG: TDRIVEDLG
  2.   Tag = 1
  3.   Left = 220
  4.   Top = 109
  5.   ActiveControl = id_drivedlgchoose
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'ERROR!'
  9.   ClientHeight = 100
  10.   ClientWidth = 235
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Drivenotfound: TLabel
  19.     Tag = 2
  20.     Left = 6
  21.     Top = 8
  22.     Width = 223
  23.     Height = 18
  24.     AutoSize = False
  25.     Caption = 'Drive not found!'
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     WordWrap = True
  32.   end
  33.   object Pleasechooseanother: TLabel
  34.     Tag = 3
  35.     Left = 6
  36.     Top = 41
  37.     Width = 163
  38.     Height = 16
  39.     AutoSize = False
  40.     Caption = 'Please choose another:'
  41.     WordWrap = True
  42.   end
  43.   object id_drivedlgchoose: TComboBox
  44.     Left = 171
  45.     Top = 40
  46.     Width = 60
  47.     Height = 21
  48.     Style = csDropDownList
  49.     DropDownCount = 20
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ItemHeight = 13
  55.     ParentFont = False
  56.     Sorted = True
  57.     TabOrder = 0
  58.     OnChange = id_drivedlgchooseChange
  59.     OnKeyDown = id_drivedlgchooseKeyDown
  60.   end
  61.   object Ok: TButton
  62.     Tag = 4001
  63.     Left = 23
  64.     Top = 70
  65.     Width = 85
  66.     Height = 25
  67.     Caption = 'Ok'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 1
  71.     OnClick = OkClick
  72.   end
  73.   object Cancel: TButton
  74.     Tag = 4002
  75.     Left = 127
  76.     Top = 70
  77.     Width = 85
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 2
  83.     OnClick = CancelClick
  84.   end
  85.   object Translate1: TTranslate
  86.     Tag = 5500
  87.     Top = 72
  88.   end
  89. end
  90.