This commit is contained in:
2020-05-31 22:25:35 +02:00
parent 4a358d43fd
commit 083e666fbc
214 changed files with 14292 additions and 4117 deletions

View File

@@ -90,6 +90,7 @@ Partial Class frmMain
Me.lblMs = New System.Windows.Forms.Label()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.pnlJumpKunde = New System.Windows.Forms.Panel()
Me.Button3 = New System.Windows.Forms.Button()
Me.KdSearchBox1 = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.Button4 = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
@@ -137,7 +138,7 @@ Partial Class frmMain
Me.MenuStripSDL.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow
Me.MenuStripSDL.Location = New System.Drawing.Point(0, 0)
Me.MenuStripSDL.Name = "MenuStripSDL"
Me.MenuStripSDL.Size = New System.Drawing.Size(100, 550)
Me.MenuStripSDL.Size = New System.Drawing.Size(100, 543)
Me.MenuStripSDL.TabIndex = 72
Me.MenuStripSDL.Text = "test"
'
@@ -328,9 +329,9 @@ Partial Class frmMain
Me.Panel1.Controls.Add(Me.btnExit)
Me.Panel1.Controls.Add(Me.Button1)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel1.Location = New System.Drawing.Point(0, 531)
Me.Panel1.Location = New System.Drawing.Point(0, 508)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(100, 225)
Me.Panel1.Size = New System.Drawing.Size(100, 248)
Me.Panel1.TabIndex = 30
'
'Label20
@@ -339,7 +340,7 @@ Partial Class frmMain
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.ForeColor = System.Drawing.Color.White
Me.Label20.Location = New System.Drawing.Point(68, 160)
Me.Label20.Location = New System.Drawing.Point(68, 183)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(28, 19)
Me.Label20.TabIndex = 41
@@ -363,7 +364,7 @@ Partial Class frmMain
Me.picAVISOMessenger.BackgroundImage = Global.SDL.My.Resources.Resources.aviso_messenger
Me.picAVISOMessenger.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.picAVISOMessenger.Cursor = System.Windows.Forms.Cursors.Hand
Me.picAVISOMessenger.Location = New System.Drawing.Point(20, 112)
Me.picAVISOMessenger.Location = New System.Drawing.Point(20, 135)
Me.picAVISOMessenger.Name = "picAVISOMessenger"
Me.picAVISOMessenger.Size = New System.Drawing.Size(59, 55)
Me.picAVISOMessenger.TabIndex = 40
@@ -374,7 +375,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.ForeColor = System.Drawing.Color.White
Me.lblVersion.Location = New System.Drawing.Point(1, 203)
Me.lblVersion.Location = New System.Drawing.Point(1, 226)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.lblVersion.Size = New System.Drawing.Size(96, 13)
@@ -478,7 +479,7 @@ Partial Class frmMain
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.Size = New System.Drawing.Size(529, 23)
Me.pnlInfo.TabIndex = 25
'
'txtInfotext
@@ -761,6 +762,7 @@ Partial Class frmMain
'pnlJumpKunde
'
Me.pnlJumpKunde.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.pnlJumpKunde.Controls.Add(Me.Button3)
Me.pnlJumpKunde.Controls.Add(Me.KdSearchBox1)
Me.pnlJumpKunde.Controls.Add(Me.Button4)
Me.pnlJumpKunde.Controls.Add(Me.Label3)
@@ -771,6 +773,23 @@ Partial Class frmMain
Me.pnlJumpKunde.Size = New System.Drawing.Size(300, 63)
Me.pnlJumpKunde.TabIndex = 25
'
'Button3
'
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button3.BackColor = System.Drawing.Color.Gray
Me.Button3.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.Button3.FlatAppearance.BorderSize = 0
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.ForeColor = System.Drawing.Color.White
Me.Button3.Location = New System.Drawing.Point(128, 1)
Me.Button3.Name = "Button3"
Me.Button3.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.Button3.Size = New System.Drawing.Size(45, 25)
Me.Button3.TabIndex = 86
Me.Button3.Text = "< >"
Me.Button3.UseVisualStyleBackColor = False
'
'KdSearchBox1
'
Me.KdSearchBox1._AlleFirmenCLUSTER = False
@@ -1013,4 +1032,5 @@ Partial Class frmMain
Friend WithEvents Label20 As Label
Friend WithEvents picAVISOMessenger As PictureBox
Friend WithEvents Timer_REFRESH As Timer
Friend WithEvents Button3 As Button
End Class