This commit is contained in:
2020-01-08 13:18:12 +01:00
parent de1d935624
commit a6964d7082
28 changed files with 3853 additions and 1086 deletions

View File

@@ -31,6 +31,7 @@ Partial Class usrCntlDienstplan
Me.btnDienstplan = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.cbxInaktiv = New System.Windows.Forms.CheckBox()
Me.numJahr = New System.Windows.Forms.NumericUpDown()
Me.cboMonat = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.btnAuswertung = New System.Windows.Forms.Button()
@@ -46,7 +47,7 @@ Partial Class usrCntlDienstplan
Me.tbVerag = New System.Windows.Forms.TabPage()
Me.tbAtilla2 = New System.Windows.Forms.TabPage()
Me.tbImex = New System.Windows.Forms.TabPage()
Me.cbxInaktiv = New System.Windows.Forms.CheckBox()
Me.tbFrontOffice = New System.Windows.Forms.TabPage()
CType(Me.dgvMA, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.Panel3.SuspendLayout()
@@ -154,6 +155,16 @@ Partial Class usrCntlDienstplan
Me.Panel3.Size = New System.Drawing.Size(121, 771)
Me.Panel3.TabIndex = 6
'
'cbxInaktiv
'
Me.cbxInaktiv.AutoSize = True
Me.cbxInaktiv.Location = New System.Drawing.Point(6, 364)
Me.cbxInaktiv.Name = "cbxInaktiv"
Me.cbxInaktiv.Size = New System.Drawing.Size(82, 17)
Me.cbxInaktiv.TabIndex = 12
Me.cbxInaktiv.Text = "inaktive MA"
Me.cbxInaktiv.UseVisualStyleBackColor = True
'
'numJahr
'
Me.numJahr.Location = New System.Drawing.Point(4, 482)
@@ -288,6 +299,7 @@ Partial Class usrCntlDienstplan
Me.tbFirmen.Controls.Add(Me.tbVerag)
Me.tbFirmen.Controls.Add(Me.tbAtilla2)
Me.tbFirmen.Controls.Add(Me.tbImex)
Me.tbFirmen.Controls.Add(Me.tbFrontOffice)
Me.tbFirmen.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tbFirmen.Location = New System.Drawing.Point(0, 42)
Me.tbFirmen.Name = "tbFirmen"
@@ -325,15 +337,15 @@ Partial Class usrCntlDienstplan
Me.tbImex.Text = "IMEX"
Me.tbImex.UseVisualStyleBackColor = True
'
'cbxInaktiv
'tbFrontOffice
'
Me.cbxInaktiv.AutoSize = True
Me.cbxInaktiv.Location = New System.Drawing.Point(6, 364)
Me.cbxInaktiv.Name = "cbxInaktiv"
Me.cbxInaktiv.Size = New System.Drawing.Size(82, 17)
Me.cbxInaktiv.TabIndex = 12
Me.cbxInaktiv.Text = "inaktive MA"
Me.cbxInaktiv.UseVisualStyleBackColor = True
Me.tbFrontOffice.Location = New System.Drawing.Point(4, 33)
Me.tbFrontOffice.Name = "tbFrontOffice"
Me.tbFrontOffice.Padding = New System.Windows.Forms.Padding(3)
Me.tbFrontOffice.Size = New System.Drawing.Size(950, 0)
Me.tbFrontOffice.TabIndex = 3
Me.tbFrontOffice.Text = "FRONTOFFICE"
Me.tbFrontOffice.UseVisualStyleBackColor = True
'
'usrCntlDienstplan
'
@@ -378,4 +390,5 @@ Partial Class usrCntlDienstplan
Friend WithEvents numJahr As NumericUpDown
Friend WithEvents cboMonat As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents cbxInaktiv As CheckBox
Friend WithEvents tbFrontOffice As TabPage
End Class