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

  1. object fmStkSalesRep: TfmStkSalesRep
  2.   Left = 81
  3.   Top = 153
  4.   Width = 699
  5.   Height = 294
  6.   HelpContext = 561
  7.   Caption = 'Stock Sales Report'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object pnlBy: TPanel
  20.     Left = 0
  21.     Top = 195
  22.     Width = 691
  23.     Height = 29
  24.     Align = alBottom
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     TabOrder = 2
  28.     object rbBySC: TRadioButton
  29.       Left = 12
  30.       Top = 8
  31.       Width = 189
  32.       Height = 17
  33.       HelpContext = 550
  34.       Alignment = taLeftJustify
  35.       Caption = 'By Stock Code'
  36.       Checked = True
  37.       TabOrder = 0
  38.       TabStop = True
  39.     end
  40.     object rcByPG: TRadioButton
  41.       Left = 228
  42.       Top = 8
  43.       Width = 189
  44.       Height = 17
  45.       HelpContext = 550
  46.       Alignment = taLeftJustify
  47.       Caption = 'By Product Group'
  48.       TabOrder = 1
  49.     end
  50.   end
  51.   object pnlPeriods: TPanel
  52.     Left = 342
  53.     Top = 0
  54.     Width = 349
  55.     Height = 195
  56.     Align = alRight
  57.     BevelInner = bvRaised
  58.     BevelOuter = bvLowered
  59.     TabOrder = 1
  60.     object Label5: TLabel
  61.       Left = 12
  62.       Top = 12
  63.       Width = 91
  64.       Height = 16
  65.       Caption = 'Select Period 1'
  66.     end
  67.     object Label6: TLabel
  68.       Left = 12
  69.       Top = 50
  70.       Width = 91
  71.       Height = 16
  72.       Caption = 'Select Period 2'
  73.     end
  74.     object Label7: TLabel
  75.       Left = 12
  76.       Top = 88
  77.       Width = 91
  78.       Height = 16
  79.       Caption = 'Select Period 3'
  80.     end
  81.     object Label8: TLabel
  82.       Left = 12
  83.       Top = 126
  84.       Width = 91
  85.       Height = 16
  86.       Caption = 'Select Period 4'
  87.     end
  88.     object Label9: TLabel
  89.       Left = 12
  90.       Top = 164
  91.       Width = 91
  92.       Height = 16
  93.       Caption = 'Select Period 5'
  94.     end
  95.     object cbPer2: TComboBox
  96.       Left = 148
  97.       Top = 46
  98.       Width = 160
  99.       Height = 24
  100.       Hint = 'Press F1 for help'
  101.       HelpContext = 591
  102.       ItemHeight = 16
  103.       Items.Strings = (
  104.         'This Month'
  105.         'Last Month'
  106.         'This Year'
  107.         'Last Year'
  108.         'None')
  109.       ParentShowHint = False
  110.       ShowHint = True
  111.       TabOrder = 1
  112.       Text = 'This Year'
  113.       OnChange = cbPer2Change
  114.     end
  115.     object rxcbePer1: TComboEdit
  116.       Left = 308
  117.       Top = 8
  118.       Width = 29
  119.       Height = 24
  120.       TabStop = False
  121.       ButtonHint = 'Select period'
  122.       ClickKey = 16467
  123.       ButtonWidth = 24
  124.       NumGlyphs = 1
  125.       ParentShowHint = False
  126.       ShowHint = True
  127.       TabOrder = 5
  128.       OnButtonClick = rxcbePer1ButtonClick
  129.     end
  130.     object cbPer1: TComboBox
  131.       Left = 148
  132.       Top = 8
  133.       Width = 160
  134.       Height = 24
  135.       Hint = 'Press F1 for help'
  136.       HelpContext = 591
  137.       ItemHeight = 16
  138.       Items.Strings = (
  139.         'This Month'
  140.         'Last Month'
  141.         'This Year'
  142.         'Last Year')
  143.       ParentShowHint = False
  144.       ShowHint = True
  145.       TabOrder = 0
  146.       Text = 'This Month'
  147.       OnChange = cbPer1Change
  148.     end
  149.     object rxcbePer2: TComboEdit
  150.       Left = 308
  151.       Top = 46
  152.       Width = 29
  153.       Height = 24
  154.       TabStop = False
  155.       ButtonHint = 'Select period'
  156.       ClickKey = 16467
  157.       ButtonWidth = 24
  158.       NumGlyphs = 1
  159.       ParentShowHint = False
  160.       ShowHint = True
  161.       TabOrder = 6
  162.       Text = 'ComboEdit1'
  163.       OnButtonClick = rxcbePer2ButtonClick
  164.     end
  165.     object cbPer3: TComboBox
  166.       Left = 148
  167.       Top = 84
  168.       Width = 160
  169.       Height = 24
  170.       Hint = 'Press F1 for help'
  171.       HelpContext = 591
  172.       ItemHeight = 16
  173.       Items.Strings = (
  174.         'This Month'
  175.         'Last Month'
  176.         'This Year'
  177.         'Last Year'
  178.         'None')
  179.       ParentShowHint = False
  180.       ShowHint = True
  181.       TabOrder = 2
  182.       Text = 'None'
  183.       OnChange = cbPer3Change
  184.     end
  185.     object rxcbePer3: TComboEdit
  186.       Left = 308
  187.       Top = 84
  188.       Width = 29
  189.       Height = 24
  190.       TabStop = False
  191.       ButtonHint = 'Select period'
  192.       ClickKey = 16467
  193.       ButtonWidth = 24
  194.       NumGlyphs = 1
  195.       ParentShowHint = False
  196.       ShowHint = True
  197.       TabOrder = 7
  198.       OnButtonClick = rxcbePer3ButtonClick
  199.     end
  200.     object rxcbePer4: TComboEdit
  201.       Left = 308
  202.       Top = 122
  203.       Width = 29
  204.       Height = 24
  205.       TabStop = False
  206.       ButtonHint = 'Select period'
  207.       ClickKey = 16467
  208.       ButtonWidth = 24
  209.       NumGlyphs = 1
  210.       ParentShowHint = False
  211.       ShowHint = True
  212.       TabOrder = 8
  213.       OnButtonClick = rxcbePer4ButtonClick
  214.     end
  215.     object cbPer5: TComboBox
  216.       Left = 148
  217.       Top = 160
  218.       Width = 160
  219.       Height = 24
  220.       Hint = 'Press F1 for help'
  221.       HelpContext = 591
  222.       ItemHeight = 16
  223.       Items.Strings = (
  224.         'This Month'
  225.         'Last Month'
  226.         'This Year'
  227.         'Last Year'
  228.         'None')
  229.       ParentShowHint = False
  230.       ShowHint = True
  231.       TabOrder = 4
  232.       Text = 'None'
  233.       OnChange = cbPer5Change
  234.     end
  235.     object rxcbePer5: TComboEdit
  236.       Left = 308
  237.       Top = 160
  238.       Width = 29
  239.       Height = 24
  240.       TabStop = False
  241.       ButtonHint = 'Select period'
  242.       ClickKey = 16467
  243.       ButtonWidth = 24
  244.       NumGlyphs = 1
  245.       ParentShowHint = False
  246.       ShowHint = True
  247.       TabOrder = 9
  248.       Text = 'rxcbePer5'
  249.       OnButtonClick = rxcbePer5ButtonClick
  250.     end
  251.     object cbPer4: TComboBox
  252.       Left = 148
  253.       Top = 122
  254.       Width = 160
  255.       Height = 24
  256.       Hint = 'Press F1 for help'
  257.       HelpContext = 591
  258.       ItemHeight = 16
  259.       Items.Strings = (
  260.         'This Month'
  261.         'Last Month'
  262.         'This Year'
  263.         'Last Year'
  264.         'None')
  265.       ParentShowHint = False
  266.       ShowHint = True
  267.       TabOrder = 3
  268.       Text = 'None'
  269.       OnChange = cbPer4Change
  270.     end
  271.   end
  272.   object pnlBtns: TPanel
  273.     Left = 0
  274.     Top = 224
  275.     Width = 691
  276.     Height = 43
  277.     Align = alBottom
  278.     BevelInner = bvRaised
  279.     BevelOuter = bvLowered
  280.     TabOrder = 3
  281.     object BtnPrint: TButton
  282.       Left = 8
  283.       Top = 8
  284.       Width = 75
  285.       Height = 30
  286.       Hint = 'Print stock sales report'
  287.       Caption = '&Print'
  288.       ParentShowHint = False
  289.       ShowHint = True
  290.       TabOrder = 0
  291.       OnClick = BtnPrintClick
  292.     end
  293.     object BtnClose: TButton
  294.       Left = 257
  295.       Top = 8
  296.       Width = 75
  297.       Height = 30
  298.       Hint = 'Close the form'
  299.       Caption = '&Close'
  300.       ParentShowHint = False
  301.       ShowHint = True
  302.       TabOrder = 3
  303.       OnClick = BtnCloseClick
  304.     end
  305.     object BtnEmail: TButton
  306.       Left = 174
  307.       Top = 8
  308.       Width = 75
  309.       Height = 30
  310.       Hint = 'Email stock sales report'
  311.       Caption = '&Email'
  312.       ParentShowHint = False
  313.       ShowHint = True
  314.       TabOrder = 2
  315.       OnClick = BtnEmailClick
  316.     end
  317.     object BtnGraph: TButton
  318.       Left = 91
  319.       Top = 8
  320.       Width = 75
  321.       Height = 30
  322.       Hint = 'View stock sales graph'
  323.       Caption = '&Graph'
  324.       ParentShowHint = False
  325.       ShowHint = True
  326.       TabOrder = 1
  327.       OnClick = BtnGraphClick
  328.     end
  329.     object btnHelp: TButton
  330.       Left = 610
  331.       Top = 8
  332.       Width = 75
  333.       Height = 30
  334.       Caption = '&Help'
  335.       ParentShowHint = False
  336.       ShowHint = True
  337.       TabOrder = 4
  338.       OnClick = btnHelpClick
  339.     end
  340.   end
  341.   object Panel1: TPanel
  342.     Left = 0
  343.     Top = 0
  344.     Width = 342
  345.     Height = 195
  346.     Align = alClient
  347.     TabOrder = 0
  348.     object pnlStockCode: TPanel
  349.       Left = 1
  350.       Top = 1
  351.       Width = 340
  352.       Height = 69
  353.       Align = alTop
  354.       BevelInner = bvRaised
  355.       BevelOuter = bvLowered
  356.       TabOrder = 0
  357.       object Label1: TLabel
  358.         Left = 16
  359.         Top = 12
  360.         Width = 100
  361.         Height = 16
  362.         Caption = 'Start Stock Code'
  363.       end
  364.       object Label2: TLabel
  365.         Left = 16
  366.         Top = 40
  367.         Width = 108
  368.         Height = 16
  369.         Caption = 'Finish Stock Code'
  370.       end
  371.       object rxcbeStStock: TComboEdit
  372.         Left = 188
  373.         Top = 8
  374.         Width = 140
  375.         Height = 24
  376.         Hint = 'Press F1 for help'
  377.         HelpContext = 546
  378.         CharCase = ecUpperCase
  379.         ClickKey = 16467
  380.         ButtonWidth = 24
  381.         NumGlyphs = 1
  382.         ParentShowHint = False
  383.         ShowHint = True
  384.         TabOrder = 0
  385.         Text = 'RXCBESTSTOCK'
  386.         OnButtonClick = rxcbeStStockButtonClick
  387.         OnEnter = rxcbeStStockEnter
  388.         OnExit = rxcbeStStockExit
  389.       end
  390.       object rxcbeFinStock: TComboEdit
  391.         Left = 188
  392.         Top = 36
  393.         Width = 140
  394.         Height = 24
  395.         Hint = 'Press F1 for help'
  396.         HelpContext = 547
  397.         CharCase = ecUpperCase
  398.         ClickKey = 16467
  399.         ButtonWidth = 24
  400.         NumGlyphs = 1
  401.         ParentShowHint = False
  402.         ShowHint = True
  403.         TabOrder = 1
  404.         Text = 'RXCBEFINSTOCK'
  405.         OnButtonClick = rxcbeFinStockButtonClick
  406.         OnEnter = rxcbeFinStockEnter
  407.         OnExit = rxcbeFinStockExit
  408.       end
  409.     end
  410.     object pnlProdGrp: TPanel
  411.       Left = 1
  412.       Top = 70
  413.       Width = 340
  414.       Height = 67
  415.       Align = alClient
  416.       BevelInner = bvRaised
  417.       BevelOuter = bvLowered
  418.       TabOrder = 1
  419.       object Label3: TLabel
  420.         Left = 16
  421.         Top = 12
  422.         Width = 116
  423.         Height = 16
  424.         Caption = 'Start Product Group'
  425.       end
  426.       object Label4: TLabel
  427.         Left = 16
  428.         Top = 40
  429.         Width = 124
  430.         Height = 16
  431.         Caption = 'Finish Product Group'
  432.       end
  433.       object rxcbeStPG: TComboEdit
  434.         Left = 188
  435.         Top = 8
  436.         Width = 120
  437.         Height = 24
  438.         Hint = 'Press F1 for help'
  439.         HelpContext = 548
  440.         CharCase = ecUpperCase
  441.         ClickKey = 16467
  442.         ButtonWidth = 24
  443.         NumGlyphs = 1
  444.         ParentShowHint = False
  445.         ShowHint = True
  446.         TabOrder = 0
  447.         Text = 'RXCBESTPG'
  448.         OnButtonClick = rxcbeStPGButtonClick
  449.         OnEnter = rxcbeStPGEnter
  450.         OnExit = rxcbeStPGExit
  451.       end
  452.       object rxcbeFinPG: TComboEdit
  453.         Left = 188
  454.         Top = 36
  455.         Width = 120
  456.         Height = 24
  457.         Hint = 'Press F1 for help'
  458.         HelpContext = 549
  459.         CharCase = ecUpperCase
  460.         ClickKey = 16467
  461.         ButtonWidth = 24
  462.         NumGlyphs = 1
  463.         ParentShowHint = False
  464.         ShowHint = True
  465.         TabOrder = 1
  466.         Text = 'RXCBEFINPG'
  467.         OnButtonClick = rxcbeFinPGButtonClick
  468.         OnEnter = rxcbeFinPGEnter
  469.         OnExit = rxcbeFinPGExit
  470.       end
  471.     end
  472.     object pnlInclude: TPanel
  473.       Left = 1
  474.       Top = 137
  475.       Width = 340
  476.       Height = 57
  477.       Align = alBottom
  478.       BevelInner = bvRaised
  479.       BevelOuter = bvLowered
  480.       TabOrder = 2
  481.       object cbxIncZero: TCheckBox
  482.         Left = 12
  483.         Top = 8
  484.         Width = 189
  485.         Height = 17
  486.         Hint = 'Press F1 for help'
  487.         HelpContext = 553
  488.         Alignment = taLeftJustify
  489.         Caption = 'Include Zero Stock Items'
  490.         ParentShowHint = False
  491.         ShowHint = True
  492.         State = cbChecked
  493.         TabOrder = 0
  494.       end
  495.       object cbxIncNon: TCheckBox
  496.         Left = 12
  497.         Top = 32
  498.         Width = 189
  499.         Height = 17
  500.         Hint = 'Press F1 for help'
  501.         HelpContext = 554
  502.         Alignment = taLeftJustify
  503.         Caption = 'Include Non Stock Items'
  504.         ParentShowHint = False
  505.         ShowHint = True
  506.         TabOrder = 1
  507.       end
  508.     end
  509.   end
  510.   object Sizer1: TSizer
  511.     Enabled = True
  512.     ExceptionAction = eaIgnoreControl
  513.     GridColumnSizing = gcSizeAllColumns
  514.     GridRowSizing = grSizeByDefaults
  515.     MinimumSize = True
  516.     NavigateOnEnter = True
  517.     OverrideParentFont = True
  518.     PerformAssertions = True
  519.     ShowAssertionFailures = False
  520.     StretchFonts = True
  521.     StretchImages = True
  522.     StretchOnResize = True
  523.     ThreadProcessing = False
  524.     Left = 648
  525.     Top = 192
  526.     ScreenWidth = (
  527.       800)
  528.     ScreenHeight = (
  529.       600)
  530.     OriginalFormWidth = (
  531.       699)
  532.     OriginalFormHeight = (
  533.       294)
  534.     OriginalFormLeft = (
  535.       81)
  536.     OriginalFormTop = (
  537.       153)
  538.     OriginalFormPPI = (
  539.       120)
  540.     OriginalClientWidth = (
  541.       691)
  542.     OriginalClientHeight = (
  543.       267)
  544.   end
  545.   object taAccPer: TwwTable
  546.     OnCalcFields = taAccPerCalcFields
  547.     DatabaseName = 'EmpireBuilder'
  548.     TableName = 'Accper.DBF'
  549.     SyncSQLByRange = False
  550.     NarrowSearch = False
  551.     ValidateWithMask = True
  552.     Left = 612
  553.     Top = 192
  554.     object taAccPerPERIOD: TDateField
  555.       FieldName = 'PERIOD'
  556.     end
  557.     object taAccPerMONTH: TSmallintField
  558.       FieldName = 'MONTH'
  559.     end
  560.     object taAccPerYEAR: TSmallintField
  561.       FieldName = 'YEAR'
  562.     end
  563.     object taAccPerPERIODNAME: TStringField
  564.       DisplayWidth = 14
  565.       FieldName = 'PERIODNAME'
  566.       Calculated = True
  567.     end
  568.   end
  569. end
  570.