Überarbeitung Schichtmodell
This commit is contained in:
26
UID/Dienstplan/frmSchichtenZeiten.Designer.vb
generated
26
UID/Dienstplan/frmSchichtenZeiten.Designer.vb
generated
@@ -66,6 +66,8 @@ Partial Class frmSchichtenZeiten
|
||||
Me.cbxRotMo = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxBenutzerdefinierteSchicht = New System.Windows.Forms.CheckBox()
|
||||
Me.pnl = New System.Windows.Forms.Panel()
|
||||
Me.cbxSplitschicht = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxHauptsplitschicht = New System.Windows.Forms.CheckBox()
|
||||
Me.txtZusatzAL = New System.Windows.Forms.TextBox()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
||||
@@ -536,6 +538,8 @@ Partial Class frmSchichtenZeiten
|
||||
'
|
||||
'pnl
|
||||
'
|
||||
Me.pnl.Controls.Add(Me.cbxSplitschicht)
|
||||
Me.pnl.Controls.Add(Me.cbxHauptsplitschicht)
|
||||
Me.pnl.Controls.Add(Me.txtZusatzAL)
|
||||
Me.pnl.Controls.Add(Me.Label9)
|
||||
Me.pnl.Controls.Add(Me.CheckBox2)
|
||||
@@ -566,6 +570,26 @@ Partial Class frmSchichtenZeiten
|
||||
Me.pnl.Size = New System.Drawing.Size(362, 165)
|
||||
Me.pnl.TabIndex = 109
|
||||
'
|
||||
'cbxSplitschicht
|
||||
'
|
||||
Me.cbxSplitschicht.AutoSize = True
|
||||
Me.cbxSplitschicht.Location = New System.Drawing.Point(210, 143)
|
||||
Me.cbxSplitschicht.Name = "cbxSplitschicht"
|
||||
Me.cbxSplitschicht.Size = New System.Drawing.Size(80, 17)
|
||||
Me.cbxSplitschicht.TabIndex = 125
|
||||
Me.cbxSplitschicht.Text = "Splitschicht"
|
||||
Me.cbxSplitschicht.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxHauptsplitschicht
|
||||
'
|
||||
Me.cbxHauptsplitschicht.AutoSize = True
|
||||
Me.cbxHauptsplitschicht.Location = New System.Drawing.Point(210, 121)
|
||||
Me.cbxHauptsplitschicht.Name = "cbxHauptsplitschicht"
|
||||
Me.cbxHauptsplitschicht.Size = New System.Drawing.Size(107, 17)
|
||||
Me.cbxHauptsplitschicht.TabIndex = 124
|
||||
Me.cbxHauptsplitschicht.Text = "Hauptsplitschicht"
|
||||
Me.cbxHauptsplitschicht.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtZusatzAL
|
||||
'
|
||||
Me.txtZusatzAL.Location = New System.Drawing.Point(102, 143)
|
||||
@@ -1005,4 +1029,6 @@ Partial Class frmSchichtenZeiten
|
||||
Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents ColorDialog3 As System.Windows.Forms.ColorDialog
|
||||
Friend WithEvents cbxAktiv As CheckBox
|
||||
Friend WithEvents cbxSplitschicht As CheckBox
|
||||
Friend WithEvents cbxHauptsplitschicht As CheckBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user