This commit is contained in:
2020-03-12 14:49:31 +01:00
parent f4c1a74870
commit cc28d5a6cf
197 changed files with 37402 additions and 4503 deletions

100
SDL/frmMain.Designer.vb generated
View File

@@ -30,6 +30,7 @@ Partial Class frmMain
Me.mnueMDM = New System.Windows.Forms.ToolStripMenuItem()
Me.KartenverwaltungToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.VERAGCardParkplatzToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.ParkzeitWaberersEtcToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.LKWListeToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.SDLAbholaufträgeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
@@ -56,13 +57,14 @@ Partial Class frmMain
Me.VERAGCardParkplatzToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AuswertungenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.pnlHeader = New System.Windows.Forms.Panel()
Me.pnlInfo = New System.Windows.Forms.Panel()
Me.txtInfotext = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.Button7 = New System.Windows.Forms.Button()
Me.Label4 = New System.Windows.Forms.Label()
Me.pnlInfo = New System.Windows.Forms.Panel()
Me.txtInfotext = New System.Windows.Forms.Label()
Me.lblTestsystem = New System.Windows.Forms.Label()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
@@ -70,6 +72,7 @@ Partial Class frmMain
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.mnuProgramm = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
Me.NeuesPasswortToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.UpdateToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.TESTToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuAdministrator = New System.Windows.Forms.ToolStripMenuItem()
@@ -95,7 +98,6 @@ Partial Class frmMain
Me.cntxtZOLL = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.AuswertungenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.NeuesPasswortToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.pnlLeft.SuspendLayout()
Me.MenuStripSDL.SuspendLayout()
Me.Panel1.SuspendLayout()
@@ -155,7 +157,7 @@ Partial Class frmMain
'mnueMDM
'
Me.mnueMDM.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.mnueMDM.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.KartenverwaltungToolStripMenuItem1, Me.VERAGCardParkplatzToolStripMenuItem1, Me.LKWListeToolStripMenuItem1, Me.SDLAbholaufträgeToolStripMenuItem, Me.ToolStripSeparator1, Me.SchnittstellenToolStripMenuItem, Me.ToolStripSeparator2, Me.AuswertungenToolStripMenuItem2})
Me.mnueMDM.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.KartenverwaltungToolStripMenuItem1, Me.VERAGCardParkplatzToolStripMenuItem1, Me.ParkzeitWaberersEtcToolStripMenuItem, Me.LKWListeToolStripMenuItem1, Me.SDLAbholaufträgeToolStripMenuItem, Me.ToolStripSeparator1, Me.SchnittstellenToolStripMenuItem, Me.ToolStripSeparator2, Me.AuswertungenToolStripMenuItem2})
Me.mnueMDM.ForeColor = System.Drawing.Color.White
Me.mnueMDM.Image = Global.SDL.My.Resources.Resources.logo_mdm
Me.mnueMDM.ImageAlign = System.Drawing.ContentAlignment.TopCenter
@@ -181,6 +183,13 @@ Partial Class frmMain
Me.VERAGCardParkplatzToolStripMenuItem1.Text = "VERAG-Card (Parkplatz)"
Me.VERAGCardParkplatzToolStripMenuItem1.Visible = False
'
'ParkzeitWaberersEtcToolStripMenuItem
'
Me.ParkzeitWaberersEtcToolStripMenuItem.Name = "ParkzeitWaberersEtcToolStripMenuItem"
Me.ParkzeitWaberersEtcToolStripMenuItem.Size = New System.Drawing.Size(199, 22)
Me.ParkzeitWaberersEtcToolStripMenuItem.Text = "Parkzeit (Mittich)"
Me.ParkzeitWaberersEtcToolStripMenuItem.Visible = False
'
'LKWListeToolStripMenuItem1
'
Me.LKWListeToolStripMenuItem1.Name = "LKWListeToolStripMenuItem1"
@@ -408,12 +417,13 @@ Partial Class frmMain
'pnlHeader
'
Me.pnlHeader.BackColor = System.Drawing.Color.White
Me.pnlHeader.Controls.Add(Me.pnlInfo)
Me.pnlHeader.Controls.Add(Me.Label9)
Me.pnlHeader.Controls.Add(Me.Button9)
Me.pnlHeader.Controls.Add(Me.Button2)
Me.pnlHeader.Controls.Add(Me.FlatButton1)
Me.pnlHeader.Controls.Add(Me.Button7)
Me.pnlHeader.Controls.Add(Me.Label4)
Me.pnlHeader.Controls.Add(Me.pnlInfo)
Me.pnlHeader.Controls.Add(Me.lblTestsystem)
Me.pnlHeader.Controls.Add(Me.Panel3)
Me.pnlHeader.Controls.Add(Me.MenuStrip1)
@@ -426,6 +436,26 @@ Partial Class frmMain
Me.pnlHeader.Size = New System.Drawing.Size(1284, 73)
Me.pnlHeader.TabIndex = 28
'
'pnlInfo
'
Me.pnlInfo.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.pnlInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
Me.pnlInfo.Controls.Add(Me.txtInfotext)
Me.pnlInfo.Location = New System.Drawing.Point(376, 1)
Me.pnlInfo.Name = "pnlInfo"
Me.pnlInfo.Size = New System.Drawing.Size(529, 33)
Me.pnlInfo.TabIndex = 25
'
'txtInfotext
'
Me.txtInfotext.AutoSize = True
Me.txtInfotext.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtInfotext.Location = New System.Drawing.Point(262, 7)
Me.txtInfotext.Name = "txtInfotext"
Me.txtInfotext.Size = New System.Drawing.Size(35, 17)
Me.txtInfotext.TabIndex = 0
Me.txtInfotext.Text = "Info"
'
'Label9
'
Me.Label9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
@@ -441,6 +471,23 @@ Partial Class frmMain
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Label9.Visible = False
'
'Button9
'
Me.Button9.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button9.Cursor = System.Windows.Forms.Cursors.Default
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button9.ForeColor = System.Drawing.Color.Black
Me.Button9.Image = Global.SDL.My.Resources.Resources.Telefonliste_small
Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button9.Location = New System.Drawing.Point(859, 4)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(119, 36)
Me.Button9.TabIndex = 39
Me.Button9.TabStop = False
Me.Button9.Text = "Kontakte/Tel"
Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button9.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.BackColor = System.Drawing.Color.WhiteSmoke
@@ -496,26 +543,6 @@ Partial Class frmMain
Me.Label4.Text = "VERAG Spedition AG"
Me.Label4.Visible = False
'
'pnlInfo
'
Me.pnlInfo.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.pnlInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
Me.pnlInfo.Controls.Add(Me.txtInfotext)
Me.pnlInfo.Location = New System.Drawing.Point(376, 1)
Me.pnlInfo.Name = "pnlInfo"
Me.pnlInfo.Size = New System.Drawing.Size(602, 33)
Me.pnlInfo.TabIndex = 25
'
'txtInfotext
'
Me.txtInfotext.AutoSize = True
Me.txtInfotext.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtInfotext.Location = New System.Drawing.Point(262, 7)
Me.txtInfotext.Name = "txtInfotext"
Me.txtInfotext.Size = New System.Drawing.Size(35, 17)
Me.txtInfotext.TabIndex = 0
Me.txtInfotext.Text = "Info"
'
'lblTestsystem
'
Me.lblTestsystem.AutoSize = True
@@ -587,18 +614,24 @@ Partial Class frmMain
'ToolStripSeparator4
'
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
Me.ToolStripSeparator4.Size = New System.Drawing.Size(177, 6)
Me.ToolStripSeparator4.Size = New System.Drawing.Size(154, 6)
'
'NeuesPasswortToolStripMenuItem
'
Me.NeuesPasswortToolStripMenuItem.Name = "NeuesPasswortToolStripMenuItem"
Me.NeuesPasswortToolStripMenuItem.Size = New System.Drawing.Size(157, 22)
Me.NeuesPasswortToolStripMenuItem.Text = "Neues Passwort"
'
'UpdateToolStripMenuItem
'
Me.UpdateToolStripMenuItem.Name = "UpdateToolStripMenuItem"
Me.UpdateToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.UpdateToolStripMenuItem.Size = New System.Drawing.Size(157, 22)
Me.UpdateToolStripMenuItem.Text = "Update"
'
'TESTToolStripMenuItem
'
Me.TESTToolStripMenuItem.Name = "TESTToolStripMenuItem"
Me.TESTToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.TESTToolStripMenuItem.Size = New System.Drawing.Size(157, 22)
Me.TESTToolStripMenuItem.Text = "TEST"
Me.TESTToolStripMenuItem.Visible = False
'
@@ -674,7 +707,7 @@ Partial Class frmMain
'lblMs
'
Me.lblMs.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblMs.Location = New System.Drawing.Point(878, 37)
Me.lblMs.Location = New System.Drawing.Point(878, 45)
Me.lblMs.Name = "lblMs"
Me.lblMs.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.lblMs.Size = New System.Drawing.Size(100, 17)
@@ -705,6 +738,7 @@ Partial Class frmMain
'
'KdSearchBox1
'
Me.KdSearchBox1._AlleFirmenCLUSTER = False
Me.KdSearchBox1._AllowSetValue = False
Me.KdSearchBox1._autoSizeGross = False
Me.KdSearchBox1._display_Name1 = False
@@ -826,12 +860,6 @@ Partial Class frmMain
Me.AuswertungenToolStripMenuItem1.Size = New System.Drawing.Size(150, 24)
Me.AuswertungenToolStripMenuItem1.Text = "Auswertungen"
'
'NeuesPasswortToolStripMenuItem
'
Me.NeuesPasswortToolStripMenuItem.Name = "NeuesPasswortToolStripMenuItem"
Me.NeuesPasswortToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.NeuesPasswortToolStripMenuItem.Text = "Neues Passwort"
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
@@ -938,4 +966,6 @@ Partial Class frmMain
Friend WithEvents SchnittstellenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
Friend WithEvents NeuesPasswortToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Button9 As Button
Friend WithEvents ParkzeitWaberersEtcToolStripMenuItem As ToolStripMenuItem
End Class