162 lines
6.8 KiB
VB.net
162 lines
6.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlAuswertungenUIDPruefung
|
|
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.Label8 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.DataGridView = New System.Windows.Forms.DataGridView()
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.lblErr = New System.Windows.Forms.Label()
|
|
Me.datVonDurmaz = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.btnNCTSDurmaz = New System.Windows.Forms.Button()
|
|
Me.cbx = New System.Windows.Forms.CheckBox()
|
|
Me.GroupBox2.SuspendLayout()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark
|
|
Me.Label8.Location = New System.Drawing.Point(3, 0)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(96, 17)
|
|
Me.Label8.TabIndex = 16
|
|
Me.Label8.Text = "UID Prüfung"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.cbx)
|
|
Me.GroupBox2.Controls.Add(Me.DataGridView)
|
|
Me.GroupBox2.Controls.Add(Me.lbl)
|
|
Me.GroupBox2.Controls.Add(Me.lblErr)
|
|
Me.GroupBox2.Controls.Add(Me.datVonDurmaz)
|
|
Me.GroupBox2.Controls.Add(Me.Label14)
|
|
Me.GroupBox2.Controls.Add(Me.btnNCTSDurmaz)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(2, 11)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(697, 162)
|
|
Me.GroupBox2.TabIndex = 15
|
|
Me.GroupBox2.TabStop = False
|
|
'
|
|
'DataGridView
|
|
'
|
|
Me.DataGridView.AllowUserToAddRows = False
|
|
Me.DataGridView.AllowUserToDeleteRows = False
|
|
Me.DataGridView.AllowUserToResizeRows = False
|
|
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView.Location = New System.Drawing.Point(351, 12)
|
|
Me.DataGridView.Name = "DataGridView"
|
|
Me.DataGridView.RowHeadersVisible = False
|
|
Me.DataGridView.Size = New System.Drawing.Size(340, 144)
|
|
Me.DataGridView.TabIndex = 15
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(145, 86)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(86, 13)
|
|
Me.lbl.TabIndex = 14
|
|
Me.lbl.Text = "Prüfung älter als:"
|
|
'
|
|
'lblErr
|
|
'
|
|
Me.lblErr.AutoSize = True
|
|
Me.lblErr.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr.Location = New System.Drawing.Point(6, 59)
|
|
Me.lblErr.Name = "lblErr"
|
|
Me.lblErr.Size = New System.Drawing.Size(69, 13)
|
|
Me.lblErr.TabIndex = 13
|
|
Me.lblErr.Text = "Keine Daten!"
|
|
Me.lblErr.Visible = False
|
|
'
|
|
'datVonDurmaz
|
|
'
|
|
Me.datVonDurmaz.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.datVonDurmaz.Location = New System.Drawing.Point(240, 80)
|
|
Me.datVonDurmaz.Name = "datVonDurmaz"
|
|
Me.datVonDurmaz.Size = New System.Drawing.Size(93, 20)
|
|
Me.datVonDurmaz.TabIndex = 7
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.Location = New System.Drawing.Point(145, 16)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(188, 56)
|
|
Me.Label14.TabIndex = 5
|
|
Me.Label14.Text = "Führ eine Abfrage aller Kunden aus und startet eine UID-Abfrage bei allen Einträg" &
|
|
"en, die älter als das u.a. Datum sind."
|
|
'
|
|
'btnNCTSDurmaz
|
|
'
|
|
Me.btnNCTSDurmaz.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnNCTSDurmaz.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.btnNCTSDurmaz.Location = New System.Drawing.Point(6, 19)
|
|
Me.btnNCTSDurmaz.Name = "btnNCTSDurmaz"
|
|
Me.btnNCTSDurmaz.Size = New System.Drawing.Size(121, 37)
|
|
Me.btnNCTSDurmaz.TabIndex = 4
|
|
Me.btnNCTSDurmaz.Text = "Prüfung starten"
|
|
Me.btnNCTSDurmaz.UseVisualStyleBackColor = True
|
|
'
|
|
'cbx
|
|
'
|
|
Me.cbx.AutoSize = True
|
|
Me.cbx.Checked = True
|
|
Me.cbx.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbx.Location = New System.Drawing.Point(148, 115)
|
|
Me.cbx.Name = "cbx"
|
|
Me.cbx.Size = New System.Drawing.Size(197, 17)
|
|
Me.cbx.TabIndex = 16
|
|
Me.cbx.Text = "Ergebnis in Kundenstamm speichern"
|
|
Me.cbx.UseVisualStyleBackColor = True
|
|
'
|
|
'usrCntlAuswertungenUIDPruefung
|
|
'
|
|
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.Label8)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Name = "usrCntlAuswertungenUIDPruefung"
|
|
Me.Size = New System.Drawing.Size(708, 176)
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblErr As System.Windows.Forms.Label
|
|
Friend WithEvents datVonDurmaz As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents btnNCTSDurmaz As System.Windows.Forms.Button
|
|
Friend WithEvents lbl As Label
|
|
Friend WithEvents DataGridView As DataGridView
|
|
Friend WithEvents cbx As CheckBox
|
|
End Class
|