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

  1. object fmOpeningBal: TfmOpeningBal
  2.   Left = 63
  3.   Top = 68
  4.   AutoScroll = False
  5.   Caption = 'Opening Balance'
  6.   ClientHeight = 433
  7.   ClientWidth = 693
  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.   OnShow = FormShow
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object Panel2: TPanel
  25.     Left = 0
  26.     Top = 49
  27.     Width = 693
  28.     Height = 199
  29.     Align = alClient
  30.     TabOrder = 0
  31.     object Bevel3: TBevel
  32.       Left = 16
  33.       Top = 88
  34.       Width = 413
  35.       Height = 105
  36.       Shape = bsFrame
  37.     end
  38.     object Label6: TLabel
  39.       Left = 28
  40.       Top = 164
  41.       Width = 27
  42.       Height = 16
  43.       Caption = 'Date'
  44.     end
  45.     object Bevel1: TBevel
  46.       Left = 16
  47.       Top = 8
  48.       Width = 413
  49.       Height = 73
  50.       Shape = bsFrame
  51.     end
  52.     object lblCustRef: TLabel
  53.       Left = 28
  54.       Top = 20
  55.       Width = 83
  56.       Height = 16
  57.       Caption = 'Customer Ref.'
  58.     end
  59.     object lblCustName: TLabel
  60.       Left = 28
  61.       Top = 52
  62.       Width = 94
  63.       Height = 16
  64.       Caption = 'Customer Name'
  65.     end
  66.     object Bevel2: TBevel
  67.       Left = 436
  68.       Top = 8
  69.       Width = 157
  70.       Height = 73
  71.       Shape = bsFrame
  72.     end
  73.     object Label3: TLabel
  74.       Left = 28
  75.       Top = 100
  76.       Width = 58
  77.       Height = 16
  78.       Caption = 'Reference'
  79.     end
  80.     object Label4: TLabel
  81.       Left = 28
  82.       Top = 132
  83.       Width = 40
  84.       Height = 16
  85.       Caption = 'Details'
  86.     end
  87.     object Bevel4: TBevel
  88.       Left = 436
  89.       Top = 88
  90.       Width = 237
  91.       Height = 69
  92.       Shape = bsFrame
  93.     end
  94.     object Label51: TLabel
  95.       Left = 448
  96.       Top = 127
  97.       Width = 57
  98.       Height = 16
  99.       Caption = 'Bank Ref.'
  100.     end
  101.     object Bevel5: TBevel
  102.       Left = 436
  103.       Top = 160
  104.       Width = 237
  105.       Height = 33
  106.       Shape = bsFrame
  107.     end
  108.     object Label5: TLabel
  109.       Left = 448
  110.       Top = 168
  111.       Width = 92
  112.       Height = 16
  113.       Caption = 'Payment Terms'
  114.     end
  115.     object Label7: TLabel
  116.       Left = 624
  117.       Top = 168
  118.       Width = 30
  119.       Height = 16
  120.       Caption = 'Days'
  121.     end
  122.     object BtnInvoice: TRadioButton
  123.       Left = 452
  124.       Top = 20
  125.       Width = 113
  126.       Height = 17
  127.       HelpContext = 177
  128.       Alignment = taLeftJustify
  129.       Caption = '&Invoice'
  130.       Checked = True
  131.       TabOrder = 2
  132.       TabStop = True
  133.       OnClick = BtnInvoiceClick
  134.     end
  135.     object BtnCreditNote: TRadioButton
  136.       Left = 452
  137.       Top = 52
  138.       Width = 113
  139.       Height = 17
  140.       HelpContext = 177
  141.       Alignment = taLeftJustify
  142.       Caption = 'Credit &Note'
  143.       TabOrder = 3
  144.       OnClick = BtnCreditNoteClick
  145.     end
  146.     object EReference: TEdit
  147.       Left = 156
  148.       Top = 96
  149.       Width = 97
  150.       Height = 24
  151.       HelpContext = 178
  152.       MaxLength = 10
  153.       TabOrder = 4
  154.     end
  155.     object EDetails: TEdit
  156.       Left = 156
  157.       Top = 128
  158.       Width = 225
  159.       Height = 24
  160.       HelpContext = 179
  161.       MaxLength = 30
  162.       TabOrder = 5
  163.     end
  164.     object ECustName: TEdit
  165.       Left = 156
  166.       Top = 48
  167.       Width = 261
  168.       Height = 24
  169.       TabStop = False
  170.       Ctl3D = True
  171.       ParentColor = True
  172.       ParentCtl3D = False
  173.       ReadOnly = True
  174.       TabOrder = 1
  175.     end
  176.     object DBCDlgFindNom: TwwDBComboDlg
  177.       Left = 600
  178.       Top = 40
  179.       Width = 17
  180.       Height = 24
  181.       TabStop = False
  182.       OnCustomDlg = DBCDlgFindNomCustomDlg
  183.       ShowButton = True
  184.       Style = csDropDown
  185.       CharCase = ecUpperCase
  186.       TabOrder = 10
  187.       UnboundDataType = wwDefault
  188.       OnExit = DBCDlgFindNomExit
  189.       OnKeyDown = DBCDlgFindNomKeyDown
  190.       OnKeyUp = DBCDlgFindNomKeyUp
  191.     end
  192.     object SEVatCode: TwwDBSpinEdit
  193.       Left = 600
  194.       Top = 12
  195.       Width = 17
  196.       Height = 24
  197.       Increment = 1.000000000000000000
  198.       MaxValue = 9.000000000000000000
  199.       TabOrder = 11
  200.       UnboundDataType = wwDefault
  201.     end
  202.     object DBCDlgCustRef: TComboEdit
  203.       Left = 156
  204.       Top = 16
  205.       Width = 120
  206.       Height = 24
  207.       HelpContext = 176
  208.       CharCase = ecUpperCase
  209.       ClickKey = 16467
  210.       ButtonWidth = 24
  211.       NumGlyphs = 1
  212.       TabOrder = 0
  213.       OnButtonClick = DBCDlgCustRefButtonClick
  214.       OnEnter = DBCDlgCustRefEnter
  215.       OnExit = DBCDlgCustRefExit
  216.     end
  217.     object DBCDlgDate: TDateEdit
  218.       Left = 156
  219.       Top = 160
  220.       Width = 100
  221.       Height = 24
  222.       HelpContext = 180
  223.       ClickKey = 16452
  224.       NumGlyphs = 2
  225.       CalendarStyle = csDialog
  226.       Weekends = [Sun, Sat]
  227.       YearDigits = dyFour
  228.       TabOrder = 6
  229.       OnButtonClick = DBCDlgDateButtonClick
  230.       OnEnter = DBCDlgDateEnter
  231.       OnExit = DBCDlgDateExit
  232.     end
  233.     object CBPayNow: TCheckBox
  234.       Left = 448
  235.       Top = 99
  236.       Width = 137
  237.       Height = 17
  238.       HelpContext = 181
  239.       Alignment = taLeftJustify
  240.       Caption = 'Pay Now'
  241.       TabOrder = 7
  242.       OnClick = CBPayNowClick
  243.     end
  244.     object DBCBBankCashAcc: TwwDBLookupCombo
  245.       Left = 572
  246.       Top = 123
  247.       Width = 90
  248.       Height = 24
  249.       HelpContext = 182
  250.       DropDownAlignment = taRightJustify
  251.       Selected.Strings = (
  252.         'NOMACC'#9'10'#9'Bank Ref.'
  253.         'NOMNAME'#9'30'#9'Bank Name')
  254.       LookupTable = taCashBank
  255.       LookupField = 'NOMACC'
  256.       Options = [loColLines, loTitles]
  257.       Enabled = False
  258.       TabOrder = 8
  259.       AutoDropDown = False
  260.       ShowButton = True
  261.       AllowClearKey = False
  262.       OnNotInList = DBCBBankCashAccNotInList
  263.     end
  264.     object ipsedTerms: TwwDBSpinEdit
  265.       Left = 572
  266.       Top = 165
  267.       Width = 45
  268.       Height = 24
  269.       HelpContext = 183
  270.       Increment = 1.000000000000000000
  271.       MaxValue = 999.000000000000000000
  272.       TabOrder = 9
  273.       UnboundDataType = wwDefault
  274.     end
  275.   end
  276.   object SpeedBar: TSpeedBar
  277.     Left = 0
  278.     Top = 0
  279.     Width = 693
  280.     Height = 49
  281.     Font.Charset = ANSI_CHARSET
  282.     Font.Color = clWindowText
  283.     Font.Height = -12
  284.     Font.Name = 'MS Sans Serif'
  285.     Font.Style = []
  286.     Options = [sbFlatBtns, sbGrayedBtns, sbTransparentBtns]
  287.     BtnOffsetHorz = 3
  288.     BtnOffsetVert = 3
  289.     BtnWidth = 85
  290.     BtnHeight = 43
  291.     TabOrder = 1
  292.     InternalVer = 1
  293.     object SpeedbarSection1: TSpeedbarSection
  294.       Caption = 'Payment'
  295.     end
  296.     object BtnSave: TSpeedItem
  297.       BtnCaption = '&Save'
  298.       Caption = 'Save this transaction'
  299.       Enabled = False
  300.       Hint = 'Save this transaction|'
  301.       Spacing = 1
  302.       Left = 3
  303.       Top = 3
  304.       Visible = True
  305.       OnClick = BtnSaveClick
  306.       SectionName = 'Payment'
  307.     end
  308.     object BtnAbandon: TSpeedItem
  309.       BtnCaption = '&Abandon'
  310.       Caption = 'Abandon this transaction'
  311.       Hint = 'Abandon this transaction|'
  312.       Spacing = 1
  313.       Left = 88
  314.       Top = 3
  315.       Visible = True
  316.       OnClick = BtnAbandonClick
  317.       SectionName = 'Payment'
  318.     end
  319.     object BtnVATRev: TSpeedItem
  320.       BtnCaption = '&VAT Reverse'
  321.       Caption = 'Calculate net inclusive of VAT'
  322.       Hint = 'Calculate net inclusive of VAT|'
  323.       Spacing = 1
  324.       Left = 173
  325.       Top = 3
  326.       Visible = True
  327.       OnClick = BtnVATRevClick
  328.       SectionName = 'Payment'
  329.     end
  330.     object BtnRemove: TSpeedItem
  331.       BtnCaption = 'Re&move'
  332.       Caption = 'Remove the account split line'
  333.       Enabled = False
  334.       Hint = 'Remove the account split line|'
  335.       Spacing = 1
  336.       Left = 258
  337.       Top = 3
  338.       Visible = True
  339.       OnClick = BtnRemoveClick
  340.       SectionName = 'Payment'
  341.     end
  342.     object BtnClose: TSpeedItem
  343.       BtnCaption = '&Close'
  344.       Caption = 'Close this window'
  345.       Hint = 'Close this window|'
  346.       Spacing = 1
  347.       Left = 513
  348.       Top = 3
  349.       Visible = True
  350.       OnClick = BtnCloseClick
  351.       SectionName = 'Payment'
  352.     end
  353.     object BtnQuery: TSpeedItem
  354.       BtnCaption = '&Query'
  355.       Caption = 'Query this transaction'
  356.       Glyph.Data = {
  357.         F6000000424DF600000000000000760000002800000010000000100000000100
  358.         0400000000008000000000000000000000001000000010000000000000000000
  359.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  360.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  361.         8888888888444888844488888844889988448888884488888844888888448899
  362.         8844888888448889784488888844898898448888884487997844444448448888
  363.         88444FFF4844488884444FFF488888888888999994448888888899999FF48888
  364.         88888884FFF48888888888899999888888888889999988888888}
  365.       Hint = 'Query this transaction|'
  366.       Spacing = 1
  367.       Left = 343
  368.       Top = 3
  369.       Visible = True
  370.       OnClick = BtnQueryClick
  371.       SectionName = 'Payment'
  372.     end
  373.     object btnHelp: TSpeedItem
  374.       BtnCaption = '&Help'
  375.       Caption = 'View full help on this window'
  376.       Glyph.Data = {
  377.         F6000000424DF600000000000000760000002800000010000000100000000100
  378.         0400000000008000000000000000000000001000000010000000000000000000
  379.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  380.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888886446888
  381.         888888888E6648888888888888E6688888888888888888888888888888446888
  382.         8888888886664888888888888E664888888888888E6664888888888888E66648
  383.         88888888888E6664888888844888E6664888886664888E66488888E666444666
  384.         4888888E6666666668888888EE6666668888888888EEEEE88888}
  385.       Hint = 'View full help on this window|'
  386.       Spacing = 1
  387.       Left = 428
  388.       Top = 3
  389.       Visible = True
  390.       OnClick = btnHelpClick
  391.       SectionName = 'Payment'
  392.     end
  393.   end
  394.   object Panel1: TPanel
  395.     Left = 0
  396.     Top = 248
  397.     Width = 693
  398.     Height = 185
  399.     Align = alBottom
  400.     TabOrder = 2
  401.     object Panel5: TPanel
  402.       Left = 1
  403.       Top = 1
  404.       Width = 691
  405.       Height = 183
  406.       Align = alClient
  407.       BevelOuter = bvNone
  408.       TabOrder = 0
  409.       object wwDBGrid1: TwwDBGrid
  410.         Left = 0
  411.         Top = 0
  412.         Width = 691
  413.         Height = 183
  414.         HelpContext = 184
  415.         TitleColor = clBtnFace
  416.         FixedCols = 0
  417.         ShowHorzScrollBar = True
  418.         Align = alClient
  419.         DataSource = dsTempTable
  420.         KeyOptions = [dgEnterToTab, dgAllowDelete, dgAllowInsert]
  421.         Options = [dgEditing, dgTitles, dgIndicator, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap, dgShowFooter]
  422.         PopupMenu = RCLinePopup
  423.         TabOrder = 0
  424.         TitleAlignment = taLeftJustify
  425.         TitleFont.Charset = DEFAULT_CHARSET
  426.         TitleFont.Color = clWindowText
  427.         TitleFont.Height = -13
  428.         TitleFont.Name = 'Arial'
  429.         TitleFont.Style = []
  430.         TitleLines = 1
  431.         TitleButtons = False
  432.         OnCalcCellColors = wwDBGrid1CalcCellColors
  433.         OnCalcTitleAttributes = wwDBGrid1CalcTitleAttributes
  434.         OnColEnter = wwDBGrid1ColEnter
  435.         OnColExit = wwDBGrid1ColExit
  436.         OnEnter = wwDBGrid1Enter
  437.         OnExit = wwDBGrid1Exit
  438.         OnKeyDown = wwDBGrid1KeyDown
  439.         OnKeyUp = wwDBGrid1KeyUp
  440.         IndicatorColor = icBlack
  441.         OnTopRowChanged = wwDBGrid1TopRowChanged
  442.         OnUpdateFooter = wwDBGrid1UpdateFooter
  443.       end
  444.     end
  445.   end
  446.   object taTempTable: TwwTable
  447.     OnCalcFields = taTempTableCalcFields
  448.     OnNewRecord = taTempTableNewRecord
  449.     ControlType.Strings = (
  450.       'NOMACC;CustomEdit;DBCDlgFindNom'
  451.       'VATCODE;CustomEdit;SEVatCode')
  452.     SyncSQLByRange = True
  453.     NarrowSearch = False
  454.     ValidateWithMask = True
  455.     Left = 620
  456.     Top = 309
  457.     object taTempTableNOMACC: TStringField
  458.       DisplayLabel = 'Account'
  459.       DisplayWidth = 10
  460.       FieldName = 'NOMACC'
  461.       Size = 10
  462.     end
  463.     object taTempTableName: TStringField
  464.       DisplayLabel = 'Account Name'
  465.       DisplayWidth = 22
  466.       FieldName = 'Name'
  467.       LookupDataSet = DM1.taFinancial
  468.       LookupKeyFields = 'ACREF'
  469.       LookupResultField = 'NAME'
  470.       KeyFields = 'NOMACC'
  471.       Lookup = True
  472.     end
  473.     object taTempTableDETAILS: TStringField
  474.       DisplayLabel = 'Comments'
  475.       DisplayWidth = 23
  476.       FieldName = 'DETAILS'
  477.       Size = 30
  478.     end
  479.     object taTempTableNETT: TFloatField
  480.       DisplayLabel = 'Net'
  481.       DisplayWidth = 10
  482.       FieldName = 'NETT'
  483.       OnChange = taTempTableNETTChange
  484.       DisplayFormat = '0.00'
  485.     end
  486.     object taTempTableVATCODE: TStringField
  487.       DisplayLabel = 'VC'
  488.       DisplayWidth = 4
  489.       FieldName = 'VATCODE'
  490.       OnChange = taTempTableVATCODEChange
  491.       Size = 1
  492.     end
  493.     object taTempTableVAT: TFloatField
  494.       DisplayWidth = 10
  495.       FieldName = 'VAT'
  496.       OnChange = taTempTableVATChange
  497.       DisplayFormat = '0.00'
  498.     end
  499.     object taTempTableTotal: TFloatField
  500.       DisplayWidth = 10
  501.       FieldName = 'Total'
  502.       DisplayFormat = '0.00'
  503.       Calculated = True
  504.     end
  505.   end
  506.   object dsTempTable: TwwDataSource
  507.     DataSet = taTempTable
  508.     OnStateChange = dsTempTableStateChange
  509.     Left = 552
  510.     Top = 317
  511.   end
  512.   object Sizer1: TSizer
  513.     Enabled = True
  514.     ExceptionAction = eaIgnoreControl
  515.     GridColumnSizing = gcSizeAllColumns
  516.     GridRowSizing = grSizeByDefaults
  517.     MinimumSize = True
  518.     NavigateOnEnter = True
  519.     OverrideParentFont = True
  520.     PerformAssertions = True
  521.     ShowAssertionFailures = False
  522.     StretchFonts = True
  523.     StretchImages = True
  524.     StretchOnResize = True
  525.     ThreadProcessing = True
  526.     Left = 624
  527.     Top = 377
  528.     ScreenWidth = (
  529.       800)
  530.     ScreenHeight = (
  531.       600)
  532.     OriginalFormWidth = (
  533.       701)
  534.     OriginalFormHeight = (
  535.       460)
  536.     OriginalFormLeft = (
  537.       63)
  538.     OriginalFormTop = (
  539.       68)
  540.     OriginalFormPPI = (
  541.       120)
  542.     OriginalClientWidth = (
  543.       693)
  544.     OriginalClientHeight = (
  545.       433)
  546.   end
  547.   object taCashBank: TwwTable
  548.     SyncSQLByRange = False
  549.     NarrowSearch = False
  550.     ValidateWithMask = True
  551.     Left = 429
  552.     Top = 301
  553.   end
  554.   object RCLinePopup: TRxPopupMenu
  555.     OnPopup = RCLinePopupPopup
  556.     Style = msOwnerDraw
  557.     ShowCheckMarks = False
  558.     OnGetItemParams = RCLinePopupGetItemParams
  559.     Left = 329
  560.     Top = 320
  561.     object pmSave: TMenuItem
  562.       Caption = 'Save'
  563.       OnClick = BtnSaveClick
  564.     end
  565.     object pmAbandon: TMenuItem
  566.       Caption = 'Abandon'
  567.       OnClick = BtnAbandonClick
  568.     end
  569.     object pmVATRevese: TMenuItem
  570.       Caption = 'VAT Revese'
  571.       OnClick = BtnVATRevClick
  572.     end
  573.     object pmRemove: TMenuItem
  574.       Caption = 'Remove'
  575.       OnClick = BtnRemoveClick
  576.     end
  577.     object pmQuery: TMenuItem
  578.       Caption = 'Query'
  579.       OnClick = BtnQueryClick
  580.     end
  581.     object N3: TMenuItem
  582.       Caption = '-'
  583.     end
  584.     object pmChangeGridColour: TMenuItem
  585.       Caption = 'Change Grid Colour'
  586.       OnClick = pmChangeGridColourClick
  587.     end
  588.   end
  589. end
  590.