home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TGRPEDITDIALOG / TGRPEDITDIALOG.txt
Text File  |  1999-06-02  |  2KB  |  88 lines

  1. object GrpEditDialog: TGrpEditDialog
  2.   Left = 239
  3.   Top = 110
  4.   ActiveControl = CatEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Category'
  8.   ClientHeight = 140
  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 = 8
  22.     Width = 71
  23.     Height = 13
  24.     Caption = 'Category name'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 20
  28.     Top = 56
  29.     Width = 29
  30.     Height = 13
  31.     Caption = 'Folder'
  32.   end
  33.   object CatEdit: TEdit
  34.     Left = 20
  35.     Top = 24
  36.     Width = 381
  37.     Height = 21
  38.     TabOrder = 0
  39.   end
  40.   object DirEdit: TEdit
  41.     Left = 20
  42.     Top = 72
  43.     Width = 381
  44.     Height = 21
  45.     TabOrder = 1
  46.   end
  47.   object BrowseBtn: TButton
  48.     Left = 320
  49.     Top = 105
  50.     Width = 75
  51.     Height = 23
  52.     Caption = 'Browse...'
  53.     TabOrder = 2
  54.     OnClick = BrowseBtnClick
  55.   end
  56.   object CancelBtn: TButton
  57.     Left = 108
  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 = 28
  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 = 256
  81.     Top = 108
  82.   end
  83.   object KMLang1: TKMLang
  84.     Left = 4
  85.     Top = 4
  86.   end
  87. end
  88.