home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Rozanek / setup.exe / 0 / RCDATA / TSETDIRECTORY / TSETDIRECTORY.txt < prev   
Text File  |  1999-03-22  |  1KB  |  68 lines

  1. object SetDirectory: TSetDirectory
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = TNewDir
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 265
  8.   ClientWidth = 233
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TNewDir: TEdit
  18.     Left = 8
  19.     Top = 8
  20.     Width = 217
  21.     Height = 21
  22.     TabOrder = 0
  23.     OnChange = TNewDirChange
  24.   end
  25.   object TPath: TDirectoryListBox
  26.     Left = 8
  27.     Top = 34
  28.     Width = 217
  29.     Height = 153
  30.     ItemHeight = 16
  31.     TabOrder = 1
  32.     OnChange = TPathChange
  33.   end
  34.   object TDisk: TDriveComboBox
  35.     Left = 8
  36.     Top = 192
  37.     Width = 217
  38.     Height = 22
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -13
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     TabOrder = 2
  46.     TextCase = tcUpperCase
  47.     OnChange = TDiskChange
  48.   end
  49.   object Button1: TButton
  50.     Left = 40
  51.     Top = 228
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Button1'
  55.     TabOrder = 3
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 118
  60.     Top = 228
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Button2'
  64.     TabOrder = 4
  65.     OnClick = Button2Click
  66.   end
  67. end
  68.