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

  1. object fmStockSales: TfmStockSales
  2.   Left = 102
  3.   Top = 105
  4.   Width = 669
  5.   Height = 462
  6.   HelpContext = 564
  7.   Caption = 'Stock Sales Analysis'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Position = poDefaultPosOnly
  15.   Scaled = False
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDeactivate = FormDeactivate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 120
  24.   TextHeight = 16
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 661
  29.     Height = 390
  30.     Align = alClient
  31.     BevelInner = bvRaised
  32.     BevelOuter = bvLowered
  33.     TabOrder = 0
  34.     object SalesSGrid: TStringGrid
  35.       Left = 4
  36.       Top = 76
  37.       Width = 653
  38.       Height = 300
  39.       Ctl3D = True
  40.       DefaultColWidth = 105
  41.       DefaultRowHeight = 20
  42.       RowCount = 37
  43.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected]
  44.       ParentCtl3D = False
  45.       ScrollBars = ssVertical
  46.       TabOrder = 2
  47.       OnDrawCell = SalesSGridDrawCell
  48.       OnMouseDown = SalesSGridMouseDown
  49.       OnMouseUp = SalesSGridMouseUp
  50.       RowHeights = (
  51.         20
  52.         20
  53.         20
  54.         20
  55.         20
  56.         20
  57.         20
  58.         20
  59.         20
  60.         20
  61.         20
  62.         20
  63.         20
  64.         20
  65.         20
  66.         20
  67.         20
  68.         20
  69.         20
  70.         20
  71.         20
  72.         20
  73.         20
  74.         20
  75.         20
  76.         20
  77.         20
  78.         20
  79.         20
  80.         20
  81.         20
  82.         20
  83.         20
  84.         20
  85.         20
  86.         20
  87.         20)
  88.     end
  89.     object GBStkSales: TGroupBox
  90.       Left = 8
  91.       Top = 4
  92.       Width = 137
  93.       Height = 65
  94.       Caption = 'View Figures For '
  95.       TabOrder = 0
  96.       object RBStockItem: TRadioButton
  97.         Left = 8
  98.         Top = 20
  99.         Width = 89
  100.         Height = 17
  101.         Hint = 'Press F1 for help'
  102.         HelpContext = 594
  103.         Caption = 'Stock Item'
  104.         Checked = True
  105.         ParentShowHint = False
  106.         ShowHint = True
  107.         TabOrder = 0
  108.         TabStop = True
  109.         OnClick = RBStockItemClick
  110.       end
  111.       object RBProdGroup: TRadioButton
  112.         Left = 8
  113.         Top = 40
  114.         Width = 105
  115.         Height = 21
  116.         Hint = 'Press F1 for help'
  117.         HelpContext = 594
  118.         Caption = 'Product Group'
  119.         ParentShowHint = False
  120.         ShowHint = True
  121.         TabOrder = 1
  122.         OnClick = RBProdGroupClick
  123.       end
  124.     end
  125.     object Panel3: TPanel
  126.       Left = 148
  127.       Top = 4
  128.       Width = 509
  129.       Height = 65
  130.       BevelInner = bvRaised
  131.       BevelOuter = bvLowered
  132.       TabOrder = 1
  133.       object Label1: TLabel
  134.         Left = 12
  135.         Top = 8
  136.         Width = 68
  137.         Height = 16
  138.         Caption = 'Stock Code'
  139.       end
  140.       object Label2: TLabel
  141.         Left = 12
  142.         Top = 40
  143.         Width = 66
  144.         Height = 16
  145.         Caption = 'Prod Group'
  146.       end
  147.       object DBCDlgStockCode: TComboEdit
  148.         Left = 92
  149.         Top = 4
  150.         Width = 140
  151.         Height = 24
  152.         Hint = 'Press F1 for help'
  153.         HelpContext = 592
  154.         CharCase = ecUpperCase
  155.         ClickKey = 16467
  156.         ButtonWidth = 24
  157.         NumGlyphs = 1
  158.         ParentShowHint = False
  159.         ShowHint = True
  160.         TabOrder = 0
  161.         OnButtonClick = DBCDlgStockCodeButtonClick
  162.         OnEnter = DBCDlgStockCodeEnter
  163.         OnExit = DBCDlgStockCodeExit
  164.       end
  165.       object DBCDlgProdGroup: TComboEdit
  166.         Left = 92
  167.         Top = 36
  168.         Width = 140
  169.         Height = 24
  170.         Hint = 'Press F1 for help'
  171.         HelpContext = 593
  172.         CharCase = ecUpperCase
  173.         ClickKey = 16467
  174.         ButtonWidth = 24
  175.         NumGlyphs = 1
  176.         ParentShowHint = False
  177.         ShowHint = True
  178.         TabOrder = 1
  179.         OnButtonClick = DBCDlgProdGroupButtonClick
  180.         OnEnter = DBCDlgProdGroupEnter
  181.         OnExit = DBCDlgProdGroupExit
  182.       end
  183.       object txtStockCode: TEdit
  184.         Left = 240
  185.         Top = 4
  186.         Width = 265
  187.         Height = 24
  188.         ParentColor = True
  189.         ReadOnly = True
  190.         TabOrder = 2
  191.       end
  192.       object txtProdGroup: TEdit
  193.         Left = 240
  194.         Top = 36
  195.         Width = 265
  196.         Height = 24
  197.         ParentColor = True
  198.         ReadOnly = True
  199.         TabOrder = 3
  200.       end
  201.     end
  202.   end
  203.   object Panel2: TPanel
  204.     Left = 0
  205.     Top = 390
  206.     Width = 661
  207.     Height = 45
  208.     Align = alBottom
  209.     BevelInner = bvRaised
  210.     BevelOuter = bvLowered
  211.     TabOrder = 1
  212.     object BtnCalc: TButton
  213.       Left = 8
  214.       Top = 8
  215.       Width = 75
  216.       Height = 30
  217.       Hint = 'Calculate and view selected periods figures'
  218.       Caption = 'C&alculate'
  219.       ParentShowHint = False
  220.       ShowHint = True
  221.       TabOrder = 0
  222.       OnClick = BtnCalcClick
  223.     end
  224.     object BtnClose: TButton
  225.       Left = 88
  226.       Top = 8
  227.       Width = 75
  228.       Height = 30
  229.       Caption = '&Close'
  230.       ParentShowHint = False
  231.       ShowHint = True
  232.       TabOrder = 1
  233.       OnClick = BtnCloseClick
  234.     end
  235.     object btnHelp: TButton
  236.       Left = 580
  237.       Top = 8
  238.       Width = 75
  239.       Height = 30
  240.       Caption = '&Help'
  241.       ParentShowHint = False
  242.       ShowHint = True
  243.       TabOrder = 2
  244.       OnClick = btnHelpClick
  245.     end
  246.   end
  247.   object Sizer1: TSizer
  248.     Enabled = True
  249.     ExceptionAction = eaIgnoreControl
  250.     GridColumnSizing = gcSizeAllColumns
  251.     GridRowSizing = grSizeByDefaults
  252.     MinimumSize = True
  253.     NavigateOnEnter = True
  254.     OverrideParentFont = True
  255.     PerformAssertions = True
  256.     ShowAssertionFailures = False
  257.     StretchFonts = True
  258.     StretchImages = True
  259.     StretchOnResize = True
  260.     ThreadProcessing = False
  261.     Left = 568
  262.     Top = 100
  263.     ScreenWidth = (
  264.       800)
  265.     ScreenHeight = (
  266.       600)
  267.     OriginalFormWidth = (
  268.       669)
  269.     OriginalFormHeight = (
  270.       462)
  271.     OriginalFormLeft = (
  272.       102)
  273.     OriginalFormTop = (
  274.       105)
  275.     OriginalFormPPI = (
  276.       120)
  277.     OriginalClientWidth = (
  278.       661)
  279.     OriginalClientHeight = (
  280.       435)
  281.   end
  282.   object dsAccPer: TwwDataSource
  283.     DataSet = taAccPer
  284.     Left = 560
  285.     Top = 144
  286.   end
  287.   object taAccPer: TwwTable
  288.     OnCalcFields = taAccPerCalcFields
  289.     DatabaseName = 'EmpireBuilder'
  290.     TableName = 'Accper.DBF'
  291.     SyncSQLByRange = False
  292.     NarrowSearch = False
  293.     ValidateWithMask = True
  294.     Left = 588
  295.     Top = 144
  296.     object taAccPerPERIOD: TDateField
  297.       FieldName = 'PERIOD'
  298.     end
  299.     object taAccPerMONTH: TSmallintField
  300.       FieldName = 'MONTH'
  301.     end
  302.     object taAccPerYEAR: TSmallintField
  303.       FieldName = 'YEAR'
  304.     end
  305.     object taAccPerPERIODNAME: TStringField
  306.       DisplayWidth = 16
  307.       FieldName = 'PERIODNAME'
  308.       Calculated = True
  309.     end
  310.   end
  311. end
  312.