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

  1. object fmConvertInvoice: TfmConvertInvoice
  2.   Left = 291
  3.   Top = 96
  4.   HelpContext = 470
  5.   AutoScroll = False
  6.   Caption = 'Invoice Conversion'
  7.   ClientHeight = 409
  8.   ClientWidth = 341
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 364
  24.     Width = 341
  25.     Height = 45
  26.     Align = alBottom
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 1
  30.     object BtnOk: TBitBtn
  31.       Left = 8
  32.       Top = 7
  33.       Width = 75
  34.       Height = 30
  35.       Hint = 'Confirm conversion to create new invoice'
  36.       Caption = 'C&onvert'
  37.       ParentShowHint = False
  38.       ShowHint = True
  39.       TabOrder = 0
  40.       OnClick = BtnOkClick
  41.       NumGlyphs = 2
  42.     end
  43.     object BtnCancel: TBitBtn
  44.       Left = 100
  45.       Top = 7
  46.       Width = 75
  47.       Height = 30
  48.       Cancel = True
  49.       Caption = '&Cancel'
  50.       ModalResult = 2
  51.       ParentShowHint = False
  52.       ShowHint = True
  53.       TabOrder = 1
  54.       OnClick = BtnCancelClick
  55.       NumGlyphs = 2
  56.     end
  57.     object btnHelp: TButton
  58.       Left = 260
  59.       Top = 7
  60.       Width = 75
  61.       Height = 30
  62.       Caption = '&Help'
  63.       ParentShowHint = False
  64.       ShowHint = True
  65.       TabOrder = 2
  66.       OnClick = btnHelpClick
  67.     end
  68.   end
  69.   object Panel2: TPanel
  70.     Left = 0
  71.     Top = 0
  72.     Width = 341
  73.     Height = 364
  74.     Align = alClient
  75.     BevelInner = bvRaised
  76.     BevelOuter = bvLowered
  77.     TabOrder = 0
  78.     object Bevel1: TBevel
  79.       Left = 4
  80.       Top = 4
  81.       Width = 333
  82.       Height = 125
  83.       Shape = bsFrame
  84.     end
  85.     object Label1: TLabel
  86.       Left = 12
  87.       Top = 16
  88.       Width = 190
  89.       Height = 16
  90.       Caption = 'Transaction No. To Convert From'
  91.     end
  92.     object Label2: TLabel
  93.       Left = 12
  94.       Top = 44
  95.       Width = 146
  96.       Height = 16
  97.       Caption = 'Invoice No. To Convert To'
  98.     end
  99.     object Label3: TLabel
  100.       Left = 12
  101.       Top = 72
  102.       Width = 99
  103.       Height = 16
  104.       Caption = 'New Invoice Date'
  105.     end
  106.     object Label4: TLabel
  107.       Left = 12
  108.       Top = 100
  109.       Width = 116
  110.       Height = 16
  111.       Caption = 'Customer Order No.'
  112.     end
  113.     object GroupBox1: TGroupBox
  114.       Left = 4
  115.       Top = 136
  116.       Width = 333
  117.       Height = 165
  118.       Caption = 'Payment'
  119.       TabOrder = 4
  120.       object Label5: TLabel
  121.         Left = 8
  122.         Top = 48
  123.         Width = 99
  124.         Height = 16
  125.         Caption = 'Payment Method'
  126.       end
  127.       object Label6: TLabel
  128.         Left = 8
  129.         Top = 136
  130.         Width = 101
  131.         Height = 16
  132.         Caption = 'Payment Amount'
  133.       end
  134.       object Label51: TLabel
  135.         Left = 8
  136.         Top = 77
  137.         Width = 57
  138.         Height = 16
  139.         Caption = 'Bank Ref.'
  140.       end
  141.       object Label9: TLabel
  142.         Left = 8
  143.         Top = 106
  144.         Width = 71
  145.         Height = 16
  146.         Caption = 'Invoice Total'
  147.       end
  148.       object CBPayNow: TCheckBox
  149.         Left = 8
  150.         Top = 20
  151.         Width = 213
  152.         Height = 17
  153.         Hint = 'Press F1 for help'
  154.         HelpContext = 474
  155.         Alignment = taLeftJustify
  156.         Caption = '&Pay Invoice Now'
  157.         ParentShowHint = False
  158.         ShowHint = True
  159.         TabOrder = 0
  160.         OnClick = CBPayNowClick
  161.       end
  162.       object DBCBPayMethod: TwwDBComboBox
  163.         Left = 208
  164.         Top = 44
  165.         Width = 100
  166.         Height = 24
  167.         Hint = 'Press F1 for help'
  168.         HelpContext = 475
  169.         ShowButton = True
  170.         Style = csDropDown
  171.         MapList = False
  172.         AllowClearKey = False
  173.         DropDownCount = 8
  174.         Enabled = False
  175.         ItemHeight = 0
  176.         Items.Strings = (
  177.           'Account'
  178.           'Cash'
  179.           'Bank')
  180.         ParentShowHint = False
  181.         ShowHint = True
  182.         Sorted = False
  183.         TabOrder = 1
  184.         UnboundDataType = wwDefault
  185.         OnChange = DBCBPayMethodChange
  186.         OnExit = DBCBPayMethodExit
  187.       end
  188.       object DBCBBankCashAcc: TwwDBLookupCombo
  189.         Left = 208
  190.         Top = 73
  191.         Width = 100
  192.         Height = 24
  193.         Hint = 'Press F1 for help'
  194.         HelpContext = 440
  195.         DropDownAlignment = taLeftJustify
  196.         Selected.Strings = (
  197.           'NOMACC'#9'10'#9'Bank Ref.'
  198.           'NOMNAME'#9'30'#9'Bank Name')
  199.         LookupTable = taCashBank
  200.         LookupField = 'NOMACC'
  201.         Options = [loColLines, loTitles]
  202.         Enabled = False
  203.         ParentShowHint = False
  204.         ShowHint = True
  205.         TabOrder = 2
  206.         AutoDropDown = False
  207.         ShowButton = True
  208.         AllowClearKey = False
  209.         OnChange = DBCBBankCashAccChange
  210.         OnExit = DBCBBankCashAccExit
  211.         OnNotInList = DBCBBankCashAccNotInList
  212.       end
  213.       object CEInvoiceTotal: TCurrencyEdit
  214.         Left = 208
  215.         Top = 102
  216.         Width = 100
  217.         Height = 24
  218.         TabStop = False
  219.         AutoSize = False
  220.         Ctl3D = True
  221.         DisplayFormat = '0.00'
  222.         ParentColor = True
  223.         ParentCtl3D = False
  224.         ReadOnly = True
  225.         TabOrder = 3
  226.       end
  227.       object EPayAmount: TRxCalcEdit
  228.         Left = 208
  229.         Top = 132
  230.         Width = 100
  231.         Height = 24
  232.         Hint = 'Press F1 for help'
  233.         HelpContext = 441
  234.         AutoSize = False
  235.         ClickKey = 16451
  236.         DisplayFormat = '0.00'
  237.         Enabled = False
  238.         NumGlyphs = 2
  239.         ParentShowHint = False
  240.         ShowHint = True
  241.         TabOrder = 4
  242.         OnChange = EPayAmountChange
  243.         OnExit = EPayAmountExit
  244.       end
  245.     end
  246.     object ECustOrdNo: TEdit
  247.       Left = 212
  248.       Top = 96
  249.       Width = 121
  250.       Height = 24
  251.       Hint = 'Press F1 for help'
  252.       HelpContext = 473
  253.       ParentShowHint = False
  254.       ShowHint = True
  255.       TabOrder = 3
  256.     end
  257.     object EConvTo: TCurrencyEdit
  258.       Left = 212
  259.       Top = 40
  260.       Width = 100
  261.       Height = 24
  262.       TabStop = False
  263.       AutoSize = False
  264.       Ctl3D = True
  265.       DisplayFormat = '0'
  266.       ParentColor = True
  267.       ParentCtl3D = False
  268.       ReadOnly = True
  269.       TabOrder = 1
  270.     end
  271.     object DBCDlgDate: TDateEdit
  272.       Left = 212
  273.       Top = 68
  274.       Width = 100
  275.       Height = 24
  276.       Hint = 'Press F1 for help'
  277.       HelpContext = 472
  278.       ClickKey = 16452
  279.       NumGlyphs = 2
  280.       ParentShowHint = False
  281.       ShowHint = True
  282.       CalendarStyle = csDialog
  283.       Weekends = [Sun, Sat]
  284.       YearDigits = dyFour
  285.       TabOrder = 2
  286.       OnChange = DBCDlgDateChange
  287.       OnExit = DBCDlgDateExit
  288.     end
  289.     object DBCDlgConvFrom: TComboEdit
  290.       Left = 212
  291.       Top = 12
  292.       Width = 100
  293.       Height = 24
  294.       Hint = 'Press F1 for help'
  295.       HelpContext = 471
  296.       ClickKey = 16467
  297.       ButtonWidth = 24
  298.       NumGlyphs = 1
  299.       ParentShowHint = False
  300.       ShowHint = True
  301.       TabOrder = 0
  302.       OnButtonClick = DBCDlgConvFromButtonClick
  303.       OnChange = DBCDlgConvFromChange
  304.       OnEnter = DBCDlgConvFromEnter
  305.       OnExit = DBCDlgConvFromExit
  306.     end
  307.     object Panel3: TPanel
  308.       Left = 2
  309.       Top = 304
  310.       Width = 337
  311.       Height = 58
  312.       Align = alBottom
  313.       BevelInner = bvRaised
  314.       BevelOuter = bvLowered
  315.       TabOrder = 5
  316.       object Label7: TLabel
  317.         Left = 8
  318.         Top = 26
  319.         Width = 312
  320.         Height = 12
  321.         Caption = 'If you need to make changes to the new invoice do not select to'
  322.         Font.Charset = DEFAULT_CHARSET
  323.         Font.Color = clWindowText
  324.         Font.Height = -10
  325.         Font.Name = 'Arial'
  326.         Font.Style = [fsBold]
  327.         ParentFont = False
  328.       end
  329.       object Label8: TLabel
  330.         Left = 8
  331.         Top = 38
  332.         Width = 57
  333.         Height = 12
  334.         Caption = 'post it now.'
  335.         Font.Charset = DEFAULT_CHARSET
  336.         Font.Color = clWindowText
  337.         Font.Height = -10
  338.         Font.Name = 'Arial'
  339.         Font.Style = [fsBold]
  340.         ParentFont = False
  341.       end
  342.       object CBPostNow: TCheckBox
  343.         Left = 8
  344.         Top = 9
  345.         Width = 213
  346.         Height = 17
  347.         Hint = 'Press F1 for help'
  348.         HelpContext = 476
  349.         Alignment = taLeftJustify
  350.         Caption = 'P&ost Now'
  351.         ParentShowHint = False
  352.         ShowHint = True
  353.         TabOrder = 0
  354.       end
  355.     end
  356.   end
  357.   object taCashBank: TwwTable
  358.     SyncSQLByRange = True
  359.     NarrowSearch = False
  360.     ValidateWithMask = True
  361.     Left = 148
  362.     Top = 190
  363.   end
  364.   object dsCashBank: TwwDataSource
  365.     DataSet = taCashBank
  366.     Left = 136
  367.     Top = 222
  368.   end
  369.   object Sizer1: TSizer
  370.     Enabled = True
  371.     ExceptionAction = eaIgnoreControl
  372.     GridColumnSizing = gcSizeAllColumns
  373.     GridRowSizing = grSizeByDefaults
  374.     MinimumSize = True
  375.     NavigateOnEnter = True
  376.     OverrideParentFont = True
  377.     PerformAssertions = True
  378.     ShowAssertionFailures = False
  379.     StretchFonts = True
  380.     StretchImages = True
  381.     StretchOnResize = True
  382.     ThreadProcessing = True
  383.     Left = 116
  384.     Top = 188
  385.     ScreenWidth = (
  386.       800)
  387.     ScreenHeight = (
  388.       600)
  389.     OriginalFormWidth = (
  390.       349)
  391.     OriginalFormHeight = (
  392.       436)
  393.     OriginalFormLeft = (
  394.       291)
  395.     OriginalFormTop = (
  396.       96)
  397.     OriginalFormPPI = (
  398.       120)
  399.     OriginalClientWidth = (
  400.       341)
  401.     OriginalClientHeight = (
  402.       409)
  403.   end
  404. end
  405.