home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / PCE.EXE / RCDATA / TAUTOADDDLG / TAUTOADDDLG.txt
Text File  |  1998-06-16  |  1KB  |  57 lines

  1. object AutoAddDlg: TAutoAddDlg
  2.   Left = 311
  3.   Top = 257
  4.   BorderStyle = bsDialog
  5.   Caption = 'Auto-Add Files'
  6.   ClientHeight = 119
  7.   ClientWidth = 264
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object GroupBox1: TGroupBox
  13.     Left = 8
  14.     Top = 8
  15.     Width = 249
  16.     Height = 73
  17.     Caption = ' Select which types of files to add '
  18.     TabOrder = 0
  19.     object LibraryFiles: TCheckBox
  20.       Left = 16
  21.       Top = 21
  22.       Width = 209
  23.       Height = 17
  24.       Caption = '&Library Files (*.dcu;*.dfm)'
  25.       TabOrder = 0
  26.     end
  27.     object SourceFiles: TCheckBox
  28.       Left = 16
  29.       Top = 43
  30.       Width = 201
  31.       Height = 17
  32.       Caption = '&Source Files (*.pas; *.dfm;*.dpk)'
  33.       TabOrder = 1
  34.     end
  35.   end
  36.   object OKButton: TButton
  37.     Left = 48
  38.     Top = 89
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 141
  48.     Top = 89
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56. end
  57.