696 lines
32 KiB
VB.net
696 lines
32 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlVerpflichtungserklärungFahrer
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlVerpflichtungserklärungFahrer))
|
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.lblVollmachtDE = New System.Windows.Forms.Label()
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.pic = New System.Windows.Forms.PictureBox()
|
|
Me.btnDown = New System.Windows.Forms.Button()
|
|
Me.btnUp = New System.Windows.Forms.Button()
|
|
Me.btnDel = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.btnIMPORTIEREN = New System.Windows.Forms.Button()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.lblfound = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.lblAdrErr = New System.Windows.Forms.Label()
|
|
Me.btnSaveFD = New System.Windows.Forms.Button()
|
|
Me.lklEintragAufheben = New System.Windows.Forms.LinkLabel()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.btnDelFD = New System.Windows.Forms.Button()
|
|
Me.lblDel = New System.Windows.Forms.Label()
|
|
Me.txtMobilNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtPassnummer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
|
|
Me.clmnMRN = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.txtLKWKennzeichen = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtFahrername = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtFirma = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtAdresseFahrer = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip()
|
|
Me.DateiScannenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.DateiHochladenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.LöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.cbxPassDrucken = New System.Windows.Forms.CheckBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.cbxUeberstellungsT = New System.Windows.Forms.CheckBox()
|
|
Me.btnDatenFurLKWSpeichern = New System.Windows.Forms.Button()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ContextMenuStrip1.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblVollmachtDE
|
|
'
|
|
Me.lblVollmachtDE.AutoSize = True
|
|
Me.lblVollmachtDE.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblVollmachtDE.Location = New System.Drawing.Point(43, 9)
|
|
Me.lblVollmachtDE.Name = "lblVollmachtDE"
|
|
Me.lblVollmachtDE.Size = New System.Drawing.Size(258, 20)
|
|
Me.lblVollmachtDE.TabIndex = 1
|
|
Me.lblVollmachtDE.Text = "Verpflichtungserklärung Fahrer"
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(160, 37)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(78, 13)
|
|
Me.lbl.TabIndex = 6
|
|
Me.lbl.Text = "Firmenwortlaut:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(161, 101)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(81, 13)
|
|
Me.Label1.TabIndex = 11
|
|
Me.Label1.Text = "Fahrer-Adresse:"
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.BackgroundImage = Global.SDL.My.Resources.search
|
|
Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Location = New System.Drawing.Point(937, 34)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(26, 20)
|
|
Me.btn.TabIndex = 8
|
|
Me.btn.UseVisualStyleBackColor = True
|
|
'
|
|
'pic
|
|
'
|
|
Me.pic.BackgroundImage = Global.SDL.My.Resources.pdf
|
|
Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.pic.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.pic.Location = New System.Drawing.Point(5, 5)
|
|
Me.pic.Name = "pic"
|
|
Me.pic.Size = New System.Drawing.Size(32, 32)
|
|
Me.pic.TabIndex = 30
|
|
Me.pic.TabStop = False
|
|
'
|
|
'btnDown
|
|
'
|
|
Me.btnDown.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnDown.BackgroundImage = Global.SDL.My.Resources.pfeil_unten
|
|
Me.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDown.Location = New System.Drawing.Point(1004, 42)
|
|
Me.btnDown.Name = "btnDown"
|
|
Me.btnDown.Size = New System.Drawing.Size(25, 21)
|
|
Me.btnDown.TabIndex = 9
|
|
Me.btnDown.UseVisualStyleBackColor = True
|
|
'
|
|
'btnUp
|
|
'
|
|
Me.btnUp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnUp.BackgroundImage = Global.SDL.My.Resources.pfeil_oben
|
|
Me.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnUp.Location = New System.Drawing.Point(1004, 22)
|
|
Me.btnUp.Name = "btnUp"
|
|
Me.btnUp.Size = New System.Drawing.Size(25, 21)
|
|
Me.btnUp.TabIndex = 4
|
|
Me.btnUp.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDel
|
|
'
|
|
Me.btnDel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnDel.BackgroundImage = Global.SDL.My.Resources.del
|
|
Me.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDel.Location = New System.Drawing.Point(1004, -1)
|
|
Me.btnDel.Name = "btnDel"
|
|
Me.btnDel.Size = New System.Drawing.Size(25, 21)
|
|
Me.btnDel.TabIndex = 0
|
|
Me.btnDel.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(161, 146)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(70, 13)
|
|
Me.Label2.TabIndex = 34
|
|
Me.Label2.Text = "LKW Kennz.:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(161, 175)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(49, 13)
|
|
Me.Label3.TabIndex = 37
|
|
Me.Label3.Text = "MRN-Nr:"
|
|
'
|
|
'btnIMPORTIEREN
|
|
'
|
|
Me.btnIMPORTIEREN.Enabled = False
|
|
Me.btnIMPORTIEREN.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnIMPORTIEREN.Location = New System.Drawing.Point(506, 228)
|
|
Me.btnIMPORTIEREN.Name = "btnIMPORTIEREN"
|
|
Me.btnIMPORTIEREN.Size = New System.Drawing.Size(303, 33)
|
|
Me.btnIMPORTIEREN.TabIndex = 38
|
|
Me.btnIMPORTIEREN.Text = "MRN IMPORTIEREN"
|
|
Me.btnIMPORTIEREN.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(503, 178)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(85, 13)
|
|
Me.Label4.TabIndex = 39
|
|
Me.Label4.Text = "LKW Id / Scan.:"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(657, 206)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(34, 13)
|
|
Me.Label5.TabIndex = 41
|
|
Me.Label5.Text = "LKW:"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(161, 63)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(66, 13)
|
|
Me.Label6.TabIndex = 43
|
|
Me.Label6.Text = "Fahrername:"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(562, 82)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(103, 13)
|
|
Me.Label7.TabIndex = 45
|
|
Me.Label7.Text = "Fahrer Passnummer:"
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(161, 82)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(86, 13)
|
|
Me.Label9.TabIndex = 47
|
|
Me.Label9.Text = "Fahrer MobilTel.:"
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.Location = New System.Drawing.Point(503, 264)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(460, 69)
|
|
Me.Label10.TabIndex = 48
|
|
Me.Label10.Text = resources.GetString("Label10.Text")
|
|
'
|
|
'lblfound
|
|
'
|
|
Me.lblfound.AutoSize = True
|
|
Me.lblfound.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblfound.ForeColor = System.Drawing.Color.Green
|
|
Me.lblfound.Location = New System.Drawing.Point(528, 205)
|
|
Me.lblfound.Name = "lblfound"
|
|
Me.lblfound.Size = New System.Drawing.Size(60, 13)
|
|
Me.lblfound.TabIndex = 49
|
|
Me.lblfound.Text = "gefunden"
|
|
Me.lblfound.Visible = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackgroundImage = Global.SDL.My.Resources.search
|
|
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(530, 60)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(26, 20)
|
|
Me.Button1.TabIndex = 50
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'lblAdrErr
|
|
'
|
|
Me.lblAdrErr.AutoSize = True
|
|
Me.lblAdrErr.BackColor = System.Drawing.Color.Red
|
|
Me.lblAdrErr.ForeColor = System.Drawing.Color.White
|
|
Me.lblAdrErr.Location = New System.Drawing.Point(891, 122)
|
|
Me.lblAdrErr.Name = "lblAdrErr"
|
|
Me.lblAdrErr.Size = New System.Drawing.Size(70, 13)
|
|
Me.lblAdrErr.TabIndex = 58
|
|
Me.lblAdrErr.Text = "max. 2 Zeilen"
|
|
Me.lblAdrErr.Visible = False
|
|
'
|
|
'btnSaveFD
|
|
'
|
|
Me.btnSaveFD.BackgroundImage = Global.SDL.My.Resources.save
|
|
Me.btnSaveFD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnSaveFD.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSaveFD.Location = New System.Drawing.Point(938, 59)
|
|
Me.btnSaveFD.Name = "btnSaveFD"
|
|
Me.btnSaveFD.Size = New System.Drawing.Size(25, 20)
|
|
Me.btnSaveFD.TabIndex = 53
|
|
Me.btnSaveFD.UseVisualStyleBackColor = True
|
|
'
|
|
'lklEintragAufheben
|
|
'
|
|
Me.lklEintragAufheben.AutoSize = True
|
|
Me.lklEintragAufheben.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.lklEintragAufheben.Location = New System.Drawing.Point(562, 63)
|
|
Me.lklEintragAufheben.Name = "lklEintragAufheben"
|
|
Me.lklEintragAufheben.Size = New System.Drawing.Size(100, 13)
|
|
Me.lklEintragAufheben.TabIndex = 54
|
|
Me.lklEintragAufheben.TabStop = True
|
|
Me.lklEintragAufheben.Text = "Kopplung aufheben"
|
|
Me.lklEintragAufheben.Visible = False
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(811, 64)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(121, 13)
|
|
Me.Label8.TabIndex = 55
|
|
Me.Label8.Text = "Fahrer-Daten speichern:"
|
|
'
|
|
'btnDelFD
|
|
'
|
|
Me.btnDelFD.BackgroundImage = Global.SDL.My.Resources.del
|
|
Me.btnDelFD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnDelFD.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDelFD.Location = New System.Drawing.Point(780, 58)
|
|
Me.btnDelFD.Name = "btnDelFD"
|
|
Me.btnDelFD.Size = New System.Drawing.Size(25, 21)
|
|
Me.btnDelFD.TabIndex = 56
|
|
Me.btnDelFD.UseVisualStyleBackColor = True
|
|
Me.btnDelFD.Visible = False
|
|
'
|
|
'lblDel
|
|
'
|
|
Me.lblDel.AutoSize = True
|
|
Me.lblDel.Location = New System.Drawing.Point(664, 63)
|
|
Me.lblDel.Name = "lblDel"
|
|
Me.lblDel.Size = New System.Drawing.Size(112, 13)
|
|
Me.lblDel.TabIndex = 57
|
|
Me.lblDel.Text = "Fahrer-Daten löschen:"
|
|
Me.lblDel.Visible = False
|
|
'
|
|
'txtMobilNr
|
|
'
|
|
Me.txtMobilNr._numbersOnly = False
|
|
Me.txtMobilNr._Prozent = False
|
|
Me.txtMobilNr._ShortDateNew = False
|
|
Me.txtMobilNr._ShortDateOnly = False
|
|
Me.txtMobilNr._TimeOnly = False
|
|
Me.txtMobilNr._value = Nothing
|
|
Me.txtMobilNr._Waehrung = False
|
|
Me.txtMobilNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMobilNr.Location = New System.Drawing.Point(254, 79)
|
|
Me.txtMobilNr.MaxLineLength = -1
|
|
Me.txtMobilNr.MaxLines_Warning = ""
|
|
Me.txtMobilNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtMobilNr.Name = "txtMobilNr"
|
|
Me.txtMobilNr.Size = New System.Drawing.Size(302, 20)
|
|
Me.txtMobilNr.TabIndex = 46
|
|
'
|
|
'txtPassnummer
|
|
'
|
|
Me.txtPassnummer._numbersOnly = False
|
|
Me.txtPassnummer._Prozent = False
|
|
Me.txtPassnummer._ShortDateNew = False
|
|
Me.txtPassnummer._ShortDateOnly = False
|
|
Me.txtPassnummer._TimeOnly = False
|
|
Me.txtPassnummer._value = Nothing
|
|
Me.txtPassnummer._Waehrung = False
|
|
Me.txtPassnummer.ForeColor = System.Drawing.Color.Black
|
|
Me.txtPassnummer.Location = New System.Drawing.Point(667, 79)
|
|
Me.txtPassnummer.MaxLineLength = -1
|
|
Me.txtPassnummer.MaxLines_Warning = ""
|
|
Me.txtPassnummer.MaxLines_Warning_Label = Nothing
|
|
Me.txtPassnummer.Name = "txtPassnummer"
|
|
Me.txtPassnummer.Size = New System.Drawing.Size(296, 20)
|
|
Me.txtPassnummer.TabIndex = 44
|
|
'
|
|
'MyTextBox2
|
|
'
|
|
Me.MyTextBox2._numbersOnly = False
|
|
Me.MyTextBox2._Prozent = False
|
|
Me.MyTextBox2._ShortDateNew = False
|
|
Me.MyTextBox2._ShortDateOnly = False
|
|
Me.MyTextBox2._TimeOnly = False
|
|
Me.MyTextBox2._value = Nothing
|
|
Me.MyTextBox2._Waehrung = False
|
|
Me.MyTextBox2.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox2.Location = New System.Drawing.Point(597, 202)
|
|
Me.MyTextBox2.MaxLineLength = -1
|
|
Me.MyTextBox2.MaxLines_Warning = ""
|
|
Me.MyTextBox2.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox2.Name = "MyTextBox2"
|
|
Me.MyTextBox2.ReadOnly = True
|
|
Me.MyTextBox2.Size = New System.Drawing.Size(212, 20)
|
|
Me.MyTextBox2.TabIndex = 42
|
|
'
|
|
'MyTextBox1
|
|
'
|
|
Me.MyTextBox1._numbersOnly = False
|
|
Me.MyTextBox1._Prozent = False
|
|
Me.MyTextBox1._ShortDateNew = False
|
|
Me.MyTextBox1._ShortDateOnly = False
|
|
Me.MyTextBox1._TimeOnly = False
|
|
Me.MyTextBox1._value = Nothing
|
|
Me.MyTextBox1._Waehrung = False
|
|
Me.MyTextBox1.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox1.Location = New System.Drawing.Point(597, 175)
|
|
Me.MyTextBox1.MaxLineLength = -1
|
|
Me.MyTextBox1.MaxLines_Warning = ""
|
|
Me.MyTextBox1.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox1.Name = "MyTextBox1"
|
|
Me.MyTextBox1.Size = New System.Drawing.Size(212, 20)
|
|
Me.MyTextBox1.TabIndex = 40
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
|
|
DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
|
|
DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
|
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.MyDatagridview1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
|
|
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnMRN})
|
|
Me.MyDatagridview1.Location = New System.Drawing.Point(254, 175)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(240, 158)
|
|
Me.MyDatagridview1.TabIndex = 36
|
|
'
|
|
'clmnMRN
|
|
'
|
|
Me.clmnMRN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.clmnMRN.HeaderText = "MRN"
|
|
Me.clmnMRN.Name = "clmnMRN"
|
|
'
|
|
'txtLKWKennzeichen
|
|
'
|
|
Me.txtLKWKennzeichen._numbersOnly = False
|
|
Me.txtLKWKennzeichen._Prozent = False
|
|
Me.txtLKWKennzeichen._ShortDateNew = False
|
|
Me.txtLKWKennzeichen._ShortDateOnly = False
|
|
Me.txtLKWKennzeichen._TimeOnly = False
|
|
Me.txtLKWKennzeichen._value = Nothing
|
|
Me.txtLKWKennzeichen._Waehrung = False
|
|
Me.txtLKWKennzeichen.ForeColor = System.Drawing.Color.Black
|
|
Me.txtLKWKennzeichen.Location = New System.Drawing.Point(254, 143)
|
|
Me.txtLKWKennzeichen.MaxLineLength = -1
|
|
Me.txtLKWKennzeichen.MaxLines_Warning = ""
|
|
Me.txtLKWKennzeichen.MaxLines_Warning_Label = Nothing
|
|
Me.txtLKWKennzeichen.Name = "txtLKWKennzeichen"
|
|
Me.txtLKWKennzeichen.Size = New System.Drawing.Size(709, 20)
|
|
Me.txtLKWKennzeichen.TabIndex = 35
|
|
'
|
|
'txtFahrername
|
|
'
|
|
Me.txtFahrername._numbersOnly = False
|
|
Me.txtFahrername._Prozent = False
|
|
Me.txtFahrername._ShortDateNew = False
|
|
Me.txtFahrername._ShortDateOnly = False
|
|
Me.txtFahrername._TimeOnly = False
|
|
Me.txtFahrername._value = Nothing
|
|
Me.txtFahrername._Waehrung = False
|
|
Me.txtFahrername.ForeColor = System.Drawing.Color.Black
|
|
Me.txtFahrername.Location = New System.Drawing.Point(254, 60)
|
|
Me.txtFahrername.MaxLineLength = -1
|
|
Me.txtFahrername.MaxLines_Warning = ""
|
|
Me.txtFahrername.MaxLines_Warning_Label = Nothing
|
|
Me.txtFahrername.Name = "txtFahrername"
|
|
Me.txtFahrername.Size = New System.Drawing.Size(277, 20)
|
|
Me.txtFahrername.TabIndex = 31
|
|
'
|
|
'txtFirma
|
|
'
|
|
Me.txtFirma._numbersOnly = False
|
|
Me.txtFirma._Prozent = False
|
|
Me.txtFirma._ShortDateNew = False
|
|
Me.txtFirma._ShortDateOnly = False
|
|
Me.txtFirma._TimeOnly = False
|
|
Me.txtFirma._value = Nothing
|
|
Me.txtFirma._Waehrung = False
|
|
Me.txtFirma.ForeColor = System.Drawing.Color.Black
|
|
Me.txtFirma.Location = New System.Drawing.Point(254, 34)
|
|
Me.txtFirma.MaxLineLength = -1
|
|
Me.txtFirma.MaxLines_Warning = ""
|
|
Me.txtFirma.MaxLines_Warning_Label = Nothing
|
|
Me.txtFirma.Name = "txtFirma"
|
|
Me.txtFirma.Size = New System.Drawing.Size(684, 20)
|
|
Me.txtFirma.TabIndex = 7
|
|
'
|
|
'txtAdresseFahrer
|
|
'
|
|
Me.txtAdresseFahrer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.txtAdresseFahrer.Location = New System.Drawing.Point(254, 98)
|
|
Me.txtAdresseFahrer.MaxLineLength = 300
|
|
Me.txtAdresseFahrer.MaxLines_Warning = "2"
|
|
Me.txtAdresseFahrer.MaxLines_Warning_Label = Me.lblAdrErr
|
|
Me.txtAdresseFahrer.Name = "txtAdresseFahrer"
|
|
Me.txtAdresseFahrer.Size = New System.Drawing.Size(709, 39)
|
|
Me.txtAdresseFahrer.TabIndex = 52
|
|
Me.txtAdresseFahrer.Text = ""
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.BackgroundImage = Global.SDL.My.Resources.passpic_sw
|
|
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button2.ContextMenuStrip = Me.ContextMenuStrip1
|
|
Me.Button2.FlatAppearance.BorderSize = 0
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(3, 25)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(31, 32)
|
|
Me.Button2.TabIndex = 59
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiScannenToolStripMenuItem, Me.DateiHochladenToolStripMenuItem, Me.LöschenToolStripMenuItem})
|
|
Me.ContextMenuStrip1.Name = "cntxt"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(170, 70)
|
|
'
|
|
'DateiScannenToolStripMenuItem
|
|
'
|
|
Me.DateiScannenToolStripMenuItem.Image = Global.SDL.My.Resources.scanner1
|
|
Me.DateiScannenToolStripMenuItem.Name = "DateiScannenToolStripMenuItem"
|
|
Me.DateiScannenToolStripMenuItem.Size = New System.Drawing.Size(169, 22)
|
|
Me.DateiScannenToolStripMenuItem.Text = "Datei scannen..."
|
|
'
|
|
'DateiHochladenToolStripMenuItem
|
|
'
|
|
Me.DateiHochladenToolStripMenuItem.Image = Global.SDL.My.Resources.pdf1
|
|
Me.DateiHochladenToolStripMenuItem.Name = "DateiHochladenToolStripMenuItem"
|
|
Me.DateiHochladenToolStripMenuItem.Size = New System.Drawing.Size(169, 22)
|
|
Me.DateiHochladenToolStripMenuItem.Text = "Datei hochladen..."
|
|
'
|
|
'LöschenToolStripMenuItem
|
|
'
|
|
Me.LöschenToolStripMenuItem.Enabled = False
|
|
Me.LöschenToolStripMenuItem.Image = Global.SDL.My.Resources.del
|
|
Me.LöschenToolStripMenuItem.Name = "LöschenToolStripMenuItem"
|
|
Me.LöschenToolStripMenuItem.Size = New System.Drawing.Size(169, 22)
|
|
Me.LöschenToolStripMenuItem.Text = "Löschen"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.cbxPassDrucken)
|
|
Me.Panel1.Controls.Add(Me.Label11)
|
|
Me.Panel1.Controls.Add(Me.Button2)
|
|
Me.Panel1.Location = New System.Drawing.Point(62, 58)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(98, 79)
|
|
Me.Panel1.TabIndex = 60
|
|
Me.Panel1.Visible = False
|
|
'
|
|
'cbxPassDrucken
|
|
'
|
|
Me.cbxPassDrucken.AutoSize = True
|
|
Me.cbxPassDrucken.Checked = True
|
|
Me.cbxPassDrucken.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxPassDrucken.Location = New System.Drawing.Point(6, 59)
|
|
Me.cbxPassDrucken.Name = "cbxPassDrucken"
|
|
Me.cbxPassDrucken.Size = New System.Drawing.Size(91, 17)
|
|
Me.cbxPassDrucken.TabIndex = 62
|
|
Me.cbxPassDrucken.Text = "Pass drucken"
|
|
Me.cbxPassDrucken.UseVisualStyleBackColor = True
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(3, 5)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(59, 13)
|
|
Me.Label11.TabIndex = 61
|
|
Me.Label11.Text = "Passkopie:"
|
|
'
|
|
'cbxUeberstellungsT
|
|
'
|
|
Me.cbxUeberstellungsT.AutoSize = True
|
|
Me.cbxUeberstellungsT.Location = New System.Drawing.Point(832, 174)
|
|
Me.cbxUeberstellungsT.Name = "cbxUeberstellungsT"
|
|
Me.cbxUeberstellungsT.Size = New System.Drawing.Size(129, 17)
|
|
Me.cbxUeberstellungsT.TabIndex = 63
|
|
Me.cbxUeberstellungsT.Text = "Überstellungs-T laden"
|
|
Me.cbxUeberstellungsT.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDatenFurLKWSpeichern
|
|
'
|
|
Me.btnDatenFurLKWSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDatenFurLKWSpeichern.Location = New System.Drawing.Point(832, 202)
|
|
Me.btnDatenFurLKWSpeichern.Name = "btnDatenFurLKWSpeichern"
|
|
Me.btnDatenFurLKWSpeichern.Size = New System.Drawing.Size(131, 59)
|
|
Me.btnDatenFurLKWSpeichern.TabIndex = 64
|
|
Me.btnDatenFurLKWSpeichern.Text = "Daten für diesen Akt speichern"
|
|
Me.btnDatenFurLKWSpeichern.UseVisualStyleBackColor = True
|
|
Me.btnDatenFurLKWSpeichern.Visible = False
|
|
'
|
|
'usrCntlVerpflichtungserklärungFahrer
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoSize = True
|
|
Me.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Controls.Add(Me.btnDatenFurLKWSpeichern)
|
|
Me.Controls.Add(Me.cbxUeberstellungsT)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.lblAdrErr)
|
|
Me.Controls.Add(Me.lblDel)
|
|
Me.Controls.Add(Me.btnDelFD)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.lklEintragAufheben)
|
|
Me.Controls.Add(Me.btnSaveFD)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.lblfound)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.Label9)
|
|
Me.Controls.Add(Me.txtMobilNr)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.txtPassnummer)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.MyTextBox2)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.MyTextBox1)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.btnIMPORTIEREN)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.MyDatagridview1)
|
|
Me.Controls.Add(Me.txtLKWKennzeichen)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.txtFahrername)
|
|
Me.Controls.Add(Me.btnDown)
|
|
Me.Controls.Add(Me.btnUp)
|
|
Me.Controls.Add(Me.btnDel)
|
|
Me.Controls.Add(Me.pic)
|
|
Me.Controls.Add(Me.btn)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtFirma)
|
|
Me.Controls.Add(Me.lbl)
|
|
Me.Controls.Add(Me.lblVollmachtDE)
|
|
Me.Controls.Add(Me.txtAdresseFahrer)
|
|
Me.MinimumSize = New System.Drawing.Size(1007, 250)
|
|
Me.Name = "usrCntlVerpflichtungserklärungFahrer"
|
|
Me.Size = New System.Drawing.Size(1028, 336)
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents lblVollmachtDE As System.Windows.Forms.Label
|
|
Friend WithEvents lbl As System.Windows.Forms.Label
|
|
Friend WithEvents txtFirma As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents btn As System.Windows.Forms.Button
|
|
Friend WithEvents pic As System.Windows.Forms.PictureBox
|
|
Friend WithEvents btnDown As System.Windows.Forms.Button
|
|
Friend WithEvents btnUp As System.Windows.Forms.Button
|
|
Friend WithEvents btnDel As System.Windows.Forms.Button
|
|
Friend WithEvents txtFahrername As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtLKWKennzeichen As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents btnIMPORTIEREN As System.Windows.Forms.Button
|
|
Friend WithEvents MyTextBox1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents MyTextBox2 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents txtPassnummer As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents txtMobilNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents lblfound As System.Windows.Forms.Label
|
|
Friend WithEvents clmnMRN As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents txtAdresseFahrer As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
|
Friend WithEvents btnSaveFD As System.Windows.Forms.Button
|
|
Friend WithEvents lklEintragAufheben As System.Windows.Forms.LinkLabel
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents btnDelFD As System.Windows.Forms.Button
|
|
Friend WithEvents lblDel As System.Windows.Forms.Label
|
|
Friend WithEvents lblAdrErr As System.Windows.Forms.Label
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents DateiScannenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents DateiHochladenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents LöschenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents cbxPassDrucken As System.Windows.Forms.CheckBox
|
|
Friend WithEvents cbxUeberstellungsT As System.Windows.Forms.CheckBox
|
|
Friend WithEvents btnDatenFurLKWSpeichern As System.Windows.Forms.Button
|
|
|
|
End Class
|