home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMRCATSNEWGRP / TFMRCATSNEWGRP.txt
Text File  |  1999-06-21  |  3KB  |  124 lines

  1. object fmRCatsNewGrp: TfmRCatsNewGrp
  2.   Left = 223
  3.   Top = 292
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Group'
  7.   ClientHeight = 80
  8.   ClientWidth = 409
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object pnlButtons: TPanel
  19.     Left = 0
  20.     Top = 39
  21.     Width = 409
  22.     Height = 41
  23.     Align = alBottom
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 1
  27.     object btnOK: TButton
  28.       Left = 8
  29.       Top = 5
  30.       Width = 75
  31.       Height = 30
  32.       Hint = 'Confirm to add new group'
  33.       Caption = '&OK'
  34.       Default = True
  35.       ModalResult = 1
  36.       ParentShowHint = False
  37.       ShowHint = True
  38.       TabOrder = 0
  39.     end
  40.     object btnCancel: TButton
  41.       Left = 89
  42.       Top = 5
  43.       Width = 75
  44.       Height = 30
  45.       Caption = '&Cancel'
  46.       ModalResult = 2
  47.       ParentShowHint = False
  48.       ShowHint = True
  49.       TabOrder = 1
  50.     end
  51.     object btnHelp: TButton
  52.       Left = 325
  53.       Top = 5
  54.       Width = 75
  55.       Height = 30
  56.       Caption = '&Help'
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       TabOrder = 2
  60.       OnClick = btnHelpClick
  61.     end
  62.   end
  63.   object Panel1: TPanel
  64.     Left = 0
  65.     Top = 0
  66.     Width = 409
  67.     Height = 39
  68.     Align = alClient
  69.     BevelInner = bvRaised
  70.     BevelOuter = bvLowered
  71.     TabOrder = 0
  72.     object Label1: TLabel
  73.       Left = 8
  74.       Top = 12
  75.       Width = 110
  76.       Height = 16
  77.       Caption = 'New Group Name '
  78.     end
  79.     object ENewGroupName: TEdit
  80.       Left = 143
  81.       Top = 8
  82.       Width = 257
  83.       Height = 24
  84.       MaxLength = 30
  85.       TabOrder = 0
  86.     end
  87.   end
  88.   object Sizer1: TSizer
  89.     Enabled = True
  90.     ExceptionAction = eaIgnoreControl
  91.     GridColumnSizing = gcSizeAllColumns
  92.     GridRowSizing = grSizeByDefaults
  93.     MinimumSize = True
  94.     NavigateOnEnter = True
  95.     OverrideParentFont = True
  96.     PerformAssertions = True
  97.     ShowAssertionFailures = False
  98.     StretchFonts = True
  99.     StretchImages = True
  100.     StretchOnResize = True
  101.     ThreadProcessing = False
  102.     Left = 267
  103.     Top = 44
  104.     ScreenWidth = (
  105.       800)
  106.     ScreenHeight = (
  107.       600)
  108.     OriginalFormWidth = (
  109.       417)
  110.     OriginalFormHeight = (
  111.       107)
  112.     OriginalFormLeft = (
  113.       223)
  114.     OriginalFormTop = (
  115.       292)
  116.     OriginalFormPPI = (
  117.       120)
  118.     OriginalClientWidth = (
  119.       409)
  120.     OriginalClientHeight = (
  121.       80)
  122.   end
  123. end
  124.