home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / hry / crazy / sachy / ckin132.exe / 0 / RCDATA / TLOADDLG / TLOADDLG.txt
Text File  |  1997-12-11  |  2KB  |  93 lines

  1. object LoadDlg: TLoadDlg
  2.   Left = 702
  3.   Top = 608
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 276
  7.   ClientWidth = 329
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 80
  19.     Top = 240
  20.     Width = 77
  21.     Height = 27
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.     Spacing = -1
  25.     IsControl = True
  26.   end
  27.   object CancelBtn: TBitBtn
  28.     Left = 164
  29.     Top = 240
  30.     Width = 77
  31.     Height = 27
  32.     TabOrder = 1
  33.     Kind = bkCancel
  34.     Spacing = -1
  35.     IsControl = True
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 4
  40.     Width = 313
  41.     Height = 229
  42.     TabOrder = 2
  43.     object Label1: TLabel
  44.       Left = 8
  45.       Top = 12
  46.       Width = 40
  47.       Height = 13
  48.       Caption = 'Dateien:'
  49.     end
  50.     object Label2: TLabel
  51.       Left = 160
  52.       Top = 12
  53.       Width = 65
  54.       Height = 13
  55.       Caption = 'Verzeichnisse'
  56.     end
  57.     object Label3: TLabel
  58.       Left = 160
  59.       Top = 184
  60.       Width = 53
  61.       Height = 13
  62.       Caption = 'Laufwerke:'
  63.     end
  64.     object DirectoryListBox: TDirectoryListBox
  65.       Left = 160
  66.       Top = 28
  67.       Width = 145
  68.       Height = 149
  69.       FileList = FileListBox
  70.       ItemHeight = 16
  71.       TabOrder = 0
  72.     end
  73.     object DriveComboBox: TDriveComboBox
  74.       Left = 160
  75.       Top = 202
  76.       Width = 145
  77.       Height = 19
  78.       DirList = DirectoryListBox
  79.       TabOrder = 1
  80.     end
  81.     object FileListBox: TFileListBox
  82.       Left = 8
  83.       Top = 28
  84.       Width = 145
  85.       Height = 193
  86.       ItemHeight = 13
  87.       Mask = '*.htk'
  88.       TabOrder = 2
  89.       OnDblClick = FileListBoxDblClick
  90.     end
  91.   end
  92. end
  93.