This commit is contained in:
2023-01-18 08:44:35 +01:00
2 changed files with 19 additions and 19 deletions

View File

@@ -128,7 +128,7 @@ Partial Class frmMain
Me.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left Me.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left
Me.pnlLeft.Location = New System.Drawing.Point(0, 73) Me.pnlLeft.Location = New System.Drawing.Point(0, 73)
Me.pnlLeft.Name = "pnlLeft" Me.pnlLeft.Name = "pnlLeft"
Me.pnlLeft.Size = New System.Drawing.Size(100, 756) Me.pnlLeft.Size = New System.Drawing.Size(100, 840)
Me.pnlLeft.TabIndex = 27 Me.pnlLeft.TabIndex = 27
' '
'MenuStripSDL 'MenuStripSDL
@@ -141,7 +141,7 @@ Partial Class frmMain
Me.MenuStripSDL.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow Me.MenuStripSDL.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow
Me.MenuStripSDL.Location = New System.Drawing.Point(0, 0) Me.MenuStripSDL.Location = New System.Drawing.Point(0, 0)
Me.MenuStripSDL.Name = "MenuStripSDL" Me.MenuStripSDL.Name = "MenuStripSDL"
Me.MenuStripSDL.Size = New System.Drawing.Size(100, 543) Me.MenuStripSDL.Size = New System.Drawing.Size(100, 609)
Me.MenuStripSDL.TabIndex = 72 Me.MenuStripSDL.TabIndex = 72
Me.MenuStripSDL.Text = "test" Me.MenuStripSDL.Text = "test"
' '
@@ -179,19 +179,19 @@ Partial Class frmMain
'ArtikelTarifierenToolStripMenuItem 'ArtikelTarifierenToolStripMenuItem
' '
Me.ArtikelTarifierenToolStripMenuItem.Name = "ArtikelTarifierenToolStripMenuItem" Me.ArtikelTarifierenToolStripMenuItem.Name = "ArtikelTarifierenToolStripMenuItem"
Me.ArtikelTarifierenToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.ArtikelTarifierenToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.ArtikelTarifierenToolStripMenuItem.Text = "Artikel tarifieren" Me.ArtikelTarifierenToolStripMenuItem.Text = "Artikel tarifieren"
' '
'SpeditionsbuchToolStripMenuItem 'SpeditionsbuchToolStripMenuItem
' '
Me.SpeditionsbuchToolStripMenuItem.Name = "SpeditionsbuchToolStripMenuItem" Me.SpeditionsbuchToolStripMenuItem.Name = "SpeditionsbuchToolStripMenuItem"
Me.SpeditionsbuchToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.SpeditionsbuchToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.SpeditionsbuchToolStripMenuItem.Text = "Speditionsbuch" Me.SpeditionsbuchToolStripMenuItem.Text = "Speditionsbuch"
' '
'AuswertungToolStripMenuItem 'AuswertungToolStripMenuItem
' '
Me.AuswertungToolStripMenuItem.Name = "AuswertungToolStripMenuItem" Me.AuswertungToolStripMenuItem.Name = "AuswertungToolStripMenuItem"
Me.AuswertungToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.AuswertungToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.AuswertungToolStripMenuItem.Text = "Auswertung" Me.AuswertungToolStripMenuItem.Text = "Auswertung"
' '
'mnueMDM 'mnueMDM
@@ -360,9 +360,9 @@ Partial Class frmMain
Me.Panel1.Controls.Add(Me.btnExit) Me.Panel1.Controls.Add(Me.btnExit)
Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.Button1)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel1.Location = New System.Drawing.Point(0, 508) Me.Panel1.Location = New System.Drawing.Point(0, 612)
Me.Panel1.Name = "Panel1" Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(100, 248) Me.Panel1.Size = New System.Drawing.Size(100, 228)
Me.Panel1.TabIndex = 30 Me.Panel1.TabIndex = 30
' '
'Label20 'Label20
@@ -371,7 +371,7 @@ Partial Class frmMain
Me.Label20.BackColor = System.Drawing.Color.Red Me.Label20.BackColor = System.Drawing.Color.Red
Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label20.ForeColor = System.Drawing.Color.White Me.Label20.ForeColor = System.Drawing.Color.White
Me.Label20.Location = New System.Drawing.Point(68, 183) Me.Label20.Location = New System.Drawing.Point(68, 163)
Me.Label20.Name = "Label20" Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(28, 19) Me.Label20.Size = New System.Drawing.Size(28, 19)
Me.Label20.TabIndex = 41 Me.Label20.TabIndex = 41
@@ -394,7 +394,7 @@ Partial Class frmMain
Me.picAVISOMessenger.BackgroundImage = Global.SDL.My.Resources.Resources.aviso_messenger Me.picAVISOMessenger.BackgroundImage = Global.SDL.My.Resources.Resources.aviso_messenger
Me.picAVISOMessenger.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.picAVISOMessenger.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.picAVISOMessenger.Cursor = System.Windows.Forms.Cursors.Hand Me.picAVISOMessenger.Cursor = System.Windows.Forms.Cursors.Hand
Me.picAVISOMessenger.Location = New System.Drawing.Point(20, 135) Me.picAVISOMessenger.Location = New System.Drawing.Point(20, 115)
Me.picAVISOMessenger.Name = "picAVISOMessenger" Me.picAVISOMessenger.Name = "picAVISOMessenger"
Me.picAVISOMessenger.Size = New System.Drawing.Size(59, 55) Me.picAVISOMessenger.Size = New System.Drawing.Size(59, 55)
Me.picAVISOMessenger.TabIndex = 40 Me.picAVISOMessenger.TabIndex = 40
@@ -405,7 +405,7 @@ Partial Class frmMain
' '
Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.lblVersion.ForeColor = System.Drawing.Color.White Me.lblVersion.ForeColor = System.Drawing.Color.White
Me.lblVersion.Location = New System.Drawing.Point(1, 226) Me.lblVersion.Location = New System.Drawing.Point(1, 206)
Me.lblVersion.Name = "lblVersion" Me.lblVersion.Name = "lblVersion"
Me.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.lblVersion.Size = New System.Drawing.Size(96, 13) Me.lblVersion.Size = New System.Drawing.Size(96, 13)
@@ -713,7 +713,7 @@ Partial Class frmMain
'ToolStripSeparator3 'ToolStripSeparator3
' '
Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(57, 6) Me.ToolStripSeparator3.Size = New System.Drawing.Size(177, 6)
' '
'StatistikToolStripMenuItem 'StatistikToolStripMenuItem
' '
@@ -918,7 +918,7 @@ Partial Class frmMain
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlMain.Location = New System.Drawing.Point(100, 73) Me.pnlMain.Location = New System.Drawing.Point(100, 73)
Me.pnlMain.Name = "pnlMain" Me.pnlMain.Name = "pnlMain"
Me.pnlMain.Size = New System.Drawing.Size(1184, 756) Me.pnlMain.Size = New System.Drawing.Size(1184, 840)
Me.pnlMain.TabIndex = 29 Me.pnlMain.TabIndex = 29
' '
'cntxtZOLL 'cntxtZOLL
@@ -955,7 +955,7 @@ Partial Class frmMain
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.ClientSize = New System.Drawing.Size(1284, 829) Me.ClientSize = New System.Drawing.Size(1284, 913)
Me.Controls.Add(Me.pnlMain) Me.Controls.Add(Me.pnlMain)
Me.Controls.Add(Me.pnlLeft) Me.Controls.Add(Me.pnlLeft)
Me.Controls.Add(Me.pnlHeader) Me.Controls.Add(Me.pnlHeader)