193 lines
7.4 KiB
VB.net
193 lines
7.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrctlMAUebersicht
|
|
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.Panel1 = 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.Label6 = New System.Windows.Forms.Label()
|
|
Me.datStatBis = New System.Windows.Forms.DateTimePicker()
|
|
Me.datStatVon = New System.Windows.Forms.DateTimePicker()
|
|
Me.txtMin = New System.Windows.Forms.TextBox()
|
|
Me.txtMax = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
Me.clmnId = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnAvg = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnCount = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Location = New System.Drawing.Point(593, 80)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(200, 266)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(24, 58)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(116, 13)
|
|
Me.Label11.TabIndex = 27
|
|
Me.Label11.Text = "Berücksichtigte Zeiten:"
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(202, 58)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(10, 13)
|
|
Me.Label12.TabIndex = 25
|
|
Me.Label12.Text = "-"
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(202, 34)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(10, 13)
|
|
Me.Label10.TabIndex = 26
|
|
Me.Label10.Text = "-"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(24, 35)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label6.TabIndex = 22
|
|
Me.Label6.Text = "Zeitraum:"
|
|
'
|
|
'datStatBis
|
|
'
|
|
Me.datStatBis.Location = New System.Drawing.Point(218, 28)
|
|
Me.datStatBis.Name = "datStatBis"
|
|
Me.datStatBis.Size = New System.Drawing.Size(105, 20)
|
|
Me.datStatBis.TabIndex = 23
|
|
'
|
|
'datStatVon
|
|
'
|
|
Me.datStatVon.Location = New System.Drawing.Point(91, 29)
|
|
Me.datStatVon.Name = "datStatVon"
|
|
Me.datStatVon.Size = New System.Drawing.Size(105, 20)
|
|
Me.datStatVon.TabIndex = 24
|
|
'
|
|
'txtMin
|
|
'
|
|
Me.txtMin.Location = New System.Drawing.Point(146, 55)
|
|
Me.txtMin.Name = "txtMin"
|
|
Me.txtMin.Size = New System.Drawing.Size(50, 20)
|
|
Me.txtMin.TabIndex = 20
|
|
Me.txtMin.Text = "0"
|
|
'
|
|
'txtMax
|
|
'
|
|
Me.txtMax.Location = New System.Drawing.Point(218, 55)
|
|
Me.txtMax.Name = "txtMax"
|
|
Me.txtMax.Size = New System.Drawing.Size(50, 20)
|
|
Me.txtMax.TabIndex = 21
|
|
Me.txtMax.Text = "9999"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(247, 55)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 28
|
|
Me.Button1.Text = "Button1"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'DataGridView1
|
|
'
|
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnId, Me.clmnName, Me.clmnAvg, Me.clmnCount})
|
|
Me.DataGridView1.Location = New System.Drawing.Point(27, 106)
|
|
Me.DataGridView1.Name = "DataGridView1"
|
|
Me.DataGridView1.Size = New System.Drawing.Size(502, 404)
|
|
Me.DataGridView1.TabIndex = 29
|
|
'
|
|
'clmnId
|
|
'
|
|
Me.clmnId.HeaderText = "id"
|
|
Me.clmnId.Name = "clmnId"
|
|
'
|
|
'clmnName
|
|
'
|
|
Me.clmnName.HeaderText = "Name"
|
|
Me.clmnName.Name = "clmnName"
|
|
'
|
|
'clmnAvg
|
|
'
|
|
Me.clmnAvg.HeaderText = "Durchschnittliche Wartezeit"
|
|
Me.clmnAvg.Name = "clmnAvg"
|
|
'
|
|
'clmnCount
|
|
'
|
|
Me.clmnCount.HeaderText = "Anzahl"
|
|
Me.clmnCount.Name = "clmnCount"
|
|
'
|
|
'usrctlMAUebersicht
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.DataGridView1)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Label11)
|
|
Me.Controls.Add(Me.Label12)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.datStatBis)
|
|
Me.Controls.Add(Me.datStatVon)
|
|
Me.Controls.Add(Me.txtMin)
|
|
Me.Controls.Add(Me.txtMax)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Name = "usrctlMAUebersicht"
|
|
Me.Size = New System.Drawing.Size(844, 510)
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents datStatBis As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents datStatVon As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents txtMin As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtMax As System.Windows.Forms.TextBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
|
Friend WithEvents clmnId As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnName As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnAvg As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnCount As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
|
|
End Class
|