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

  1. object fmProdGroup: TfmProdGroup
  2.   Left = 234
  3.   Top = 108
  4.   HelpContext = 540
  5.   AutoScroll = False
  6.   Caption = 'Product Groups'
  7.   ClientHeight = 432
  8.   ClientWidth = 465
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object SpeedBar: TSpeedBar
  24.     Left = 0
  25.     Top = 0
  26.     Width = 465
  27.     Height = 49
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     Position = bpCustom
  34.     Options = [sbFlatBtns, sbGrayedBtns, sbTransparentBtns]
  35.     BtnOffsetHorz = 3
  36.     BtnOffsetVert = 3
  37.     BtnWidth = 75
  38.     BtnHeight = 43
  39.     TabOrder = 0
  40.     InternalVer = 1
  41.     object SpeedbarSection1: TSpeedbarSection
  42.       Caption = 'Main'
  43.     end
  44.     object BtnNew: TSpeedItem
  45.       BtnCaption = '&New'
  46.       Caption = 'Add new product group'
  47.       Hint = 'Add new product group|'
  48.       Spacing = 1
  49.       Left = 3
  50.       Top = 3
  51.       Visible = True
  52.       OnClick = BtnNewClick
  53.       SectionName = 'Main'
  54.     end
  55.     object BtnEdit: TSpeedItem
  56.       BtnCaption = '&Edit'
  57.       Caption = 'Edit seleted product group'
  58.       Hint = 'Edit seleted product group|'
  59.       Spacing = 1
  60.       Left = 78
  61.       Top = 3
  62.       Visible = True
  63.       OnClick = BtnEditClick
  64.       SectionName = 'Main'
  65.     end
  66.     object BtnClose: TSpeedItem
  67.       BtnCaption = '&Close'
  68.       Caption = 'Close'
  69.       Hint = 'Close|'
  70.       Spacing = 1
  71.       Left = 378
  72.       Top = 3
  73.       Visible = True
  74.       OnClick = BtnCloseClick
  75.       SectionName = 'Main'
  76.     end
  77.     object BtnSearch: TSpeedItem
  78.       BtnCaption = 'Sea&rch'
  79.       Caption = 'Find product group'
  80.       Hint = 'Find product group|'
  81.       Spacing = 1
  82.       Left = 153
  83.       Top = 3
  84.       Visible = True
  85.       OnClick = BtnSearchClick
  86.       SectionName = 'Main'
  87.     end
  88.     object BtnDelete: TSpeedItem
  89.       BtnCaption = '&Delete'
  90.       Caption = 'Delete selected product group'
  91.       Hint = 'Delete selected product group|'
  92.       Spacing = 1
  93.       Left = 228
  94.       Top = 3
  95.       Visible = True
  96.       OnClick = BtnDeleteClick
  97.       SectionName = 'Main'
  98.     end
  99.     object btnHelp: TSpeedItem
  100.       BtnCaption = '&Help'
  101.       Caption = 'Full help on this window'
  102.       Glyph.Data = {
  103.         F6000000424DF600000000000000760000002800000010000000100000000100
  104.         0400000000008000000000000000000000001000000010000000000000000000
  105.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  106.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888886446888
  107.         888888888E6648888888888888E6688888888888888888888888888888446888
  108.         8888888886664888888888888E664888888888888E6664888888888888E66648
  109.         88888888888E6664888888844888E6664888886664888E66488888E666444666
  110.         4888888E6666666668888888EE6666668888888888EEEEE88888}
  111.       Hint = 'Full help on this window|'
  112.       Spacing = 1
  113.       Left = 303
  114.       Top = 3
  115.       Visible = True
  116.       OnClick = btnHelpClick
  117.       SectionName = 'Main'
  118.     end
  119.   end
  120.   object wwDBGrid1: TwwDBGrid
  121.     Left = 0
  122.     Top = 49
  123.     Width = 465
  124.     Height = 383
  125.     Selected.Strings = (
  126.       'PRODCODE'#9'15'#9'Product Code'#9'F'
  127.       'DESC'#9'45'#9'Description'#9'F')
  128.     TitleColor = clBtnFace
  129.     OnRowChanged = wwDBGrid1RowChanged
  130.     FixedCols = 0
  131.     ShowHorzScrollBar = True
  132.     Align = alClient
  133.     DataSource = DM1.dsProdGroup
  134.     KeyOptions = [dgEnterToTab, dgAllowDelete, dgAllowInsert]
  135.     Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  136.     TabOrder = 1
  137.     TitleAlignment = taLeftJustify
  138.     TitleFont.Charset = DEFAULT_CHARSET
  139.     TitleFont.Color = clWindowText
  140.     TitleFont.Height = -13
  141.     TitleFont.Name = 'Arial'
  142.     TitleFont.Style = []
  143.     TitleLines = 1
  144.     TitleButtons = False
  145.     UseTFields = False
  146.     OnCalcCellColors = wwDBGrid1CalcCellColors
  147.     IndicatorColor = icBlack
  148.     OnTopRowChanged = wwDBGrid1TopRowChanged
  149.   end
  150.   object Sizer1: TSizer
  151.     Enabled = True
  152.     ExceptionAction = eaIgnoreControl
  153.     GridColumnSizing = gcSizeAllColumns
  154.     GridRowSizing = grSizeByDefaults
  155.     MinimumSize = True
  156.     NavigateOnEnter = False
  157.     OverrideParentFont = True
  158.     PerformAssertions = True
  159.     ShowAssertionFailures = False
  160.     StretchFonts = True
  161.     StretchImages = True
  162.     StretchOnResize = True
  163.     ThreadProcessing = True
  164.     Left = 324
  165.     Top = 301
  166.     ScreenWidth = (
  167.       800)
  168.     ScreenHeight = (
  169.       600)
  170.     OriginalFormWidth = (
  171.       473)
  172.     OriginalFormHeight = (
  173.       459)
  174.     OriginalFormLeft = (
  175.       234)
  176.     OriginalFormTop = (
  177.       108)
  178.     OriginalFormPPI = (
  179.       120)
  180.     OriginalClientWidth = (
  181.       465)
  182.     OriginalClientHeight = (
  183.       432)
  184.   end
  185.   object pmRClick: TRxPopupMenu
  186.     OnPopup = pmRClickPopup
  187.     Style = msOwnerDraw
  188.     ShowCheckMarks = False
  189.     OnGetItemParams = pmRClickGetItemParams
  190.     Left = 216
  191.     Top = 297
  192.     object pmNew: TMenuItem
  193.       Caption = 'New'
  194.       OnClick = BtnNewClick
  195.     end
  196.     object pmEdit: TMenuItem
  197.       Caption = 'Edit'
  198.       OnClick = BtnEditClick
  199.     end
  200.     object pmSearch: TMenuItem
  201.       Caption = 'Search'
  202.       OnClick = BtnSearchClick
  203.     end
  204.     object N5: TMenuItem
  205.       Caption = '-'
  206.     end
  207.     object pmChangeGridColour: TMenuItem
  208.       Caption = 'Change Grid Colour'
  209.       OnClick = pmChangeGridColourClick
  210.     end
  211.   end
  212. end
  213.