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

  1. object fmCopyInvoice: TfmCopyInvoice
  2.   Left = 290
  3.   Top = 150
  4.   BorderStyle = bsSingle
  5.   Caption = 'Copy Invoice'
  6.   ClientHeight = 268
  7.   ClientWidth = 321
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 321
  24.     Height = 224
  25.     Align = alClient
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object Bevel1: TBevel
  30.       Left = 4
  31.       Top = 4
  32.       Width = 313
  33.       Height = 125
  34.       Shape = bsFrame
  35.     end
  36.     object Label1: TLabel
  37.       Left = 12
  38.       Top = 16
  39.       Width = 143
  40.       Height = 16
  41.       Caption = 'Transaction No. To Copy'
  42.     end
  43.     object Label2: TLabel
  44.       Left = 12
  45.       Top = 44
  46.       Width = 83
  47.       Height = 16
  48.       Caption = 'Customer Ref.'
  49.     end
  50.     object Label3: TLabel
  51.       Left = 12
  52.       Top = 72
  53.       Width = 127
  54.       Height = 16
  55.       Caption = 'New Transaction Date'
  56.     end
  57.     object Label4: TLabel
  58.       Left = 12
  59.       Top = 100
  60.       Width = 116
  61.       Height = 16
  62.       Caption = 'Customer Order No.'
  63.     end
  64.     object ECustOrderNo: TEdit
  65.       Left = 188
  66.       Top = 92
  67.       Width = 121
  68.       Height = 24
  69.       Hint = 'Press F1 for help'
  70.       HelpContext = 481
  71.       ParentShowHint = False
  72.       ShowHint = True
  73.       TabOrder = 3
  74.     end
  75.     object DBCDlgDate: TDateEdit
  76.       Left = 188
  77.       Top = 64
  78.       Width = 100
  79.       Height = 24
  80.       Hint = 'Press F1 for help'
  81.       HelpContext = 480
  82.       ClickKey = 16452
  83.       NumGlyphs = 2
  84.       ParentShowHint = False
  85.       ShowHint = True
  86.       CalendarStyle = csDialog
  87.       Weekends = [Sun, Sat]
  88.       YearDigits = dyFour
  89.       TabOrder = 2
  90.       OnEnter = DBCDlgDateEnter
  91.       OnExit = DBCDlgDateExit
  92.     end
  93.     object DBCDlgInvNo: TComboEdit
  94.       Left = 188
  95.       Top = 8
  96.       Width = 100
  97.       Height = 24
  98.       Hint = 'Press F1 for help'
  99.       HelpContext = 478
  100.       CharCase = ecUpperCase
  101.       ClickKey = 16467
  102.       ButtonWidth = 24
  103.       NumGlyphs = 1
  104.       ParentShowHint = False
  105.       ShowHint = True
  106.       TabOrder = 0
  107.       OnButtonClick = DBCDlgInvNoButtonClick
  108.       OnEnter = DBCDlgInvNoEnter
  109.       OnExit = DBCDlgInvNoExit
  110.     end
  111.     object DBCDlgCustRef: TComboEdit
  112.       Left = 188
  113.       Top = 36
  114.       Width = 100
  115.       Height = 24
  116.       Hint = 'Press F1 for help'
  117.       HelpContext = 479
  118.       CharCase = ecUpperCase
  119.       ClickKey = 16467
  120.       ButtonWidth = 24
  121.       NumGlyphs = 1
  122.       ParentShowHint = False
  123.       ShowHint = True
  124.       TabOrder = 1
  125.       OnButtonClick = DBCDlgCustRefButtonClick
  126.       OnEnter = DBCDlgCustRefEnter
  127.       OnExit = DBCDlgCustRefExit
  128.     end
  129.     object GroupBox1: TGroupBox
  130.       Left = 4
  131.       Top = 136
  132.       Width = 313
  133.       Height = 85
  134.       Caption = 'New Transaction Type'
  135.       TabOrder = 4
  136.       object RBInvoice: TRadioButton
  137.         Left = 12
  138.         Top = 24
  139.         Width = 113
  140.         Height = 17
  141.         Hint = 'Press F1 for help'
  142.         HelpContext = 482
  143.         Alignment = taLeftJustify
  144.         Caption = 'Invoice'
  145.         Checked = True
  146.         ParentShowHint = False
  147.         ShowHint = True
  148.         TabOrder = 0
  149.         TabStop = True
  150.         OnClick = RBInvoiceClick
  151.       end
  152.       object RBCreditNote: TRadioButton
  153.         Left = 12
  154.         Top = 52
  155.         Width = 113
  156.         Height = 17
  157.         Hint = 'Press F1 for help'
  158.         HelpContext = 482
  159.         Alignment = taLeftJustify
  160.         Caption = 'Credit Note'
  161.         ParentShowHint = False
  162.         ShowHint = True
  163.         TabOrder = 1
  164.         OnClick = RBCreditNoteClick
  165.       end
  166.       object RBProforma: TRadioButton
  167.         Left = 180
  168.         Top = 24
  169.         Width = 113
  170.         Height = 17
  171.         Hint = 'Press F1 for help'
  172.         HelpContext = 482
  173.         Alignment = taLeftJustify
  174.         Caption = 'Proforma'
  175.         ParentShowHint = False
  176.         ShowHint = True
  177.         TabOrder = 2
  178.         OnClick = RBProformaClick
  179.       end
  180.       object RBQuotation: TRadioButton
  181.         Left = 180
  182.         Top = 56
  183.         Width = 113
  184.         Height = 17
  185.         Hint = 'Press F1 for help'
  186.         HelpContext = 482
  187.         Alignment = taLeftJustify
  188.         Caption = 'Quotation'
  189.         ParentShowHint = False
  190.         ShowHint = True
  191.         TabOrder = 3
  192.         OnClick = RBQuotationClick
  193.       end
  194.     end
  195.   end
  196.   object Panel2: TPanel
  197.     Left = 0
  198.     Top = 224
  199.     Width = 321
  200.     Height = 44
  201.     Align = alBottom
  202.     BevelInner = bvRaised
  203.     BevelOuter = bvLowered
  204.     TabOrder = 1
  205.     object BtnCopy: TBitBtn
  206.       Left = 8
  207.       Top = 7
  208.       Width = 75
  209.       Height = 30
  210.       Hint = 'Create transaction and copy details'
  211.       Caption = 'C&opy'
  212.       Default = True
  213.       ParentShowHint = False
  214.       ShowHint = True
  215.       TabOrder = 0
  216.       OnClick = BtnCopyClick
  217.     end
  218.     object BtnCancel: TBitBtn
  219.       Left = 88
  220.       Top = 7
  221.       Width = 75
  222.       Height = 30
  223.       Cancel = True
  224.       Caption = '&Cancel'
  225.       ModalResult = 2
  226.       ParentShowHint = False
  227.       ShowHint = True
  228.       TabOrder = 1
  229.       NumGlyphs = 2
  230.     end
  231.     object btnHelp: TButton
  232.       Left = 237
  233.       Top = 7
  234.       Width = 75
  235.       Height = 30
  236.       Caption = '&Help'
  237.       ParentShowHint = False
  238.       ShowHint = True
  239.       TabOrder = 2
  240.       OnClick = btnHelpClick
  241.     end
  242.   end
  243.   object taTempInvoice1: TwwTable
  244.     DatabaseName = 'EmpireBuilder'
  245.     TableName = 'Invoice.DBF'
  246.     SyncSQLByRange = True
  247.     NarrowSearch = False
  248.     ValidateWithMask = True
  249.     Left = 221
  250.     Top = 122
  251.     object taTempInvoice1INVNO: TFloatField
  252.       FieldName = 'INVNO'
  253.     end
  254.     object taTempInvoice1INVTYPE: TStringField
  255.       FieldName = 'INVTYPE'
  256.       Size = 11
  257.     end
  258.     object taTempInvoice1PAYTYPE: TStringField
  259.       FieldName = 'PAYTYPE'
  260.       Size = 8
  261.     end
  262.     object taTempInvoice1BANK: TStringField
  263.       FieldName = 'BANK'
  264.       Size = 10
  265.     end
  266.     object taTempInvoice1PAYAMOUNT: TFloatField
  267.       FieldName = 'PAYAMOUNT'
  268.     end
  269.     object taTempInvoice1INVDATE: TDateField
  270.       FieldName = 'INVDATE'
  271.     end
  272.     object taTempInvoice1ACREF: TStringField
  273.       FieldName = 'ACREF'
  274.       Size = 10
  275.     end
  276.     object taTempInvoice1NAME: TStringField
  277.       FieldName = 'NAME'
  278.       Size = 30
  279.     end
  280.     object taTempInvoice1ADDRESS1: TStringField
  281.       FieldName = 'ADDRESS1'
  282.       Size = 30
  283.     end
  284.     object taTempInvoice1ADDRESS2: TStringField
  285.       FieldName = 'ADDRESS2'
  286.       Size = 30
  287.     end
  288.     object taTempInvoice1ADDRESS3: TStringField
  289.       FieldName = 'ADDRESS3'
  290.       Size = 30
  291.     end
  292.     object taTempInvoice1ADDRESS4: TStringField
  293.       FieldName = 'ADDRESS4'
  294.       Size = 30
  295.     end
  296.     object taTempInvoice1TELNO: TStringField
  297.       FieldName = 'TELNO'
  298.       Size = 15
  299.     end
  300.     object taTempInvoice1DELNAME: TStringField
  301.       FieldName = 'DELNAME'
  302.       Size = 30
  303.     end
  304.     object taTempInvoice1DELADD1: TStringField
  305.       FieldName = 'DELADD1'
  306.       Size = 30
  307.     end
  308.     object taTempInvoice1DELADD2: TStringField
  309.       FieldName = 'DELADD2'
  310.       Size = 30
  311.     end
  312.     object taTempInvoice1DELADD3: TStringField
  313.       FieldName = 'DELADD3'
  314.       Size = 30
  315.     end
  316.     object taTempInvoice1DELADD4: TStringField
  317.       FieldName = 'DELADD4'
  318.       Size = 30
  319.     end
  320.     object taTempInvoice1DELTELNO: TStringField
  321.       FieldName = 'DELTELNO'
  322.       Size = 15
  323.     end
  324.     object taTempInvoice1CORDER: TStringField
  325.       FieldName = 'CORDER'
  326.       Size = 15
  327.     end
  328.     object taTempInvoice1NOTES: TMemoField
  329.       FieldName = 'NOTES'
  330.       BlobType = ftMemo
  331.       Size = 1
  332.     end
  333.     object taTempInvoice1SETTDAYS: TSmallintField
  334.       FieldName = 'SETTDAYS'
  335.     end
  336.     object taTempInvoice1SETTDISC: TFloatField
  337.       FieldName = 'SETTDISC'
  338.     end
  339.     object taTempInvoice1ITEMSNETT: TFloatField
  340.       FieldName = 'ITEMSNETT'
  341.     end
  342.     object taTempInvoice1ITEMSDISC: TFloatField
  343.       FieldName = 'ITEMSDISC'
  344.     end
  345.     object taTempInvoice1ITEMSSUB: TFloatField
  346.       FieldName = 'ITEMSSUB'
  347.     end
  348.     object taTempInvoice1ITEMSTAX: TFloatField
  349.       FieldName = 'ITEMSTAX'
  350.     end
  351.     object taTempInvoice1ITEMSTOTAL: TFloatField
  352.       FieldName = 'ITEMSTOTAL'
  353.     end
  354.     object taTempInvoice1CARRIAGE: TFloatField
  355.       FieldName = 'CARRIAGE'
  356.     end
  357.     object taTempInvoice1CARTAXCODE: TStringField
  358.       FieldName = 'CARTAXCODE'
  359.       Size = 1
  360.     end
  361.     object taTempInvoice1CARTAX: TFloatField
  362.       FieldName = 'CARTAX'
  363.     end
  364.     object taTempInvoice1CARNOMINAL: TStringField
  365.       FieldName = 'CARNOMINAL'
  366.       Size = 10
  367.     end
  368.     object taTempInvoice1CARGROSS: TFloatField
  369.       FieldName = 'CARGROSS'
  370.     end
  371.     object taTempInvoice1TOTALNETT: TFloatField
  372.       FieldName = 'TOTALNETT'
  373.     end
  374.     object taTempInvoice1TOTALDISC: TFloatField
  375.       FieldName = 'TOTALDISC'
  376.     end
  377.     object taTempInvoice1TOTALSUB: TFloatField
  378.       FieldName = 'TOTALSUB'
  379.     end
  380.     object taTempInvoice1TOTALTAX: TFloatField
  381.       FieldName = 'TOTALTAX'
  382.     end
  383.     object taTempInvoice1INVTOTAL: TFloatField
  384.       FieldName = 'INVTOTAL'
  385.     end
  386.     object taTempInvoice1SDTOPAY: TFloatField
  387.       FieldName = 'SDTOPAY'
  388.     end
  389.     object taTempInvoice1POSTED: TBooleanField
  390.       FieldName = 'POSTED'
  391.     end
  392.     object taTempInvoice1PRINTED: TBooleanField
  393.       FieldName = 'PRINTED'
  394.     end
  395.     object taTempInvoice1PROFIT: TFloatField
  396.       FieldName = 'PROFIT'
  397.     end
  398.     object taTempInvoice1MARGIN: TFloatField
  399.       FieldName = 'MARGIN'
  400.     end
  401.   end
  402.   object taTempInvoice2: TwwTable
  403.     DatabaseName = 'EmpireBuilder'
  404.     TableName = 'Invoice2.DBF'
  405.     SyncSQLByRange = True
  406.     NarrowSearch = False
  407.     ValidateWithMask = True
  408.     Left = 248
  409.     Top = 122
  410.     object taTempInvoice2INVNO: TFloatField
  411.       FieldName = 'INVNO'
  412.     end
  413.     object taTempInvoice2STOCKCODE: TStringField
  414.       FieldName = 'STOCKCODE'
  415.       Size = 16
  416.     end
  417.     object taTempInvoice2DESC: TMemoField
  418.       FieldName = 'DESC'
  419.       BlobType = ftMemo
  420.       Size = 1
  421.     end
  422.     object taTempInvoice2QUAN: TFloatField
  423.       FieldName = 'QUAN'
  424.     end
  425.     object taTempInvoice2PRICE: TFloatField
  426.       FieldName = 'PRICE'
  427.     end
  428.     object taTempInvoice2DISC: TFloatField
  429.       FieldName = 'DISC'
  430.     end
  431.     object taTempInvoice2TAXCODE: TStringField
  432.       FieldName = 'TAXCODE'
  433.       Size = 1
  434.     end
  435.     object taTempInvoice2NOMINAL: TStringField
  436.       FieldName = 'NOMINAL'
  437.       Size = 10
  438.     end
  439.     object taTempInvoice2COSTPRICE: TFloatField
  440.       FieldName = 'COSTPRICE'
  441.     end
  442.     object taTempInvoice2PROFIT: TFloatField
  443.       FieldName = 'PROFIT'
  444.     end
  445.     object taTempInvoice2MARGIN: TFloatField
  446.       FieldName = 'MARGIN'
  447.     end
  448.     object taTempInvoice2NETT: TFloatField
  449.       FieldName = 'NETT'
  450.     end
  451.     object taTempInvoice2DISCOUNT: TFloatField
  452.       FieldName = 'DISCOUNT'
  453.     end
  454.     object taTempInvoice2SUBTOTAL: TFloatField
  455.       FieldName = 'SUBTOTAL'
  456.     end
  457.     object taTempInvoice2TAX: TFloatField
  458.       FieldName = 'TAX'
  459.     end
  460.     object taTempInvoice2TOTAL: TFloatField
  461.       FieldName = 'TOTAL'
  462.     end
  463.   end
  464.   object Sizer1: TSizer
  465.     Enabled = True
  466.     ExceptionAction = eaIgnoreControl
  467.     GridColumnSizing = gcSizeAllColumns
  468.     GridRowSizing = grSizeByDefaults
  469.     MinimumSize = True
  470.     NavigateOnEnter = True
  471.     OverrideParentFont = True
  472.     PerformAssertions = True
  473.     ShowAssertionFailures = False
  474.     StretchFonts = True
  475.     StretchImages = True
  476.     StretchOnResize = True
  477.     ThreadProcessing = True
  478.     Left = 280
  479.     Top = 122
  480.     ScreenWidth = (
  481.       800)
  482.     ScreenHeight = (
  483.       600)
  484.     OriginalFormWidth = (
  485.       329)
  486.     OriginalFormHeight = (
  487.       295)
  488.     OriginalFormLeft = (
  489.       290)
  490.     OriginalFormTop = (
  491.       150)
  492.     OriginalFormPPI = (
  493.       120)
  494.     OriginalClientWidth = (
  495.       321)
  496.     OriginalClientHeight = (
  497.       268)
  498.   end
  499. end
  500.