This commit is contained in:
2019-10-31 09:23:20 +01:00
parent 021cce6f04
commit c5595a729a
169 changed files with 16226 additions and 3376 deletions

View File

@@ -135,21 +135,8 @@ Partial Class usrCntlMDMAuswertungen
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label41 = New System.Windows.Forms.Label()
Me.Button12 = New System.Windows.Forms.Button()
Me.Label42 = New System.Windows.Forms.Label()
Me.GroupBox12 = New System.Windows.Forms.GroupBox()
Me.lblPloseAnh_Proz = New System.Windows.Forms.Label()
Me.Button13 = New System.Windows.Forms.Button()
Me.pbPloseAnh_Proz = New System.Windows.Forms.ProgressBar()
Me.txtPloseAnh_Einarbeitung = New System.Windows.Forms.TextBox()
Me.datPLOSE_Sum_Von = New System.Windows.Forms.DateTimePicker()
Me.Label44 = New System.Windows.Forms.Label()
Me.Label45 = New System.Windows.Forms.Label()
Me.Label46 = New System.Windows.Forms.Label()
Me.Button14 = New System.Windows.Forms.Button()
Me.datPLOSE_Sum_Bis = New System.Windows.Forms.DateTimePicker()
Me.Button15 = New System.Windows.Forms.Button()
Me.pnl = New System.Windows.Forms.Panel()
Me.datPloseAnhang = New System.Windows.Forms.DateTimePicker()
Me.Label43 = New System.Windows.Forms.Label()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -173,7 +160,6 @@ Partial Class usrCntlMDMAuswertungen
Me.GroupBox10.SuspendLayout()
Me.tbPLOSE.SuspendLayout()
Me.GroupBox11.SuspendLayout()
Me.GroupBox12.SuspendLayout()
Me.pnl.SuspendLayout()
Me.SuspendLayout()
'
@@ -1342,11 +1328,8 @@ Partial Class usrCntlMDMAuswertungen
'
'tbPLOSE
'
Me.tbPLOSE.Controls.Add(Me.datPloseAnhang)
Me.tbPLOSE.Controls.Add(Me.Label37)
Me.tbPLOSE.Controls.Add(Me.GroupBox11)
Me.tbPLOSE.Controls.Add(Me.Label42)
Me.tbPLOSE.Controls.Add(Me.GroupBox12)
Me.tbPLOSE.Location = New System.Drawing.Point(4, 22)
Me.tbPLOSE.Name = "tbPLOSE"
Me.tbPLOSE.Padding = New System.Windows.Forms.Padding(3)
@@ -1377,7 +1360,7 @@ Partial Class usrCntlMDMAuswertungen
Me.GroupBox11.Enabled = False
Me.GroupBox11.Location = New System.Drawing.Point(6, 22)
Me.GroupBox11.Name = "GroupBox11"
Me.GroupBox11.Size = New System.Drawing.Size(297, 145)
Me.GroupBox11.Size = New System.Drawing.Size(587, 126)
Me.GroupBox11.TabIndex = 18
Me.GroupBox11.TabStop = False
'
@@ -1435,128 +1418,23 @@ Partial Class usrCntlMDMAuswertungen
Me.Button12.Text = "Datei einlesen ..." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.Button12.UseVisualStyleBackColor = True
'
'Label42
'Button15
'
Me.Label42.AutoSize = True
Me.Label42.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label42.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Me.Label42.Location = New System.Drawing.Point(325, 11)
Me.Label42.Name = "Label42"
Me.Label42.Size = New System.Drawing.Size(199, 17)
Me.Label42.TabIndex = 24
Me.Label42.Text = "PLOSE Datenverarbeitung"
'
'GroupBox12
'
Me.GroupBox12.Controls.Add(Me.Label43)
Me.GroupBox12.Controls.Add(Me.lblPloseAnh_Proz)
Me.GroupBox12.Controls.Add(Me.Button13)
Me.GroupBox12.Controls.Add(Me.pbPloseAnh_Proz)
Me.GroupBox12.Controls.Add(Me.txtPloseAnh_Einarbeitung)
Me.GroupBox12.Controls.Add(Me.datPLOSE_Sum_Von)
Me.GroupBox12.Controls.Add(Me.Label44)
Me.GroupBox12.Controls.Add(Me.Label45)
Me.GroupBox12.Controls.Add(Me.Label46)
Me.GroupBox12.Controls.Add(Me.Button14)
Me.GroupBox12.Controls.Add(Me.datPLOSE_Sum_Bis)
Me.GroupBox12.Location = New System.Drawing.Point(322, 22)
Me.GroupBox12.Name = "GroupBox12"
Me.GroupBox12.Size = New System.Drawing.Size(587, 169)
Me.GroupBox12.TabIndex = 23
Me.GroupBox12.TabStop = False
'
'lblPloseAnh_Proz
'
Me.lblPloseAnh_Proz.Location = New System.Drawing.Point(495, 117)
Me.lblPloseAnh_Proz.Name = "lblPloseAnh_Proz"
Me.lblPloseAnh_Proz.Size = New System.Drawing.Size(69, 13)
Me.lblPloseAnh_Proz.TabIndex = 27
Me.lblPloseAnh_Proz.Text = "0%"
Me.lblPloseAnh_Proz.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Button13
'
Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Button13.Location = New System.Drawing.Point(37, 88)
Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(238, 37)
Me.Button13.TabIndex = 26
Me.Button13.Text = "Anhänge erstellen"
Me.Button13.UseVisualStyleBackColor = True
'
'pbPloseAnh_Proz
'
Me.pbPloseAnh_Proz.Location = New System.Drawing.Point(281, 88)
Me.pbPloseAnh_Proz.Name = "pbPloseAnh_Proz"
Me.pbPloseAnh_Proz.Size = New System.Drawing.Size(283, 23)
Me.pbPloseAnh_Proz.TabIndex = 26
'
'txtPloseAnh_Einarbeitung
'
Me.txtPloseAnh_Einarbeitung.BackColor = System.Drawing.Color.White
Me.txtPloseAnh_Einarbeitung.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.txtPloseAnh_Einarbeitung.Location = New System.Drawing.Point(353, 117)
Me.txtPloseAnh_Einarbeitung.Name = "txtPloseAnh_Einarbeitung"
Me.txtPloseAnh_Einarbeitung.Size = New System.Drawing.Size(106, 13)
Me.txtPloseAnh_Einarbeitung.TabIndex = 25
'
'datPLOSE_Sum_Von
'
Me.datPLOSE_Sum_Von.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.datPLOSE_Sum_Von.Location = New System.Drawing.Point(37, 19)
Me.datPLOSE_Sum_Von.Name = "datPLOSE_Sum_Von"
Me.datPLOSE_Sum_Von.Size = New System.Drawing.Size(103, 20)
Me.datPLOSE_Sum_Von.TabIndex = 18
'
'Label44
'
Me.Label44.AutoSize = True
Me.Label44.Location = New System.Drawing.Point(278, 117)
Me.Label44.Name = "Label44"
Me.Label44.Size = New System.Drawing.Size(56, 13)
Me.Label44.TabIndex = 24
Me.Label44.Text = "Fortschritt:"
'
'Label45
'
Me.Label45.AutoSize = True
Me.Label45.Location = New System.Drawing.Point(143, 22)
Me.Label45.Name = "Label45"
Me.Label45.Size = New System.Drawing.Size(23, 13)
Me.Label45.TabIndex = 21
Me.Label45.Text = "bis:"
'
'Label46
'
Me.Label46.AutoSize = True
Me.Label46.Location = New System.Drawing.Point(3, 22)
Me.Label46.Name = "Label46"
Me.Label46.Size = New System.Drawing.Size(28, 13)
Me.Label46.TabIndex = 19
Me.Label46.Text = "von:"
'
'Button14
'
Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Button14.Location = New System.Drawing.Point(37, 45)
Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(238, 37)
Me.Button14.TabIndex = 21
Me.Button14.Text = "Summenbericht erstellen"
Me.Button14.UseVisualStyleBackColor = True
'
'datPLOSE_Sum_Bis
'
Me.datPLOSE_Sum_Bis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.datPLOSE_Sum_Bis.Location = New System.Drawing.Point(172, 19)
Me.datPLOSE_Sum_Bis.Name = "datPLOSE_Sum_Bis"
Me.datPLOSE_Sum_Bis.Size = New System.Drawing.Size(103, 20)
Me.datPLOSE_Sum_Bis.TabIndex = 20
Me.Button15.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Button15.Location = New System.Drawing.Point(770, 9)
Me.Button15.Name = "Button15"
Me.Button15.Padding = New System.Windows.Forms.Padding(10, 0, 0, 0)
Me.Button15.Size = New System.Drawing.Size(283, 37)
Me.Button15.TabIndex = 29
Me.Button15.Text = "MDM Dateneinarbeitung"
Me.Button15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button15.UseVisualStyleBackColor = True
'
'pnl
'
Me.pnl.Controls.Add(Me.Button15)
Me.pnl.Controls.Add(Me.Label2)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
Me.pnl.Location = New System.Drawing.Point(0, 0)
@@ -1564,23 +1442,6 @@ Partial Class usrCntlMDMAuswertungen
Me.pnl.Size = New System.Drawing.Size(1057, 54)
Me.pnl.TabIndex = 26
'
'datPloseAnhang
'
Me.datPloseAnhang.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.datPloseAnhang.Location = New System.Drawing.Point(494, 153)
Me.datPloseAnhang.Name = "datPloseAnhang"
Me.datPloseAnhang.Size = New System.Drawing.Size(103, 20)
Me.datPloseAnhang.TabIndex = 28
'
'Label43
'
Me.Label43.AutoSize = True
Me.Label43.Location = New System.Drawing.Point(85, 137)
Me.Label43.Name = "Label43"
Me.Label43.Size = New System.Drawing.Size(81, 13)
Me.Label43.TabIndex = 28
Me.Label43.Text = "Datum Anhang:"
'
'usrCntlMDMAuswertungen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1629,8 +1490,6 @@ Partial Class usrCntlMDMAuswertungen
Me.tbPLOSE.PerformLayout()
Me.GroupBox11.ResumeLayout(False)
Me.GroupBox11.PerformLayout()
Me.GroupBox12.ResumeLayout(False)
Me.GroupBox12.PerformLayout()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.ResumeLayout(False)
@@ -1749,18 +1608,5 @@ Partial Class usrCntlMDMAuswertungen
Friend WithEvents TextBox1 As TextBox
Friend WithEvents Label41 As Label
Friend WithEvents Button12 As Button
Friend WithEvents Label42 As Label
Friend WithEvents GroupBox12 As GroupBox
Friend WithEvents datPLOSE_Sum_Von As DateTimePicker
Friend WithEvents Label45 As Label
Friend WithEvents Label46 As Label
Friend WithEvents datPLOSE_Sum_Bis As DateTimePicker
Friend WithEvents Button13 As Button
Friend WithEvents Button14 As Button
Friend WithEvents lblPloseAnh_Proz As Label
Friend WithEvents pbPloseAnh_Proz As ProgressBar
Friend WithEvents txtPloseAnh_Einarbeitung As TextBox
Friend WithEvents Label44 As Label
Friend WithEvents datPloseAnhang As DateTimePicker
Friend WithEvents Label43 As Label
Friend WithEvents Button15 As Button
End Class