Partial Class frmATZollEingereichtSetzenEV 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(frmATZollEingereichtSetzenEV)) Me.pnl = New System.Windows.Forms.Panel() Me.Label7 = New System.Windows.Forms.Label() Me.lblAbfNr = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.cbxRG2 = New System.Windows.Forms.CheckBox() Me.cbxRG1 = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.Button1 = New System.Windows.Forms.Button() Me.Label6 = New System.Windows.Forms.Label() Me.lblWare = New System.Windows.Forms.Label() Me.lblAbs = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.btn = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.Panel3 = New System.Windows.Forms.Panel() Me.Label2 = New System.Windows.Forms.Label() Me.lblNr = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.cbxEmpf = New System.Windows.Forms.CheckBox() Me.lblAuftr = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.pnl.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.Panel1.SuspendLayout() Me.Panel3.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.Label8) Me.pnl.Controls.Add(Me.GroupBox1) Me.pnl.Controls.Add(Me.Label7) Me.pnl.Controls.Add(Me.lblAbfNr) Me.pnl.Controls.Add(Me.GroupBox3) Me.pnl.Controls.Add(Me.Panel1) Me.pnl.Controls.Add(Me.lblWare) Me.pnl.Controls.Add(Me.lblAbs) Me.pnl.Controls.Add(Me.Label4) Me.pnl.Controls.Add(Me.Label5) Me.pnl.Controls.Add(Me.btn) Me.pnl.Controls.Add(Me.Label3) Me.pnl.Controls.Add(Me.Panel3) Me.pnl.Controls.Add(Me.lblAuftr) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(621, 409) Me.pnl.TabIndex = 0 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(451, 125) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(108, 13) Me.Label7.TabIndex = 78 Me.Label7.Text = "Filiale/AbfertigungsNr" ' 'lblAbfNr ' Me.lblAbfNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.lblAbfNr.Location = New System.Drawing.Point(450, 138) Me.lblAbfNr.Name = "lblAbfNr" Me.lblAbfNr.Size = New System.Drawing.Size(158, 26) Me.lblAbfNr.TabIndex = 77 Me.lblAbfNr.Text = "4803/23999999" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.cbxRG2) Me.GroupBox3.Controls.Add(Me.cbxRG1) Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox3.Location = New System.Drawing.Point(14, 249) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(336, 86) Me.GroupBox3.TabIndex = 58 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Auf Rechnung" ' 'cbxRG2 ' Me.cbxRG2.AutoSize = True Me.cbxRG2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbxRG2.Location = New System.Drawing.Point(6, 45) Me.cbxRG2.Name = "cbxRG2" Me.cbxRG2.Size = New System.Drawing.Size(314, 30) Me.cbxRG2.TabIndex = 1 Me.cbxRG2.Text = "Der Text zur steuerlichen Vertretung in AT/DE durch VERAG" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ist auf der Rechnung a" & "ufgedruckt." Me.cbxRG2.UseVisualStyleBackColor = True ' 'cbxRG1 ' Me.cbxRG1.AutoSize = True Me.cbxRG1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbxRG1.Location = New System.Drawing.Point(6, 22) Me.cbxRG1.Name = "cbxRG1" Me.cbxRG1.Size = New System.Drawing.Size(248, 17) Me.cbxRG1.TabIndex = 0 Me.cbxRG1.Text = "AT-UID Nummer des Absenders auf Rechnung" Me.cbxRG1.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(619, 41) Me.Panel1.TabIndex = 53 ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Panel2.Location = New System.Drawing.Point(535, 41) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(85, 63) Me.Panel2.TabIndex = 76 ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.BackColor = System.Drawing.Color.Red Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(534, -1) Me.Button1.Margin = New System.Windows.Forms.Padding(0) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(85, 33) Me.Button1.TabIndex = 1 Me.Button1.Text = "x" Me.Button1.UseVisualStyleBackColor = False ' 'Label6 ' Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.Label6.ForeColor = System.Drawing.Color.White Me.Label6.Location = New System.Drawing.Point(13, 6) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(467, 26) Me.Label6.TabIndex = 51 Me.Label6.Text = "Checkliste" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'lblWare ' Me.lblWare.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.lblWare.Location = New System.Drawing.Point(10, 217) Me.lblWare.Name = "lblWare" Me.lblWare.Size = New System.Drawing.Size(587, 26) Me.lblWare.TabIndex = 51 Me.lblWare.Text = "PCK" ' 'lblAbs ' Me.lblAbs.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.lblAbs.Location = New System.Drawing.Point(10, 138) Me.lblAbs.Name = "lblAbs" Me.lblAbs.Size = New System.Drawing.Size(435, 26) Me.lblAbs.TabIndex = 50 Me.lblAbs.Text = "Absender:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(11, 125) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(50, 13) Me.Label4.TabIndex = 48 Me.Label4.Text = "Abender:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(11, 204) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(36, 13) Me.Label5.TabIndex = 49 Me.Label5.Text = "Ware:" ' 'btn ' Me.btn.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btn.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.btn.ForeColor = System.Drawing.Color.White Me.btn.Location = New System.Drawing.Point(402, 334) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(206, 62) Me.btn.TabIndex = 0 Me.btn.Text = "Weiter >>" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Bestätigen)" Me.btn.UseVisualStyleBackColor = False ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 30.0!, System.Drawing.FontStyle.Bold) Me.Label3.Location = New System.Drawing.Point(6, 54) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(469, 57) Me.Label3.TabIndex = 52 Me.Label3.Text = "Veranlagungskunde!" ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.AntiqueWhite Me.Panel3.Controls.Add(Me.Label2) Me.Panel3.Controls.Add(Me.lblNr) Me.Panel3.Location = New System.Drawing.Point(533, 41) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(87, 57) Me.Panel3.TabIndex = 76 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(20, 3) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(49, 13) Me.Label2.TabIndex = 77 Me.Label2.Text = "Send.Nr." ' 'lblNr ' Me.lblNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold) Me.lblNr.Location = New System.Drawing.Point(5, 18) Me.lblNr.Name = "lblNr" Me.lblNr.Size = New System.Drawing.Size(78, 34) Me.lblNr.TabIndex = 75 Me.lblNr.Text = "99" Me.lblNr.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.cbxEmpf) Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(356, 249) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(250, 57) Me.GroupBox1.TabIndex = 59 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "ODER:" ' 'cbxEmpf ' Me.cbxEmpf.AutoSize = True Me.cbxEmpf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbxEmpf.Location = New System.Drawing.Point(6, 22) Me.cbxEmpf.Name = "cbxEmpf" Me.cbxEmpf.Size = New System.Drawing.Size(192, 17) Me.cbxEmpf.TabIndex = 0 Me.cbxEmpf.Text = "Es wird auf den Empfänger verzollt!" Me.cbxEmpf.UseVisualStyleBackColor = True ' 'lblAuftr ' Me.lblAuftr.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.lblAuftr.Location = New System.Drawing.Point(10, 177) Me.lblAuftr.Name = "lblAuftr" Me.lblAuftr.Size = New System.Drawing.Size(435, 26) Me.lblAuftr.TabIndex = 80 Me.lblAuftr.Text = "Absender:" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(11, 164) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(71, 13) Me.Label8.TabIndex = 79 Me.Label8.Text = "Auftraggeber:" ' 'frmATZollEingereichtSetzenEV ' 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(621, 409) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmATZollEingereichtSetzenEV" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "AT Zoll Einreichen Fiskal - Checkliste" Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents pnl As Panel Friend WithEvents Button1 As Button Friend WithEvents btn As Button Friend WithEvents Panel1 As Panel Friend WithEvents Label6 As Label Friend WithEvents Label3 As Label Friend WithEvents GroupBox3 As GroupBox Friend WithEvents cbxRG2 As CheckBox Friend WithEvents cbxRG1 As CheckBox Friend WithEvents lblWare As Label Friend WithEvents lblAbs As Label Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Panel3 As Panel Friend WithEvents lblNr As Label Friend WithEvents Panel2 As Panel Friend WithEvents Label2 As Label Friend WithEvents Label7 As Label Friend WithEvents lblAbfNr As Label Friend WithEvents GroupBox1 As GroupBox Friend WithEvents cbxEmpf As CheckBox Friend WithEvents Label8 As Label Friend WithEvents lblAuftr As Label End Class