home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / TemaCD / currconv / install.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1999-07-12  |  2KB  |  74 lines

  1. object Form2: TForm2
  2.   Left = 324
  3.   Top = 131
  4.   AutoSize = True
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select folder'
  8.   ClientHeight = 177
  9.   ClientWidth = 257
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GroupBox1: TGroupBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 257
  26.     Height = 177
  27.     Caption = ' Select Installation-folder'
  28.     TabOrder = 0
  29.     object DirectoryListBox1: TDirectoryListBox
  30.       Left = 8
  31.       Top = 40
  32.       Width = 241
  33.       Height = 97
  34.       ItemHeight = 16
  35.       TabOrder = 0
  36.       OnChange = DirectoryListBox1Change
  37.     end
  38.     object DriveComboBox1: TDriveComboBox
  39.       Left = 8
  40.       Top = 147
  41.       Width = 97
  42.       Height = 19
  43.       TabOrder = 1
  44.       OnChange = DriveComboBox1Change
  45.     end
  46.     object Edit1: TEdit
  47.       Left = 8
  48.       Top = 16
  49.       Width = 241
  50.       Height = 21
  51.       ReadOnly = True
  52.       TabOrder = 2
  53.     end
  54.     object Button1: TButton
  55.       Left = 112
  56.       Top = 144
  57.       Width = 65
  58.       Height = 25
  59.       Caption = 'Cancel'
  60.       TabOrder = 3
  61.       OnClick = Button1Click
  62.     end
  63.     object Button2: TButton
  64.       Left = 182
  65.       Top = 144
  66.       Width = 67
  67.       Height = 25
  68.       Caption = 'OK'
  69.       TabOrder = 4
  70.       OnClick = Button2Click
  71.     end
  72.   end
  73. end
  74.