home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 December / CyberMycha 12-2005 (Poland) (Disc 2).7z / CyberMycha 12-2005 (Poland) (Disc 2).bin / Patche / syberia_sp2_pl.exe / install.exe / 0 / RCDATA / TSELDIRFORM / TSELDIRFORM.txt
Encoding:
Text File  |  2003-01-08  |  1.2 KB  |  70 lines

  1. object SelDirForm: TSelDirForm
  2.   Left = 297
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '*'
  7.   ClientHeight = 233
  8.   ClientWidth = 257
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object SelectDirectoryLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 241
  21.     Height = 31
  22.     AutoSize = False
  23.     Caption = '*'
  24.     ShowAccelChar = False
  25.   end
  26.   object DirEdit: TEdit
  27.     Left = 8
  28.     Top = 40
  29.     Width = 241
  30.     Height = 21
  31.     TabOrder = 0
  32.   end
  33.   object DirList: TNewDirectoryListBox
  34.     Left = 8
  35.     Top = 64
  36.     Width = 241
  37.     Height = 97
  38.     TabOrder = 1
  39.     OnChange = DirListChange
  40.   end
  41.   object DriveList: TNewDriveComboBox
  42.     Left = 8
  43.     Top = 168
  44.     Width = 241
  45.     Height = 22
  46.     DirList = DirList
  47.     TabOrder = 2
  48.   end
  49.   object OKButton: TButton
  50.     Left = 96
  51.     Top = 201
  52.     Width = 73
  53.     Height = 23
  54.     Caption = '*'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 3
  58.   end
  59.   object CancelButton: TButton
  60.     Left = 176
  61.     Top = 201
  62.     Width = 73
  63.     Height = 23
  64.     Cancel = True
  65.     Caption = '*'
  66.     ModalResult = 2
  67.     TabOrder = 4
  68.   end
  69. end
  70.