This commit is contained in:
2020-06-04 22:20:10 +02:00
parent 6e3e35ac70
commit 3d67139c09
23 changed files with 26785 additions and 41 deletions

View File

@@ -49,6 +49,8 @@ Partial Class usrCntlDienstplan
Me.tbImex = New System.Windows.Forms.TabPage()
Me.tbFrontOffice = New System.Windows.Forms.TabPage()
Me.tbAMBAR = New System.Windows.Forms.TabPage()
Me.Button5 = New System.Windows.Forms.Button()
Me.cbxAuswertungPDF = New System.Windows.Forms.CheckBox()
CType(Me.dgvMA, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.Panel3.SuspendLayout()
@@ -140,6 +142,8 @@ Partial Class usrCntlDienstplan
'
'Panel3
'
Me.Panel3.Controls.Add(Me.cbxAuswertungPDF)
Me.Panel3.Controls.Add(Me.Button5)
Me.Panel3.Controls.Add(Me.cbxInaktiv)
Me.Panel3.Controls.Add(Me.numJahr)
Me.Panel3.Controls.Add(Me.cboMonat)
@@ -168,7 +172,7 @@ Partial Class usrCntlDienstplan
'
'numJahr
'
Me.numJahr.Location = New System.Drawing.Point(4, 482)
Me.numJahr.Location = New System.Drawing.Point(4, 515)
Me.numJahr.Maximum = New Decimal(New Integer() {2099, 0, 0, 0})
Me.numJahr.Minimum = New Decimal(New Integer() {2010, 0, 0, 0})
Me.numJahr.Name = "numJahr"
@@ -183,7 +187,7 @@ Partial Class usrCntlDienstplan
Me.cboMonat._allowFreiText = False
Me.cboMonat._value = ""
Me.cboMonat.FormattingEnabled = True
Me.cboMonat.Location = New System.Drawing.Point(4, 462)
Me.cboMonat.Location = New System.Drawing.Point(4, 495)
Me.cboMonat.Name = "cboMonat"
Me.cboMonat.Size = New System.Drawing.Size(114, 21)
Me.cboMonat.TabIndex = 10
@@ -198,7 +202,7 @@ Partial Class usrCntlDienstplan
Me.btnAuswertung.Name = "btnAuswertung"
Me.btnAuswertung.Size = New System.Drawing.Size(115, 43)
Me.btnAuswertung.TabIndex = 9
Me.btnAuswertung.Text = "Monatsauswert." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "MA"
Me.btnAuswertung.Text = "Monatsauswert." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "KW"
Me.btnAuswertung.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAuswertung.UseVisualStyleBackColor = True
Me.btnAuswertung.Visible = False
@@ -359,6 +363,34 @@ Partial Class usrCntlDienstplan
Me.tbAMBAR.Text = "AMBAR"
Me.tbAMBAR.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Button5.Image = CType(resources.GetObject("Button5.Image"), System.Drawing.Image)
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button5.Location = New System.Drawing.Point(3, 454)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(115, 35)
Me.Button5.TabIndex = 13
Me.Button5.Text = "Monatsauswert." & Global.Microsoft.VisualBasic.ChrW(13)
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button5.UseVisualStyleBackColor = True
Me.Button5.Visible = False
'
'cbxAuswertungPDF
'
Me.cbxAuswertungPDF.AutoSize = True
Me.cbxAuswertungPDF.Checked = True
Me.cbxAuswertungPDF.CheckState = System.Windows.Forms.CheckState.Checked
Me.cbxAuswertungPDF.Location = New System.Drawing.Point(6, 541)
Me.cbxAuswertungPDF.Name = "cbxAuswertungPDF"
Me.cbxAuswertungPDF.Size = New System.Drawing.Size(92, 17)
Me.cbxAuswertungPDF.TabIndex = 14
Me.cbxAuswertungPDF.Text = "PDF Ausgabe"
Me.cbxAuswertungPDF.UseVisualStyleBackColor = True
Me.cbxAuswertungPDF.Visible = False
'
'usrCntlDienstplan
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
@@ -404,4 +436,6 @@ Partial Class usrCntlDienstplan
Friend WithEvents cbxInaktiv As CheckBox
Friend WithEvents tbFrontOffice As TabPage
Friend WithEvents tbAMBAR As TabPage
Friend WithEvents Button5 As Button
Friend WithEvents cbxAuswertungPDF As CheckBox
End Class