home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / CoolMon / cmsetup.exe / Setup.exe / 0 / RCDATA / TFRAME7 / TFRAME7.txt
Encoding:
Text File  |  2003-08-11  |  1.2 KB  |  71 lines

  1. object Frame7: TFrame7
  2.   Left = 0
  3.   Top = 0
  4.   Width = 257
  5.   Height = 170
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   TabOrder = 0
  9.   Visible = False
  10.   object Label1: TLabel
  11.     Left = 8
  12.     Top = 8
  13.     Width = 146
  14.     Height = 13
  15.     Caption = 'Please select destination folder'
  16.   end
  17.   object Edit1: TEdit
  18.     Left = 8
  19.     Top = 24
  20.     Width = 241
  21.     Height = 21
  22.     TabOrder = 0
  23.   end
  24.   object DirectoryListBox1: TDirectoryListBox
  25.     Left = 8
  26.     Top = 48
  27.     Width = 161
  28.     Height = 97
  29.     ItemHeight = 16
  30.     TabOrder = 1
  31.     OnChange = DirectoryListBox1Change
  32.   end
  33.   object DriveComboBox1: TDriveComboBox
  34.     Left = 8
  35.     Top = 144
  36.     Width = 161
  37.     Height = 19
  38.     DirList = DirectoryListBox1
  39.     TabOrder = 2
  40.   end
  41.   object Button1: TButton
  42.     Left = 176
  43.     Top = 48
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Ok'
  47.     Default = True
  48.     TabOrder = 3
  49.     OnClick = Button1Click
  50.   end
  51.   object Button2: TButton
  52.     Left = 176
  53.     Top = 73
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     TabOrder = 4
  59.     OnClick = Button2Click
  60.   end
  61.   object Button3: TButton
  62.     Left = 176
  63.     Top = 98
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&New folder'
  67.     Enabled = False
  68.     TabOrder = 5
  69.   end
  70. end
  71.