_ Partial Class frmVorauskasseFuellen Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmVorauskasseFuellen)) Me.btnWeiter = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.lblRechnungsbetrag = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtFrachtkostenAusl = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtZwischensumme = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtZoll = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtFrachtkostenInl = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtEustSonstBetrag = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtSumme = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtEUST = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.txtEustSonstText = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtZollProzent = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.pnl = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel() Me.txtEust2 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtZoll2 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label17 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.txtAndereAbgabenText = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtAndereAbgabenBetrag = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtWeitereTarifPos = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtVerzollungskosten = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label21 = New System.Windows.Forms.Label() Me.Label22 = New System.Windows.Forms.Label() Me.txtClearing = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtATLAS = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.txtKorrRechnung = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtUebersetzungRg = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.txtAviso = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtSvs = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.txtSonstigeKosten = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtMWST = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.txtPapierePorti = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtGesamtsumme = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.Label11 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label24 = New System.Windows.Forms.Label() Me.KdSearchBox1 = New VERAG_PROG_ALLGEMEIN.KdSearchBox() Me.lblFirma = New System.Windows.Forms.Label() Me.lblStrasse = New System.Windows.Forms.Label() Me.lblOrt = New System.Windows.Forms.Label() Me.txtEustProzent = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtMwstProzent = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.SuspendLayout() ' 'btnWeiter ' Me.btnWeiter.DialogResult = System.Windows.Forms.DialogResult.OK Me.btnWeiter.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnWeiter.Location = New System.Drawing.Point(520, 338) Me.btnWeiter.Name = "btnWeiter" Me.btnWeiter.Size = New System.Drawing.Size(102, 26) Me.btnWeiter.TabIndex = 18 Me.btnWeiter.Text = "Weiter" Me.btnWeiter.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(349, 338) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(102, 26) Me.Button1.TabIndex = 18 Me.Button1.Text = "Abbrechen" Me.Button1.UseVisualStyleBackColor = True ' 'lblRechnungsbetrag ' Me.lblRechnungsbetrag._numbersOnly = False Me.lblRechnungsbetrag._Prozent = False Me.lblRechnungsbetrag._ShortDateNew = False Me.lblRechnungsbetrag._ShortDateOnly = False Me.lblRechnungsbetrag._TimeOnly = False Me.lblRechnungsbetrag._value = Nothing Me.lblRechnungsbetrag._Waehrung = True Me.lblRechnungsbetrag.ForeColor = System.Drawing.Color.Black Me.lblRechnungsbetrag.Location = New System.Drawing.Point(162, 159) Me.lblRechnungsbetrag.Name = "lblRechnungsbetrag" Me.lblRechnungsbetrag.Size = New System.Drawing.Size(78, 20) Me.lblRechnungsbetrag.TabIndex = 20 Me.lblRechnungsbetrag.Text = "0" Me.lblRechnungsbetrag.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtFrachtkostenAusl ' Me.txtFrachtkostenAusl._numbersOnly = False Me.txtFrachtkostenAusl._Prozent = False Me.txtFrachtkostenAusl._ShortDateNew = False Me.txtFrachtkostenAusl._ShortDateOnly = False Me.txtFrachtkostenAusl._TimeOnly = False Me.txtFrachtkostenAusl._value = Nothing Me.txtFrachtkostenAusl._Waehrung = True Me.txtFrachtkostenAusl.ForeColor = System.Drawing.Color.Black Me.txtFrachtkostenAusl.Location = New System.Drawing.Point(162, 178) Me.txtFrachtkostenAusl.Name = "txtFrachtkostenAusl" Me.txtFrachtkostenAusl.Size = New System.Drawing.Size(78, 20) Me.txtFrachtkostenAusl.TabIndex = 20 Me.txtFrachtkostenAusl.Text = "0" Me.txtFrachtkostenAusl.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtZwischensumme ' Me.txtZwischensumme._numbersOnly = False Me.txtZwischensumme._Prozent = False Me.txtZwischensumme._ShortDateNew = False Me.txtZwischensumme._ShortDateOnly = False Me.txtZwischensumme._TimeOnly = False Me.txtZwischensumme._value = Nothing Me.txtZwischensumme._Waehrung = True Me.txtZwischensumme.ForeColor = System.Drawing.Color.Black Me.txtZwischensumme.Location = New System.Drawing.Point(162, 204) Me.txtZwischensumme.Name = "txtZwischensumme" Me.txtZwischensumme.Size = New System.Drawing.Size(78, 20) Me.txtZwischensumme.TabIndex = 20 Me.txtZwischensumme.Text = "0" Me.txtZwischensumme.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtZoll ' Me.txtZoll._numbersOnly = False Me.txtZoll._Prozent = False Me.txtZoll._ShortDateNew = False Me.txtZoll._ShortDateOnly = False Me.txtZoll._TimeOnly = False Me.txtZoll._value = Nothing Me.txtZoll._Waehrung = True Me.txtZoll.ForeColor = System.Drawing.Color.Black Me.txtZoll.Location = New System.Drawing.Point(162, 223) Me.txtZoll.Name = "txtZoll" Me.txtZoll.Size = New System.Drawing.Size(78, 20) Me.txtZoll.TabIndex = 20 Me.txtZoll.Text = "0" Me.txtZoll.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtFrachtkostenInl ' Me.txtFrachtkostenInl._numbersOnly = False Me.txtFrachtkostenInl._Prozent = False Me.txtFrachtkostenInl._ShortDateNew = False Me.txtFrachtkostenInl._ShortDateOnly = False Me.txtFrachtkostenInl._TimeOnly = False Me.txtFrachtkostenInl._value = Nothing Me.txtFrachtkostenInl._Waehrung = True Me.txtFrachtkostenInl.ForeColor = System.Drawing.Color.Black Me.txtFrachtkostenInl.Location = New System.Drawing.Point(162, 242) Me.txtFrachtkostenInl.Name = "txtFrachtkostenInl" Me.txtFrachtkostenInl.Size = New System.Drawing.Size(78, 20) Me.txtFrachtkostenInl.TabIndex = 20 Me.txtFrachtkostenInl.Text = "0" Me.txtFrachtkostenInl.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtEustSonstBetrag ' Me.txtEustSonstBetrag._numbersOnly = False Me.txtEustSonstBetrag._Prozent = False Me.txtEustSonstBetrag._ShortDateNew = False Me.txtEustSonstBetrag._ShortDateOnly = False Me.txtEustSonstBetrag._TimeOnly = False Me.txtEustSonstBetrag._value = Nothing Me.txtEustSonstBetrag._Waehrung = True Me.txtEustSonstBetrag.ForeColor = System.Drawing.Color.Black Me.txtEustSonstBetrag.Location = New System.Drawing.Point(162, 261) Me.txtEustSonstBetrag.Name = "txtEustSonstBetrag" Me.txtEustSonstBetrag.Size = New System.Drawing.Size(78, 20) Me.txtEustSonstBetrag.TabIndex = 20 Me.txtEustSonstBetrag.Text = "0" Me.txtEustSonstBetrag.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSumme ' Me.txtSumme._numbersOnly = False Me.txtSumme._Prozent = False Me.txtSumme._ShortDateNew = False Me.txtSumme._ShortDateOnly = False Me.txtSumme._TimeOnly = False Me.txtSumme._value = Nothing Me.txtSumme._Waehrung = True Me.txtSumme.ForeColor = System.Drawing.Color.Black Me.txtSumme.Location = New System.Drawing.Point(162, 287) Me.txtSumme.Name = "txtSumme" Me.txtSumme.Size = New System.Drawing.Size(78, 20) Me.txtSumme.TabIndex = 20 Me.txtSumme.Text = "0" Me.txtSumme.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtEUST ' Me.txtEUST._numbersOnly = False Me.txtEUST._Prozent = False Me.txtEUST._ShortDateNew = False Me.txtEUST._ShortDateOnly = False Me.txtEUST._TimeOnly = False Me.txtEUST._value = Nothing Me.txtEUST._Waehrung = True Me.txtEUST.ForeColor = System.Drawing.Color.Black Me.txtEUST.Location = New System.Drawing.Point(162, 306) Me.txtEUST.Name = "txtEUST" Me.txtEUST.Size = New System.Drawing.Size(78, 20) Me.txtEUST.TabIndex = 20 Me.txtEUST.Text = "0" Me.txtEUST.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(26, 162) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(92, 13) Me.Label12.TabIndex = 0 Me.Label12.Text = "Rechnungsbetrag" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(26, 181) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(110, 13) Me.Label13.TabIndex = 0 Me.Label13.Text = "Frachtkosten Ausland" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(26, 207) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(86, 13) Me.Label14.TabIndex = 0 Me.Label14.Text = "Zwischensumme" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(26, 226) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(38, 13) Me.Label15.TabIndex = 0 Me.Label15.Text = "ZOLL" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(26, 245) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(101, 13) Me.Label16.TabIndex = 0 Me.Label16.Text = "Frachtkosten Inland" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(26, 290) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(42, 13) Me.Label18.TabIndex = 0 Me.Label18.Text = "Summe" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(26, 309) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(40, 13) Me.Label19.TabIndex = 0 Me.Label19.Text = "EUST" ' 'txtEustSonstText ' Me.txtEustSonstText._numbersOnly = False Me.txtEustSonstText._Prozent = False Me.txtEustSonstText._ShortDateNew = False Me.txtEustSonstText._ShortDateOnly = False Me.txtEustSonstText._TimeOnly = False Me.txtEustSonstText._value = Nothing Me.txtEustSonstText._Waehrung = False Me.txtEustSonstText.Location = New System.Drawing.Point(29, 261) Me.txtEustSonstText.Name = "txtEustSonstText" Me.txtEustSonstText.Size = New System.Drawing.Size(125, 20) Me.txtEustSonstText.TabIndex = 10 Me.txtEustSonstText.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtZollProzent ' Me.txtZollProzent._numbersOnly = False Me.txtZollProzent._Prozent = True Me.txtZollProzent._ShortDateNew = False Me.txtZollProzent._ShortDateOnly = False Me.txtZollProzent._TimeOnly = False Me.txtZollProzent._value = Nothing Me.txtZollProzent._Waehrung = False Me.txtZollProzent.ForeColor = System.Drawing.Color.Black Me.txtZollProzent.Location = New System.Drawing.Point(75, 223) Me.txtZollProzent.Name = "txtZollProzent" Me.txtZollProzent.Size = New System.Drawing.Size(52, 20) Me.txtZollProzent.TabIndex = 20 Me.txtZollProzent.Text = "0" Me.txtZollProzent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'pnl ' Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Location = New System.Drawing.Point(26, 200) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(220, 2) Me.pnl.TabIndex = 21 ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Location = New System.Drawing.Point(26, 283) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(220, 2) Me.Panel1.TabIndex = 22 ' 'txtEust2 ' Me.txtEust2._numbersOnly = False Me.txtEust2._Prozent = False Me.txtEust2._ShortDateNew = False Me.txtEust2._ShortDateOnly = False Me.txtEust2._TimeOnly = False Me.txtEust2._value = Nothing Me.txtEust2._Waehrung = True Me.txtEust2.ForeColor = System.Drawing.Color.Black Me.txtEust2.Location = New System.Drawing.Point(544, 42) Me.txtEust2.Name = "txtEust2" Me.txtEust2.Size = New System.Drawing.Size(78, 20) Me.txtEust2.TabIndex = 25 Me.txtEust2.Text = "0" Me.txtEust2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtZoll2 ' Me.txtZoll2._numbersOnly = False Me.txtZoll2._Prozent = False Me.txtZoll2._ShortDateNew = False Me.txtZoll2._ShortDateOnly = False Me.txtZoll2._TimeOnly = False Me.txtZoll2._value = Nothing Me.txtZoll2._Waehrung = True Me.txtZoll2.ForeColor = System.Drawing.Color.Black Me.txtZoll2.Location = New System.Drawing.Point(544, 23) Me.txtZoll2.Name = "txtZoll2" Me.txtZoll2.Size = New System.Drawing.Size(78, 20) Me.txtZoll2.TabIndex = 26 Me.txtZoll2.Text = "0" Me.txtZoll2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(378, 45) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(40, 13) Me.Label17.TabIndex = 23 Me.Label17.Text = "EUST" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(378, 26) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(38, 13) Me.Label20.TabIndex = 24 Me.Label20.Text = "ZOLL" ' 'txtAndereAbgabenText ' Me.txtAndereAbgabenText._numbersOnly = False Me.txtAndereAbgabenText._Prozent = False Me.txtAndereAbgabenText._ShortDateNew = False Me.txtAndereAbgabenText._ShortDateOnly = False Me.txtAndereAbgabenText._TimeOnly = False Me.txtAndereAbgabenText._value = Nothing Me.txtAndereAbgabenText._Waehrung = False Me.txtAndereAbgabenText.Location = New System.Drawing.Point(381, 61) Me.txtAndereAbgabenText.Name = "txtAndereAbgabenText" Me.txtAndereAbgabenText.Size = New System.Drawing.Size(125, 20) Me.txtAndereAbgabenText.TabIndex = 10 Me.txtAndereAbgabenText.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtAndereAbgabenBetrag ' Me.txtAndereAbgabenBetrag._numbersOnly = False Me.txtAndereAbgabenBetrag._Prozent = False Me.txtAndereAbgabenBetrag._ShortDateNew = False Me.txtAndereAbgabenBetrag._ShortDateOnly = False Me.txtAndereAbgabenBetrag._TimeOnly = False Me.txtAndereAbgabenBetrag._value = Nothing Me.txtAndereAbgabenBetrag._Waehrung = True Me.txtAndereAbgabenBetrag.ForeColor = System.Drawing.Color.Black Me.txtAndereAbgabenBetrag.Location = New System.Drawing.Point(544, 61) Me.txtAndereAbgabenBetrag.Name = "txtAndereAbgabenBetrag" Me.txtAndereAbgabenBetrag.Size = New System.Drawing.Size(78, 20) Me.txtAndereAbgabenBetrag.TabIndex = 20 Me.txtAndereAbgabenBetrag.Text = "0" Me.txtAndereAbgabenBetrag.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeitereTarifPos ' Me.txtWeitereTarifPos._numbersOnly = False Me.txtWeitereTarifPos._Prozent = False Me.txtWeitereTarifPos._ShortDateNew = False Me.txtWeitereTarifPos._ShortDateOnly = False Me.txtWeitereTarifPos._TimeOnly = False Me.txtWeitereTarifPos._value = Nothing Me.txtWeitereTarifPos._Waehrung = True Me.txtWeitereTarifPos.ForeColor = System.Drawing.Color.Black Me.txtWeitereTarifPos.Location = New System.Drawing.Point(544, 106) Me.txtWeitereTarifPos.Name = "txtWeitereTarifPos" Me.txtWeitereTarifPos.Size = New System.Drawing.Size(78, 20) Me.txtWeitereTarifPos.TabIndex = 29 Me.txtWeitereTarifPos.Text = "0" Me.txtWeitereTarifPos.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtVerzollungskosten ' Me.txtVerzollungskosten._numbersOnly = False Me.txtVerzollungskosten._Prozent = False Me.txtVerzollungskosten._ShortDateNew = False Me.txtVerzollungskosten._ShortDateOnly = False Me.txtVerzollungskosten._TimeOnly = False Me.txtVerzollungskosten._value = Nothing Me.txtVerzollungskosten._Waehrung = True Me.txtVerzollungskosten.ForeColor = System.Drawing.Color.Black Me.txtVerzollungskosten.Location = New System.Drawing.Point(544, 87) Me.txtVerzollungskosten.Name = "txtVerzollungskosten" Me.txtVerzollungskosten.Size = New System.Drawing.Size(78, 20) Me.txtVerzollungskosten.TabIndex = 30 Me.txtVerzollungskosten.Text = "0" Me.txtVerzollungskosten.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(378, 109) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(89, 13) Me.Label21.TabIndex = 27 Me.Label21.Text = "weitere Tarif-Pos." ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(378, 90) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(93, 13) Me.Label22.TabIndex = 28 Me.Label22.Text = "Verzollungskosten" ' 'txtClearing ' Me.txtClearing._numbersOnly = False Me.txtClearing._Prozent = False Me.txtClearing._ShortDateNew = False Me.txtClearing._ShortDateOnly = False Me.txtClearing._TimeOnly = False Me.txtClearing._value = Nothing Me.txtClearing._Waehrung = True Me.txtClearing.ForeColor = System.Drawing.Color.Black Me.txtClearing.Location = New System.Drawing.Point(544, 144) Me.txtClearing.Name = "txtClearing" Me.txtClearing.Size = New System.Drawing.Size(78, 20) Me.txtClearing.TabIndex = 33 Me.txtClearing.Text = "0" Me.txtClearing.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtATLAS ' Me.txtATLAS._numbersOnly = False Me.txtATLAS._Prozent = False Me.txtATLAS._ShortDateNew = False Me.txtATLAS._ShortDateOnly = False Me.txtATLAS._TimeOnly = False Me.txtATLAS._value = Nothing Me.txtATLAS._Waehrung = True Me.txtATLAS.ForeColor = System.Drawing.Color.Black Me.txtATLAS.Location = New System.Drawing.Point(544, 125) Me.txtATLAS.Name = "txtATLAS" Me.txtATLAS.Size = New System.Drawing.Size(78, 20) Me.txtATLAS.TabIndex = 34 Me.txtATLAS.Text = "0" Me.txtATLAS.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(378, 147) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(45, 13) Me.Label1.TabIndex = 31 Me.Label1.Text = "Clearing" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(378, 128) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(41, 13) Me.Label2.TabIndex = 32 Me.Label2.Text = "ATLAS" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(378, 166) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(129, 13) Me.Label3.TabIndex = 32 Me.Label3.Text = "korr. Rechnung anfordern" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(378, 185) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(115, 13) Me.Label4.TabIndex = 31 Me.Label4.Text = "Übersetung Rechnung" ' 'txtKorrRechnung ' Me.txtKorrRechnung._numbersOnly = False Me.txtKorrRechnung._Prozent = False Me.txtKorrRechnung._ShortDateNew = False Me.txtKorrRechnung._ShortDateOnly = False Me.txtKorrRechnung._TimeOnly = False Me.txtKorrRechnung._value = Nothing Me.txtKorrRechnung._Waehrung = True Me.txtKorrRechnung.ForeColor = System.Drawing.Color.Black Me.txtKorrRechnung.Location = New System.Drawing.Point(544, 163) Me.txtKorrRechnung.Name = "txtKorrRechnung" Me.txtKorrRechnung.Size = New System.Drawing.Size(78, 20) Me.txtKorrRechnung.TabIndex = 34 Me.txtKorrRechnung.Text = "0" Me.txtKorrRechnung.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtUebersetzungRg ' Me.txtUebersetzungRg._numbersOnly = False Me.txtUebersetzungRg._Prozent = False Me.txtUebersetzungRg._ShortDateNew = False Me.txtUebersetzungRg._ShortDateOnly = False Me.txtUebersetzungRg._TimeOnly = False Me.txtUebersetzungRg._value = Nothing Me.txtUebersetzungRg._Waehrung = True Me.txtUebersetzungRg.ForeColor = System.Drawing.Color.Black Me.txtUebersetzungRg.Location = New System.Drawing.Point(544, 182) Me.txtUebersetzungRg.Name = "txtUebersetzungRg" Me.txtUebersetzungRg.Size = New System.Drawing.Size(78, 20) Me.txtUebersetzungRg.TabIndex = 33 Me.txtUebersetzungRg.Text = "0" Me.txtUebersetzungRg.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(378, 204) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(33, 13) Me.Label5.TabIndex = 32 Me.Label5.Text = "Aviso" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(378, 223) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(28, 13) Me.Label6.TabIndex = 31 Me.Label6.Text = "SVS" ' 'txtAviso ' Me.txtAviso._numbersOnly = False Me.txtAviso._Prozent = False Me.txtAviso._ShortDateNew = False Me.txtAviso._ShortDateOnly = False Me.txtAviso._TimeOnly = False Me.txtAviso._value = Nothing Me.txtAviso._Waehrung = True Me.txtAviso.ForeColor = System.Drawing.Color.Black Me.txtAviso.Location = New System.Drawing.Point(544, 201) Me.txtAviso.Name = "txtAviso" Me.txtAviso.Size = New System.Drawing.Size(78, 20) Me.txtAviso.TabIndex = 34 Me.txtAviso.Text = "0" Me.txtAviso.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSvs ' Me.txtSvs._numbersOnly = False Me.txtSvs._Prozent = False Me.txtSvs._ShortDateNew = False Me.txtSvs._ShortDateOnly = False Me.txtSvs._TimeOnly = False Me.txtSvs._value = Nothing Me.txtSvs._Waehrung = True Me.txtSvs.ForeColor = System.Drawing.Color.Black Me.txtSvs.Location = New System.Drawing.Point(544, 220) Me.txtSvs.Name = "txtSvs" Me.txtSvs.Size = New System.Drawing.Size(78, 20) Me.txtSvs.TabIndex = 33 Me.txtSvs.Text = "0" Me.txtSvs.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(378, 242) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(84, 13) Me.Label7.TabIndex = 32 Me.Label7.Text = "Sonstige Kosten" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(378, 261) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(129, 13) Me.Label8.TabIndex = 31 Me.Label8.Text = "MWSt. aus Dienstleistung" ' 'txtSonstigeKosten ' Me.txtSonstigeKosten._numbersOnly = False Me.txtSonstigeKosten._Prozent = False Me.txtSonstigeKosten._ShortDateNew = False Me.txtSonstigeKosten._ShortDateOnly = False Me.txtSonstigeKosten._TimeOnly = False Me.txtSonstigeKosten._value = Nothing Me.txtSonstigeKosten._Waehrung = True Me.txtSonstigeKosten.ForeColor = System.Drawing.Color.Black Me.txtSonstigeKosten.Location = New System.Drawing.Point(544, 239) Me.txtSonstigeKosten.Name = "txtSonstigeKosten" Me.txtSonstigeKosten.Size = New System.Drawing.Size(78, 20) Me.txtSonstigeKosten.TabIndex = 34 Me.txtSonstigeKosten.Text = "0" Me.txtSonstigeKosten.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtMWST ' Me.txtMWST._numbersOnly = False Me.txtMWST._Prozent = False Me.txtMWST._ShortDateNew = False Me.txtMWST._ShortDateOnly = False Me.txtMWST._TimeOnly = False Me.txtMWST._value = Nothing Me.txtMWST._Waehrung = True Me.txtMWST.ForeColor = System.Drawing.Color.Black Me.txtMWST.Location = New System.Drawing.Point(544, 258) Me.txtMWST.Name = "txtMWST" Me.txtMWST.Size = New System.Drawing.Size(78, 20) Me.txtMWST.TabIndex = 33 Me.txtMWST.Text = "0" Me.txtMWST.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(378, 280) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(67, 13) Me.Label9.TabIndex = 32 Me.Label9.Text = "Papiere Porti" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(378, 306) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(76, 13) Me.Label10.TabIndex = 31 Me.Label10.Text = "Gesamtsumme" ' 'txtPapierePorti ' Me.txtPapierePorti._numbersOnly = False Me.txtPapierePorti._Prozent = False Me.txtPapierePorti._ShortDateNew = False Me.txtPapierePorti._ShortDateOnly = False Me.txtPapierePorti._TimeOnly = False Me.txtPapierePorti._value = Nothing Me.txtPapierePorti._Waehrung = True Me.txtPapierePorti.ForeColor = System.Drawing.Color.Black Me.txtPapierePorti.Location = New System.Drawing.Point(544, 277) Me.txtPapierePorti.Name = "txtPapierePorti" Me.txtPapierePorti.Size = New System.Drawing.Size(78, 20) Me.txtPapierePorti.TabIndex = 34 Me.txtPapierePorti.Text = "0" Me.txtPapierePorti.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtGesamtsumme ' Me.txtGesamtsumme._numbersOnly = False Me.txtGesamtsumme._Prozent = False Me.txtGesamtsumme._ShortDateNew = False Me.txtGesamtsumme._ShortDateOnly = False Me.txtGesamtsumme._TimeOnly = False Me.txtGesamtsumme._value = Nothing Me.txtGesamtsumme._Waehrung = True Me.txtGesamtsumme.ForeColor = System.Drawing.Color.Black Me.txtGesamtsumme.Location = New System.Drawing.Point(544, 303) Me.txtGesamtsumme.Name = "txtGesamtsumme" Me.txtGesamtsumme.Size = New System.Drawing.Size(78, 20) Me.txtGesamtsumme.TabIndex = 33 Me.txtGesamtsumme.Text = "0" Me.txtGesamtsumme.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Panel2 ' Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel2.Location = New System.Drawing.Point(377, 83) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(257, 2) Me.Panel2.TabIndex = 22 ' 'Panel3 ' Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel3.Location = New System.Drawing.Point(377, 299) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(257, 2) Me.Panel3.TabIndex = 35 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(26, 131) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(124, 13) Me.Label11.TabIndex = 24 Me.Label11.Text = "Abgebenberechnung" ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label23.Location = New System.Drawing.Point(378, 9) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(108, 13) Me.Label23.TabIndex = 24 Me.Label23.Text = "Kostenaufstellung" ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label24.Location = New System.Drawing.Point(26, 9) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(43, 13) Me.Label24.TabIndex = 24 Me.Label24.Text = "Kunde" ' 'KdSearchBox1 ' Me.KdSearchBox1._AllowSetValue = False Me.KdSearchBox1._displayFullName = False Me.KdSearchBox1._hideIfListEmpty = True Me.KdSearchBox1._loadKdData = False Me.KdSearchBox1._ValueKdAndName = True Me.KdSearchBox1.dgvpos = "LEFT" Me.KdSearchBox1.KdName = Nothing Me.KdSearchBox1.KdNr = "-1" Me.KdSearchBox1.kdNrField = Nothing Me.KdSearchBox1.Location = New System.Drawing.Point(26, 26) Me.KdSearchBox1.Name = "KdSearchBox1" Me.KdSearchBox1.nurAktive = True Me.KdSearchBox1.searchActive = True Me.KdSearchBox1.Size = New System.Drawing.Size(272, 20) Me.KdSearchBox1.TabIndex = 36 Me.KdSearchBox1.usrcntl = Nothing ' 'lblFirma ' Me.lblFirma.AutoSize = True Me.lblFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFirma.Location = New System.Drawing.Point(26, 61) Me.lblFirma.Name = "lblFirma" Me.lblFirma.Size = New System.Drawing.Size(11, 13) Me.lblFirma.TabIndex = 24 Me.lblFirma.Text = "-" ' 'lblStrasse ' Me.lblStrasse.AutoSize = True Me.lblStrasse.Location = New System.Drawing.Point(26, 74) Me.lblStrasse.Name = "lblStrasse" Me.lblStrasse.Size = New System.Drawing.Size(10, 13) Me.lblStrasse.TabIndex = 0 Me.lblStrasse.Text = "-" ' 'lblOrt ' Me.lblOrt.AutoSize = True Me.lblOrt.Location = New System.Drawing.Point(26, 87) Me.lblOrt.Name = "lblOrt" Me.lblOrt.Size = New System.Drawing.Size(10, 13) Me.lblOrt.TabIndex = 0 Me.lblOrt.Text = "-" ' 'txtEustProzent ' Me.txtEustProzent._numbersOnly = False Me.txtEustProzent._Prozent = True Me.txtEustProzent._ShortDateNew = False Me.txtEustProzent._ShortDateOnly = False Me.txtEustProzent._TimeOnly = False Me.txtEustProzent._value = Nothing Me.txtEustProzent._Waehrung = False Me.txtEustProzent.ForeColor = System.Drawing.Color.Black Me.txtEustProzent.Location = New System.Drawing.Point(75, 306) Me.txtEustProzent.Name = "txtEustProzent" Me.txtEustProzent.Size = New System.Drawing.Size(52, 20) Me.txtEustProzent.TabIndex = 37 Me.txtEustProzent.Text = "0" Me.txtEustProzent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtMwstProzent ' Me.txtMwstProzent._numbersOnly = False Me.txtMwstProzent._Prozent = False Me.txtMwstProzent._ShortDateNew = False Me.txtMwstProzent._ShortDateOnly = False Me.txtMwstProzent._TimeOnly = False Me.txtMwstProzent._value = Nothing Me.txtMwstProzent._Waehrung = True Me.txtMwstProzent.ForeColor = System.Drawing.Color.Black Me.txtMwstProzent.Location = New System.Drawing.Point(460, 258) Me.txtMwstProzent.Name = "txtMwstProzent" Me.txtMwstProzent.Size = New System.Drawing.Size(78, 20) Me.txtMwstProzent.TabIndex = 38 Me.txtMwstProzent.Text = "0" Me.txtMwstProzent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'frmVorauskasseFuellen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(665, 380) Me.Controls.Add(Me.txtMwstProzent) Me.Controls.Add(Me.txtEustProzent) Me.Controls.Add(Me.KdSearchBox1) Me.Controls.Add(Me.Panel3) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.txtGesamtsumme) Me.Controls.Add(Me.txtMWST) Me.Controls.Add(Me.txtSvs) Me.Controls.Add(Me.txtUebersetzungRg) Me.Controls.Add(Me.txtClearing) Me.Controls.Add(Me.txtPapierePorti) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.txtSonstigeKosten) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.txtAviso) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.txtKorrRechnung) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.txtATLAS) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtWeitereTarifPos) Me.Controls.Add(Me.txtVerzollungskosten) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.txtEust2) Me.Controls.Add(Me.txtZoll2) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.lblFirma) Me.Controls.Add(Me.Label24) Me.Controls.Add(Me.Label23) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.pnl) Me.Controls.Add(Me.txtEUST) Me.Controls.Add(Me.txtSumme) Me.Controls.Add(Me.txtAndereAbgabenBetrag) Me.Controls.Add(Me.txtEustSonstBetrag) Me.Controls.Add(Me.txtFrachtkostenInl) Me.Controls.Add(Me.txtZoll) Me.Controls.Add(Me.txtZwischensumme) Me.Controls.Add(Me.txtFrachtkostenAusl) Me.Controls.Add(Me.lblRechnungsbetrag) Me.Controls.Add(Me.txtZollProzent) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.btnWeiter) Me.Controls.Add(Me.txtAndereAbgabenText) Me.Controls.Add(Me.txtEustSonstText) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.lblOrt) Me.Controls.Add(Me.lblStrasse) Me.Controls.Add(Me.Label12) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmVorauskasseFuellen" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Vorauskasse" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnWeiter As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Public WithEvents lblRechnungsbetrag As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtFrachtkostenAusl As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtZwischensumme As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtZoll As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtFrachtkostenInl As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtEustSonstBetrag As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtSumme As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtEUST As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents Label19 As System.Windows.Forms.Label Public WithEvents txtEustSonstText As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtZollProzent As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents Panel1 As System.Windows.Forms.Panel Public WithEvents txtEust2 As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtZoll2 As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents Label20 As System.Windows.Forms.Label Public WithEvents txtAndereAbgabenText As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtAndereAbgabenBetrag As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtWeitereTarifPos As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtVerzollungskosten As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents Label22 As System.Windows.Forms.Label Public WithEvents txtClearing As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtATLAS As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Public WithEvents txtKorrRechnung As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtUebersetzungRg As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Public WithEvents txtAviso As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtSvs As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Public WithEvents txtSonstigeKosten As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtMWST As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Public WithEvents txtPapierePorti As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtGesamtsumme As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label23 As System.Windows.Forms.Label Friend WithEvents Label24 As System.Windows.Forms.Label Friend WithEvents KdSearchBox1 As VERAG_PROG_ALLGEMEIN.KdSearchBox Friend WithEvents lblFirma As System.Windows.Forms.Label Friend WithEvents lblStrasse As System.Windows.Forms.Label Friend WithEvents lblOrt As System.Windows.Forms.Label Public WithEvents txtEustProzent As VERAG_PROG_ALLGEMEIN.MyTextBox Public WithEvents txtMwstProzent As VERAG_PROG_ALLGEMEIN.MyTextBox End Class