home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-05-20  |  1KB  |  68 lines

  1. object Form3: TForm3
  2.   Left = 435
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select new location'
  7.   ClientHeight = 280
  8.   ClientWidth = 217
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 217
  23.     Height = 280
  24.     Align = alClient
  25.     Shape = bsFrame
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 8
  29.     Top = 248
  30.     Width = 202
  31.     Height = 27
  32.   end
  33.   object SpeedButton1: TSpeedButton
  34.     Left = 9
  35.     Top = 249
  36.     Width = 100
  37.     Height = 25
  38.     Caption = '&Ok'
  39.     Flat = True
  40.     OnClick = SpeedButton1Click
  41.   end
  42.   object SpeedButton2: TSpeedButton
  43.     Left = 109
  44.     Top = 249
  45.     Width = 100
  46.     Height = 25
  47.     Caption = '&Cancel'
  48.     Flat = True
  49.     OnClick = SpeedButton2Click
  50.   end
  51.   object DirectoryListBox1: TDirectoryListBox
  52.     Left = 8
  53.     Top = 8
  54.     Width = 201
  55.     Height = 209
  56.     ItemHeight = 16
  57.     TabOrder = 0
  58.   end
  59.   object DriveComboBox1: TDriveComboBox
  60.     Left = 8
  61.     Top = 224
  62.     Width = 201
  63.     Height = 19
  64.     TabOrder = 1
  65.     OnChange = DriveComboBox1Change
  66.   end
  67. end
  68.