Files
SDL/SDL/Speditionsbuch/Nacherfassung/frmATLAS_zbPos.Designer.vb

724 lines
32 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmATLAS_zbPos
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmATLAS_zbPos))
Me.txtWarenbezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.pnl = New System.Windows.Forms.Panel()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtUrsprungsland = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtStatus = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtRegistrierNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblBezugsNr = New System.Windows.Forms.Label()
Me.txtBezugsNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.txttarifNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.txtPackst_Anz = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtPackst_Art = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtPackst_Nr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.txtEigenmasse = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtRechnungspreis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.txtZollwert = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.txtNettopreis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.txtArtikelpreis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.Label14 = New System.Windows.Forms.Label()
Me.txtZusatztext = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtEUST = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label15 = New System.Windows.Forms.Label()
Me.txtNettopreisWaehrung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label17 = New System.Windows.Forms.Label()
Me.Label18 = New System.Windows.Forms.Label()
Me.txtAntragsdatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.pnl.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'txtWarenbezeichnung
'
Me.txtWarenbezeichnung._numbersOnly = False
Me.txtWarenbezeichnung._Prozent = False
Me.txtWarenbezeichnung._ShortDateNew = False
Me.txtWarenbezeichnung._TimeOnly = False
Me.txtWarenbezeichnung._value = Nothing
Me.txtWarenbezeichnung._Waehrung = False
Me.txtWarenbezeichnung.BackColor = System.Drawing.Color.White
Me.txtWarenbezeichnung.ForeColor = System.Drawing.Color.Black
Me.txtWarenbezeichnung.Location = New System.Drawing.Point(100, 186)
Me.txtWarenbezeichnung.Multiline = True
Me.txtWarenbezeichnung.Name = "txtWarenbezeichnung"
Me.txtWarenbezeichnung.ReadOnly = True
Me.txtWarenbezeichnung.Size = New System.Drawing.Size(465, 69)
Me.txtWarenbezeichnung.TabIndex = 0
'
'pnl
'
Me.pnl.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.Label5)
Me.pnl.Controls.Add(Me.txtUrsprungsland)
Me.pnl.Controls.Add(Me.Label4)
Me.pnl.Controls.Add(Me.txtStatus)
Me.pnl.Controls.Add(Me.Label3)
Me.pnl.Controls.Add(Me.txtRegistrierNr)
Me.pnl.Controls.Add(Me.lblBezugsNr)
Me.pnl.Controls.Add(Me.txtBezugsNr)
Me.pnl.Controls.Add(Me.Panel1)
Me.pnl.Controls.Add(Me.Button1)
Me.pnl.Controls.Add(Me.Button2)
Me.pnl.Controls.Add(Me.Label16)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(577, 95)
Me.pnl.TabIndex = 25
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.ForeColor = System.Drawing.Color.White
Me.Label5.Location = New System.Drawing.Point(314, 68)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(78, 13)
Me.Label5.TabIndex = 33
Me.Label5.Text = "Ursprungsland:"
'
'txtUrsprungsland
'
Me.txtUrsprungsland._numbersOnly = False
Me.txtUrsprungsland._Prozent = False
Me.txtUrsprungsland._ShortDateNew = False
Me.txtUrsprungsland._TimeOnly = False
Me.txtUrsprungsland._value = Nothing
Me.txtUrsprungsland._Waehrung = False
Me.txtUrsprungsland.ForeColor = System.Drawing.Color.Black
Me.txtUrsprungsland.Location = New System.Drawing.Point(398, 65)
Me.txtUrsprungsland.Name = "txtUrsprungsland"
Me.txtUrsprungsland.ReadOnly = True
Me.txtUrsprungsland.Size = New System.Drawing.Size(38, 20)
Me.txtUrsprungsland.TabIndex = 32
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(352, 42)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(40, 13)
Me.Label4.TabIndex = 31
Me.Label4.Text = "Status:"
'
'txtStatus
'
Me.txtStatus._numbersOnly = False
Me.txtStatus._Prozent = False
Me.txtStatus._ShortDateNew = False
Me.txtStatus._TimeOnly = False
Me.txtStatus._value = Nothing
Me.txtStatus._Waehrung = False
Me.txtStatus.ForeColor = System.Drawing.Color.Black
Me.txtStatus.Location = New System.Drawing.Point(398, 39)
Me.txtStatus.Name = "txtStatus"
Me.txtStatus.ReadOnly = True
Me.txtStatus.Size = New System.Drawing.Size(38, 20)
Me.txtStatus.TabIndex = 30
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.ForeColor = System.Drawing.Color.White
Me.Label3.Location = New System.Drawing.Point(11, 68)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(68, 13)
Me.Label3.TabIndex = 29
Me.Label3.Text = "RegistrierNr.:"
'
'txtRegistrierNr
'
Me.txtRegistrierNr._numbersOnly = False
Me.txtRegistrierNr._Prozent = False
Me.txtRegistrierNr._ShortDateNew = False
Me.txtRegistrierNr._TimeOnly = False
Me.txtRegistrierNr._value = Nothing
Me.txtRegistrierNr._Waehrung = False
Me.txtRegistrierNr.ForeColor = System.Drawing.Color.Black
Me.txtRegistrierNr.Location = New System.Drawing.Point(99, 65)
Me.txtRegistrierNr.Name = "txtRegistrierNr"
Me.txtRegistrierNr.ReadOnly = True
Me.txtRegistrierNr.Size = New System.Drawing.Size(206, 20)
Me.txtRegistrierNr.TabIndex = 28
'
'lblBezugsNr
'
Me.lblBezugsNr.AutoSize = True
Me.lblBezugsNr.ForeColor = System.Drawing.Color.White
Me.lblBezugsNr.Location = New System.Drawing.Point(11, 42)
Me.lblBezugsNr.Name = "lblBezugsNr"
Me.lblBezugsNr.Size = New System.Drawing.Size(59, 13)
Me.lblBezugsNr.TabIndex = 27
Me.lblBezugsNr.Text = "BezugsNr.:"
'
'txtBezugsNr
'
Me.txtBezugsNr._numbersOnly = False
Me.txtBezugsNr._Prozent = False
Me.txtBezugsNr._ShortDateNew = False
Me.txtBezugsNr._TimeOnly = False
Me.txtBezugsNr._value = Nothing
Me.txtBezugsNr._Waehrung = False
Me.txtBezugsNr.ForeColor = System.Drawing.Color.Black
Me.txtBezugsNr.Location = New System.Drawing.Point(99, 39)
Me.txtBezugsNr.Name = "txtBezugsNr"
Me.txtBezugsNr.ReadOnly = True
Me.txtBezugsNr.Size = New System.Drawing.Size(206, 20)
Me.txtBezugsNr.TabIndex = 26
'
'Panel1
'
Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Location = New System.Drawing.Point(470, -1)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(106, 55)
Me.Panel1.TabIndex = 21
Me.Panel1.TabStop = True
'
'Label1
'
Me.Label1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(0, 4)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(106, 31)
Me.Label1.TabIndex = 0
Me.Label1.Text = "-"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label2
'
Me.Label2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label2.Location = New System.Drawing.Point(0, 39)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(106, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Pos. Nr"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Button1
'
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button1.ForeColor = System.Drawing.Color.White
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button1.Location = New System.Drawing.Point(522, 57)
Me.Button1.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(53, 27)
Me.Button1.TabIndex = 3
Me.Button1.Text = ">>"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button2.ForeColor = System.Drawing.Color.White
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button2.Location = New System.Drawing.Point(470, 57)
Me.Button2.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(53, 27)
Me.Button2.TabIndex = 2
Me.Button2.Text = "<<"
Me.Button2.UseVisualStyleBackColor = True
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label16.ForeColor = System.Drawing.Color.White
Me.Label16.Location = New System.Drawing.Point(7, 9)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(188, 20)
Me.Label16.TabIndex = 0
Me.Label16.Text = "ATLAS - POSITIONEN"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.ForeColor = System.Drawing.Color.Black
Me.Label6.Location = New System.Drawing.Point(12, 117)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(45, 13)
Me.Label6.TabIndex = 35
Me.Label6.Text = "TarifNr.:"
'
'txttarifNr
'
Me.txttarifNr._numbersOnly = False
Me.txttarifNr._Prozent = False
Me.txttarifNr._ShortDateNew = False
Me.txttarifNr._TimeOnly = False
Me.txttarifNr._value = Nothing
Me.txttarifNr._Waehrung = False
Me.txttarifNr.BackColor = System.Drawing.Color.White
Me.txttarifNr.ForeColor = System.Drawing.Color.Black
Me.txttarifNr.Location = New System.Drawing.Point(100, 114)
Me.txttarifNr.Name = "txttarifNr"
Me.txttarifNr.ReadOnly = True
Me.txttarifNr.Size = New System.Drawing.Size(215, 20)
Me.txttarifNr.TabIndex = 34
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.ForeColor = System.Drawing.Color.Black
Me.Label7.Location = New System.Drawing.Point(12, 163)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(46, 13)
Me.Label7.TabIndex = 36
Me.Label7.Text = "Packst.:"
'
'txtPackst_Anz
'
Me.txtPackst_Anz._numbersOnly = False
Me.txtPackst_Anz._Prozent = False
Me.txtPackst_Anz._ShortDateNew = False
Me.txtPackst_Anz._TimeOnly = False
Me.txtPackst_Anz._value = Nothing
Me.txtPackst_Anz._Waehrung = False
Me.txtPackst_Anz.BackColor = System.Drawing.Color.White
Me.txtPackst_Anz.ForeColor = System.Drawing.Color.Black
Me.txtPackst_Anz.Location = New System.Drawing.Point(100, 160)
Me.txtPackst_Anz.Name = "txtPackst_Anz"
Me.txtPackst_Anz.ReadOnly = True
Me.txtPackst_Anz.Size = New System.Drawing.Size(52, 20)
Me.txtPackst_Anz.TabIndex = 37
'
'txtPackst_Art
'
Me.txtPackst_Art._numbersOnly = False
Me.txtPackst_Art._Prozent = False
Me.txtPackst_Art._ShortDateNew = False
Me.txtPackst_Art._TimeOnly = False
Me.txtPackst_Art._value = Nothing
Me.txtPackst_Art._Waehrung = False
Me.txtPackst_Art.BackColor = System.Drawing.Color.White
Me.txtPackst_Art.ForeColor = System.Drawing.Color.Black
Me.txtPackst_Art.Location = New System.Drawing.Point(158, 160)
Me.txtPackst_Art.Name = "txtPackst_Art"
Me.txtPackst_Art.ReadOnly = True
Me.txtPackst_Art.Size = New System.Drawing.Size(52, 20)
Me.txtPackst_Art.TabIndex = 38
'
'txtPackst_Nr
'
Me.txtPackst_Nr._numbersOnly = False
Me.txtPackst_Nr._Prozent = False
Me.txtPackst_Nr._ShortDateNew = False
Me.txtPackst_Nr._TimeOnly = False
Me.txtPackst_Nr._value = Nothing
Me.txtPackst_Nr._Waehrung = False
Me.txtPackst_Nr.BackColor = System.Drawing.Color.White
Me.txtPackst_Nr.ForeColor = System.Drawing.Color.Black
Me.txtPackst_Nr.Location = New System.Drawing.Point(216, 160)
Me.txtPackst_Nr.Name = "txtPackst_Nr"
Me.txtPackst_Nr.ReadOnly = True
Me.txtPackst_Nr.Size = New System.Drawing.Size(349, 20)
Me.txtPackst_Nr.TabIndex = 39
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.ForeColor = System.Drawing.Color.Black
Me.Label8.Location = New System.Drawing.Point(12, 186)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(77, 13)
Me.Label8.TabIndex = 40
Me.Label8.Text = "Warenbeschr.:"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.ForeColor = System.Drawing.Color.Black
Me.Label9.Location = New System.Drawing.Point(12, 270)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(67, 13)
Me.Label9.TabIndex = 41
Me.Label9.Text = "Eigenmasse:"
'
'txtEigenmasse
'
Me.txtEigenmasse._numbersOnly = True
Me.txtEigenmasse._Prozent = False
Me.txtEigenmasse._ShortDateNew = False
Me.txtEigenmasse._TimeOnly = False
Me.txtEigenmasse._value = Nothing
Me.txtEigenmasse._Waehrung = False
Me.txtEigenmasse.BackColor = System.Drawing.Color.White
Me.txtEigenmasse.ForeColor = System.Drawing.Color.Black
Me.txtEigenmasse.Location = New System.Drawing.Point(100, 267)
Me.txtEigenmasse.Name = "txtEigenmasse"
Me.txtEigenmasse.ReadOnly = True
Me.txtEigenmasse.Size = New System.Drawing.Size(110, 20)
Me.txtEigenmasse.TabIndex = 42
'
'txtRechnungspreis
'
Me.txtRechnungspreis._numbersOnly = True
Me.txtRechnungspreis._Prozent = False
Me.txtRechnungspreis._ShortDateNew = False
Me.txtRechnungspreis._TimeOnly = False
Me.txtRechnungspreis._value = Nothing
Me.txtRechnungspreis._Waehrung = False
Me.txtRechnungspreis.BackColor = System.Drawing.Color.White
Me.txtRechnungspreis.ForeColor = System.Drawing.Color.Black
Me.txtRechnungspreis.Location = New System.Drawing.Point(100, 293)
Me.txtRechnungspreis.Name = "txtRechnungspreis"
Me.txtRechnungspreis.ReadOnly = True
Me.txtRechnungspreis.Size = New System.Drawing.Size(110, 20)
Me.txtRechnungspreis.TabIndex = 44
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.ForeColor = System.Drawing.Color.Black
Me.Label10.Location = New System.Drawing.Point(12, 296)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(87, 13)
Me.Label10.TabIndex = 43
Me.Label10.Text = "Rechnungspreis:"
'
'txtZollwert
'
Me.txtZollwert._numbersOnly = True
Me.txtZollwert._Prozent = False
Me.txtZollwert._ShortDateNew = False
Me.txtZollwert._TimeOnly = False
Me.txtZollwert._value = Nothing
Me.txtZollwert._Waehrung = False
Me.txtZollwert.BackColor = System.Drawing.Color.White
Me.txtZollwert.ForeColor = System.Drawing.Color.Black
Me.txtZollwert.Location = New System.Drawing.Point(100, 319)
Me.txtZollwert.Name = "txtZollwert"
Me.txtZollwert.ReadOnly = True
Me.txtZollwert.Size = New System.Drawing.Size(110, 20)
Me.txtZollwert.TabIndex = 46
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.ForeColor = System.Drawing.Color.Black
Me.Label11.Location = New System.Drawing.Point(12, 322)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(47, 13)
Me.Label11.TabIndex = 45
Me.Label11.Text = "Zollwert:"
'
'txtNettopreis
'
Me.txtNettopreis._numbersOnly = True
Me.txtNettopreis._Prozent = False
Me.txtNettopreis._ShortDateNew = False
Me.txtNettopreis._TimeOnly = False
Me.txtNettopreis._value = Nothing
Me.txtNettopreis._Waehrung = False
Me.txtNettopreis.BackColor = System.Drawing.Color.White
Me.txtNettopreis.ForeColor = System.Drawing.Color.Black
Me.txtNettopreis.Location = New System.Drawing.Point(100, 345)
Me.txtNettopreis.Name = "txtNettopreis"
Me.txtNettopreis.ReadOnly = True
Me.txtNettopreis.Size = New System.Drawing.Size(110, 20)
Me.txtNettopreis.TabIndex = 48
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.ForeColor = System.Drawing.Color.Black
Me.Label12.Location = New System.Drawing.Point(12, 348)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(58, 13)
Me.Label12.TabIndex = 47
Me.Label12.Text = "Nettopreis:"
'
'txtArtikelpreis
'
Me.txtArtikelpreis._numbersOnly = True
Me.txtArtikelpreis._Prozent = False
Me.txtArtikelpreis._ShortDateNew = False
Me.txtArtikelpreis._TimeOnly = False
Me.txtArtikelpreis._value = Nothing
Me.txtArtikelpreis._Waehrung = False
Me.txtArtikelpreis.BackColor = System.Drawing.Color.White
Me.txtArtikelpreis.ForeColor = System.Drawing.Color.Black
Me.txtArtikelpreis.Location = New System.Drawing.Point(100, 371)
Me.txtArtikelpreis.Name = "txtArtikelpreis"
Me.txtArtikelpreis.ReadOnly = True
Me.txtArtikelpreis.Size = New System.Drawing.Size(110, 20)
Me.txtArtikelpreis.TabIndex = 50
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.ForeColor = System.Drawing.Color.Black
Me.Label13.Location = New System.Drawing.Point(12, 374)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(58, 13)
Me.Label13.TabIndex = 49
Me.Label13.Text = "Artikelpreis"
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.ForeColor = System.Drawing.Color.Black
Me.Label14.Location = New System.Drawing.Point(12, 397)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(59, 13)
Me.Label14.TabIndex = 52
Me.Label14.Text = "Zusatztext:"
'
'txtZusatztext
'
Me.txtZusatztext._numbersOnly = False
Me.txtZusatztext._Prozent = False
Me.txtZusatztext._ShortDateNew = False
Me.txtZusatztext._TimeOnly = False
Me.txtZusatztext._value = Nothing
Me.txtZusatztext._Waehrung = False
Me.txtZusatztext.BackColor = System.Drawing.Color.White
Me.txtZusatztext.ForeColor = System.Drawing.Color.Black
Me.txtZusatztext.Location = New System.Drawing.Point(100, 397)
Me.txtZusatztext.Multiline = True
Me.txtZusatztext.Name = "txtZusatztext"
Me.txtZusatztext.ReadOnly = True
Me.txtZusatztext.Size = New System.Drawing.Size(465, 69)
Me.txtZusatztext.TabIndex = 51
'
'txtEUST
'
Me.txtEUST._numbersOnly = True
Me.txtEUST._Prozent = False
Me.txtEUST._ShortDateNew = False
Me.txtEUST._TimeOnly = False
Me.txtEUST._value = Nothing
Me.txtEUST._Waehrung = False
Me.txtEUST.BackColor = System.Drawing.Color.White
Me.txtEUST.ForeColor = System.Drawing.Color.Black
Me.txtEUST.Location = New System.Drawing.Point(455, 315)
Me.txtEUST.Name = "txtEUST"
Me.txtEUST.ReadOnly = True
Me.txtEUST.Size = New System.Drawing.Size(110, 20)
Me.txtEUST.TabIndex = 54
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.ForeColor = System.Drawing.Color.Black
Me.Label15.Location = New System.Drawing.Point(378, 318)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(71, 13)
Me.Label15.TabIndex = 53
Me.Label15.Text = "EUSt-Kosten:"
'
'txtNettopreisWaehrung
'
Me.txtNettopreisWaehrung._numbersOnly = False
Me.txtNettopreisWaehrung._Prozent = False
Me.txtNettopreisWaehrung._ShortDateNew = False
Me.txtNettopreisWaehrung._TimeOnly = False
Me.txtNettopreisWaehrung._value = Nothing
Me.txtNettopreisWaehrung._Waehrung = False
Me.txtNettopreisWaehrung.BackColor = System.Drawing.Color.White
Me.txtNettopreisWaehrung.ForeColor = System.Drawing.Color.Black
Me.txtNettopreisWaehrung.Location = New System.Drawing.Point(216, 345)
Me.txtNettopreisWaehrung.Name = "txtNettopreisWaehrung"
Me.txtNettopreisWaehrung.ReadOnly = True
Me.txtNettopreisWaehrung.Size = New System.Drawing.Size(35, 20)
Me.txtNettopreisWaehrung.TabIndex = 55
'
'MyTextBox1
'
Me.MyTextBox1._numbersOnly = False
Me.MyTextBox1._Prozent = False
Me.MyTextBox1._ShortDateNew = False
Me.MyTextBox1._TimeOnly = False
Me.MyTextBox1._value = Nothing
Me.MyTextBox1._Waehrung = False
Me.MyTextBox1.BackColor = System.Drawing.Color.White
Me.MyTextBox1.ForeColor = System.Drawing.Color.Black
Me.MyTextBox1.Location = New System.Drawing.Point(227, 293)
Me.MyTextBox1.Name = "MyTextBox1"
Me.MyTextBox1.ReadOnly = True
Me.MyTextBox1.Size = New System.Drawing.Size(110, 20)
Me.MyTextBox1.TabIndex = 56
Me.MyTextBox1.Text = "??"
Me.MyTextBox1.Visible = False
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.ForeColor = System.Drawing.Color.Black
Me.Label17.Location = New System.Drawing.Point(212, 296)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(13, 13)
Me.Label17.TabIndex = 57
Me.Label17.Text = "+"
Me.Label17.Visible = False
'
'Label18
'
Me.Label18.AutoSize = True
Me.Label18.ForeColor = System.Drawing.Color.Black
Me.Label18.Location = New System.Drawing.Point(378, 117)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(75, 13)
Me.Label18.TabIndex = 34
Me.Label18.Text = "Antragsdatum:"
'
'txtAntragsdatum
'
Me.txtAntragsdatum._numbersOnly = False
Me.txtAntragsdatum._Prozent = False
Me.txtAntragsdatum._ShortDateNew = False
Me.txtAntragsdatum._TimeOnly = False
Me.txtAntragsdatum._value = Nothing
Me.txtAntragsdatum._Waehrung = False
Me.txtAntragsdatum.BackColor = System.Drawing.Color.White
Me.txtAntragsdatum.ForeColor = System.Drawing.Color.Black
Me.txtAntragsdatum.Location = New System.Drawing.Point(457, 114)
Me.txtAntragsdatum.Name = "txtAntragsdatum"
Me.txtAntragsdatum.ReadOnly = True
Me.txtAntragsdatum.Size = New System.Drawing.Size(108, 20)
Me.txtAntragsdatum.TabIndex = 58
'
'frmATLAS_zbPos
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(577, 474)
Me.Controls.Add(Me.txtAntragsdatum)
Me.Controls.Add(Me.Label18)
Me.Controls.Add(Me.Label17)
Me.Controls.Add(Me.MyTextBox1)
Me.Controls.Add(Me.txtNettopreisWaehrung)
Me.Controls.Add(Me.txtEUST)
Me.Controls.Add(Me.Label15)
Me.Controls.Add(Me.Label14)
Me.Controls.Add(Me.txtZusatztext)
Me.Controls.Add(Me.txtArtikelpreis)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.txtNettopreis)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.txtZollwert)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.txtRechnungspreis)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.txtEigenmasse)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.txtPackst_Nr)
Me.Controls.Add(Me.txtPackst_Art)
Me.Controls.Add(Me.txtPackst_Anz)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.pnl)
Me.Controls.Add(Me.txttarifNr)
Me.Controls.Add(Me.txtWarenbezeichnung)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmATLAS_zbPos"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "ATLAS Positionen"
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtWarenbezeichnung As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents txtUrsprungsland As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txtStatus As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtRegistrierNr As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents lblBezugsNr As System.Windows.Forms.Label
Friend WithEvents txtBezugsNr As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents txttarifNr As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents txtPackst_Anz As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtPackst_Art As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtPackst_Nr As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents txtEigenmasse As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtRechnungspreis As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents txtZollwert As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents txtNettopreis As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents txtArtikelpreis As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents txtZusatztext As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtEUST As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents txtNettopreisWaehrung As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents MyTextBox1 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents txtAntragsdatum As VERAG_PROG_ALLGEMEIN.MyTextBox
End Class