Files
SDL/SDL/kunden/usrCntlLKW.Designer.vb
2023-07-12 22:32:37 +02:00

577 lines
28 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class usrCntlLKW
Inherits System.Windows.Forms.UserControl
'UserControl ü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()
Me.components = New System.ComponentModel.Container()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.btnPrevLKW = New System.Windows.Forms.Button()
Me.btnNextLKW = New System.Windows.Forms.Button()
Me.dgvSDLLeistungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.cntxtSDLLeistungenOptions = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.LöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Label2 = New System.Windows.Forms.Label()
Me.lblLKW = New System.Windows.Forms.Label()
Me.lblLKWLand = New System.Windows.Forms.Label()
Me.lblErfassung = New System.Windows.Forms.Label()
Me.lblAenderung = New System.Windows.Forms.Label()
Me.lblSachbearbeiter = New System.Windows.Forms.Label()
Me.pnlSDLLeistungenDetails = New System.Windows.Forms.Panel()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.btnNextSDL = New System.Windows.Forms.Button()
Me.btnPrevSDL = New System.Windows.Forms.Button()
Me.btnAddLeistung = New System.Windows.Forms.Button()
Me.cntxtAddSdl = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.DToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.pnl = New System.Windows.Forms.Panel()
Me.tbcntrLKW = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.scanCIFDokument = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
Me.scanCOCDokument = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
Me.scanMietVertrag = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
Me.scanSonstiges = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList()
Me.scanZulassungsschein = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
Me.scanLeasingVertrag = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
Me.scanCEMT = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
CType(Me.dgvSDLLeistungen, System.ComponentModel.ISupportInitialize).BeginInit()
Me.cntxtSDLLeistungenOptions.SuspendLayout()
Me.pnlSDLLeistungenDetails.SuspendLayout()
Me.cntxtAddSdl.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnl.SuspendLayout()
Me.tbcntrLKW.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.SuspendLayout()
'
'btnPrevLKW
'
Me.btnPrevLKW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnPrevLKW.Location = New System.Drawing.Point(137, 50)
Me.btnPrevLKW.Name = "btnPrevLKW"
Me.btnPrevLKW.Size = New System.Drawing.Size(50, 22)
Me.btnPrevLKW.TabIndex = 146
Me.btnPrevLKW.Text = "<<"
Me.btnPrevLKW.UseVisualStyleBackColor = True
'
'btnNextLKW
'
Me.btnNextLKW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnNextLKW.Location = New System.Drawing.Point(193, 50)
Me.btnNextLKW.Name = "btnNextLKW"
Me.btnNextLKW.Size = New System.Drawing.Size(50, 22)
Me.btnNextLKW.TabIndex = 147
Me.btnNextLKW.Text = ">>"
Me.btnNextLKW.UseVisualStyleBackColor = True
'
'dgvSDLLeistungen
'
Me.dgvSDLLeistungen.AKTUALISIERUNGS_INTERVALL = 1000
DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvSDLLeistungen.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
Me.dgvSDLLeistungen.BackgroundColor = System.Drawing.Color.White
Me.dgvSDLLeistungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvSDLLeistungen.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvSDLLeistungen.Location = New System.Drawing.Point(0, 80)
Me.dgvSDLLeistungen.MultiSelect = False
Me.dgvSDLLeistungen.Name = "dgvSDLLeistungen"
Me.dgvSDLLeistungen.ReadOnly = True
Me.dgvSDLLeistungen.RowTemplate.Height = 20
Me.dgvSDLLeistungen.Size = New System.Drawing.Size(998, 277)
Me.dgvSDLLeistungen.TabIndex = 145
'
'cntxtSDLLeistungenOptions
'
Me.cntxtSDLLeistungenOptions.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LöschenToolStripMenuItem})
Me.cntxtSDLLeistungenOptions.Name = "cntxtSDLLeistungenOptions"
Me.cntxtSDLLeistungenOptions.Size = New System.Drawing.Size(119, 26)
'
'LöschenToolStripMenuItem
'
Me.LöschenToolStripMenuItem.Name = "LöschenToolStripMenuItem"
Me.LöschenToolStripMenuItem.Size = New System.Drawing.Size(118, 22)
Me.LöschenToolStripMenuItem.Text = "Löschen"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(3, 59)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(109, 13)
Me.Label2.TabIndex = 144
Me.Label2.Text = "SDL - Leistungen:"
'
'lblLKW
'
Me.lblLKW.AutoSize = True
Me.lblLKW.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblLKW.Location = New System.Drawing.Point(61, 7)
Me.lblLKW.Name = "lblLKW"
Me.lblLKW.Size = New System.Drawing.Size(20, 26)
Me.lblLKW.TabIndex = 141
Me.lblLKW.Text = "-"
'
'lblLKWLand
'
Me.lblLKWLand.AutoSize = True
Me.lblLKWLand.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblLKWLand.Location = New System.Drawing.Point(72, 36)
Me.lblLKWLand.Name = "lblLKWLand"
Me.lblLKWLand.Size = New System.Drawing.Size(29, 20)
Me.lblLKWLand.TabIndex = 142
Me.lblLKWLand.Text = "AT"
'
'lblErfassung
'
Me.lblErfassung.AutoSize = True
Me.lblErfassung.Location = New System.Drawing.Point(124, 5)
Me.lblErfassung.Name = "lblErfassung"
Me.lblErfassung.Size = New System.Drawing.Size(10, 13)
Me.lblErfassung.TabIndex = 148
Me.lblErfassung.Text = "-"
'
'lblAenderung
'
Me.lblAenderung.AutoSize = True
Me.lblAenderung.Location = New System.Drawing.Point(124, 20)
Me.lblAenderung.Name = "lblAenderung"
Me.lblAenderung.Size = New System.Drawing.Size(10, 13)
Me.lblAenderung.TabIndex = 148
Me.lblAenderung.Text = "-"
'
'lblSachbearbeiter
'
Me.lblSachbearbeiter.AutoSize = True
Me.lblSachbearbeiter.Location = New System.Drawing.Point(124, 35)
Me.lblSachbearbeiter.Name = "lblSachbearbeiter"
Me.lblSachbearbeiter.Size = New System.Drawing.Size(10, 13)
Me.lblSachbearbeiter.TabIndex = 148
Me.lblSachbearbeiter.Text = "-"
'
'pnlSDLLeistungenDetails
'
Me.pnlSDLLeistungenDetails.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlSDLLeistungenDetails.Controls.Add(Me.Label4)
Me.pnlSDLLeistungenDetails.Controls.Add(Me.Label3)
Me.pnlSDLLeistungenDetails.Dock = System.Windows.Forms.DockStyle.Bottom
Me.pnlSDLLeistungenDetails.Location = New System.Drawing.Point(0, 357)
Me.pnlSDLLeistungenDetails.Name = "pnlSDLLeistungenDetails"
Me.pnlSDLLeistungenDetails.Size = New System.Drawing.Size(998, 220)
Me.pnlSDLLeistungenDetails.TabIndex = 149
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(198, 165)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(83, 13)
Me.Label4.TabIndex = 144
Me.Label4.Text = "SDL-Leistungen"
Me.Label4.Visible = False
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(387, 165)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(111, 13)
Me.Label3.TabIndex = 144
Me.Label3.Text = "Aus Liste links wählen"
Me.Label3.Visible = False
'
'btnNextSDL
'
Me.btnNextSDL.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnNextSDL.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnNextSDL.Location = New System.Drawing.Point(506, 26)
Me.btnNextSDL.Margin = New System.Windows.Forms.Padding(0)
Me.btnNextSDL.Name = "btnNextSDL"
Me.btnNextSDL.Size = New System.Drawing.Size(50, 25)
Me.btnNextSDL.TabIndex = 150
Me.btnNextSDL.Text = ""
Me.btnNextSDL.UseVisualStyleBackColor = True
'
'btnPrevSDL
'
Me.btnPrevSDL.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnPrevSDL.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnPrevSDL.Location = New System.Drawing.Point(506, 2)
Me.btnPrevSDL.Margin = New System.Windows.Forms.Padding(0)
Me.btnPrevSDL.Name = "btnPrevSDL"
Me.btnPrevSDL.Size = New System.Drawing.Size(50, 25)
Me.btnPrevSDL.TabIndex = 150
Me.btnPrevSDL.Text = ""
Me.btnPrevSDL.UseVisualStyleBackColor = True
'
'btnAddLeistung
'
Me.btnAddLeistung.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.btnAddLeistung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAddLeistung.Image = Global.SDL.My.Resources.Resources.plus
Me.btnAddLeistung.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAddLeistung.Location = New System.Drawing.Point(354, 2)
Me.btnAddLeistung.Name = "btnAddLeistung"
Me.btnAddLeistung.Size = New System.Drawing.Size(146, 49)
Me.btnAddLeistung.TabIndex = 151
Me.btnAddLeistung.Text = "Leistung hinzufügen"
Me.btnAddLeistung.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnAddLeistung.UseVisualStyleBackColor = True
'
'cntxtAddSdl
'
Me.cntxtAddSdl.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DToolStripMenuItem})
Me.cntxtAddSdl.Name = "cntxtAddSdl"
Me.cntxtAddSdl.Size = New System.Drawing.Size(82, 26)
'
'DToolStripMenuItem
'
Me.DToolStripMenuItem.Name = "DToolStripMenuItem"
Me.DToolStripMenuItem.Size = New System.Drawing.Size(81, 22)
Me.DToolStripMenuItem.Text = "d"
'
'PictureBox1
'
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox1.Image = Global.SDL.My.Resources.Resources.LKW_klein
Me.PictureBox1.Location = New System.Drawing.Point(6, -1)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(46, 38)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 153
Me.PictureBox1.TabStop = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(3, 41)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(63, 13)
Me.Label1.TabIndex = 154
Me.Label1.Text = "Nationalität:"
'
'pnl
'
Me.pnl.Controls.Add(Me.PictureBox1)
Me.pnl.Controls.Add(Me.lblLKW)
Me.pnl.Controls.Add(Me.tbcntrLKW)
Me.pnl.Controls.Add(Me.Label2)
Me.pnl.Controls.Add(Me.btnNextLKW)
Me.pnl.Controls.Add(Me.lblLKWLand)
Me.pnl.Controls.Add(Me.btnPrevLKW)
Me.pnl.Controls.Add(Me.Label1)
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(998, 80)
Me.pnl.TabIndex = 155
'
'tbcntrLKW
'
Me.tbcntrLKW.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.tbcntrLKW.Controls.Add(Me.TabPage1)
Me.tbcntrLKW.Controls.Add(Me.TabPage2)
Me.tbcntrLKW.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tbcntrLKW.ItemSize = New System.Drawing.Size(44, 15)
Me.tbcntrLKW.Location = New System.Drawing.Point(278, 0)
Me.tbcntrLKW.Name = "tbcntrLKW"
Me.tbcntrLKW.SelectedIndex = 0
Me.tbcntrLKW.Size = New System.Drawing.Size(720, 80)
Me.tbcntrLKW.TabIndex = 156
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.Label6)
Me.TabPage1.Controls.Add(Me.lblSachbearbeiter)
Me.TabPage1.Controls.Add(Me.lblAenderung)
Me.TabPage1.Controls.Add(Me.btnPrevSDL)
Me.TabPage1.Controls.Add(Me.lblErfassung)
Me.TabPage1.Controls.Add(Me.Label7)
Me.TabPage1.Controls.Add(Me.btnNextSDL)
Me.TabPage1.Controls.Add(Me.Label8)
Me.TabPage1.Controls.Add(Me.btnAddLeistung)
Me.TabPage1.Location = New System.Drawing.Point(4, 19)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(712, 57)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Details"
Me.TabPage1.UseVisualStyleBackColor = True
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(6, 5)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(94, 13)
Me.Label6.TabIndex = 155
Me.Label6.Text = "Erfassungsdatum: "
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(6, 20)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(93, 13)
Me.Label7.TabIndex = 156
Me.Label7.Text = "Änderungsdatum: "
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(6, 35)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(113, 13)
Me.Label8.TabIndex = 157
Me.Label8.Text = "letzter Sachbearbeiter:"
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.scanCIFDokument)
Me.TabPage2.Controls.Add(Me.scanCOCDokument)
Me.TabPage2.Controls.Add(Me.scanMietVertrag)
Me.TabPage2.Controls.Add(Me.scanSonstiges)
Me.TabPage2.Controls.Add(Me.scanZulassungsschein)
Me.TabPage2.Controls.Add(Me.scanLeasingVertrag)
Me.TabPage2.Controls.Add(Me.scanCEMT)
Me.TabPage2.Location = New System.Drawing.Point(4, 19)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(712, 57)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Dokumente"
Me.TabPage2.UseVisualStyleBackColor = True
'
'scanCIFDokument
'
Me.scanCIFDokument._ARCHIV = True
Me.scanCIFDokument._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.scanCIFDokument._DATENSERVER_ORDNER = "MDM"
Me.scanCIFDokument._DATENSERVER_UOrdner1 = Nothing
Me.scanCIFDokument._DATENSERVER_UOrdner2 = Nothing
Me.scanCIFDokument._DATENSERVER_UOrdner3 = Nothing
Me.scanCIFDokument._MULTI_FILES = True
Me.scanCIFDokument._TEXT_PDF = "CIF-Dokument"
Me.scanCIFDokument.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.scanCIFDokument.BackColor = System.Drawing.Color.White
Me.scanCIFDokument.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.scanCIFDokument.Cursor = System.Windows.Forms.Cursors.Default
Me.scanCIFDokument.Enabled = False
Me.scanCIFDokument.Location = New System.Drawing.Point(270, 29)
Me.scanCIFDokument.Name = "scanCIFDokument"
Me.scanCIFDokument.Size = New System.Drawing.Size(126, 22)
Me.scanCIFDokument.TabIndex = 165
'
'scanCOCDokument
'
Me.scanCOCDokument._ARCHIV = True
Me.scanCOCDokument._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.scanCOCDokument._DATENSERVER_ORDNER = "MDM"
Me.scanCOCDokument._DATENSERVER_UOrdner1 = Nothing
Me.scanCOCDokument._DATENSERVER_UOrdner2 = Nothing
Me.scanCOCDokument._DATENSERVER_UOrdner3 = Nothing
Me.scanCOCDokument._MULTI_FILES = True
Me.scanCOCDokument._TEXT_PDF = "COC-Dokument"
Me.scanCOCDokument.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.scanCOCDokument.BackColor = System.Drawing.Color.White
Me.scanCOCDokument.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.scanCOCDokument.Cursor = System.Windows.Forms.Cursors.Default
Me.scanCOCDokument.Enabled = False
Me.scanCOCDokument.Location = New System.Drawing.Point(270, 6)
Me.scanCOCDokument.Name = "scanCOCDokument"
Me.scanCOCDokument.Size = New System.Drawing.Size(126, 22)
Me.scanCOCDokument.TabIndex = 164
'
'scanMietVertrag
'
Me.scanMietVertrag._ARCHIV = True
Me.scanMietVertrag._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.scanMietVertrag._DATENSERVER_ORDNER = "MDM"
Me.scanMietVertrag._DATENSERVER_UOrdner1 = Nothing
Me.scanMietVertrag._DATENSERVER_UOrdner2 = Nothing
Me.scanMietVertrag._DATENSERVER_UOrdner3 = Nothing
Me.scanMietVertrag._MULTI_FILES = True
Me.scanMietVertrag._TEXT_PDF = "Miet-Vertrag"
Me.scanMietVertrag.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.scanMietVertrag.BackColor = System.Drawing.Color.White
Me.scanMietVertrag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.scanMietVertrag.Cursor = System.Windows.Forms.Cursors.Default
Me.scanMietVertrag.Enabled = False
Me.scanMietVertrag.Location = New System.Drawing.Point(138, 29)
Me.scanMietVertrag.Name = "scanMietVertrag"
Me.scanMietVertrag.Size = New System.Drawing.Size(126, 22)
Me.scanMietVertrag.TabIndex = 163
'
'scanSonstiges
'
Me.scanSonstiges._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.scanSonstiges._DATENSERVER_ORDNER = "MDM"
Me.scanSonstiges._DATENSERVER_UOrdner1 = ""
Me.scanSonstiges._DATENSERVER_UOrdner2 = ""
Me.scanSonstiges._DATENSERVER_UOrdner3 = ""
Me.scanSonstiges._OPEN_ORIGINAL = False
Me.scanSonstiges._TYPE = "PDF"
Me.scanSonstiges.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.scanSonstiges.BackColor = System.Drawing.Color.White
Me.scanSonstiges.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.scanSonstiges.Cursor = System.Windows.Forms.Cursors.Default
Me.scanSonstiges.Enabled = False
Me.scanSonstiges.Location = New System.Drawing.Point(410, 0)
Me.scanSonstiges.Margin = New System.Windows.Forms.Padding(0)
Me.scanSonstiges.Name = "scanSonstiges"
Me.scanSonstiges.Size = New System.Drawing.Size(299, 58)
Me.scanSonstiges.TabIndex = 162
'
'scanZulassungsschein
'
Me.scanZulassungsschein._ARCHIV = True
Me.scanZulassungsschein._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.scanZulassungsschein._DATENSERVER_ORDNER = "MDM"
Me.scanZulassungsschein._DATENSERVER_UOrdner1 = Nothing
Me.scanZulassungsschein._DATENSERVER_UOrdner2 = Nothing
Me.scanZulassungsschein._DATENSERVER_UOrdner3 = Nothing
Me.scanZulassungsschein._MULTI_FILES = True
Me.scanZulassungsschein._TEXT_PDF = "Zulassungsschein"
Me.scanZulassungsschein.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.scanZulassungsschein.BackColor = System.Drawing.Color.White
Me.scanZulassungsschein.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.scanZulassungsschein.Cursor = System.Windows.Forms.Cursors.Default
Me.scanZulassungsschein.Enabled = False
Me.scanZulassungsschein.Location = New System.Drawing.Point(6, 6)
Me.scanZulassungsschein.Name = "scanZulassungsschein"
Me.scanZulassungsschein.Size = New System.Drawing.Size(126, 22)
Me.scanZulassungsschein.TabIndex = 158
'
'scanLeasingVertrag
'
Me.scanLeasingVertrag._ARCHIV = True
Me.scanLeasingVertrag._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.scanLeasingVertrag._DATENSERVER_ORDNER = "MDM"
Me.scanLeasingVertrag._DATENSERVER_UOrdner1 = Nothing
Me.scanLeasingVertrag._DATENSERVER_UOrdner2 = Nothing
Me.scanLeasingVertrag._DATENSERVER_UOrdner3 = Nothing
Me.scanLeasingVertrag._MULTI_FILES = True
Me.scanLeasingVertrag._TEXT_PDF = "Leasing-Vertrag"
Me.scanLeasingVertrag.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.scanLeasingVertrag.BackColor = System.Drawing.Color.White
Me.scanLeasingVertrag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.scanLeasingVertrag.Cursor = System.Windows.Forms.Cursors.Default
Me.scanLeasingVertrag.Enabled = False
Me.scanLeasingVertrag.Location = New System.Drawing.Point(138, 6)
Me.scanLeasingVertrag.Name = "scanLeasingVertrag"
Me.scanLeasingVertrag.Size = New System.Drawing.Size(126, 22)
Me.scanLeasingVertrag.TabIndex = 160
'
'scanCEMT
'
Me.scanCEMT._ARCHIV = True
Me.scanCEMT._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.scanCEMT._DATENSERVER_ORDNER = "MDM"
Me.scanCEMT._DATENSERVER_UOrdner1 = Nothing
Me.scanCEMT._DATENSERVER_UOrdner2 = Nothing
Me.scanCEMT._DATENSERVER_UOrdner3 = Nothing
Me.scanCEMT._MULTI_FILES = True
Me.scanCEMT._TEXT_PDF = "CEMT"
Me.scanCEMT.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.scanCEMT.BackColor = System.Drawing.Color.White
Me.scanCEMT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.scanCEMT.Cursor = System.Windows.Forms.Cursors.Default
Me.scanCEMT.Enabled = False
Me.scanCEMT.Location = New System.Drawing.Point(6, 29)
Me.scanCEMT.Name = "scanCEMT"
Me.scanCEMT.Size = New System.Drawing.Size(126, 22)
Me.scanCEMT.TabIndex = 159
'
'usrCntlLKW
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Controls.Add(Me.dgvSDLLeistungen)
Me.Controls.Add(Me.pnl)
Me.Controls.Add(Me.pnlSDLLeistungenDetails)
Me.MaximumSize = New System.Drawing.Size(1000, 1000)
Me.Name = "usrCntlLKW"
Me.Size = New System.Drawing.Size(998, 577)
CType(Me.dgvSDLLeistungen, System.ComponentModel.ISupportInitialize).EndInit()
Me.cntxtSDLLeistungenOptions.ResumeLayout(False)
Me.pnlSDLLeistungenDetails.ResumeLayout(False)
Me.pnlSDLLeistungenDetails.PerformLayout()
Me.cntxtAddSdl.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.tbcntrLKW.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.TabPage2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents dgvSDLLeistungen As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents lblLKW As System.Windows.Forms.Label
Friend WithEvents lblLKWLand As System.Windows.Forms.Label
Friend WithEvents lblErfassung As System.Windows.Forms.Label
Friend WithEvents lblAenderung As System.Windows.Forms.Label
Friend WithEvents lblSachbearbeiter As System.Windows.Forms.Label
Friend WithEvents pnlSDLLeistungenDetails As System.Windows.Forms.Panel
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents btnNextSDL As System.Windows.Forms.Button
Friend WithEvents btnPrevSDL As System.Windows.Forms.Button
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents btnAddLeistung As System.Windows.Forms.Button
Friend WithEvents cntxtAddSdl As System.Windows.Forms.ContextMenuStrip
Friend WithEvents DToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cntxtSDLLeistungenOptions As System.Windows.Forms.ContextMenuStrip
Friend WithEvents LöschenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Public WithEvents btnPrevLKW As System.Windows.Forms.Button
Public WithEvents btnNextLKW As System.Windows.Forms.Button
Friend WithEvents scanZulassungsschein As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
Friend WithEvents scanLeasingVertrag As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
Friend WithEvents scanCEMT As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
Friend WithEvents scanSonstiges As VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList
Friend WithEvents tbcntrLKW As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents scanMietVertrag As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
Friend WithEvents scanCIFDokument As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
Friend WithEvents scanCOCDokument As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
End Class