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

  1. object fmInvoice: TfmInvoice
  2.   Left = 65
  3.   Top = 89
  4.   HelpContext = 6
  5.   AutoScroll = False
  6.   Caption = 'Invoice'
  7.   ClientHeight = 432
  8.   ClientWidth = 698
  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.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDeactivate = FormDeactivate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 49
  29.     Width = 698
  30.     Height = 199
  31.     Align = alClient
  32.     TabOrder = 0
  33.     object wwDBGrid1: TwwDBGrid
  34.       Left = 1
  35.       Top = 1
  36.       Width = 696
  37.       Height = 197
  38.       Selected.Strings = (
  39.         'INVNO'#9'9'#9'Invoice No'
  40.         'INVTYPE'#9'13'#9'Type'
  41.         'INVDATE'#9'10'#9'Date'
  42.         'NAME'#9'26'#9'Customer Name'
  43.         'CORDER'#9'10'#9'Order No '
  44.         'INVTOTAL'#9'9'#9'Total'
  45.         'PostedIndex'#9'6'#9'Posted'#9'F'
  46.         'PrintedIndex'#9'6'#9'Printed'#9'F'
  47.         'ACREF'#9'10'#9'Cust. Ref'#9'F'
  48.         'ADDRESS1'#9'30'#9'Address 1'#9'F'
  49.         'ADDRESS2'#9'30'#9'Address 2'#9'F'
  50.         'ADDRESS3'#9'30'#9'Address 3'#9'F'
  51.         'ADDRESS4'#9'30'#9'Post Code'#9'F'
  52.         'TELNO'#9'15'#9'Tel. No'#9'F'
  53.         'BANK'#9'10'#9'Bank Ref'#9'F'
  54.         'CARGROSS'#9'10'#9'Car. Gross'#9'F'
  55.         'CARNOMINAL'#9'10'#9'Car. Account'#9'F'
  56.         'CARRIAGE'#9'10'#9'Carriage'#9'F'
  57.         'CARTAX'#9'10'#9'Car. VAT'#9'F'
  58.         'CARTAXCODE'#9'1'#9'Car. VC'#9'F'
  59.         'DELADD1'#9'30'#9'Del. Address 1'#9'F'
  60.         'DELADD2'#9'30'#9'Del. Address 2'#9'F'
  61.         'DELADD3'#9'30'#9'Del. Address 3'#9'F'
  62.         'DELADD4'#9'30'#9'Del. Post Code'#9'F'
  63.         'DELNAME'#9'30'#9'Del. Name'#9'F'
  64.         'DELTELNO'#9'15'#9'Del. Tel No'#9'F'
  65.         'ITEMSDISC'#9'10'#9'Discount'#9'F'
  66.         'ITEMSNETT'#9'10'#9'Goods Value'#9'F'
  67.         'ITEMSSUB'#9'10'#9'Goods Nett'#9'F'
  68.         'ITEMSTAX'#9'10'#9'Goods VAT'#9'F'
  69.         'ITEMSTOTAL'#9'10'#9'Goods Total'#9'F'
  70.         'MARGIN'#9'10'#9'Margin'#9'F'
  71.         'NOTES'#9'40'#9'Notes'#9'F'
  72.         'PAYAMOUNT'#9'10'#9'Pay Amount'#9'F'
  73.         'PAYTYPE'#9'8'#9'Pay Type'#9'F'
  74.         'PROFIT'#9'10'#9'Profit'#9'F'
  75.         'SDTOPAY'#9'10'#9'Early Sett.'#9'F'
  76.         'SETTDAYS'#9'10'#9'Sett. Days'#9'F'
  77.         'SETTDISC'#9'10'#9'Sett. Disc'#9'F'
  78.         'TOTALDISC'#9'10'#9'Total Disc'#9'F'
  79.         'TOTALNETT'#9'10'#9'Total Nett'#9'F'
  80.         'TOTALSUB'#9'10'#9'Total Sub'#9'F'
  81.         'TOTALTAX'#9'10'#9'Total VAT'#9'F')
  82.       MemoAttributes = [mSizeable, mWordWrap, mGridShow]
  83.       TitleColor = clBtnFace
  84.       FixedCols = 1
  85.       ShowHorzScrollBar = True
  86.       Align = alClient
  87.       DataSource = DM1.dsMainInvoice
  88.       KeyOptions = [dgEnterToTab, dgAllowDelete, dgAllowInsert]
  89.       Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  90.       PopupMenu = RCPopup
  91.       TabOrder = 0
  92.       TitleAlignment = taLeftJustify
  93.       TitleFont.Charset = DEFAULT_CHARSET
  94.       TitleFont.Color = clWindowText
  95.       TitleFont.Height = -13
  96.       TitleFont.Name = 'Arial'
  97.       TitleFont.Style = []
  98.       TitleLines = 1
  99.       TitleButtons = True
  100.       UseTFields = False
  101.       OnCalcCellColors = wwDBGrid1CalcCellColors
  102.       OnCalcTitleAttributes = wwDBGrid1CalcTitleAttributes
  103.       OnTitleButtonClick = wwDBGrid1TitleButtonClick
  104.       OnDblClick = wwDBGrid1DblClick
  105.       IndicatorColor = icBlack
  106.       OnTopRowChanged = wwDBGrid1TopRowChanged
  107.       OnCalcTitleImage = wwDBGrid1CalcTitleImage
  108.       ImageList = ImagesDM.GenralBM
  109.       TitleImageList = ImagesDM.GenralBM
  110.     end
  111.   end
  112.   object Panel2: TPanel
  113.     Left = 0
  114.     Top = 248
  115.     Width = 698
  116.     Height = 184
  117.     Align = alBottom
  118.     TabOrder = 1
  119.     object PageControl1: TPageControl
  120.       Left = 1
  121.       Top = 1
  122.       Width = 696
  123.       Height = 182
  124.       ActivePage = HeaderSheet
  125.       Align = alClient
  126.       TabOrder = 0
  127.       object HeaderSheet: TTabSheet
  128.         Caption = 'Customer'
  129.         object Bevel1: TBevel
  130.           Left = 4
  131.           Top = 4
  132.           Width = 681
  133.           Height = 125
  134.           Shape = bsFrame
  135.         end
  136.         object Label1: TLabel
  137.           Left = 387
  138.           Top = 16
  139.           Width = 83
  140.           Height = 16
  141.           Caption = 'Customer Ref.'
  142.         end
  143.         object Label2: TLabel
  144.           Left = 12
  145.           Top = 16
  146.           Width = 108
  147.           Height = 16
  148.           Caption = 'Customer Address'
  149.         end
  150.         object Label3: TLabel
  151.           Left = 12
  152.           Top = 44
  153.           Width = 100
  154.           Height = 16
  155.           Caption = '   ..    ..      ..    ..'
  156.         end
  157.         object Label4: TLabel
  158.           Left = 12
  159.           Top = 72
  160.           Width = 100
  161.           Height = 16
  162.           Caption = '   ..    ..      ..    ..'
  163.         end
  164.         object Label6: TLabel
  165.           Left = 16
  166.           Top = 104
  167.           Width = 61
  168.           Height = 16
  169.           Caption = 'Post Code'
  170.         end
  171.         object Label12: TLabel
  172.           Left = 387
  173.           Top = 44
  174.           Width = 27
  175.           Height = 16
  176.           Caption = 'Date'
  177.         end
  178.         object Label13: TLabel
  179.           Left = 387
  180.           Top = 72
  181.           Width = 116
  182.           Height = 16
  183.           Caption = 'Customer Order No.'
  184.         end
  185.         object Label19: TLabel
  186.           Left = 387
  187.           Top = 104
  188.           Width = 99
  189.           Height = 16
  190.           Caption = 'Transaction Type'
  191.         end
  192.         object wwDBEdit1: TwwDBEdit
  193.           Left = 516
  194.           Top = 12
  195.           Width = 120
  196.           Height = 24
  197.           Ctl3D = True
  198.           DataField = 'ACREF'
  199.           DataSource = DM1.dsMainInvoice
  200.           ParentColor = True
  201.           ParentCtl3D = False
  202.           ReadOnly = True
  203.           TabOrder = 0
  204.           UnboundDataType = wwDefault
  205.           WantReturns = False
  206.           WordWrap = False
  207.         end
  208.         object wwDBEdit2: TwwDBEdit
  209.           Left = 516
  210.           Top = 68
  211.           Width = 150
  212.           Height = 24
  213.           Ctl3D = True
  214.           DataField = 'CORDER'
  215.           DataSource = DM1.dsMainInvoice
  216.           ParentColor = True
  217.           ParentCtl3D = False
  218.           ReadOnly = True
  219.           TabOrder = 1
  220.           UnboundDataType = wwDefault
  221.           WantReturns = False
  222.           WordWrap = False
  223.         end
  224.         object wwDBEdit3: TwwDBEdit
  225.           Left = 516
  226.           Top = 41
  227.           Width = 95
  228.           Height = 24
  229.           Ctl3D = True
  230.           DataField = 'INVDATE'
  231.           DataSource = DM1.dsMainInvoice
  232.           ParentColor = True
  233.           ParentCtl3D = False
  234.           ReadOnly = True
  235.           TabOrder = 2
  236.           UnboundDataType = wwDefault
  237.           WantReturns = False
  238.           WordWrap = False
  239.         end
  240.         object wwDBEdit5: TwwDBEdit
  241.           Left = 134
  242.           Top = 12
  243.           Width = 230
  244.           Height = 24
  245.           Ctl3D = True
  246.           DataField = 'ADDRESS1'
  247.           DataSource = DM1.dsMainInvoice
  248.           ParentColor = True
  249.           ParentCtl3D = False
  250.           ReadOnly = True
  251.           TabOrder = 3
  252.           UnboundDataType = wwDefault
  253.           WantReturns = False
  254.           WordWrap = False
  255.         end
  256.         object wwDBEdit6: TwwDBEdit
  257.           Left = 134
  258.           Top = 41
  259.           Width = 230
  260.           Height = 24
  261.           Ctl3D = True
  262.           DataField = 'ADDRESS2'
  263.           DataSource = DM1.dsMainInvoice
  264.           ParentColor = True
  265.           ParentCtl3D = False
  266.           ReadOnly = True
  267.           TabOrder = 4
  268.           UnboundDataType = wwDefault
  269.           WantReturns = False
  270.           WordWrap = False
  271.         end
  272.         object wwDBEdit7: TwwDBEdit
  273.           Left = 134
  274.           Top = 68
  275.           Width = 230
  276.           Height = 24
  277.           Ctl3D = True
  278.           DataField = 'ADDRESS3'
  279.           DataSource = DM1.dsMainInvoice
  280.           ParentColor = True
  281.           ParentCtl3D = False
  282.           ReadOnly = True
  283.           TabOrder = 5
  284.           UnboundDataType = wwDefault
  285.           WantReturns = False
  286.           WordWrap = False
  287.         end
  288.         object wwDBEdit8: TwwDBEdit
  289.           Left = 134
  290.           Top = 97
  291.           Width = 121
  292.           Height = 24
  293.           Ctl3D = True
  294.           DataField = 'ADDRESS4'
  295.           DataSource = DM1.dsMainInvoice
  296.           ParentColor = True
  297.           ParentCtl3D = False
  298.           ReadOnly = True
  299.           TabOrder = 6
  300.           UnboundDataType = wwDefault
  301.           WantReturns = False
  302.           WordWrap = False
  303.         end
  304.         object wwDBEdit11: TwwDBEdit
  305.           Left = 516
  306.           Top = 97
  307.           Width = 150
  308.           Height = 24
  309.           Ctl3D = True
  310.           DataField = 'INVTYPE'
  311.           DataSource = DM1.dsMainInvoice
  312.           ParentColor = True
  313.           ParentCtl3D = False
  314.           ReadOnly = True
  315.           TabOrder = 7
  316.           UnboundDataType = wwDefault
  317.           WantReturns = False
  318.           WordWrap = False
  319.         end
  320.       end
  321.       object ItemsSheet: TTabSheet
  322.         Caption = 'Items'
  323.         object wwDBGrid2: TwwDBGrid
  324.           Left = 0
  325.           Top = 0
  326.           Width = 688
  327.           Height = 151
  328.           Selected.Strings = (
  329.             'STOCKCODE'#9'16'#9'Stock Code'
  330.             'DESC'#9'28'#9'Description'
  331.             'QUAN'#9'8'#9'Qty'
  332.             'PRICE'#9'10'#9'Price'
  333.             'DISC'#9'6'#9'Disc % '
  334.             'SUBTOTAL'#9'10'#9'Value'#9'F'
  335.             'TOTAL'#9'10'#9'Total'
  336.             'TAX'#9'10'#9'VAT'#9'F'
  337.             'MARGIN'#9'6'#9'Margin%'#9'F'
  338.             'PROFIT'#9'10'#9'Profit'#9'F')
  339.           MemoAttributes = [mSizeable, mWordWrap, mGridShow]
  340.           TitleColor = clBtnFace
  341.           FixedCols = 0
  342.           ShowHorzScrollBar = True
  343.           Align = alClient
  344.           DataSource = DM1.dsLineInvoice
  345.           Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  346.           PopupMenu = RCLinePopup
  347.           TabOrder = 0
  348.           TitleAlignment = taLeftJustify
  349.           TitleFont.Charset = DEFAULT_CHARSET
  350.           TitleFont.Color = clWindowText
  351.           TitleFont.Height = -13
  352.           TitleFont.Name = 'Arial'
  353.           TitleFont.Style = []
  354.           TitleLines = 1
  355.           TitleButtons = True
  356.           UseTFields = False
  357.           OnCalcCellColors = wwDBGrid2CalcCellColors
  358.           OnCalcTitleAttributes = wwDBGrid2CalcTitleAttributes
  359.           IndicatorColor = icBlack
  360.           OnTopRowChanged = wwDBGrid2TopRowChanged
  361.         end
  362.       end
  363.       object TabSheet3: TTabSheet
  364.         Caption = 'Foo&ter'
  365.         object Bevel2: TBevel
  366.           Left = 4
  367.           Top = 2
  368.           Width = 677
  369.           Height = 149
  370.           Shape = bsFrame
  371.         end
  372.         object Label5: TLabel
  373.           Left = 182
  374.           Top = 125
  375.           Width = 12
  376.           Height = 16
  377.           Caption = '%'
  378.         end
  379.         object Label7: TLabel
  380.           Left = 212
  381.           Top = 12
  382.           Width = 99
  383.           Height = 16
  384.           Caption = 'Payment Method'
  385.         end
  386.         object Label8: TLabel
  387.           Left = 484
  388.           Top = 10
  389.           Width = 65
  390.           Height = 16
  391.           Caption = 'Total Value'
  392.         end
  393.         object Label9: TLabel
  394.           Left = 484
  395.           Top = 39
  396.           Width = 83
  397.           Height = 16
  398.           Caption = 'Total Discount'
  399.         end
  400.         object Label10: TLabel
  401.           Left = 484
  402.           Top = 68
  403.           Width = 56
  404.           Height = 16
  405.           Caption = 'Total Nett'
  406.         end
  407.         object Label11: TLabel
  408.           Left = 484
  409.           Top = 96
  410.           Width = 57
  411.           Height = 16
  412.           Caption = 'Total VAT'
  413.         end
  414.         object Label14: TLabel
  415.           Left = 484
  416.           Top = 125
  417.           Width = 71
  418.           Height = 16
  419.           Caption = 'Invoice Total'
  420.         end
  421.         object Label20: TLabel
  422.           Left = 212
  423.           Top = 42
  424.           Width = 101
  425.           Height = 16
  426.           Caption = 'Payment Amount'
  427.         end
  428.         object Label21: TLabel
  429.           Left = 12
  430.           Top = 41
  431.           Width = 25
  432.           Height = 16
  433.           Caption = 'VAT'
  434.         end
  435.         object Label16: TLabel
  436.           Left = 12
  437.           Top = 11
  438.           Width = 48
  439.           Height = 16
  440.           Caption = 'Carriage'
  441.         end
  442.         object Label15: TLabel
  443.           Left = 212
  444.           Top = 125
  445.           Width = 97
  446.           Height = 16
  447.           Caption = 'Early Settlement'
  448.         end
  449.         object Label22: TLabel
  450.           Left = 12
  451.           Top = 71
  452.           Width = 28
  453.           Height = 16
  454.           Caption = 'Total'
  455.         end
  456.         object Label17: TLabel
  457.           Left = 12
  458.           Top = 99
  459.           Width = 83
  460.           Height = 16
  461.           Caption = 'Settlmnt Days'
  462.         end
  463.         object Label18: TLabel
  464.           Left = 12
  465.           Top = 125
  466.           Width = 83
  467.           Height = 16
  468.           Caption = 'Settlmnt Disc.'
  469.         end
  470.         object wwDBEdit15: TwwDBEdit
  471.           Left = 92
  472.           Top = 9
  473.           Width = 90
  474.           Height = 24
  475.           Ctl3D = True
  476.           DataField = 'CARRIAGE'
  477.           DataSource = DM1.dsMainInvoice
  478.           ParentColor = True
  479.           ParentCtl3D = False
  480.           ReadOnly = True
  481.           TabOrder = 0
  482.           UnboundDataType = wwDefault
  483.           WantReturns = False
  484.           WordWrap = False
  485.         end
  486.         object wwDBEdit16: TwwDBEdit
  487.           Left = 92
  488.           Top = 36
  489.           Width = 90
  490.           Height = 24
  491.           Ctl3D = True
  492.           DataField = 'CARTAX'
  493.           DataSource = DM1.dsMainInvoice
  494.           ParentColor = True
  495.           ParentCtl3D = False
  496.           ReadOnly = True
  497.           TabOrder = 1
  498.           UnboundDataType = wwDefault
  499.           WantReturns = False
  500.           WordWrap = False
  501.         end
  502.         object wwDBEdit17: TwwDBEdit
  503.           Left = 92
  504.           Top = 66
  505.           Width = 90
  506.           Height = 24
  507.           Ctl3D = True
  508.           DataField = 'CARGROSS'
  509.           DataSource = DM1.dsMainInvoice
  510.           ParentColor = True
  511.           ParentCtl3D = False
  512.           ReadOnly = True
  513.           TabOrder = 2
  514.           UnboundDataType = wwDefault
  515.           WantReturns = False
  516.           WordWrap = False
  517.         end
  518.         object wwDBEdit18: TwwDBEdit
  519.           Left = 120
  520.           Top = 94
  521.           Width = 62
  522.           Height = 24
  523.           Ctl3D = True
  524.           DataField = 'SETTDAYS'
  525.           DataSource = DM1.dsMainInvoice
  526.           ParentColor = True
  527.           ParentCtl3D = False
  528.           ReadOnly = True
  529.           TabOrder = 3
  530.           UnboundDataType = wwDefault
  531.           WantReturns = False
  532.           WordWrap = False
  533.         end
  534.         object wwDBEdit19: TwwDBEdit
  535.           Left = 120
  536.           Top = 121
  537.           Width = 62
  538.           Height = 24
  539.           Ctl3D = True
  540.           DataField = 'SETTDISC'
  541.           DataSource = DM1.dsMainInvoice
  542.           ParentColor = True
  543.           ParentCtl3D = False
  544.           ReadOnly = True
  545.           TabOrder = 4
  546.           UnboundDataType = wwDefault
  547.           WantReturns = False
  548.           WordWrap = False
  549.         end
  550.         object wwDBEdit25: TwwDBEdit
  551.           Left = 581
  552.           Top = 7
  553.           Width = 90
  554.           Height = 24
  555.           Ctl3D = True
  556.           DataField = 'TOTALNETT'
  557.           DataSource = DM1.dsMainInvoice
  558.           ParentColor = True
  559.           ParentCtl3D = False
  560.           ReadOnly = True
  561.           TabOrder = 5
  562.           UnboundDataType = wwDefault
  563.           WantReturns = False
  564.           WordWrap = False
  565.         end
  566.         object wwDBEdit26: TwwDBEdit
  567.           Left = 581
  568.           Top = 35
  569.           Width = 90
  570.           Height = 24
  571.           Ctl3D = True
  572.           DataField = 'TOTALDISC'
  573.           DataSource = DM1.dsMainInvoice
  574.           ParentColor = True
  575.           ParentCtl3D = False
  576.           ReadOnly = True
  577.           TabOrder = 6
  578.           UnboundDataType = wwDefault
  579.           WantReturns = False
  580.           WordWrap = False
  581.         end
  582.         object wwDBEdit27: TwwDBEdit
  583.           Left = 581
  584.           Top = 63
  585.           Width = 90
  586.           Height = 24
  587.           Ctl3D = True
  588.           DataField = 'TOTALSUB'
  589.           DataSource = DM1.dsMainInvoice
  590.           ParentColor = True
  591.           ParentCtl3D = False
  592.           ReadOnly = True
  593.           TabOrder = 7
  594.           UnboundDataType = wwDefault
  595.           WantReturns = False
  596.           WordWrap = False
  597.         end
  598.         object wwDBEdit28: TwwDBEdit
  599.           Left = 581
  600.           Top = 91
  601.           Width = 90
  602.           Height = 24
  603.           Ctl3D = True
  604.           DataField = 'TOTALTAX'
  605.           DataSource = DM1.dsMainInvoice
  606.           ParentColor = True
  607.           ParentCtl3D = False
  608.           ReadOnly = True
  609.           TabOrder = 8
  610.           UnboundDataType = wwDefault
  611.           WantReturns = False
  612.           WordWrap = False
  613.         end
  614.         object wwDBEdit29: TwwDBEdit
  615.           Left = 581
  616.           Top = 121
  617.           Width = 90
  618.           Height = 24
  619.           Ctl3D = True
  620.           DataField = 'INVTOTAL'
  621.           DataSource = DM1.dsMainInvoice
  622.           ParentColor = True
  623.           ParentCtl3D = False
  624.           ReadOnly = True
  625.           TabOrder = 9
  626.           UnboundDataType = wwDefault
  627.           WantReturns = False
  628.           WordWrap = False
  629.         end
  630.         object wwDBEdit4: TwwDBEdit
  631.           Left = 321
  632.           Top = 8
  633.           Width = 129
  634.           Height = 24
  635.           Ctl3D = True
  636.           DataField = 'PAYTYPE'
  637.           DataSource = DM1.dsMainInvoice
  638.           ParentColor = True
  639.           ParentCtl3D = False
  640.           ReadOnly = True
  641.           TabOrder = 10
  642.           UnboundDataType = wwDefault
  643.           WantReturns = False
  644.           WordWrap = False
  645.         end
  646.         object wwDBEdit9: TwwDBEdit
  647.           Left = 360
  648.           Top = 38
  649.           Width = 90
  650.           Height = 24
  651.           Ctl3D = True
  652.           DataField = 'PAYAMOUNT'
  653.           DataSource = DM1.dsMainInvoice
  654.           ParentColor = True
  655.           ParentCtl3D = False
  656.           ReadOnly = True
  657.           TabOrder = 11
  658.           UnboundDataType = wwDefault
  659.           WantReturns = False
  660.           WordWrap = False
  661.         end
  662.         object wwDBEdit10: TwwDBEdit
  663.           Left = 360
  664.           Top = 121
  665.           Width = 90
  666.           Height = 24
  667.           Ctl3D = True
  668.           DataField = 'SDTOPAY'
  669.           DataSource = DM1.dsMainInvoice
  670.           ParentColor = True
  671.           ParentCtl3D = False
  672.           ReadOnly = True
  673.           TabOrder = 12
  674.           UnboundDataType = wwDefault
  675.           WantReturns = False
  676.           WordWrap = False
  677.         end
  678.       end
  679.     end
  680.   end
  681.   object SpeedBar: TSpeedBar
  682.     Left = 0
  683.     Top = 0
  684.     Width = 698
  685.     Height = 49
  686.     Font.Charset = ANSI_CHARSET
  687.     Font.Color = clWindowText
  688.     Font.Height = -12
  689.     Font.Name = 'MS Sans Serif'
  690.     Font.Style = []
  691.     Position = bpCustom
  692.     Options = [sbAllowResize, sbFlatBtns, sbGrayedBtns, sbTransparentBtns]
  693.     BtnOffsetHorz = 3
  694.     BtnOffsetVert = 3
  695.     BtnWidth = 64
  696.     BtnHeight = 43
  697.     TabOrder = 2
  698.     InternalVer = 1
  699.     object SpeedbarSection1: TSpeedbarSection
  700.       Caption = 'Main'
  701.     end
  702.     object BtnNew: TSpeedItem
  703.       BtnCaption = 'New'
  704.       Caption = 'Create New Invoice '
  705.       Hint = 'Create New Invoice |'
  706.       Spacing = 1
  707.       Left = 3
  708.       Top = 3
  709.       Visible = True
  710.       OnClick = BtnNewClick
  711.       SectionName = 'Main'
  712.     end
  713.     object BtnEdit: TSpeedItem
  714.       BtnCaption = 'Edit'
  715.       Caption = 'Edit Invoice Details'
  716.       Hint = 'Edit Invoice Details|'
  717.       Spacing = 1
  718.       Left = 67
  719.       Top = 3
  720.       Visible = True
  721.       OnClick = BtnEditClick
  722.       SectionName = 'Main'
  723.     end
  724.     object BtnSearch: TSpeedItem
  725.       BtnCaption = 'Search'
  726.       Caption = 'Search for an Invoice'
  727.       Hint = 'Search for an Invoice|'
  728.       Spacing = 1
  729.       Left = 123
  730.       Top = 3
  731.       Visible = True
  732.       OnClick = BtnSearchClick
  733.       SectionName = 'Main'
  734.     end
  735.     object BtnPrint: TSpeedItem
  736.       BtnCaption = 'Print'
  737.       Caption = 'Print Invoices'
  738.       Hint = 'Print Invoices|'
  739.       Spacing = 1
  740.       Left = 187
  741.       Top = 3
  742.       Visible = True
  743.       OnClick = BtnPrintClick
  744.       SectionName = 'Main'
  745.     end
  746.     object BtnPost: TSpeedItem
  747.       BtnCaption = 'Post'
  748.       Caption = 'Post Invoice'
  749.       Hint = 'Post Invoice|'
  750.       Spacing = 1
  751.       Left = 243
  752.       Top = 3
  753.       Visible = True
  754.       OnClick = BtnPostClick
  755.       SectionName = 'Main'
  756.     end
  757.     object BtnConvert: TSpeedItem
  758.       BtnCaption = 'Convert'
  759.       Caption = 'Convert quotation or proforma to invoice|'
  760.       Hint = 'Convert quotation or proforma to invoice|'
  761.       Spacing = 1
  762.       Left = 307
  763.       Top = 3
  764.       Visible = True
  765.       OnClick = BtnConvertClick
  766.       SectionName = 'Main'
  767.     end
  768.     object BtnCopy: TSpeedItem
  769.       BtnCaption = 'Copy'
  770.       Caption = 'Make a Copy'
  771.       Hint = 'Make a Copy|'
  772.       Spacing = 1
  773.       Left = 371
  774.       Top = 3
  775.       Visible = True
  776.       OnClick = BtnCopyClick
  777.       SectionName = 'Main'
  778.     end
  779.     object BtnDelete: TSpeedItem
  780.       BtnCaption = 'Delete'
  781.       Caption = 'Delete Transaction'
  782.       Hint = 'Delete Transaction|'
  783.       Spacing = 1
  784.       Left = 435
  785.       Top = 3
  786.       Visible = True
  787.       OnClick = BtnDeleteClick
  788.       SectionName = 'Main'
  789.     end
  790.     object BtnFilter: TSpeedItem
  791.       BtnCaption = 'Filter'
  792.       Caption = 'Filter'
  793.       Hint = 'Filter|'
  794.       Spacing = 1
  795.       Left = 563
  796.       Top = 3
  797.       Visible = True
  798.       OnClick = BtnFilterClick
  799.       SectionName = 'Main'
  800.     end
  801.     object BtnReports: TSpeedItem
  802.       BtnCaption = 'Reports'
  803.       Caption = 'Reports'
  804.       DropDownMenu = ReportsPopup
  805.       Hint = 'Reports|'
  806.       Spacing = 1
  807.       Left = 499
  808.       Top = 3
  809.       Visible = True
  810.       SectionName = 'Main'
  811.     end
  812.     object BtnClose: TSpeedItem
  813.       BtnCaption = 'Close'
  814.       Caption = 'Close'
  815.       Hint = 'Close|'
  816.       Spacing = 1
  817.       Left = 627
  818.       Top = 3
  819.       Visible = True
  820.       OnClick = BtnCloseClick
  821.       SectionName = 'Main'
  822.     end
  823.   end
  824.   object ReportsPopup: TRxPopupMenu
  825.     Alignment = paRight
  826.     LeftMargin = 30
  827.     Style = msOwnerDraw
  828.     OnDrawMargin = ReportsPopupDrawMargin
  829.     Left = 392
  830.     Top = 140
  831.     object Daybook1: TMenuItem
  832.       Caption = 'Daybook'
  833.       OnClick = Daybook1Click
  834.     end
  835.     object TakingsSummary1: TMenuItem
  836.       Caption = 'Takings Summary'
  837.       OnClick = TakingsSummary1Click
  838.     end
  839.     object CustomerHistory1: TMenuItem
  840.       Caption = 'Customer History'
  841.       OnClick = CustomerHistory1Click
  842.     end
  843.     object ProductHistory1: TMenuItem
  844.       Caption = 'Product History'
  845.       OnClick = ProductHistory1Click
  846.     end
  847.   end
  848.   object Sizer1: TSizer
  849.     Enabled = True
  850.     ExceptionAction = eaIgnoreControl
  851.     GridColumnSizing = gcSizeAllColumns
  852.     GridRowSizing = grSizeByDefaults
  853.     MinimumSize = True
  854.     NavigateOnEnter = False
  855.     OverrideParentFont = True
  856.     PerformAssertions = True
  857.     ShowAssertionFailures = False
  858.     StretchFonts = True
  859.     StretchImages = True
  860.     StretchOnResize = True
  861.     ThreadProcessing = False
  862.     Left = 464
  863.     Top = 117
  864.     ScreenWidth = (
  865.       800)
  866.     ScreenHeight = (
  867.       600)
  868.     OriginalFormWidth = (
  869.       706)
  870.     OriginalFormHeight = (
  871.       459)
  872.     OriginalFormLeft = (
  873.       65)
  874.     OriginalFormTop = (
  875.       89)
  876.     OriginalFormPPI = (
  877.       120)
  878.     OriginalClientWidth = (
  879.       698)
  880.     OriginalClientHeight = (
  881.       432)
  882.   end
  883.   object RCPopup: TRxPopupMenu
  884.     Style = msOwnerDraw
  885.     ShowCheckMarks = False
  886.     OnGetItemParams = RCPopupGetItemParams
  887.     Left = 284
  888.     Top = 137
  889.     object pmNew: TMenuItem
  890.       Caption = 'New'
  891.       OnClick = BtnNewClick
  892.     end
  893.     object pmEdit: TMenuItem
  894.       Caption = 'Edit'
  895.       OnClick = BtnEditClick
  896.     end
  897.     object N1: TMenuItem
  898.       Caption = '-'
  899.     end
  900.     object pmPrint: TMenuItem
  901.       Caption = 'Print'
  902.       OnClick = BtnPrintClick
  903.     end
  904.     object pmPost: TMenuItem
  905.       Caption = 'Post'
  906.       OnClick = BtnPostClick
  907.     end
  908.     object pmConvert: TMenuItem
  909.       Caption = 'Convert'
  910.       OnClick = BtnConvertClick
  911.     end
  912.     object pmCopy: TMenuItem
  913.       Caption = 'Copy'
  914.       OnClick = BtnCopyClick
  915.     end
  916.     object pmDelete: TMenuItem
  917.       Caption = 'Delete'
  918.       OnClick = BtnDeleteClick
  919.     end
  920.     object N2: TMenuItem
  921.       Caption = '-'
  922.     end
  923.     object pmChangeGridColour: TMenuItem
  924.       Caption = 'Change Grid Colour'
  925.       OnClick = pmChangeGridColourClick
  926.     end
  927.   end
  928.   object RCLinePopup: TRxPopupMenu
  929.     OnPopup = RCLinePopupPopup
  930.     Style = msOwnerDraw
  931.     ShowCheckMarks = False
  932.     OnGetItemParams = RCLinePopupGetItemParams
  933.     Left = 349
  934.     Top = 140
  935.     object pmStockAdjustment: TMenuItem
  936.       Caption = 'Stock Adjustment'
  937.       OnClick = pmStockAdjustmentClick
  938.     end
  939.     object pmStockItemPicture: TMenuItem
  940.       Caption = 'Stock Item Picture'
  941.       OnClick = pmStockItemPictureClick
  942.     end
  943.     object N3: TMenuItem
  944.       Caption = '-'
  945.     end
  946.     object pmLineGridColour: TMenuItem
  947.       Caption = 'Change Grid Colour'
  948.       OnClick = pmLineGridColourClick
  949.     end
  950.   end
  951. end
  952.