667 lines
27 KiB
VB.net
667 lines
27 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrctStatistik
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblWartezeit = New System.Windows.Forms.Label()
|
|
Me.txtMin = New System.Windows.Forms.TextBox()
|
|
Me.txtMax = New System.Windows.Forms.TextBox()
|
|
Me.datStatBis = New System.Windows.Forms.DateTimePicker()
|
|
Me.datStatVon = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtAuswJahrDauerVon = New System.Windows.Forms.TextBox()
|
|
Me.txtAuswJahrDauerBis = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Panel6 = New System.Windows.Forms.Panel()
|
|
Me.Label17 = New System.Windows.Forms.Label()
|
|
Me.cboFirma = New System.Windows.Forms.ComboBox()
|
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
Me.cboArt = New System.Windows.Forms.ComboBox()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Button12 = New System.Windows.Forms.Button()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Panel5 = New System.Windows.Forms.Panel()
|
|
Me.Button11 = New System.Windows.Forms.Button()
|
|
Me.cboTag = New System.Windows.Forms.ComboBox()
|
|
Me.txtdatVon = New System.Windows.Forms.DateTimePicker()
|
|
Me.txtdatBis = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.Panel7 = New System.Windows.Forms.Panel()
|
|
Me.Label21 = New System.Windows.Forms.Label()
|
|
Me.Label16 = New System.Windows.Forms.Label()
|
|
Me.cboFirma2 = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Label18 = New System.Windows.Forms.Label()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Label19 = New System.Windows.Forms.Label()
|
|
Me.Panel8 = New System.Windows.Forms.Panel()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
|
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.Panel2.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.Panel4.SuspendLayout()
|
|
Me.Panel6.SuspendLayout()
|
|
Me.Panel7.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(87, 74)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(137, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Durchschnitliche Wartezeit:"
|
|
'
|
|
'lblWartezeit
|
|
'
|
|
Me.lblWartezeit.AutoSize = True
|
|
Me.lblWartezeit.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblWartezeit.Location = New System.Drawing.Point(230, 74)
|
|
Me.lblWartezeit.Name = "lblWartezeit"
|
|
Me.lblWartezeit.Size = New System.Drawing.Size(11, 13)
|
|
Me.lblWartezeit.TabIndex = 1
|
|
Me.lblWartezeit.Text = "-"
|
|
'
|
|
'txtMin
|
|
'
|
|
Me.txtMin.Location = New System.Drawing.Point(125, 38)
|
|
Me.txtMin.Name = "txtMin"
|
|
Me.txtMin.Size = New System.Drawing.Size(50, 20)
|
|
Me.txtMin.TabIndex = 2
|
|
Me.txtMin.Text = "0"
|
|
'
|
|
'txtMax
|
|
'
|
|
Me.txtMax.Location = New System.Drawing.Point(197, 38)
|
|
Me.txtMax.Name = "txtMax"
|
|
Me.txtMax.Size = New System.Drawing.Size(50, 20)
|
|
Me.txtMax.TabIndex = 2
|
|
Me.txtMax.Text = "9999"
|
|
'
|
|
'datStatBis
|
|
'
|
|
Me.datStatBis.Location = New System.Drawing.Point(197, 11)
|
|
Me.datStatBis.Name = "datStatBis"
|
|
Me.datStatBis.Size = New System.Drawing.Size(105, 20)
|
|
Me.datStatBis.TabIndex = 7
|
|
'
|
|
'datStatVon
|
|
'
|
|
Me.datStatVon.Location = New System.Drawing.Point(70, 12)
|
|
Me.datStatVon.Name = "datStatVon"
|
|
Me.datStatVon.Size = New System.Drawing.Size(105, 20)
|
|
Me.datStatVon.TabIndex = 8
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(3, 18)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label6.TabIndex = 6
|
|
Me.Label6.Text = "Zeitraum:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(6, 69)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 11
|
|
Me.Button1.Text = "Berechnen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.Panel1.Controls.Add(Me.Label3)
|
|
Me.Panel1.Location = New System.Drawing.Point(3, 27)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(670, 195)
|
|
Me.Panel1.TabIndex = 12
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(573, 173)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(94, 13)
|
|
Me.Label3.TabIndex = 21
|
|
Me.Label3.Text = "(Werte in Minuten)"
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Controls.Add(Me.Button3)
|
|
Me.Panel2.Controls.Add(Me.Button2)
|
|
Me.Panel2.Controls.Add(Me.Label8)
|
|
Me.Panel2.Controls.Add(Me.Label7)
|
|
Me.Panel2.Controls.Add(Me.txtAuswJahrDauerVon)
|
|
Me.Panel2.Controls.Add(Me.txtAuswJahrDauerBis)
|
|
Me.Panel2.Controls.Add(Me.Label2)
|
|
Me.Panel2.Controls.Add(Me.Panel1)
|
|
Me.Panel2.Location = New System.Drawing.Point(17, 169)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(701, 228)
|
|
Me.Panel2.TabIndex = 13
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Location = New System.Drawing.Point(609, 3)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(64, 23)
|
|
Me.Button3.TabIndex = 21
|
|
Me.Button3.Text = "Grafik"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(528, 3)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 20
|
|
Me.Button2.Text = "Berechnen"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(278, 8)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(116, 13)
|
|
Me.Label8.TabIndex = 15
|
|
Me.Label8.Text = "Berücksichtigte Zeiten:"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(456, 8)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(10, 13)
|
|
Me.Label7.TabIndex = 14
|
|
Me.Label7.Text = "-"
|
|
'
|
|
'txtAuswJahrDauerVon
|
|
'
|
|
Me.txtAuswJahrDauerVon.Location = New System.Drawing.Point(400, 5)
|
|
Me.txtAuswJahrDauerVon.Name = "txtAuswJahrDauerVon"
|
|
Me.txtAuswJahrDauerVon.Size = New System.Drawing.Size(50, 20)
|
|
Me.txtAuswJahrDauerVon.TabIndex = 17
|
|
Me.txtAuswJahrDauerVon.Text = "0"
|
|
'
|
|
'txtAuswJahrDauerBis
|
|
'
|
|
Me.txtAuswJahrDauerBis.Location = New System.Drawing.Point(472, 5)
|
|
Me.txtAuswJahrDauerBis.Name = "txtAuswJahrDauerBis"
|
|
Me.txtAuswJahrDauerBis.Size = New System.Drawing.Size(50, 20)
|
|
Me.txtAuswJahrDauerBis.TabIndex = 16
|
|
Me.txtAuswJahrDauerBis.Text = "9999"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(3, 6)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(269, 13)
|
|
Me.Label2.TabIndex = 14
|
|
Me.Label2.Text = "Durchschnittliche Wartezeit - Jahresübersicht:"
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.Controls.Add(Me.Label9)
|
|
Me.Panel3.Controls.Add(Me.Panel4)
|
|
Me.Panel3.Location = New System.Drawing.Point(17, 20)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(701, 143)
|
|
Me.Panel3.TabIndex = 14
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label9.Location = New System.Drawing.Point(3, 8)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(232, 13)
|
|
Me.Label9.TabIndex = 18
|
|
Me.Label9.Text = "Durchschnittliche Wartezeit berechnen:"
|
|
'
|
|
'Panel4
|
|
'
|
|
Me.Panel4.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.Panel4.Controls.Add(Me.Label11)
|
|
Me.Panel4.Controls.Add(Me.Label12)
|
|
Me.Panel4.Controls.Add(Me.lblWartezeit)
|
|
Me.Panel4.Controls.Add(Me.Label10)
|
|
Me.Panel4.Controls.Add(Me.Label6)
|
|
Me.Panel4.Controls.Add(Me.Label1)
|
|
Me.Panel4.Controls.Add(Me.Button1)
|
|
Me.Panel4.Controls.Add(Me.datStatBis)
|
|
Me.Panel4.Controls.Add(Me.datStatVon)
|
|
Me.Panel4.Controls.Add(Me.txtMin)
|
|
Me.Panel4.Controls.Add(Me.txtMax)
|
|
Me.Panel4.Location = New System.Drawing.Point(3, 24)
|
|
Me.Panel4.Name = "Panel4"
|
|
Me.Panel4.Size = New System.Drawing.Size(670, 109)
|
|
Me.Panel4.TabIndex = 15
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(3, 41)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(116, 13)
|
|
Me.Label11.TabIndex = 19
|
|
Me.Label11.Text = "Berücksichtigte Zeiten:"
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(181, 41)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(10, 13)
|
|
Me.Label12.TabIndex = 18
|
|
Me.Label12.Text = "-"
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(181, 17)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(10, 13)
|
|
Me.Label10.TabIndex = 18
|
|
Me.Label10.Text = "-"
|
|
'
|
|
'Panel6
|
|
'
|
|
Me.Panel6.Controls.Add(Me.Label17)
|
|
Me.Panel6.Controls.Add(Me.cboFirma)
|
|
Me.Panel6.Controls.Add(Me.Label15)
|
|
Me.Panel6.Controls.Add(Me.cboArt)
|
|
Me.Panel6.Controls.Add(Me.Label13)
|
|
Me.Panel6.Controls.Add(Me.Label4)
|
|
Me.Panel6.Controls.Add(Me.Button12)
|
|
Me.Panel6.Controls.Add(Me.Label5)
|
|
Me.Panel6.Controls.Add(Me.Panel5)
|
|
Me.Panel6.Controls.Add(Me.Button11)
|
|
Me.Panel6.Controls.Add(Me.cboTag)
|
|
Me.Panel6.Controls.Add(Me.txtdatVon)
|
|
Me.Panel6.Controls.Add(Me.txtdatBis)
|
|
Me.Panel6.Controls.Add(Me.Label14)
|
|
Me.Panel6.Location = New System.Drawing.Point(17, 403)
|
|
Me.Panel6.Name = "Panel6"
|
|
Me.Panel6.Size = New System.Drawing.Size(701, 237)
|
|
Me.Panel6.TabIndex = 21
|
|
'
|
|
'Label17
|
|
'
|
|
Me.Label17.AutoSize = True
|
|
Me.Label17.Location = New System.Drawing.Point(197, 5)
|
|
Me.Label17.Name = "Label17"
|
|
Me.Label17.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label17.TabIndex = 26
|
|
Me.Label17.Text = "Firma:"
|
|
'
|
|
'cboFirma
|
|
'
|
|
Me.cboFirma.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboFirma.FormattingEnabled = True
|
|
Me.cboFirma.Items.AddRange(New Object() {"VERAG", "ATILLA", "IMEX", "UNISPED"})
|
|
Me.cboFirma.Location = New System.Drawing.Point(236, 2)
|
|
Me.cboFirma.Name = "cboFirma"
|
|
Me.cboFirma.Size = New System.Drawing.Size(69, 21)
|
|
Me.cboFirma.TabIndex = 25
|
|
'
|
|
'Label15
|
|
'
|
|
Me.Label15.AutoSize = True
|
|
Me.Label15.Location = New System.Drawing.Point(351, 5)
|
|
Me.Label15.Name = "Label15"
|
|
Me.Label15.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label15.TabIndex = 24
|
|
Me.Label15.Text = "Art:"
|
|
'
|
|
'cboArt
|
|
'
|
|
Me.cboArt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboArt.FormattingEnabled = True
|
|
Me.cboArt.Items.AddRange(New Object() {"Ankunft", "Freigabe", "AvisoEingang"})
|
|
Me.cboArt.Location = New System.Drawing.Point(423, 2)
|
|
Me.cboArt.Name = "cboArt"
|
|
Me.cboArt.Size = New System.Drawing.Size(69, 21)
|
|
Me.cboArt.TabIndex = 23
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(351, 30)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(66, 13)
|
|
Me.Label13.TabIndex = 22
|
|
Me.Label13.Text = "Wochentag:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(184, 30)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(10, 13)
|
|
Me.Label4.TabIndex = 21
|
|
Me.Label4.Text = "-"
|
|
'
|
|
'Button12
|
|
'
|
|
Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button12.Location = New System.Drawing.Point(588, 0)
|
|
Me.Button12.Name = "Button12"
|
|
Me.Button12.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button12.TabIndex = 14
|
|
Me.Button12.Text = "Grafik"
|
|
Me.Button12.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(6, 30)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label5.TabIndex = 20
|
|
Me.Label5.Text = "Zeitraum:"
|
|
'
|
|
'Panel5
|
|
'
|
|
Me.Panel5.Location = New System.Drawing.Point(3, 53)
|
|
Me.Panel5.Name = "Panel5"
|
|
Me.Panel5.Size = New System.Drawing.Size(670, 175)
|
|
Me.Panel5.TabIndex = 8
|
|
'
|
|
'Button11
|
|
'
|
|
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button11.Location = New System.Drawing.Point(567, 25)
|
|
Me.Button11.Name = "Button11"
|
|
Me.Button11.Size = New System.Drawing.Size(96, 23)
|
|
Me.Button11.TabIndex = 7
|
|
Me.Button11.Text = "Auswertung"
|
|
Me.Button11.UseVisualStyleBackColor = True
|
|
'
|
|
'cboTag
|
|
'
|
|
Me.cboTag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboTag.FormattingEnabled = True
|
|
Me.cboTag.Items.AddRange(New Object() {"So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"})
|
|
Me.cboTag.Location = New System.Drawing.Point(423, 27)
|
|
Me.cboTag.Name = "cboTag"
|
|
Me.cboTag.Size = New System.Drawing.Size(69, 21)
|
|
Me.cboTag.TabIndex = 10
|
|
'
|
|
'txtdatVon
|
|
'
|
|
Me.txtdatVon.Location = New System.Drawing.Point(73, 27)
|
|
Me.txtdatVon.Name = "txtdatVon"
|
|
Me.txtdatVon.Size = New System.Drawing.Size(105, 20)
|
|
Me.txtdatVon.TabIndex = 11
|
|
'
|
|
'txtdatBis
|
|
'
|
|
Me.txtdatBis.Location = New System.Drawing.Point(200, 27)
|
|
Me.txtdatBis.Name = "txtdatBis"
|
|
Me.txtdatBis.Size = New System.Drawing.Size(105, 20)
|
|
Me.txtdatBis.TabIndex = 12
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label14.Location = New System.Drawing.Point(3, 6)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(176, 13)
|
|
Me.Label14.TabIndex = 14
|
|
Me.Label14.Text = "Tages- / Stundenauswertung:"
|
|
'
|
|
'Panel7
|
|
'
|
|
Me.Panel7.Controls.Add(Me.Label21)
|
|
Me.Panel7.Controls.Add(Me.Label16)
|
|
Me.Panel7.Controls.Add(Me.cboFirma2)
|
|
Me.Panel7.Controls.Add(Me.ComboBox1)
|
|
Me.Panel7.Controls.Add(Me.Label18)
|
|
Me.Panel7.Controls.Add(Me.Button4)
|
|
Me.Panel7.Controls.Add(Me.Label19)
|
|
Me.Panel7.Controls.Add(Me.Panel8)
|
|
Me.Panel7.Controls.Add(Me.Button5)
|
|
Me.Panel7.Controls.Add(Me.DateTimePicker1)
|
|
Me.Panel7.Controls.Add(Me.DateTimePicker2)
|
|
Me.Panel7.Controls.Add(Me.Label20)
|
|
Me.Panel7.Location = New System.Drawing.Point(17, 646)
|
|
Me.Panel7.Name = "Panel7"
|
|
Me.Panel7.Size = New System.Drawing.Size(701, 237)
|
|
Me.Panel7.TabIndex = 25
|
|
'
|
|
'Label21
|
|
'
|
|
Me.Label21.AutoSize = True
|
|
Me.Label21.Location = New System.Drawing.Point(197, 5)
|
|
Me.Label21.Name = "Label21"
|
|
Me.Label21.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label21.TabIndex = 28
|
|
Me.Label21.Text = "Firma:"
|
|
'
|
|
'Label16
|
|
'
|
|
Me.Label16.AutoSize = True
|
|
Me.Label16.Location = New System.Drawing.Point(351, 5)
|
|
Me.Label16.Name = "Label16"
|
|
Me.Label16.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label16.TabIndex = 24
|
|
Me.Label16.Text = "Art:"
|
|
'
|
|
'cboFirma2
|
|
'
|
|
Me.cboFirma2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboFirma2.FormattingEnabled = True
|
|
Me.cboFirma2.Items.AddRange(New Object() {"VERAG", "ATILLA", "IMEX", "UNISPED"})
|
|
Me.cboFirma2.Location = New System.Drawing.Point(236, 2)
|
|
Me.cboFirma2.Name = "cboFirma2"
|
|
Me.cboFirma2.Size = New System.Drawing.Size(69, 21)
|
|
Me.cboFirma2.TabIndex = 27
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Items.AddRange(New Object() {"Ankunft", "Freigabe", "AvisoEingang"})
|
|
Me.ComboBox1.Location = New System.Drawing.Point(423, 2)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(69, 21)
|
|
Me.ComboBox1.TabIndex = 23
|
|
'
|
|
'Label18
|
|
'
|
|
Me.Label18.AutoSize = True
|
|
Me.Label18.Location = New System.Drawing.Point(184, 30)
|
|
Me.Label18.Name = "Label18"
|
|
Me.Label18.Size = New System.Drawing.Size(10, 13)
|
|
Me.Label18.TabIndex = 21
|
|
Me.Label18.Text = "-"
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Location = New System.Drawing.Point(588, 0)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button4.TabIndex = 14
|
|
Me.Button4.Text = "Grafik"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Label19
|
|
'
|
|
Me.Label19.AutoSize = True
|
|
Me.Label19.Location = New System.Drawing.Point(6, 30)
|
|
Me.Label19.Name = "Label19"
|
|
Me.Label19.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label19.TabIndex = 20
|
|
Me.Label19.Text = "Zeitraum:"
|
|
'
|
|
'Panel8
|
|
'
|
|
Me.Panel8.Location = New System.Drawing.Point(3, 53)
|
|
Me.Panel8.Name = "Panel8"
|
|
Me.Panel8.Size = New System.Drawing.Size(670, 175)
|
|
Me.Panel8.TabIndex = 8
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Location = New System.Drawing.Point(567, 25)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(96, 23)
|
|
Me.Button5.TabIndex = 7
|
|
Me.Button5.Text = "Auswertung"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'DateTimePicker1
|
|
'
|
|
Me.DateTimePicker1.Location = New System.Drawing.Point(73, 27)
|
|
Me.DateTimePicker1.Name = "DateTimePicker1"
|
|
Me.DateTimePicker1.Size = New System.Drawing.Size(105, 20)
|
|
Me.DateTimePicker1.TabIndex = 11
|
|
'
|
|
'DateTimePicker2
|
|
'
|
|
Me.DateTimePicker2.Location = New System.Drawing.Point(200, 27)
|
|
Me.DateTimePicker2.Name = "DateTimePicker2"
|
|
Me.DateTimePicker2.Size = New System.Drawing.Size(105, 20)
|
|
Me.DateTimePicker2.TabIndex = 12
|
|
'
|
|
'Label20
|
|
'
|
|
Me.Label20.AutoSize = True
|
|
Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label20.Location = New System.Drawing.Point(3, 6)
|
|
Me.Label20.Name = "Label20"
|
|
Me.Label20.Size = New System.Drawing.Size(111, 13)
|
|
Me.Label20.TabIndex = 14
|
|
Me.Label20.Text = "Tagesauswertung:"
|
|
'
|
|
'usrctStatistik
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.Panel7)
|
|
Me.Controls.Add(Me.Panel6)
|
|
Me.Controls.Add(Me.Panel3)
|
|
Me.Controls.Add(Me.Panel2)
|
|
Me.Name = "usrctStatistik"
|
|
Me.Size = New System.Drawing.Size(742, 959)
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.Panel3.PerformLayout()
|
|
Me.Panel4.ResumeLayout(False)
|
|
Me.Panel4.PerformLayout()
|
|
Me.Panel6.ResumeLayout(False)
|
|
Me.Panel6.PerformLayout()
|
|
Me.Panel7.ResumeLayout(False)
|
|
Me.Panel7.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents lblWartezeit As System.Windows.Forms.Label
|
|
Friend WithEvents txtMin As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtMax As System.Windows.Forms.TextBox
|
|
Friend WithEvents datStatBis As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents datStatVon As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents txtAuswJahrDauerVon As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtAuswJahrDauerBis As System.Windows.Forms.TextBox
|
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Panel4 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Panel6 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Button12 As System.Windows.Forms.Button
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Panel5 As System.Windows.Forms.Panel
|
|
Friend WithEvents Button11 As System.Windows.Forms.Button
|
|
Friend WithEvents cboTag As System.Windows.Forms.ComboBox
|
|
Friend WithEvents txtdatVon As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents txtdatBis As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents Label15 As System.Windows.Forms.Label
|
|
Friend WithEvents cboArt As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents Panel7 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label16 As System.Windows.Forms.Label
|
|
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label18 As System.Windows.Forms.Label
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents Label19 As System.Windows.Forms.Label
|
|
Friend WithEvents Panel8 As System.Windows.Forms.Panel
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label20 As System.Windows.Forms.Label
|
|
Friend WithEvents Label17 As Label
|
|
Friend WithEvents cboFirma As ComboBox
|
|
Friend WithEvents Label21 As Label
|
|
Friend WithEvents cboFirma2 As ComboBox
|
|
End Class
|