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

  1. object fmCustStatements: TfmCustStatements
  2.   Left = 235
  3.   Top = 123
  4.   Width = 420
  5.   Height = 379
  6.   HelpContext = 121
  7.   Caption = 'Customer Statements'
  8.   ParentFont = True
  9.   Scaled = False
  10.   OnActivate = FormActivate
  11.   OnCloseQuery = FormCloseQuery
  12.   OnCreate = FormCreate
  13.   OnDeactivate = FormDeactivate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object pnlCustomer: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 412
  21.     Height = 189
  22.     Align = alTop
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object lblStartCust: TLabel
  27.       Left = 12
  28.       Top = 12
  29.       Width = 114
  30.       Height = 16
  31.       Caption = 'Start Customer Ref.'
  32.     end
  33.     object lblFinCust: TLabel
  34.       Left = 12
  35.       Top = 40
  36.       Width = 122
  37.       Height = 16
  38.       Caption = 'Finish Customer Ref.'
  39.     end
  40.     object lblStartDate: TLabel
  41.       Left = 12
  42.       Top = 84
  43.       Width = 133
  44.       Height = 16
  45.       Caption = 'Start Transaction Date'
  46.     end
  47.     object lblFinDate: TLabel
  48.       Left = 12
  49.       Top = 112
  50.       Width = 141
  51.       Height = 16
  52.       Caption = 'Finish Transaction Date'
  53.     end
  54.     object bvl1: TBevel
  55.       Left = 4
  56.       Top = 68
  57.       Width = 369
  58.       Height = 5
  59.       Shape = bsBottomLine
  60.     end
  61.     object bvl2: TBevel
  62.       Left = 4
  63.       Top = 136
  64.       Width = 369
  65.       Height = 9
  66.       Shape = bsBottomLine
  67.     end
  68.     object rxcbeStartCust: TComboEdit
  69.       Left = 176
  70.       Top = 8
  71.       Width = 120
  72.       Height = 24
  73.       Hint = 'Press F1 for help'
  74.       HelpContext = 100
  75.       CharCase = ecUpperCase
  76.       Glyph.Data = {
  77.         F6000000424DF600000000000000760000002800000010000000100000000100
  78.         0400000000008000000000000000000000001000000010000000000000000000
  79.         80000080000000808000800000008000800080800000C0C0C000808080000000
  80.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  81.         7777000000000000000088888888880088808777777770EC7780877777770EC0
  82.         778087777770EC0777808770003F30777780878FFF200777778083FFFFF27777
  83.         77808FFFFFFF077777808FFFFFFF0777778083FFFFFF77777780888888808888
  84.         8880800333000080880080000000000000003333333333333330}
  85.       ButtonWidth = 24
  86.       MaxLength = 10
  87.       NumGlyphs = 1
  88.       ParentShowHint = False
  89.       ShowHint = True
  90.       TabOrder = 0
  91.       OnButtonClick = rxcbeStartCustButtonClick
  92.       OnEnter = rxcbeStartCustEnter
  93.       OnExit = rxcbeStartCustExit
  94.     end
  95.     object rxcbeFinCust: TComboEdit
  96.       Left = 176
  97.       Top = 36
  98.       Width = 120
  99.       Height = 24
  100.       Hint = 'Press F1 for help'
  101.       HelpContext = 101
  102.       CharCase = ecUpperCase
  103.       Glyph.Data = {
  104.         F6000000424DF600000000000000760000002800000010000000100000000100
  105.         0400000000008000000000000000000000001000000010000000000000000000
  106.         80000080000000808000800000008000800080800000C0C0C000808080000000
  107.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  108.         7777000000000000000088888888880088808777777770EC7780877777770EC0
  109.         778087777770EC0777808770003F30777780878FFF200777778083FFFFF27777
  110.         77808FFFFFFF077777808FFFFFFF0777778083FFFFFF77777780888888808888
  111.         8880800333000080880080000000000000003333333333333330}
  112.       ButtonWidth = 24
  113.       MaxLength = 10
  114.       NumGlyphs = 1
  115.       ParentShowHint = False
  116.       ShowHint = True
  117.       TabOrder = 1
  118.       OnButtonClick = rxcbeFinCustButtonClick
  119.       OnEnter = rxcbeFinCustEnter
  120.       OnExit = rxcbeFinCustExit
  121.     end
  122.     object rxdcbeStartDate: TDateEdit
  123.       Left = 176
  124.       Top = 80
  125.       Width = 100
  126.       Height = 24
  127.       Hint = 'Press F1 for help'
  128.       HelpContext = 102
  129.       NumGlyphs = 2
  130.       ParentShowHint = False
  131.       ShowHint = True
  132.       CalendarStyle = csDialog
  133.       Weekends = [Sun, Sat]
  134.       YearDigits = dyFour
  135.       TabOrder = 2
  136.     end
  137.     object rxdcbeFinDate: TDateEdit
  138.       Left = 176
  139.       Top = 108
  140.       Width = 100
  141.       Height = 24
  142.       Hint = 'Press F1 for help'
  143.       HelpContext = 103
  144.       NumGlyphs = 2
  145.       ParentShowHint = False
  146.       ShowHint = True
  147.       CalendarStyle = csDialog
  148.       Weekends = [Sun, Sat]
  149.       YearDigits = dyFour
  150.       TabOrder = 3
  151.     end
  152.     object cbIZB: TCheckBox
  153.       Left = 12
  154.       Top = 156
  155.       Width = 177
  156.       Height = 17
  157.       Hint = 'Press F1 for help'
  158.       HelpContext = 122
  159.       Alignment = taLeftJustify
  160.       Caption = 'Ignore Zero Balances'
  161.       ParentShowHint = False
  162.       ShowHint = True
  163.       TabOrder = 4
  164.     end
  165.   end
  166.   object GroupBox1: TGroupBox
  167.     Left = 0
  168.     Top = 189
  169.     Width = 412
  170.     Height = 78
  171.     Align = alClient
  172.     Caption = 'Include'
  173.     TabOrder = 1
  174.     object rbAllTrans: TRadioButton
  175.       Left = 12
  176.       Top = 20
  177.       Width = 177
  178.       Height = 17
  179.       Hint = 'Press F1 for help'
  180.       HelpContext = 123
  181.       Alignment = taLeftJustify
  182.       Caption = 'All Transactions'
  183.       Checked = True
  184.       ParentShowHint = False
  185.       ShowHint = True
  186.       TabOrder = 0
  187.       TabStop = True
  188.     end
  189.     object rbOTO: TRadioButton
  190.       Left = 12
  191.       Top = 48
  192.       Width = 177
  193.       Height = 17
  194.       Hint = 'Press F1 for help'
  195.       HelpContext = 124
  196.       Alignment = taLeftJustify
  197.       Caption = 'Outstanding Trans. Only'
  198.       ParentShowHint = False
  199.       ShowHint = True
  200.       TabOrder = 1
  201.     end
  202.   end
  203.   object pnlButtons: TPanel
  204.     Left = 0
  205.     Top = 309
  206.     Width = 412
  207.     Height = 43
  208.     Align = alBottom
  209.     BevelInner = bvRaised
  210.     BevelOuter = bvLowered
  211.     TabOrder = 3
  212.     object btnPrint: TButton
  213.       Left = 5
  214.       Top = 8
  215.       Width = 75
  216.       Height = 30
  217.       Hint = 'Print statements'
  218.       Caption = '&Print'
  219.       ParentShowHint = False
  220.       ShowHint = True
  221.       TabOrder = 0
  222.       OnClick = btnPrintClick
  223.     end
  224.     object btnCancel: TButton
  225.       Left = 248
  226.       Top = 8
  227.       Width = 75
  228.       Height = 30
  229.       Caption = '&Cancel'
  230.       ParentShowHint = False
  231.       ShowHint = True
  232.       TabOrder = 3
  233.       OnClick = btnCancelClick
  234.     end
  235.     object btnPreview: TButton
  236.       Left = 86
  237.       Top = 8
  238.       Width = 75
  239.       Height = 30
  240.       Hint = 'View statement before printing'
  241.       Caption = 'P&review'
  242.       ParentShowHint = False
  243.       ShowHint = True
  244.       TabOrder = 1
  245.       OnClick = btnPreviewClick
  246.     end
  247.     object btnEMail: TButton
  248.       Left = 167
  249.       Top = 8
  250.       Width = 75
  251.       Height = 30
  252.       Hint = 'Email statements'
  253.       Caption = '&Email'
  254.       ParentShowHint = False
  255.       ShowHint = True
  256.       TabOrder = 2
  257.       OnClick = btnEMailClick
  258.     end
  259.     object btnHelp: TButton
  260.       Left = 329
  261.       Top = 8
  262.       Width = 75
  263.       Height = 30
  264.       Caption = '&Help'
  265.       ParentShowHint = False
  266.       ShowHint = True
  267.       TabOrder = 4
  268.       OnClick = btnHelpClick
  269.     end
  270.   end
  271.   object pnlDoc: TPanel
  272.     Left = 0
  273.     Top = 267
  274.     Width = 412
  275.     Height = 42
  276.     Align = alBottom
  277.     BevelInner = bvRaised
  278.     BevelOuter = bvLowered
  279.     TabOrder = 2
  280.     object Label1: TLabel
  281.       Left = 12
  282.       Top = 16
  283.       Width = 104
  284.       Height = 16
  285.       Caption = 'Document Layout'
  286.     end
  287.     object cbDocName: TComboBox
  288.       Left = 176
  289.       Top = 12
  290.       Width = 200
  291.       Height = 24
  292.       Hint = 'Press F1 for help'
  293.       HelpContext = 125
  294.       ItemHeight = 16
  295.       ParentShowHint = False
  296.       ShowHint = True
  297.       TabOrder = 0
  298.     end
  299.   end
  300.   object iptblUDD: TwwTable
  301.     DatabaseName = 'MainEB'
  302.     TableName = 'Udd.DBF'
  303.     SyncSQLByRange = False
  304.     NarrowSearch = False
  305.     ValidateWithMask = True
  306.     Left = 340
  307.     Top = 32
  308.     object iptblUDDITEM_NAME: TStringField
  309.       DisplayLabel = 'Layout Name'
  310.       DisplayWidth = 35
  311.       FieldName = 'ITEM_NAME'
  312.       Size = 30
  313.     end
  314.     object iptblUDDDOC_TYPE: TSmallintField
  315.       FieldName = 'DOC_TYPE'
  316.     end
  317.     object iptblUDDREP_NAME: TStringField
  318.       FieldName = 'REP_NAME'
  319.       Size = 40
  320.     end
  321.   end
  322.   object dsUDD: TwwDataSource
  323.     DataSet = iptblUDD
  324.     Left = 312
  325.     Top = 32
  326.   end
  327.   object Sizer1: TSizer
  328.     Enabled = True
  329.     ExceptionAction = eaIgnoreControl
  330.     GridColumnSizing = gcSizeAllColumns
  331.     GridRowSizing = grSizeByDefaults
  332.     MinimumSize = True
  333.     NavigateOnEnter = True
  334.     OverrideParentFont = True
  335.     PerformAssertions = True
  336.     ShowAssertionFailures = False
  337.     StretchFonts = True
  338.     StretchImages = True
  339.     StretchOnResize = True
  340.     ThreadProcessing = False
  341.     Left = 324
  342.     Top = 4
  343.     ScreenWidth = (
  344.       800)
  345.     ScreenHeight = (
  346.       600)
  347.     OriginalFormWidth = (
  348.       420)
  349.     OriginalFormHeight = (
  350.       379)
  351.     OriginalFormLeft = (
  352.       235)
  353.     OriginalFormTop = (
  354.       123)
  355.     OriginalFormPPI = (
  356.       120)
  357.     OriginalClientWidth = (
  358.       412)
  359.     OriginalClientHeight = (
  360.       352)
  361.   end
  362.   object taCustomer: TwwQuery
  363.     DatabaseName = 'EmpireBuilder'
  364.     SQL.Strings = (
  365.       'select ACCREF, BALANCE, LASTUPDATE, LASTCALC from customer'
  366.       'where (ACCREF >= :STACREF) and (ACCREF <= :FINACREF)'
  367.       '             and (BALANCE <> 0)')
  368.     Params.Data = {
  369.       01000200075354414352454600010200300000000846494E4143524546000102
  370.       0030000000}
  371.     ValidateWithMask = True
  372.     Left = 340
  373.     Top = 75
  374.     object taCustomerACCREF: TStringField
  375.       FieldName = 'ACCREF'
  376.       Origin = '"customer.DBF".ACCREF'
  377.       Size = 10
  378.     end
  379.     object taCustomerBALANCE: TFloatField
  380.       FieldName = 'BALANCE'
  381.       Origin = '"customer.DBF".BALANCE'
  382.     end
  383.     object taCustomerLASTUPDATE: TStringField
  384.       FieldName = 'LASTUPDATE'
  385.       Origin = '"customer.DBF".LASTUPDATE'
  386.     end
  387.     object taCustomerLASTCALC: TStringField
  388.       FieldName = 'LASTCALC'
  389.       Origin = '"customer.DBF".LASTCALC'
  390.     end
  391.   end
  392.   object pdTrans: TPrintDialog
  393.     Left = 340
  394.     Top = 150
  395.   end
  396. end
  397.