This commit is contained in:
2021-10-20 22:24:56 +02:00
parent 787491cf6b
commit 2d7bb951d2
26 changed files with 1204 additions and 415 deletions

View File

@@ -29,6 +29,8 @@ Partial Class usrCntlVermerkeATilla
Me.btnLKWStandzeitFeierteage = New System.Windows.Forms.Button()
Me.btnLKWStandzeitWE = New System.Windows.Forms.Button()
Me.pnl = New System.Windows.Forms.Panel()
Me.btnAbfertigungTr = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.lblErrSendung = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
@@ -42,7 +44,6 @@ Partial Class usrCntlVermerkeATilla
Me.btnAuftragFehlt = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.Button2 = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout()
Me.SuspendLayout()
'
@@ -111,6 +112,7 @@ Partial Class usrCntlVermerkeATilla
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.btnAbfertigungTr)
Me.pnl.Controls.Add(Me.Button2)
Me.pnl.Controls.Add(Me.Button1)
Me.pnl.Controls.Add(Me.lblErrSendung)
@@ -132,9 +134,38 @@ Partial Class usrCntlVermerkeATilla
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(435, 311)
Me.pnl.Size = New System.Drawing.Size(494, 311)
Me.pnl.TabIndex = 111
'
'btnAbfertigungTr
'
Me.btnAbfertigungTr.BackColor = System.Drawing.Color.White
Me.btnAbfertigungTr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAbfertigungTr.Image = Global.AVISO.My.Resources.Resources.abklaerungTR_Inaktiv
Me.btnAbfertigungTr.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnAbfertigungTr.Location = New System.Drawing.Point(407, 9)
Me.btnAbfertigungTr.Margin = New System.Windows.Forms.Padding(0)
Me.btnAbfertigungTr.Name = "btnAbfertigungTr"
Me.btnAbfertigungTr.Size = New System.Drawing.Size(85, 83)
Me.btnAbfertigungTr.TabIndex = 120
Me.btnAbfertigungTr.Text = "Abfertigung " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "TR"
Me.btnAbfertigungTr.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnAbfertigungTr.UseVisualStyleBackColor = False
Me.btnAbfertigungTr.Visible = False
'
'Button2
'
Me.Button2.BackColor = System.Drawing.Color.White
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button2.Location = New System.Drawing.Point(12, 204)
Me.Button2.Margin = New System.Windows.Forms.Padding(0)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(183, 27)
Me.Button2.TabIndex = 119
Me.Button2.Text = "Unbedingt Schichtleiter fragen!"
Me.Button2.UseVisualStyleBackColor = False
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.White
@@ -170,14 +201,21 @@ Partial Class usrCntlVermerkeATilla
'
'txtSendung
'
Me.txtSendung._DateTimeOnly = False
Me.txtSendung._numbersOnly = False
Me.txtSendung._numbersOnlyKommastellen = ""
Me.txtSendung._Prozent = False
Me.txtSendung._ShortDateNew = False
Me.txtSendung._ShortDateOnly = False
Me.txtSendung._TimeOnly = False
Me.txtSendung._value = Nothing
Me.txtSendung._Waehrung = False
Me.txtSendung._WaehrungZeichen = True
Me.txtSendung.ForeColor = System.Drawing.Color.Black
Me.txtSendung.Location = New System.Drawing.Point(199, 117)
Me.txtSendung.MaxLineLength = -1
Me.txtSendung.MaxLines_Warning = ""
Me.txtSendung.MaxLines_Warning_Label = Nothing
Me.txtSendung.Name = "txtSendung"
Me.txtSendung.Size = New System.Drawing.Size(183, 20)
Me.txtSendung.TabIndex = 115
@@ -279,22 +317,10 @@ Partial Class usrCntlVermerkeATilla
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
'
'Button2
'
Me.Button2.BackColor = System.Drawing.Color.White
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button2.Location = New System.Drawing.Point(12, 204)
Me.Button2.Margin = New System.Windows.Forms.Padding(0)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(183, 27)
Me.Button2.TabIndex = 119
Me.Button2.Text = "Unbedingt Schichtleiter fragen!"
Me.Button2.UseVisualStyleBackColor = False
'
'usrCntlVermerkeATilla
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -303,7 +329,7 @@ Partial Class usrCntlVermerkeATilla
Me.BackColor = System.Drawing.SystemColors.Control
Me.Controls.Add(Me.pnl)
Me.Name = "usrCntlVermerkeATilla"
Me.Size = New System.Drawing.Size(435, 311)
Me.Size = New System.Drawing.Size(494, 311)
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.ResumeLayout(False)
@@ -328,5 +354,5 @@ Partial Class usrCntlVermerkeATilla
Friend WithEvents lblErrSendung As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents btnAbfertigungTr As Button
End Class