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

  1. object SaveAsDlg: TSaveAsDlg
  2.   Left = 351
  3.   Top = 639
  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 = 52
  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 Label4: TLabel
  65.       Left = 8
  66.       Top = 12
  67.       Width = 3
  68.       Height = 13
  69.     end
  70.     object FileListBox: TFileListBox
  71.       Left = 8
  72.       Top = 68
  73.       Width = 145
  74.       Height = 154
  75.       FileEdit = FileEdit
  76.       ItemHeight = 13
  77.       Mask = '*.htk'
  78.       TabOrder = 1
  79.       OnDblClick = FileListBoxDblClick
  80.     end
  81.     object DirectoryListBox: TDirectoryListBox
  82.       Left = 160
  83.       Top = 28
  84.       Width = 145
  85.       Height = 149
  86.       FileList = FileListBox
  87.       ItemHeight = 16
  88.       TabOrder = 2
  89.     end
  90.     object DriveComboBox: TDriveComboBox
  91.       Left = 160
  92.       Top = 202
  93.       Width = 145
  94.       Height = 19
  95.       DirList = DirectoryListBox
  96.       TabOrder = 3
  97.     end
  98.     object FileEdit: TEdit
  99.       Left = 8
  100.       Top = 28
  101.       Width = 145
  102.       Height = 20
  103.       TabOrder = 0
  104.       Text = '*.htk'
  105.     end
  106.   end
  107. end
  108.