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

  1. object fmStockTransHist: TfmStockTransHist
  2.   Left = 57
  3.   Top = 99
  4.   HelpContext = 552
  5.   AutoScroll = False
  6.   Caption = 'Stock History'
  7.   ClientHeight = 432
  8.   ClientWidth = 698
  9.   Font.Charset = ANSI_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 = 0
  29.     Width = 698
  30.     Height = 52
  31.     Align = alTop
  32.     TabOrder = 0
  33.     object Label1: TLabel
  34.       Left = 16
  35.       Top = 4
  36.       Width = 100
  37.       Height = 16
  38.       Caption = 'Start Stock Code'
  39.     end
  40.     object Label2: TLabel
  41.       Left = 160
  42.       Top = 4
  43.       Width = 107
  44.       Height = 16
  45.       Caption = 'Finish Stock Code'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 512
  49.       Top = 4
  50.       Width = 59
  51.       Height = 16
  52.       Caption = 'Start Date'
  53.     end
  54.     object Label5: TLabel
  55.       Left = 612
  56.       Top = 4
  57.       Width = 66
  58.       Height = 16
  59.       Caption = 'Finish Date'
  60.     end
  61.     object Label4: TLabel
  62.       Left = 296
  63.       Top = 4
  64.       Width = 84
  65.       Height = 16
  66.       Caption = 'Start Prod Grp'
  67.     end
  68.     object Label8: TLabel
  69.       Left = 400
  70.       Top = 4
  71.       Width = 91
  72.       Height = 16
  73.       Caption = 'Finish Prod Grp'
  74.     end
  75.     object DEStartTrans: TDateEdit
  76.       Left = 500
  77.       Top = 20
  78.       Width = 94
  79.       Height = 24
  80.       Hint = 'Press F1 for help'
  81.       HelpContext = 102
  82.       ClickKey = 16452
  83.       NumGlyphs = 2
  84.       ParentShowHint = False
  85.       ShowHint = True
  86.       CalendarStyle = csDialog
  87.       Weekends = [Sun, Sat]
  88.       YearDigits = dyFour
  89.       TabOrder = 4
  90.       OnAcceptDate = DEStartTransAcceptDate
  91.       OnEnter = DEStartTransEnter
  92.       OnExit = DEStartTransExit
  93.     end
  94.     object DEFinTrans: TDateEdit
  95.       Left = 600
  96.       Top = 20
  97.       Width = 94
  98.       Height = 24
  99.       Hint = 'Press F1 for help'
  100.       HelpContext = 103
  101.       ClickKey = 16452
  102.       NumGlyphs = 2
  103.       ParentShowHint = False
  104.       ShowHint = True
  105.       CalendarStyle = csDialog
  106.       Weekends = [Sun, Sat]
  107.       YearDigits = dyFour
  108.       TabOrder = 5
  109.       OnAcceptDate = DEFinTransAcceptDate
  110.       OnEnter = DEFinTransEnter
  111.       OnExit = DEFinTransExit
  112.     end
  113.     object DBCDlgStStockCode: TComboEdit
  114.       Left = 4
  115.       Top = 20
  116.       Width = 140
  117.       Height = 24
  118.       Hint = 'Press F1 for help'
  119.       HelpContext = 546
  120.       CharCase = ecUpperCase
  121.       ClickKey = 16467
  122.       ButtonWidth = 24
  123.       MaxLength = 16
  124.       NumGlyphs = 1
  125.       ParentShowHint = False
  126.       ShowHint = True
  127.       TabOrder = 0
  128.       OnButtonClick = DBCDlgStStockCodCustomDlg
  129.       OnEnter = DBCDlgStStockCodeEnter
  130.       OnExit = DBCDlgStStockCodeExit
  131.     end
  132.     object DBCDlgFiStockCode: TComboEdit
  133.       Left = 148
  134.       Top = 20
  135.       Width = 140
  136.       Height = 24
  137.       Hint = 'Press F1 for help'
  138.       HelpContext = 547
  139.       CharCase = ecUpperCase
  140.       ClickKey = 16467
  141.       ButtonWidth = 24
  142.       MaxLength = 16
  143.       NumGlyphs = 1
  144.       ParentShowHint = False
  145.       ShowHint = True
  146.       TabOrder = 1
  147.       OnButtonClick = DBCDlgFiStockCodCustomDlg
  148.       OnEnter = DBCDlgFiStockCodeEnter
  149.       OnExit = DBCDlgFiStockCodeExit
  150.     end
  151.     object DBCDlgStProdGrp: TComboEdit
  152.       Left = 292
  153.       Top = 20
  154.       Width = 100
  155.       Height = 24
  156.       Hint = 'Press F1 for help'
  157.       HelpContext = 548
  158.       CharCase = ecUpperCase
  159.       ClickKey = 16467
  160.       ButtonWidth = 24
  161.       MaxLength = 4
  162.       NumGlyphs = 1
  163.       ParentShowHint = False
  164.       ShowHint = True
  165.       TabOrder = 2
  166.       OnButtonClick = DBCDlgStProdGrCustomDlg
  167.       OnEnter = DBCDlgStProdGrpEnter
  168.       OnExit = DBCDlgStProdGrpExit
  169.     end
  170.     object DBCDlgFiProdGrp: TComboEdit
  171.       Left = 396
  172.       Top = 20
  173.       Width = 100
  174.       Height = 24
  175.       Hint = 'Press F1 for help'
  176.       HelpContext = 549
  177.       CharCase = ecUpperCase
  178.       ClickKey = 16467
  179.       ButtonWidth = 24
  180.       MaxLength = 4
  181.       NumGlyphs = 1
  182.       ParentShowHint = False
  183.       ShowHint = True
  184.       TabOrder = 3
  185.       OnButtonClick = DBCDlgFiProdGrCustomDlg
  186.       OnEnter = DBCDlgFiProdGrpEnter
  187.       OnExit = DBCDlgFiProdGrpExit
  188.     end
  189.   end
  190.   object Panel2: TPanel
  191.     Left = 0
  192.     Top = 52
  193.     Width = 698
  194.     Height = 380
  195.     Align = alClient
  196.     TabOrder = 1
  197.     object SpeedBar: TSpeedBar
  198.       Left = 1
  199.       Top = 1
  200.       Width = 696
  201.       Height = 49
  202.       Font.Charset = ANSI_CHARSET
  203.       Font.Color = clWindowText
  204.       Font.Height = -13
  205.       Font.Name = 'MS Sans Serif'
  206.       Font.Style = []
  207.       Options = [sbAllowDrag, sbFlatBtns, sbTransparentBtns]
  208.       BtnOffsetHorz = 3
  209.       BtnOffsetVert = 3
  210.       BtnWidth = 70
  211.       BtnHeight = 43
  212.       TabOrder = 0
  213.       InternalVer = 1
  214.       object Panel5: TPanel
  215.         Left = 520
  216.         Top = 2
  217.         Width = 173
  218.         Height = 45
  219.         BevelInner = bvRaised
  220.         BevelOuter = bvLowered
  221.         TabOrder = 0
  222.         object rbBySC: TRadioButton
  223.           Left = 5
  224.           Top = 4
  225.           Width = 161
  226.           Height = 17
  227.           Hint = 'Press  F1 for help'
  228.           HelpContext = 550
  229.           Alignment = taLeftJustify
  230.           Caption = 'By Stock Code'
  231.           Checked = True
  232.           ParentShowHint = False
  233.           ShowHint = True
  234.           TabOrder = 0
  235.           TabStop = True
  236.         end
  237.         object rbByPG: TRadioButton
  238.           Left = 5
  239.           Top = 24
  240.           Width = 161
  241.           Height = 17
  242.           Hint = 'Press  F1 for help'
  243.           HelpContext = 550
  244.           Alignment = taLeftJustify
  245.           Caption = 'By Product Group'
  246.           ParentShowHint = False
  247.           ShowHint = True
  248.           TabOrder = 1
  249.         end
  250.       end
  251.       object SpeedbarSection1: TSpeedbarSection
  252.         Caption = 'Untitled (0)'
  253.       end
  254.       object BtnRepPrint: TSpeedItem
  255.         BtnCaption = 'Print'
  256.         Caption = 'Print stock history report'
  257.         Hint = 'Print stock history report'
  258.         Spacing = 1
  259.         Left = 3
  260.         Top = 3
  261.         Visible = True
  262.         OnClick = BtnRepPrintClick
  263.         SectionName = 'Untitled (0)'
  264.       end
  265.       object BtnRepEmail: TSpeedItem
  266.         BtnCaption = 'Email'
  267.         Caption = 'Email stock history report'
  268.         Hint = 'Email stock history report'
  269.         Spacing = 1
  270.         Left = 73
  271.         Top = 3
  272.         Visible = True
  273.         OnClick = BtnRepEmailClick
  274.         SectionName = 'Untitled (0)'
  275.       end
  276.       object BtnRepClose: TSpeedItem
  277.         BtnCaption = 'Close'
  278.         Caption = 'Close Report Form'
  279.         Hint = 'Close report'
  280.         Spacing = 1
  281.         Left = 353
  282.         Top = 3
  283.         Visible = True
  284.         OnClick = BtnRepCloseClick
  285.         SectionName = 'Untitled (0)'
  286.       end
  287.       object BtnZoom: TSpeedItem
  288.         BtnCaption = 'Zoom In'
  289.         Caption = 'Report Zoom In'
  290.         Hint = 'Zoom in'
  291.         Spacing = 1
  292.         Left = 3
  293.         Top = 3
  294.         OnClick = BtnZoomClick
  295.         SectionName = 'Untitled (0)'
  296.       end
  297.       object BtnRepPrev: TSpeedItem
  298.         BtnCaption = 'Previous'
  299.         Caption = 'Previous stock item'
  300.         Hint = 'Previous stock item'
  301.         Spacing = 1
  302.         Left = 143
  303.         Top = 3
  304.         Visible = True
  305.         OnClick = BtnRepPrevClick
  306.         SectionName = 'Untitled (0)'
  307.       end
  308.       object BtnRepNext: TSpeedItem
  309.         BtnCaption = 'Next'
  310.         Caption = 'Next stock item'
  311.         Hint = 'Next stock item'
  312.         Spacing = 1
  313.         Left = 213
  314.         Top = 3
  315.         Visible = True
  316.         OnClick = BtnRepNextClick
  317.         SectionName = 'Untitled (0)'
  318.       end
  319.       object btnHelp: TSpeedItem
  320.         BtnCaption = '&Help'
  321.         Caption = 'View full help on this window'
  322.         Glyph.Data = {
  323.           F6000000424DF600000000000000760000002800000010000000100000000100
  324.           0400000000008000000000000000000000001000000010000000000000000000
  325.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  326.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888886446888
  327.           888888888E6648888888888888E6688888888888888888888888888888446888
  328.           8888888886664888888888888E664888888888888E6664888888888888E66648
  329.           88888888888E6664888888844888E6664888886664888E66488888E666444666
  330.           4888888E6666666668888888EE6666668888888888EEEEE88888}
  331.         Hint = 'View full help on this window|'
  332.         Spacing = 1
  333.         Left = 283
  334.         Top = 3
  335.         Visible = True
  336.         OnClick = btnHelpClick
  337.         SectionName = 'Untitled (0)'
  338.       end
  339.     end
  340.     object Panel3: TPanel
  341.       Left = 1
  342.       Top = 50
  343.       Width = 696
  344.       Height = 40
  345.       Align = alTop
  346.       TabOrder = 1
  347.       object Label6: TLabel
  348.         Left = 8
  349.         Top = 12
  350.         Width = 68
  351.         Height = 16
  352.         Caption = 'Stock Code'
  353.       end
  354.       object Label7: TLabel
  355.         Left = 266
  356.         Top = 12
  357.         Width = 65
  358.         Height = 16
  359.         Caption = 'Description'
  360.       end
  361.       object wwDBEdit1: TwwDBEdit
  362.         Left = 346
  363.         Top = 10
  364.         Width = 340
  365.         Height = 24
  366.         TabStop = False
  367.         Ctl3D = True
  368.         DataField = 'DESC'
  369.         DataSource = dsStock
  370.         ParentColor = True
  371.         ParentCtl3D = False
  372.         TabOrder = 1
  373.         UnboundDataType = wwDefault
  374.         WantReturns = False
  375.         WordWrap = False
  376.       end
  377.       object DBCDlgStockCode: TComboEdit
  378.         Left = 96
  379.         Top = 8
  380.         Width = 150
  381.         Height = 24
  382.         Hint = 'Press F1 for help'
  383.         HelpContext = 551
  384.         ButtonHint = 'Search'
  385.         CharCase = ecUpperCase
  386.         ClickKey = 16467
  387.         Glyph.Data = {
  388.           F6000000424DF600000000000000760000002800000010000000100000000100
  389.           0400000000008000000000000000000000001000000010000000000000000000
  390.           80000080000000808000800000008000800080800000C0C0C000808080000000
  391.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  392.           7777000000000000000088888888880088808777777770EC7780877777770EC0
  393.           778087777770EC0777808770003F30777780878FFF200777778083FFFFF27777
  394.           77808FFFFFFF077777808FFFFFFF0777778083FFFFFF77777780888888808888
  395.           8880800333000080880080000000000000003333333333333330}
  396.         ButtonWidth = 24
  397.         MaxLength = 16
  398.         NumGlyphs = 1
  399.         ParentShowHint = False
  400.         ShowHint = True
  401.         TabOrder = 0
  402.         Text = 'DBCDLGSTOCKCODE'
  403.         OnButtonClick = DBCDlgStockCodButtonClick
  404.         OnEnter = DBCDlgStockCodeEnter
  405.         OnExit = DBCDlgStockCodeExit
  406.       end
  407.     end
  408.     object Panel4: TPanel
  409.       Left = 1
  410.       Top = 90
  411.       Width = 696
  412.       Height = 228
  413.       Align = alClient
  414.       Caption = 'Panel3'
  415.       TabOrder = 2
  416.       object wwDBGrid1: TwwDBGrid
  417.         Left = 1
  418.         Top = 1
  419.         Width = 694
  420.         Height = 226
  421.         Selected.Strings = (
  422.           'TRANSTYPE'#9'12'#9'Trans. Type'
  423.           'TRANSDATE'#9'10'#9'Date'
  424.           'DETAILS'#9'27'#9'Details'
  425.           'QUAN'#9'10'#9'Quantity'
  426.           'QUANUSED'#9'10'#9'Qty Used'
  427.           'COSTPRICE'#9'10'#9'Cost Price'
  428.           'SALEPRICE'#9'10'#9'Sale Price'
  429.           'REF'#9'10'#9'Ref.')
  430.         TitleColor = clBtnFace
  431.         FixedCols = 0
  432.         ShowHorzScrollBar = True
  433.         EditControlOptions = [ecoSearchOwnerForm, ecoDisableDateTimePicker]
  434.         Align = alClient
  435.         DataSource = dsStkTrans
  436.         Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  437.         PopupMenu = RCPopup
  438.         TabOrder = 0
  439.         TitleAlignment = taLeftJustify
  440.         TitleFont.Charset = ANSI_CHARSET
  441.         TitleFont.Color = clWindowText
  442.         TitleFont.Height = -13
  443.         TitleFont.Name = 'Arial'
  444.         TitleFont.Style = []
  445.         TitleLines = 1
  446.         TitleButtons = True
  447.         UseTFields = False
  448.         OnCalcCellColors = wwDBGrid1CalcCellColors
  449.         IndicatorColor = icBlack
  450.       end
  451.     end
  452.     object Panel6: TPanel
  453.       Left = 1
  454.       Top = 318
  455.       Width = 696
  456.       Height = 61
  457.       Align = alBottom
  458.       TabOrder = 3
  459.       object Label9: TLabel
  460.         Left = 24
  461.         Top = 8
  462.         Width = 48
  463.         Height = 16
  464.         Caption = 'In Stock'
  465.       end
  466.       object Label10: TLabel
  467.         Left = 24
  468.         Top = 36
  469.         Width = 53
  470.         Height = 16
  471.         Caption = 'On Order'
  472.       end
  473.       object Label11: TLabel
  474.         Left = 228
  475.         Top = 8
  476.         Width = 93
  477.         Height = 16
  478.         Caption = 'Projected Stock'
  479.       end
  480.       object Label12: TLabel
  481.         Left = 228
  482.         Top = 36
  483.         Width = 78
  484.         Height = 16
  485.         Caption = 'Reorder Level'
  486.       end
  487.       object Label13: TLabel
  488.         Left = 476
  489.         Top = 8
  490.         Width = 55
  491.         Height = 16
  492.         Caption = 'Last Sale'
  493.       end
  494.       object Label14: TLabel
  495.         Left = 476
  496.         Top = 36
  497.         Width = 74
  498.         Height = 16
  499.         Caption = 'Last Delivery'
  500.       end
  501.       object wwDBEdit2: TwwDBEdit
  502.         Left = 108
  503.         Top = 4
  504.         Width = 73
  505.         Height = 24
  506.         TabStop = False
  507.         Ctl3D = True
  508.         DataField = 'INSTOCK'
  509.         DataSource = dsStock
  510.         ParentColor = True
  511.         ParentCtl3D = False
  512.         ReadOnly = True
  513.         TabOrder = 0
  514.         UnboundDataType = wwDefault
  515.         WantReturns = False
  516.         WordWrap = False
  517.       end
  518.       object wwDBEdit3: TwwDBEdit
  519.         Left = 108
  520.         Top = 32
  521.         Width = 73
  522.         Height = 24
  523.         TabStop = False
  524.         Ctl3D = True
  525.         DataField = 'ONORDER'
  526.         DataSource = dsStock
  527.         ParentColor = True
  528.         ParentCtl3D = False
  529.         ReadOnly = True
  530.         TabOrder = 1
  531.         UnboundDataType = wwDefault
  532.         WantReturns = False
  533.         WordWrap = False
  534.       end
  535.       object wwDBEdit4: TwwDBEdit
  536.         Left = 344
  537.         Top = 4
  538.         Width = 73
  539.         Height = 24
  540.         TabStop = False
  541.         Ctl3D = True
  542.         DataField = 'Projected'
  543.         DataSource = dsStock
  544.         ParentColor = True
  545.         ParentCtl3D = False
  546.         ReadOnly = True
  547.         TabOrder = 2
  548.         UnboundDataType = wwDefault
  549.         WantReturns = False
  550.         WordWrap = False
  551.       end
  552.       object wwDBEdit5: TwwDBEdit
  553.         Left = 344
  554.         Top = 32
  555.         Width = 73
  556.         Height = 24
  557.         TabStop = False
  558.         Ctl3D = True
  559.         DataField = 'REORDLEV'
  560.         DataSource = dsStock
  561.         ParentColor = True
  562.         ParentCtl3D = False
  563.         ReadOnly = True
  564.         TabOrder = 3
  565.         UnboundDataType = wwDefault
  566.         WantReturns = False
  567.         WordWrap = False
  568.       end
  569.       object wwDBEdit6: TwwDBEdit
  570.         Left = 580
  571.         Top = 32
  572.         Width = 81
  573.         Height = 24
  574.         TabStop = False
  575.         Ctl3D = True
  576.         DataField = 'LASTDEL'
  577.         DataSource = dsStock
  578.         ParentColor = True
  579.         ParentCtl3D = False
  580.         ReadOnly = True
  581.         TabOrder = 4
  582.         UnboundDataType = wwDefault
  583.         WantReturns = False
  584.         WordWrap = False
  585.       end
  586.       object wwDBEdit7: TwwDBEdit
  587.         Left = 580
  588.         Top = 4
  589.         Width = 81
  590.         Height = 24
  591.         TabStop = False
  592.         Ctl3D = True
  593.         DataField = 'LASTSALE'
  594.         DataSource = dsStock
  595.         ParentColor = True
  596.         ParentCtl3D = False
  597.         ReadOnly = True
  598.         TabOrder = 5
  599.         UnboundDataType = wwDefault
  600.         WantReturns = False
  601.         WordWrap = False
  602.       end
  603.     end
  604.   end
  605.   object dsStock: TwwDataSource
  606.     DataSet = taStock
  607.     Left = 556
  608.     Top = 299
  609.   end
  610.   object taStock: TwwTable
  611.     OnCalcFields = taStockCalcFields
  612.     DatabaseName = 'EmpireBuilder'
  613.     IndexName = 'STOCKCODE'
  614.     TableName = 'Stock.DBF'
  615.     SyncSQLByRange = True
  616.     NarrowSearch = False
  617.     ValidateWithMask = True
  618.     Left = 580
  619.     Top = 215
  620.     object taStockSTOCKCODE: TStringField
  621.       FieldName = 'STOCKCODE'
  622.       Size = 16
  623.     end
  624.     object taStockDESC: TStringField
  625.       FieldName = 'DESC'
  626.       Size = 40
  627.     end
  628.     object taStockPRODGROUP: TStringField
  629.       FieldName = 'PRODGROUP'
  630.       Size = 10
  631.     end
  632.     object taStockSALEPRICE1: TFloatField
  633.       FieldName = 'SALEPRICE1'
  634.     end
  635.     object taStockSALEPRICE2: TFloatField
  636.       FieldName = 'SALEPRICE2'
  637.     end
  638.     object taStockSALEPRICE3: TFloatField
  639.       FieldName = 'SALEPRICE3'
  640.     end
  641.     object taStockDISC1: TFloatField
  642.       FieldName = 'DISC1'
  643.     end
  644.     object taStockDISC2: TFloatField
  645.       FieldName = 'DISC2'
  646.     end
  647.     object taStockDISC3: TFloatField
  648.       FieldName = 'DISC3'
  649.     end
  650.     object taStockCOSTPRICE: TFloatField
  651.       FieldName = 'COSTPRICE'
  652.     end
  653.     object taStockUNITSALE: TStringField
  654.       FieldName = 'UNITSALE'
  655.       Size = 10
  656.     end
  657.     object taStockUNITPURC: TStringField
  658.       FieldName = 'UNITPURC'
  659.       Size = 10
  660.     end
  661.     object taStockREORDLEV: TFloatField
  662.       FieldName = 'REORDLEV'
  663.     end
  664.     object taStockREORDQUAN: TFloatField
  665.       FieldName = 'REORDQUAN'
  666.     end
  667.     object taStockSUPPLIER: TStringField
  668.       FieldName = 'SUPPLIER'
  669.       Size = 10
  670.     end
  671.     object taStockPARTREF: TStringField
  672.       FieldName = 'PARTREF'
  673.       Size = 16
  674.     end
  675.     object taStockLOCATION: TStringField
  676.       FieldName = 'LOCATION'
  677.       Size = 15
  678.     end
  679.     object taStockNOMINAL: TStringField
  680.       FieldName = 'NOMINAL'
  681.       Size = 10
  682.     end
  683.     object taStockPURCNOM: TStringField
  684.       FieldName = 'PURCNOM'
  685.       Size = 10
  686.     end
  687.     object taStockSALESVAT: TStringField
  688.       FieldName = 'SALESVAT'
  689.       Size = 1
  690.     end
  691.     object taStockPURCVAT: TStringField
  692.       FieldName = 'PURCVAT'
  693.       Size = 1
  694.     end
  695.     object taStockINSTOCK: TFloatField
  696.       FieldName = 'INSTOCK'
  697.     end
  698.     object taStockONORDER: TFloatField
  699.       FieldName = 'ONORDER'
  700.     end
  701.     object taStockCOMMODITY: TStringField
  702.       FieldName = 'COMMODITY'
  703.       Size = 15
  704.     end
  705.     object taStockLEVELS: TBooleanField
  706.       FieldName = 'LEVELS'
  707.     end
  708.     object taStockNOTEPAD: TMemoField
  709.       FieldName = 'NOTEPAD'
  710.       BlobType = ftMemo
  711.       Size = 1
  712.     end
  713.     object taStockLASTSALE: TDateField
  714.       FieldName = 'LASTSALE'
  715.     end
  716.     object taStockLASTDEL: TDateField
  717.       FieldName = 'LASTDEL'
  718.     end
  719.     object taStockProjected: TFloatField
  720.       FieldName = 'Projected'
  721.       Calculated = True
  722.     end
  723.   end
  724.   object dsStkTrans: TwwDataSource
  725.     DataSet = taStkTrans
  726.     Left = 556
  727.     Top = 327
  728.   end
  729.   object taStkTrans: TwwTable
  730.     DatabaseName = 'EmpireBuilder'
  731.     IndexName = 'STOCKCODE'
  732.     MasterFields = 'STOCKCODE'
  733.     MasterSource = dsStock
  734.     TableName = 'StkTrans.DBF'
  735.     SyncSQLByRange = True
  736.     NarrowSearch = False
  737.     ValidateWithMask = True
  738.     OnFilter = taStkTransFilter
  739.     Left = 588
  740.     Top = 271
  741.     object taStkTransTRANSTYPE: TStringField
  742.       DisplayLabel = 'Trans. Type'
  743.       DisplayWidth = 12
  744.       FieldName = 'TRANSTYPE'
  745.       Size = 12
  746.     end
  747.     object taStkTransTRANSDATE: TDateField
  748.       DisplayLabel = 'Date'
  749.       DisplayWidth = 10
  750.       FieldName = 'TRANSDATE'
  751.     end
  752.     object taStkTransDETAILS: TStringField
  753.       DisplayWidth = 30
  754.       FieldName = 'DETAILS'
  755.       Size = 30
  756.     end
  757.     object taStkTransQUAN: TFloatField
  758.       DisplayLabel = 'Quantity'
  759.       DisplayWidth = 10
  760.       FieldName = 'QUAN'
  761.     end
  762.     object taStkTransQUANUSED: TFloatField
  763.       DisplayLabel = 'Qty Used'
  764.       DisplayWidth = 10
  765.       FieldName = 'QUANUSED'
  766.     end
  767.     object taStkTransCOSTPRICE: TFloatField
  768.       DisplayLabel = 'Cost Price'
  769.       DisplayWidth = 10
  770.       FieldName = 'COSTPRICE'
  771.     end
  772.     object taStkTransSALEPRICE: TFloatField
  773.       DisplayLabel = 'Sale Price'
  774.       DisplayWidth = 10
  775.       FieldName = 'SALEPRICE'
  776.     end
  777.     object taStkTransREF: TStringField
  778.       DisplayLabel = 'Ref.'
  779.       DisplayWidth = 10
  780.       FieldName = 'REF'
  781.       Size = 10
  782.     end
  783.     object taStkTransSTOCKCODE: TStringField
  784.       FieldName = 'STOCKCODE'
  785.       Visible = False
  786.       Size = 16
  787.     end
  788.     object taStkTransTRANLINK: TFloatField
  789.       FieldName = 'TRANLINK'
  790.       Visible = False
  791.     end
  792.     object taStkTransINVLINK: TFloatField
  793.       FieldName = 'INVLINK'
  794.       Visible = False
  795.     end
  796.   end
  797.   object Sizer1: TSizer
  798.     Enabled = True
  799.     ExceptionAction = eaIgnoreControl
  800.     GridColumnSizing = gcSizeAllColumns
  801.     GridRowSizing = grSizeByDefaults
  802.     MinimumSize = True
  803.     NavigateOnEnter = True
  804.     OverrideParentFont = True
  805.     PerformAssertions = True
  806.     ShowAssertionFailures = False
  807.     StretchFonts = True
  808.     StretchImages = True
  809.     StretchOnResize = True
  810.     ThreadProcessing = True
  811.     Left = 624
  812.     Top = 327
  813.     ScreenWidth = (
  814.       800)
  815.     ScreenHeight = (
  816.       600)
  817.     OriginalFormWidth = (
  818.       706)
  819.     OriginalFormHeight = (
  820.       459)
  821.     OriginalFormLeft = (
  822.       57)
  823.     OriginalFormTop = (
  824.       99)
  825.     OriginalFormPPI = (
  826.       120)
  827.     OriginalClientWidth = (
  828.       698)
  829.     OriginalClientHeight = (
  830.       432)
  831.   end
  832.   object RCPopup: TRxPopupMenu
  833.     Style = msOwnerDraw
  834.     ShowCheckMarks = False
  835.     OnGetItemParams = RCPopupGetItemParams
  836.     Left = 624
  837.     Top = 297
  838.     object pmPrint: TMenuItem
  839.       Caption = 'Print'
  840.       OnClick = BtnRepPrintClick
  841.     end
  842.     object pmEmail: TMenuItem
  843.       Caption = 'Email'
  844.       OnClick = BtnRepEmailClick
  845.     end
  846.     object N2: TMenuItem
  847.       Caption = '-'
  848.     end
  849.     object pmChangeGridColour: TMenuItem
  850.       Caption = 'Change Grid Colour'
  851.       OnClick = pmChangeGridColourClick
  852.     end
  853.   end
  854. end
  855.