Files
SDL/SDL/Checkliste/frmCheckliste.Designer.vb
2023-03-10 08:22:03 +01:00

777 lines
35 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmCheckliste
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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCheckliste))
Me.txtKuerzel = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.txtUid = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtEori = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.cbxUID = New System.Windows.Forms.CheckBox()
Me.cbxEORI = New System.Windows.Forms.CheckBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.cbxVS3 = New System.Windows.Forms.CheckBox()
Me.cbxVS5 = New System.Windows.Forms.CheckBox()
Me.cbxVS4 = New System.Windows.Forms.CheckBox()
Me.cbxVS2 = New System.Windows.Forms.CheckBox()
Me.cbxVS1 = New System.Windows.Forms.CheckBox()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.cbxCMR3 = New System.Windows.Forms.CheckBox()
Me.cbxCMR1 = New System.Windows.Forms.CheckBox()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.cbxRG2 = New System.Windows.Forms.CheckBox()
Me.cbxRG1 = New System.Windows.Forms.CheckBox()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.cbxS2 = New System.Windows.Forms.CheckBox()
Me.cbxS1 = New System.Windows.Forms.CheckBox()
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
Me.cbxUEST4 = New System.Windows.Forms.CheckBox()
Me.cbxUEST3 = New System.Windows.Forms.CheckBox()
Me.cbxUEST2 = New System.Windows.Forms.CheckBox()
Me.cbxUEST1 = New System.Windows.Forms.CheckBox()
Me.cbxAktiv = New System.Windows.Forms.CheckBox()
Me.btnOK = New System.Windows.Forms.Button()
Me.btnCancel = New System.Windows.Forms.Button()
Me.txtFirma = New System.Windows.Forms.RichTextBox()
Me.txtInfo = New System.Windows.Forms.RichTextBox()
Me.btnPrint = New System.Windows.Forms.Button()
Me.btnCheckEORI = New System.Windows.Forms.Button()
Me.GroupBox7 = New System.Windows.Forms.GroupBox()
Me.lblVMErr = New System.Windows.Forms.Label()
Me.dgvVollmachten = New System.Windows.Forms.DataGridView()
Me.btnVorschau = New System.Windows.Forms.Button()
Me.btnCheckUID = New System.Windows.Forms.Button()
Me.picUIDAbfrage = New System.Windows.Forms.PictureBox()
Me.lblUIDAbfrage = New System.Windows.Forms.Label()
Me.lblEORIAbfrage = New System.Windows.Forms.Label()
Me.picEORIAbfrage = New System.Windows.Forms.PictureBox()
Me.lblInfo = New System.Windows.Forms.Label()
Me.btnInfo = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lkl = New System.Windows.Forms.LinkLabel()
Me.Button1 = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.GroupBox5.SuspendLayout()
Me.GroupBox7.SuspendLayout()
CType(Me.dgvVollmachten, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.picUIDAbfrage, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.picEORIAbfrage, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'txtKuerzel
'
Me.txtKuerzel.Location = New System.Drawing.Point(87, 6)
Me.txtKuerzel.Name = "txtKuerzel"
Me.txtKuerzel.Size = New System.Drawing.Size(177, 20)
Me.txtKuerzel.TabIndex = 0
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 35)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 13)
Me.Label2.TabIndex = 3
Me.Label2.Text = "UID:"
'
'txtUid
'
Me.txtUid.Location = New System.Drawing.Point(87, 32)
Me.txtUid.Name = "txtUid"
Me.txtUid.Size = New System.Drawing.Size(177, 20)
Me.txtUid.TabIndex = 1
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(12, 61)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(36, 13)
Me.Label3.TabIndex = 5
Me.Label3.Text = "EORI:"
'
'txtEori
'
Me.txtEori.Location = New System.Drawing.Point(87, 58)
Me.txtEori.Name = "txtEori"
Me.txtEori.Size = New System.Drawing.Size(177, 20)
Me.txtEori.TabIndex = 2
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(12, 83)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(120, 13)
Me.Label4.TabIndex = 7
Me.Label4.Text = "genauer Firmenwortlaut:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(12, 167)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(28, 13)
Me.Label5.TabIndex = 9
Me.Label5.Text = "Info:"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(12, 428)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(73, 15)
Me.Label9.TabIndex = 17
Me.Label9.Text = "Checkliste"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.BottomLeft
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(105, 430)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(192, 13)
Me.Label10.TabIndex = 18
Me.Label10.Text = "(wird NICHT gespeichert, nur gedruckt)"
Me.Label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft
'
'cbxUID
'
Me.cbxUID.AutoSize = True
Me.cbxUID.Location = New System.Drawing.Point(15, 449)
Me.cbxUID.Name = "cbxUID"
Me.cbxUID.Size = New System.Drawing.Size(181, 17)
Me.cbxUID.TabIndex = 9
Me.cbxUID.Text = "UID - Prüfung - Ausdruck / gültig"
Me.cbxUID.UseVisualStyleBackColor = True
'
'cbxEORI
'
Me.cbxEORI.AutoSize = True
Me.cbxEORI.Location = New System.Drawing.Point(15, 472)
Me.cbxEORI.Name = "cbxEORI"
Me.cbxEORI.Size = New System.Drawing.Size(188, 17)
Me.cbxEORI.TabIndex = 10
Me.cbxEORI.Text = "EORI - Prüfung - Ausdruck / gültig"
Me.cbxEORI.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.cbxVS3)
Me.GroupBox1.Controls.Add(Me.cbxVS5)
Me.GroupBox1.Controls.Add(Me.cbxVS4)
Me.GroupBox1.Controls.Add(Me.cbxVS2)
Me.GroupBox1.Controls.Add(Me.cbxVS1)
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(9, 495)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(337, 119)
Me.GroupBox1.TabIndex = 11
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Versendungsbeleg"
'
'cbxVS3
'
Me.cbxVS3.AutoSize = True
Me.cbxVS3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxVS3.Location = New System.Drawing.Point(177, 45)
Me.cbxVS3.Name = "cbxVS3"
Me.cbxVS3.Size = New System.Drawing.Size(154, 17)
Me.cbxVS3.TabIndex = 2
Me.cbxVS3.Text = "mit Frachtführerbestätigung"
Me.cbxVS3.UseVisualStyleBackColor = True
'
'cbxVS5
'
Me.cbxVS5.AutoSize = True
Me.cbxVS5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxVS5.Location = New System.Drawing.Point(6, 91)
Me.cbxVS5.Name = "cbxVS5"
Me.cbxVS5.Size = New System.Drawing.Size(107, 17)
Me.cbxVS5.TabIndex = 4
Me.cbxVS5.Text = "Packliste Original"
Me.cbxVS5.UseVisualStyleBackColor = True
'
'cbxVS4
'
Me.cbxVS4.AutoSize = True
Me.cbxVS4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxVS4.Location = New System.Drawing.Point(6, 68)
Me.cbxVS4.Name = "cbxVS4"
Me.cbxVS4.Size = New System.Drawing.Size(121, 17)
Me.cbxVS4.TabIndex = 3
Me.cbxVS4.Text = "Lieferschein Original"
Me.cbxVS4.UseVisualStyleBackColor = True
'
'cbxVS2
'
Me.cbxVS2.AutoSize = True
Me.cbxVS2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxVS2.Location = New System.Drawing.Point(26, 45)
Me.cbxVS2.Name = "cbxVS2"
Me.cbxVS2.Size = New System.Drawing.Size(145, 17)
Me.cbxVS2.TabIndex = 1
Me.cbxVS2.Text = "mit Versenderbestätigung"
Me.cbxVS2.UseVisualStyleBackColor = True
'
'cbxVS1
'
Me.cbxVS1.AutoSize = True
Me.cbxVS1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxVS1.Location = New System.Drawing.Point(6, 22)
Me.cbxVS1.Name = "cbxVS1"
Me.cbxVS1.Size = New System.Drawing.Size(151, 17)
Me.cbxVS1.TabIndex = 0
Me.cbxVS1.Text = "CMR Original / Zweitstück"
Me.cbxVS1.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.cbxCMR3)
Me.GroupBox2.Controls.Add(Me.cbxCMR1)
Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(352, 495)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(250, 119)
Me.GroupBox2.TabIndex = 12
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Auf CMR"
'
'cbxCMR3
'
Me.cbxCMR3.AutoSize = True
Me.cbxCMR3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxCMR3.Location = New System.Drawing.Point(6, 45)
Me.cbxCMR3.Name = "cbxCMR3"
Me.cbxCMR3.Size = New System.Drawing.Size(206, 17)
Me.cbxCMR3.TabIndex = 2
Me.cbxCMR3.Text = "Versendung als ig-Lieferung / Stempel"
Me.cbxCMR3.UseVisualStyleBackColor = True
'
'cbxCMR1
'
Me.cbxCMR1.AutoSize = True
Me.cbxCMR1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxCMR1.Location = New System.Drawing.Point(6, 22)
Me.cbxCMR1.Name = "cbxCMR1"
Me.cbxCMR1.Size = New System.Drawing.Size(123, 17)
Me.cbxCMR1.TabIndex = 0
Me.cbxCMR1.Text = "VERZOLLT Stempel"
Me.cbxCMR1.UseVisualStyleBackColor = True
'
'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(10, 620)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(336, 70)
Me.GroupBox3.TabIndex = 13
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(215, 17)
Me.cbxRG2.TabIndex = 1
Me.cbxRG2.Text = "UID-Nummer des Empfängers / Stempel"
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(157, 17)
Me.cbxRG1.TabIndex = 0
Me.cbxRG1.Text = "Versendung als ig-Lieferung"
Me.cbxRG1.UseVisualStyleBackColor = True
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.cbxS2)
Me.GroupBox4.Controls.Add(Me.cbxS1)
Me.GroupBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox4.Location = New System.Drawing.Point(352, 620)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(250, 68)
Me.GroupBox4.TabIndex = 15
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Sonstiges"
'
'cbxS2
'
Me.cbxS2.AutoSize = True
Me.cbxS2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxS2.Location = New System.Drawing.Point(6, 45)
Me.cbxS2.Name = "cbxS2"
Me.cbxS2.Size = New System.Drawing.Size(148, 17)
Me.cbxS2.TabIndex = 1
Me.cbxS2.Text = "T1 oder TIR-Carnet-Kopie"
Me.cbxS2.UseVisualStyleBackColor = True
'
'cbxS1
'
Me.cbxS1.AutoSize = True
Me.cbxS1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxS1.Location = New System.Drawing.Point(6, 22)
Me.cbxS1.Name = "cbxS1"
Me.cbxS1.Size = New System.Drawing.Size(108, 17)
Me.cbxS1.TabIndex = 0
Me.cbxS1.Text = "Fahrer Passkopie"
Me.cbxS1.UseVisualStyleBackColor = True
'
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.cbxUEST4)
Me.GroupBox5.Controls.Add(Me.cbxUEST3)
Me.GroupBox5.Controls.Add(Me.cbxUEST2)
Me.GroupBox5.Controls.Add(Me.cbxUEST1)
Me.GroupBox5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox5.Location = New System.Drawing.Point(10, 707)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(250, 119)
Me.GroupBox5.TabIndex = 14
Me.GroupBox5.TabStop = False
Me.GroupBox5.Text = "Übereinstimmuing notwendig"
'
'cbxUEST4
'
Me.cbxUEST4.AutoSize = True
Me.cbxUEST4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxUEST4.Location = New System.Drawing.Point(6, 96)
Me.cbxUEST4.Name = "cbxUEST4"
Me.cbxUEST4.Size = New System.Drawing.Size(127, 17)
Me.cbxUEST4.TabIndex = 3
Me.cbxUEST4.Text = "Feld 8 Zollanmeldung"
Me.cbxUEST4.UseVisualStyleBackColor = True
'
'cbxUEST3
'
Me.cbxUEST3.AutoSize = True
Me.cbxUEST3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxUEST3.Location = New System.Drawing.Point(6, 63)
Me.cbxUEST3.Name = "cbxUEST3"
Me.cbxUEST3.Size = New System.Drawing.Size(185, 30)
Me.cbxUEST3.TabIndex = 2
Me.cbxUEST3.Text = "EUR 1 / ATR (Feld 5 oder Feld 6)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Bestimmungsland"
Me.cbxUEST3.UseVisualStyleBackColor = True
'
'cbxUEST2
'
Me.cbxUEST2.AutoSize = True
Me.cbxUEST2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxUEST2.Location = New System.Drawing.Point(6, 45)
Me.cbxUEST2.Name = "cbxUEST2"
Me.cbxUEST2.Size = New System.Drawing.Size(201, 17)
Me.cbxUEST2.TabIndex = 1
Me.cbxUEST2.Text = "Bestimmungsort in der Lieferkondition"
Me.cbxUEST2.UseVisualStyleBackColor = True
'
'cbxUEST1
'
Me.cbxUEST1.AutoSize = True
Me.cbxUEST1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxUEST1.Location = New System.Drawing.Point(6, 22)
Me.cbxUEST1.Name = "cbxUEST1"
Me.cbxUEST1.Size = New System.Drawing.Size(234, 17)
Me.cbxUEST1.TabIndex = 0
Me.cbxUEST1.Text = "Empfangsort CMR / Lieferschein / Packliste"
Me.cbxUEST1.UseVisualStyleBackColor = True
'
'cbxAktiv
'
Me.cbxAktiv.AutoSize = True
Me.cbxAktiv.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxAktiv.Location = New System.Drawing.Point(495, 61)
Me.cbxAktiv.Name = "cbxAktiv"
Me.cbxAktiv.Size = New System.Drawing.Size(104, 17)
Me.cbxAktiv.TabIndex = 3
Me.cbxAktiv.Text = "NICHT AKTIV"
Me.cbxAktiv.UseVisualStyleBackColor = True
Me.cbxAktiv.Visible = False
'
'btnOK
'
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnOK.Location = New System.Drawing.Point(9, 837)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(88, 35)
Me.btnOK.TabIndex = 16
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'btnCancel
'
Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCancel.Location = New System.Drawing.Point(114, 837)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(88, 35)
Me.btnCancel.TabIndex = 17
Me.btnCancel.Text = "Abbrechen"
Me.btnCancel.UseVisualStyleBackColor = True
'
'txtFirma
'
Me.txtFirma.Location = New System.Drawing.Point(15, 96)
Me.txtFirma.Name = "txtFirma"
Me.txtFirma.Size = New System.Drawing.Size(587, 68)
Me.txtFirma.TabIndex = 4
Me.txtFirma.Text = ""
'
'txtInfo
'
Me.txtInfo.Location = New System.Drawing.Point(15, 180)
Me.txtInfo.Name = "txtInfo"
Me.txtInfo.Size = New System.Drawing.Size(587, 99)
Me.txtInfo.TabIndex = 5
Me.txtInfo.Text = ""
'
'btnPrint
'
Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnPrint.Image = Global.SDL.My.Resources.Resources.printer2
Me.btnPrint.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnPrint.Location = New System.Drawing.Point(426, 707)
Me.btnPrint.Name = "btnPrint"
Me.btnPrint.Size = New System.Drawing.Size(176, 97)
Me.btnPrint.TabIndex = 18
Me.btnPrint.Text = "Sofort-DRUCK" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Checkliste"
Me.btnPrint.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnPrint.UseVisualStyleBackColor = True
'
'btnCheckEORI
'
Me.btnCheckEORI.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCheckEORI.Location = New System.Drawing.Point(271, 55)
Me.btnCheckEORI.Name = "btnCheckEORI"
Me.btnCheckEORI.Size = New System.Drawing.Size(75, 23)
Me.btnCheckEORI.TabIndex = 21
Me.btnCheckEORI.Text = "EORI prüfen"
Me.btnCheckEORI.UseVisualStyleBackColor = True
'
'GroupBox7
'
Me.GroupBox7.Controls.Add(Me.lblVMErr)
Me.GroupBox7.Controls.Add(Me.dgvVollmachten)
Me.GroupBox7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox7.Location = New System.Drawing.Point(10, 287)
Me.GroupBox7.Name = "GroupBox7"
Me.GroupBox7.Size = New System.Drawing.Size(592, 138)
Me.GroupBox7.TabIndex = 32
Me.GroupBox7.TabStop = False
Me.GroupBox7.Text = "Vollmachten"
'
'lblVMErr
'
Me.lblVMErr.AutoSize = True
Me.lblVMErr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblVMErr.ForeColor = System.Drawing.Color.Red
Me.lblVMErr.Location = New System.Drawing.Point(204, 68)
Me.lblVMErr.Name = "lblVMErr"
Me.lblVMErr.Size = New System.Drawing.Size(152, 13)
Me.lblVMErr.TabIndex = 40
Me.lblVMErr.Text = "Keine Vollmachten vorhanden!"
Me.lblVMErr.TextAlign = System.Drawing.ContentAlignment.BottomLeft
Me.lblVMErr.Visible = False
'
'dgvVollmachten
'
Me.dgvVollmachten.AllowUserToAddRows = False
Me.dgvVollmachten.AllowUserToDeleteRows = False
Me.dgvVollmachten.AllowUserToOrderColumns = True
Me.dgvVollmachten.AllowUserToResizeRows = False
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvVollmachten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.dgvVollmachten.BackgroundColor = System.Drawing.Color.White
Me.dgvVollmachten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvVollmachten.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvVollmachten.Location = New System.Drawing.Point(3, 16)
Me.dgvVollmachten.MultiSelect = False
Me.dgvVollmachten.Name = "dgvVollmachten"
Me.dgvVollmachten.ReadOnly = True
Me.dgvVollmachten.RowHeadersVisible = False
Me.dgvVollmachten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvVollmachten.Size = New System.Drawing.Size(586, 119)
Me.dgvVollmachten.TabIndex = 29
'
'btnVorschau
'
Me.btnVorschau.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVorschau.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.btnVorschau.Location = New System.Drawing.Point(426, 850)
Me.btnVorschau.Name = "btnVorschau"
Me.btnVorschau.Size = New System.Drawing.Size(176, 22)
Me.btnVorschau.TabIndex = 33
Me.btnVorschau.Text = "Vorschau"
Me.btnVorschau.UseVisualStyleBackColor = True
'
'btnCheckUID
'
Me.btnCheckUID.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCheckUID.Location = New System.Drawing.Point(271, 29)
Me.btnCheckUID.Name = "btnCheckUID"
Me.btnCheckUID.Size = New System.Drawing.Size(75, 23)
Me.btnCheckUID.TabIndex = 34
Me.btnCheckUID.Text = "UID prüfen"
Me.btnCheckUID.UseVisualStyleBackColor = True
'
'picUIDAbfrage
'
Me.picUIDAbfrage.Location = New System.Drawing.Point(433, 29)
Me.picUIDAbfrage.Name = "picUIDAbfrage"
Me.picUIDAbfrage.Size = New System.Drawing.Size(26, 23)
Me.picUIDAbfrage.TabIndex = 35
Me.picUIDAbfrage.TabStop = False
Me.picUIDAbfrage.Visible = False
'
'lblUIDAbfrage
'
Me.lblUIDAbfrage.AutoSize = True
Me.lblUIDAbfrage.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblUIDAbfrage.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblUIDAbfrage.Location = New System.Drawing.Point(390, 34)
Me.lblUIDAbfrage.Name = "lblUIDAbfrage"
Me.lblUIDAbfrage.Size = New System.Drawing.Size(0, 13)
Me.lblUIDAbfrage.TabIndex = 29
'
'lblEORIAbfrage
'
Me.lblEORIAbfrage.AutoSize = True
Me.lblEORIAbfrage.Cursor = System.Windows.Forms.Cursors.Default
Me.lblEORIAbfrage.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblEORIAbfrage.Location = New System.Drawing.Point(390, 60)
Me.lblEORIAbfrage.Name = "lblEORIAbfrage"
Me.lblEORIAbfrage.Size = New System.Drawing.Size(0, 13)
Me.lblEORIAbfrage.TabIndex = 36
'
'picEORIAbfrage
'
Me.picEORIAbfrage.Location = New System.Drawing.Point(433, 55)
Me.picEORIAbfrage.Name = "picEORIAbfrage"
Me.picEORIAbfrage.Size = New System.Drawing.Size(26, 23)
Me.picEORIAbfrage.TabIndex = 37
Me.picEORIAbfrage.TabStop = False
Me.picEORIAbfrage.Visible = False
'
'lblInfo
'
Me.lblInfo.AutoSize = True
Me.lblInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblInfo.ForeColor = System.Drawing.Color.Green
Me.lblInfo.Location = New System.Drawing.Point(475, 13)
Me.lblInfo.Name = "lblInfo"
Me.lblInfo.Size = New System.Drawing.Size(94, 13)
Me.lblInfo.TabIndex = 1
Me.lblInfo.Text = "Neue Funktion:"
'
'btnInfo
'
Me.btnInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnInfo.Location = New System.Drawing.Point(575, 8)
Me.btnInfo.Name = "btnInfo"
Me.btnInfo.Size = New System.Drawing.Size(27, 23)
Me.btnInfo.TabIndex = 38
Me.btnInfo.Text = "?"
Me.btnInfo.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(11, 13)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(39, 13)
Me.Label1.TabIndex = 3
Me.Label1.Text = "Kürzel:"
'
'cboPrinter
'
Me.cboPrinter._allowedValuesFreiText = Nothing
Me.cboPrinter._allowFreiText = False
Me.cboPrinter._value = ""
Me.cboPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboPrinter.DropDownWidth = 300
Me.cboPrinter.FormattingEnabled = True
Me.cboPrinter.Location = New System.Drawing.Point(426, 803)
Me.cboPrinter.Name = "cboPrinter"
Me.cboPrinter.Size = New System.Drawing.Size(176, 21)
Me.cboPrinter.TabIndex = 39
'
'lkl
'
Me.lkl.AutoSize = True
Me.lkl.Location = New System.Drawing.Point(349, 13)
Me.lkl.Name = "lkl"
Me.lkl.Size = New System.Drawing.Size(27, 13)
Me.lkl.TabIndex = 41
Me.lkl.TabStop = True
Me.lkl.Text = "Link"
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(352, 29)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 40
Me.Button1.Text = "prüfen DE"
Me.Button1.UseVisualStyleBackColor = True
'
'frmCheckliste
'
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(614, 884)
Me.Controls.Add(Me.lkl)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.btnPrint)
Me.Controls.Add(Me.cboPrinter)
Me.Controls.Add(Me.btnInfo)
Me.Controls.Add(Me.lblInfo)
Me.Controls.Add(Me.GroupBox5)
Me.Controls.Add(Me.lblEORIAbfrage)
Me.Controls.Add(Me.picEORIAbfrage)
Me.Controls.Add(Me.lblUIDAbfrage)
Me.Controls.Add(Me.picUIDAbfrage)
Me.Controls.Add(Me.btnCheckUID)
Me.Controls.Add(Me.btnVorschau)
Me.Controls.Add(Me.GroupBox7)
Me.Controls.Add(Me.btnCheckEORI)
Me.Controls.Add(Me.txtInfo)
Me.Controls.Add(Me.txtFirma)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.cbxAktiv)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.cbxEORI)
Me.Controls.Add(Me.cbxUID)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.txtEori)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtUid)
Me.Controls.Add(Me.txtKuerzel)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmCheckliste"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Details"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.GroupBox5.ResumeLayout(False)
Me.GroupBox5.PerformLayout()
Me.GroupBox7.ResumeLayout(False)
Me.GroupBox7.PerformLayout()
CType(Me.dgvVollmachten, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.picUIDAbfrage, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.picEORIAbfrage, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtKuerzel As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtUid As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtEori As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents cbxUID As System.Windows.Forms.CheckBox
Friend WithEvents cbxEORI As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents cbxVS1 As System.Windows.Forms.CheckBox
Friend WithEvents cbxVS5 As System.Windows.Forms.CheckBox
Friend WithEvents cbxVS4 As System.Windows.Forms.CheckBox
Friend WithEvents cbxVS2 As System.Windows.Forms.CheckBox
Friend WithEvents cbxVS3 As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents cbxCMR3 As System.Windows.Forms.CheckBox
Friend WithEvents cbxCMR1 As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents cbxRG2 As System.Windows.Forms.CheckBox
Friend WithEvents cbxRG1 As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents cbxS2 As System.Windows.Forms.CheckBox
Friend WithEvents cbxS1 As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
Friend WithEvents cbxUEST4 As System.Windows.Forms.CheckBox
Friend WithEvents cbxUEST3 As System.Windows.Forms.CheckBox
Friend WithEvents cbxUEST2 As System.Windows.Forms.CheckBox
Friend WithEvents cbxUEST1 As System.Windows.Forms.CheckBox
Friend WithEvents cbxAktiv As System.Windows.Forms.CheckBox
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnPrint As System.Windows.Forms.Button
Friend WithEvents txtFirma As System.Windows.Forms.RichTextBox
Friend WithEvents txtInfo As System.Windows.Forms.RichTextBox
Friend WithEvents btnCheckEORI As System.Windows.Forms.Button
Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
Friend WithEvents btnVorschau As System.Windows.Forms.Button
Friend WithEvents btnCheckUID As System.Windows.Forms.Button
Friend WithEvents picUIDAbfrage As System.Windows.Forms.PictureBox
Friend WithEvents lblUIDAbfrage As System.Windows.Forms.Label
Friend WithEvents lblEORIAbfrage As System.Windows.Forms.Label
Friend WithEvents picEORIAbfrage As System.Windows.Forms.PictureBox
Friend WithEvents lblInfo As System.Windows.Forms.Label
Friend WithEvents btnInfo As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents cboPrinter As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents dgvVollmachten As DataGridView
Friend WithEvents lblVMErr As Label
Friend WithEvents lkl As LinkLabel
Friend WithEvents Button1 As Button
End Class