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

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