home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / netVampire / _SETUP.1 / Vampire.exe / 0 / RCDATA / TGRPEDITDIALOG / TGRPEDITDIALOG.txt
Text File  |  1998-11-30  |  2KB  |  84 lines

  1. object GrpEditDialog: TGrpEditDialog
  2.   Left = 333
  3.   Top = 107
  4.   ActiveControl = ExtEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'File group'
  8.   ClientHeight = 137
  9.   ClientWidth = 421
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 20
  21.     Top = 60
  22.     Width = 69
  23.     Height = 13
  24.     Caption = 'File extensions'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 20
  28.     Top = 8
  29.     Width = 29
  30.     Height = 13
  31.     Caption = 'Folder'
  32.   end
  33.   object ExtEdit: TEdit
  34.     Left = 20
  35.     Top = 76
  36.     Width = 381
  37.     Height = 21
  38.     TabOrder = 2
  39.   end
  40.   object DirEdit: TEdit
  41.     Left = 20
  42.     Top = 24
  43.     Width = 381
  44.     Height = 21
  45.     TabOrder = 0
  46.   end
  47.   object BrowseBtn: TButton
  48.     Left = 324
  49.     Top = 49
  50.     Width = 75
  51.     Height = 23
  52.     Caption = 'Browse...'
  53.     TabOrder = 1
  54.     OnClick = BrowseBtnClick
  55.   end
  56.   object CancelBtn: TButton
  57.     Left = 212
  58.     Top = 106
  59.     Width = 75
  60.     Height = 23
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 4
  65.   end
  66.   object OkBtn: TButton
  67.     Left = 132
  68.     Top = 106
  69.     Width = 75
  70.     Height = 23
  71.     Caption = 'OK'
  72.     Default = True
  73.     TabOrder = 3
  74.     OnClick = OkBtnClick
  75.   end
  76.   object BrowseDir1: TBrowseDir
  77.     Directory = '\'
  78.     Title = 'Select folder'
  79.     CustomButtonCaption = 'Create folder'
  80.     Left = 284
  81.     Top = 48
  82.   end
  83. end
  84.