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

  1. object fmEditProdGroup: TfmEditProdGroup
  2.   Left = 233
  3.   Top = 167
  4.   Width = 428
  5.   Height = 173
  6.   HelpContext = 545
  7.   Caption = 'Edit Product Group'
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 420
  24.     Height = 101
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object Bevel1: TBevel
  28.       Left = 8
  29.       Top = 8
  30.       Width = 405
  31.       Height = 85
  32.       Shape = bsFrame
  33.     end
  34.     object Label1: TLabel
  35.       Left = 16
  36.       Top = 24
  37.       Width = 146
  38.       Height = 16
  39.       Caption = 'Product Group Reference'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 16
  43.       Top = 60
  44.       Width = 153
  45.       Height = 16
  46.       Caption = 'Product Group Description'
  47.     end
  48.     object lbNew: TLabel
  49.       Left = 344
  50.       Top = 23
  51.       Width = 5
  52.       Height = 19
  53.       Color = clBtnFace
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clBlue
  56.       Font.Height = -17
  57.       Font.Name = 'Arial'
  58.       Font.Style = []
  59.       ParentColor = False
  60.       ParentFont = False
  61.     end
  62.     object wwProdDesc: TwwDBEdit
  63.       Left = 184
  64.       Top = 56
  65.       Width = 221
  66.       Height = 24
  67.       DataField = 'DESC'
  68.       DataSource = DM1.dsProdGroup
  69.       TabOrder = 1
  70.       UnboundDataType = wwDefault
  71.       WantReturns = False
  72.       WordWrap = False
  73.     end
  74.     object DBCDlgProdCode: TComboEdit
  75.       Left = 184
  76.       Top = 20
  77.       Width = 150
  78.       Height = 24
  79.       CharCase = ecUpperCase
  80.       ClickKey = 16467
  81.       ButtonWidth = 24
  82.       MaxLength = 10
  83.       NumGlyphs = 1
  84.       TabOrder = 0
  85.       OnButtonClick = DBCDlgProdCodeButtonClick
  86.       OnEnter = DBCDlgProdCodeEnter
  87.       OnExit = DBCDlgProdCodeExit
  88.     end
  89.   end
  90.   object Panel2: TPanel
  91.     Left = 0
  92.     Top = 101
  93.     Width = 420
  94.     Height = 45
  95.     Align = alBottom
  96.     TabOrder = 1
  97.     object BtnSave: TButton
  98.       Left = 89
  99.       Top = 8
  100.       Width = 75
  101.       Height = 30
  102.       Hint = 'Save product group'
  103.       Caption = '&Save'
  104.       Enabled = False
  105.       ParentShowHint = False
  106.       ShowHint = True
  107.       TabOrder = 1
  108.       OnClick = BtnSaveClick
  109.     end
  110.     object BtnAbandon: TButton
  111.       Left = 170
  112.       Top = 8
  113.       Width = 75
  114.       Height = 30
  115.       Hint = 'Abandon changes to product group'
  116.       Caption = '&Abandon'
  117.       Enabled = False
  118.       ParentShowHint = False
  119.       ShowHint = True
  120.       TabOrder = 2
  121.       OnClick = BtnAbandonClick
  122.     end
  123.     object BtnClose: TButton
  124.       Left = 251
  125.       Top = 8
  126.       Width = 75
  127.       Height = 30
  128.       Caption = '&Close'
  129.       ParentShowHint = False
  130.       ShowHint = True
  131.       TabOrder = 3
  132.       OnClick = BtnCloseClick
  133.     end
  134.     object BtnNew: TButton
  135.       Left = 8
  136.       Top = 8
  137.       Width = 75
  138.       Height = 30
  139.       Hint = 'Create new product group'
  140.       Caption = '&New'
  141.       ParentShowHint = False
  142.       ShowHint = True
  143.       TabOrder = 0
  144.       OnClick = BtnNewClick
  145.     end
  146.     object BtnHelp: TButton
  147.       Left = 332
  148.       Top = 8
  149.       Width = 75
  150.       Height = 30
  151.       Caption = '&Help'
  152.       ParentShowHint = False
  153.       ShowHint = True
  154.       TabOrder = 4
  155.       OnClick = BtnHelpClick
  156.     end
  157.   end
  158.   object Sizer1: TSizer
  159.     Enabled = True
  160.     ExceptionAction = eaIgnoreControl
  161.     GridColumnSizing = gcSizeAllColumns
  162.     GridRowSizing = grSizeByDefaults
  163.     MinimumSize = True
  164.     NavigateOnEnter = True
  165.     OverrideParentFont = True
  166.     PerformAssertions = True
  167.     ShowAssertionFailures = False
  168.     StretchFonts = True
  169.     StretchImages = True
  170.     StretchOnResize = True
  171.     ThreadProcessing = False
  172.     Left = 376
  173.     Top = 11
  174.     ScreenWidth = (
  175.       800)
  176.     ScreenHeight = (
  177.       600)
  178.     OriginalFormWidth = (
  179.       428)
  180.     OriginalFormHeight = (
  181.       173)
  182.     OriginalFormLeft = (
  183.       233)
  184.     OriginalFormTop = (
  185.       167)
  186.     OriginalFormPPI = (
  187.       120)
  188.     OriginalClientWidth = (
  189.       420)
  190.     OriginalClientHeight = (
  191.       146)
  192.   end
  193. end
  194.