ZE mehrere Firmen

This commit is contained in:
2024-11-13 10:35:33 +01:00
parent 03e06bbb63
commit e3af2f2076
4 changed files with 58 additions and 19 deletions

View File

@@ -33,6 +33,8 @@ Partial Class frmZEButtons
Me.btnATTKommen = New System.Windows.Forms.Button()
Me.btnIMEXGehen = New System.Windows.Forms.Button()
Me.btnIMEXKommen = New System.Windows.Forms.Button()
Me.btnABMARGehen = New System.Windows.Forms.Button()
Me.btnAMBARKommen = New System.Windows.Forms.Button()
Me.pnlButtons.SuspendLayout()
Me.SuspendLayout()
'
@@ -41,6 +43,8 @@ Partial Class frmZEButtons
Me.pnlButtons.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.pnlButtons.BackColor = System.Drawing.Color.Cornsilk
Me.pnlButtons.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlButtons.Controls.Add(Me.btnABMARGehen)
Me.pnlButtons.Controls.Add(Me.btnAMBARKommen)
Me.pnlButtons.Controls.Add(Me.btnVergGehen)
Me.pnlButtons.Controls.Add(Me.btnVergKommen)
Me.pnlButtons.Controls.Add(Me.btnFOGehen)
@@ -51,9 +55,9 @@ Partial Class frmZEButtons
Me.pnlButtons.Controls.Add(Me.btnATTKommen)
Me.pnlButtons.Controls.Add(Me.btnIMEXGehen)
Me.pnlButtons.Controls.Add(Me.btnIMEXKommen)
Me.pnlButtons.Location = New System.Drawing.Point(1, 1)
Me.pnlButtons.Location = New System.Drawing.Point(1, -2)
Me.pnlButtons.Name = "pnlButtons"
Me.pnlButtons.Size = New System.Drawing.Size(235, 229)
Me.pnlButtons.Size = New System.Drawing.Size(235, 275)
Me.pnlButtons.TabIndex = 23
'
'btnVergGehen
@@ -212,11 +216,45 @@ Partial Class frmZEButtons
Me.btnIMEXKommen.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnIMEXKommen.UseVisualStyleBackColor = False
'
'btnABMARGehen
'
Me.btnABMARGehen.BackColor = System.Drawing.Color.White
Me.btnABMARGehen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnABMARGehen.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnABMARGehen.Enabled = False
Me.btnABMARGehen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnABMARGehen.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.ze_gehen
Me.btnABMARGehen.ImageAlign = System.Drawing.ContentAlignment.TopRight
Me.btnABMARGehen.Location = New System.Drawing.Point(132, 225)
Me.btnABMARGehen.Name = "btnABMARGehen"
Me.btnABMARGehen.Size = New System.Drawing.Size(90, 45)
Me.btnABMARGehen.TabIndex = 134
Me.btnABMARGehen.Text = "AMBAR"
Me.btnABMARGehen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnABMARGehen.UseVisualStyleBackColor = False
'
'btnAMBARKommen
'
Me.btnAMBARKommen.BackColor = System.Drawing.Color.White
Me.btnAMBARKommen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnAMBARKommen.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnAMBARKommen.Enabled = False
Me.btnAMBARKommen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAMBARKommen.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.ze_kommen
Me.btnAMBARKommen.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.btnAMBARKommen.Location = New System.Drawing.Point(20, 225)
Me.btnAMBARKommen.Name = "btnAMBARKommen"
Me.btnAMBARKommen.Size = New System.Drawing.Size(106, 45)
Me.btnAMBARKommen.TabIndex = 133
Me.btnAMBARKommen.Text = "AMBAR"
Me.btnAMBARKommen.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAMBARKommen.UseVisualStyleBackColor = False
'
'frmZEButtons
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(236, 232)
Me.ClientSize = New System.Drawing.Size(236, 275)
Me.ControlBox = False
Me.Controls.Add(Me.pnlButtons)
Me.KeyPreview = True
@@ -239,4 +277,6 @@ Partial Class frmZEButtons
Friend WithEvents btnVergKommen As Windows.Forms.Button
Friend WithEvents btnFOGehen As Windows.Forms.Button
Friend WithEvents btnFOKommen As Windows.Forms.Button
Friend WithEvents btnABMARGehen As Windows.Forms.Button
Friend WithEvents btnAMBARKommen As Windows.Forms.Button
End Class