home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / online / tools / webspect / ws20.exe / SPECSERV.EXE / 0 / RCDATA / TFRMSELDRIVE / TFRMSELDRIVE.txt
Encoding:
Text File  |  1999-08-11  |  1012 b   |  53 lines

  1. object FrmSelDrive: TFrmSelDrive
  2.   Left = 479
  3.   Top = 128
  4.   ActiveControl = DriveComboBox1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Drive Selection'
  8.   ClientHeight = 59
  9.   ClientWidth = 328
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 4
  20.     Top = 4
  21.     Width = 241
  22.     Height = 49
  23.     Caption = 'Select drive'
  24.     TabOrder = 0
  25.     object DriveComboBox1: TDriveComboBox
  26.       Left = 8
  27.       Top = 18
  28.       Width = 221
  29.       Height = 19
  30.       TabOrder = 0
  31.     end
  32.   end
  33.   object Button1: TButton
  34.     Left = 252
  35.     Top = 8
  36.     Width = 70
  37.     Height = 22
  38.     Caption = '&Ok'
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.   end
  42.   object Button2: TButton
  43.     Left = 252
  44.     Top = 31
  45.     Width = 70
  46.     Height = 22
  47.     Cancel = True
  48.     Caption = '&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52. end
  53.