753 lines
35 KiB
VB.net
753 lines
35 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlERS
|
|
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.components = New System.ComponentModel.Container()
|
|
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
|
|
Me.pnlSearch = New System.Windows.Forms.Panel()
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
Me.txtFehlersuche = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.cbxTestSys = New System.Windows.Forms.CheckBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.txtUser = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
|
Me.cboType = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.cboProgram = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.btnSuche = New System.Windows.Forms.Button()
|
|
Me.txtAbfertDat = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label23 = New System.Windows.Forms.Label()
|
|
Me.btnJahr = New System.Windows.Forms.Button()
|
|
Me.btnBisJahr = New System.Windows.Forms.Button()
|
|
Me.btnVonJahr = New System.Windows.Forms.Button()
|
|
Me.btnMonat = New System.Windows.Forms.Button()
|
|
Me.btnBisMonat = New System.Windows.Forms.Button()
|
|
Me.btnVonMonat = New System.Windows.Forms.Button()
|
|
Me.txtAbfertDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
|
Me.cboDatum = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.pnlAnzeige = New System.Windows.Forms.Panel()
|
|
Me.DataGridView = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.lblErgebnis = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtMaxSrch = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.Button10 = New System.Windows.Forms.Button()
|
|
Me.Button11 = New System.Windows.Forms.Button()
|
|
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer.Panel1.SuspendLayout()
|
|
Me.SplitContainer.Panel2.SuspendLayout()
|
|
Me.SplitContainer.SuspendLayout()
|
|
Me.pnlSearch.SuspendLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
Me.pnlAnzeige.SuspendLayout()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SplitContainer
|
|
'
|
|
Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
|
|
Me.SplitContainer.IsSplitterFixed = True
|
|
Me.SplitContainer.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainer.Name = "SplitContainer"
|
|
Me.SplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'SplitContainer.Panel1
|
|
'
|
|
Me.SplitContainer.Panel1.Controls.Add(Me.pnlSearch)
|
|
'
|
|
'SplitContainer.Panel2
|
|
'
|
|
Me.SplitContainer.Panel2.Controls.Add(Me.pnlAnzeige)
|
|
Me.SplitContainer.Size = New System.Drawing.Size(1020, 687)
|
|
Me.SplitContainer.SplitterDistance = 150
|
|
Me.SplitContainer.SplitterWidth = 2
|
|
Me.SplitContainer.TabIndex = 3
|
|
'
|
|
'pnlSearch
|
|
'
|
|
Me.pnlSearch.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.pnlSearch.BackColor = System.Drawing.Color.White
|
|
Me.pnlSearch.Controls.Add(Me.SplitContainer1)
|
|
Me.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlSearch.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlSearch.Name = "pnlSearch"
|
|
Me.pnlSearch.Size = New System.Drawing.Size(1020, 150)
|
|
Me.pnlSearch.TabIndex = 0
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
|
|
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.txtFehlersuche)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cbxTestSys)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label9)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.txtUser)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cboType)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label6)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cboProgram)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label5)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Button7)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Button6)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Button5)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.btnSuche)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.txtAbfertDat)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label23)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.btnJahr)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.btnBisJahr)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.btnVonJahr)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.btnMonat)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.btnBisMonat)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.btnVonMonat)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.txtAbfertDatBis)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.DateTimePicker2)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label13)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cboFirma)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.DateTimePicker1)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cboDatum)
|
|
Me.SplitContainer1.Panel2Collapsed = True
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(1020, 150)
|
|
Me.SplitContainer1.SplitterDistance = 125
|
|
Me.SplitContainer1.TabIndex = 0
|
|
'
|
|
'txtFehlersuche
|
|
'
|
|
Me.txtFehlersuche._DateTimeOnly = False
|
|
Me.txtFehlersuche._numbersOnly = False
|
|
Me.txtFehlersuche._numbersOnlyKommastellen = ""
|
|
Me.txtFehlersuche._numbersOnlyTrennzeichen = True
|
|
Me.txtFehlersuche._Prozent = False
|
|
Me.txtFehlersuche._ShortDateNew = False
|
|
Me.txtFehlersuche._ShortDateOnly = False
|
|
Me.txtFehlersuche._TimeOnly = False
|
|
Me.txtFehlersuche._TimeOnly_Seconds = False
|
|
Me.txtFehlersuche._value = ""
|
|
Me.txtFehlersuche._Waehrung = False
|
|
Me.txtFehlersuche._WaehrungZeichen = True
|
|
Me.txtFehlersuche.ForeColor = System.Drawing.Color.Black
|
|
Me.txtFehlersuche.Location = New System.Drawing.Point(532, 79)
|
|
Me.txtFehlersuche.MaxLineLength = -1
|
|
Me.txtFehlersuche.MaxLines_Warning = ""
|
|
Me.txtFehlersuche.MaxLines_Warning_Label = Nothing
|
|
Me.txtFehlersuche.Name = "txtFehlersuche"
|
|
Me.txtFehlersuche.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtFehlersuche.TabIndex = 52
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(449, 83)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label2.TabIndex = 51
|
|
Me.Label2.Text = "Fehlersuche*:"
|
|
'
|
|
'cbxTestSys
|
|
'
|
|
Me.cbxTestSys.AutoSize = True
|
|
Me.cbxTestSys.BackColor = System.Drawing.Color.White
|
|
Me.cbxTestSys.Checked = True
|
|
Me.cbxTestSys.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
|
Me.cbxTestSys.Location = New System.Drawing.Point(487, 3)
|
|
Me.cbxTestSys.Name = "cbxTestSys"
|
|
Me.cbxTestSys.Size = New System.Drawing.Size(79, 17)
|
|
Me.cbxTestSys.TabIndex = 50
|
|
Me.cbxTestSys.Text = "Testsystem"
|
|
Me.cbxTestSys.ThreeState = True
|
|
Me.cbxTestSys.UseVisualStyleBackColor = False
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(449, 39)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(32, 13)
|
|
Me.Label9.TabIndex = 47
|
|
Me.Label9.Text = "User:"
|
|
'
|
|
'txtUser
|
|
'
|
|
Me.txtUser._AlleFirmenCLUSTER = False
|
|
Me.txtUser._AllowSetValue = True
|
|
Me.txtUser._autoSizeGross = False
|
|
Me.txtUser._display_Name1 = False
|
|
Me.txtUser._displayAVISO_Email = False
|
|
Me.txtUser._displayFullName = False
|
|
Me.txtUser._displayWoelflKd = False
|
|
Me.txtUser._hideIfListEmpty = True
|
|
Me.txtUser._loadKdData = False
|
|
Me.txtUser._searchName1 = True
|
|
Me.txtUser._UseFIRMA = ""
|
|
Me.txtUser._ValueKdAndName = True
|
|
Me.txtUser.dgvpos = "LEFT"
|
|
Me.txtUser.KdName = ""
|
|
Me.txtUser.KdNr = "-1"
|
|
Me.txtUser.kdNrField = Nothing
|
|
Me.txtUser.KdNrNullInt = Nothing
|
|
Me.txtUser.Location = New System.Drawing.Point(532, 35)
|
|
Me.txtUser.Name = "txtUser"
|
|
Me.txtUser.nurAktive = False
|
|
Me.txtUser.searchActive = True
|
|
Me.txtUser.Size = New System.Drawing.Size(128, 20)
|
|
Me.txtUser.TabIndex = 48
|
|
Me.txtUser.TIMER_SEARCH = True
|
|
Me.txtUser.usrcntl = Nothing
|
|
'
|
|
'cboType
|
|
'
|
|
Me.cboType._allowedValuesFreiText = Nothing
|
|
Me.cboType._allowFreiText = False
|
|
Me.cboType._value = ""
|
|
Me.cboType.DropDownWidth = 250
|
|
Me.cboType.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboType.FormattingEnabled = True
|
|
Me.cboType.Location = New System.Drawing.Point(333, 79)
|
|
Me.cboType.Name = "cboType"
|
|
Me.cboType.Size = New System.Drawing.Size(105, 22)
|
|
Me.cboType.TabIndex = 42
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(330, 61)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label6.TabIndex = 41
|
|
Me.Label6.Text = "Type"
|
|
'
|
|
'cboProgram
|
|
'
|
|
Me.cboProgram._allowedValuesFreiText = Nothing
|
|
Me.cboProgram._allowFreiText = False
|
|
Me.cboProgram._value = ""
|
|
Me.cboProgram.DropDownWidth = 250
|
|
Me.cboProgram.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboProgram.FormattingEnabled = True
|
|
Me.cboProgram.Location = New System.Drawing.Point(333, 30)
|
|
Me.cboProgram.Name = "cboProgram"
|
|
Me.cboProgram.Size = New System.Drawing.Size(99, 22)
|
|
Me.cboProgram.TabIndex = 40
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(330, 12)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label5.TabIndex = 39
|
|
Me.Label5.Text = "Program"
|
|
'
|
|
'Button7
|
|
'
|
|
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button7.ForeColor = System.Drawing.Color.Black
|
|
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button7.Location = New System.Drawing.Point(274, 4)
|
|
Me.Button7.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button7.TabIndex = 12
|
|
Me.Button7.Text = ">>"
|
|
Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button7.UseVisualStyleBackColor = True
|
|
'
|
|
'Button6
|
|
'
|
|
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button6.ForeColor = System.Drawing.Color.Black
|
|
Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.Location = New System.Drawing.Point(155, 4)
|
|
Me.Button6.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button6.TabIndex = 8
|
|
Me.Button6.Text = "<<"
|
|
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button5.ForeColor = System.Drawing.Color.Black
|
|
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.Location = New System.Drawing.Point(188, 4)
|
|
Me.Button5.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(87, 23)
|
|
Me.Button5.TabIndex = 10
|
|
Me.Button5.Text = "Heute"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSuche
|
|
'
|
|
Me.btnSuche.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnSuche.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSuche.Location = New System.Drawing.Point(850, 9)
|
|
Me.btnSuche.Name = "btnSuche"
|
|
Me.btnSuche.Size = New System.Drawing.Size(162, 52)
|
|
Me.btnSuche.TabIndex = 28
|
|
Me.btnSuche.Text = "Ergebnisse laden"
|
|
Me.btnSuche.UseVisualStyleBackColor = True
|
|
'
|
|
'txtAbfertDat
|
|
'
|
|
Me.txtAbfertDat._DateTimeOnly = False
|
|
Me.txtAbfertDat._numbersOnly = False
|
|
Me.txtAbfertDat._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertDat._numbersOnlyTrennzeichen = True
|
|
Me.txtAbfertDat._Prozent = False
|
|
Me.txtAbfertDat._ShortDateNew = False
|
|
Me.txtAbfertDat._ShortDateOnly = True
|
|
Me.txtAbfertDat._TimeOnly = False
|
|
Me.txtAbfertDat._TimeOnly_Seconds = False
|
|
Me.txtAbfertDat._value = ""
|
|
Me.txtAbfertDat._Waehrung = False
|
|
Me.txtAbfertDat._WaehrungZeichen = True
|
|
Me.txtAbfertDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtAbfertDat.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAbfertDat.Location = New System.Drawing.Point(43, 34)
|
|
Me.txtAbfertDat.MaxLength = 10
|
|
Me.txtAbfertDat.MaxLineLength = -1
|
|
Me.txtAbfertDat.MaxLines_Warning = ""
|
|
Me.txtAbfertDat.MaxLines_Warning_Label = Nothing
|
|
Me.txtAbfertDat.Name = "txtAbfertDat"
|
|
Me.txtAbfertDat.Size = New System.Drawing.Size(63, 20)
|
|
Me.txtAbfertDat.TabIndex = 1
|
|
'
|
|
'Label23
|
|
'
|
|
Me.Label23.AutoSize = True
|
|
Me.Label23.Location = New System.Drawing.Point(14, 62)
|
|
Me.Label23.Name = "Label23"
|
|
Me.Label23.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label23.TabIndex = 5
|
|
Me.Label23.Text = "bis:"
|
|
'
|
|
'btnJahr
|
|
'
|
|
Me.btnJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnJahr.Location = New System.Drawing.Point(188, 56)
|
|
Me.btnJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnJahr.Name = "btnJahr"
|
|
Me.btnJahr.Size = New System.Drawing.Size(87, 23)
|
|
Me.btnJahr.TabIndex = 18
|
|
Me.btnJahr.Text = "2016"
|
|
Me.btnJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'btnBisJahr
|
|
'
|
|
Me.btnBisJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBisJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnBisJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnBisJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisJahr.Location = New System.Drawing.Point(274, 56)
|
|
Me.btnBisJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnBisJahr.Name = "btnBisJahr"
|
|
Me.btnBisJahr.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnBisJahr.TabIndex = 19
|
|
Me.btnBisJahr.Text = ">>"
|
|
Me.btnBisJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVonJahr
|
|
'
|
|
Me.btnVonJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVonJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnVonJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnVonJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonJahr.Location = New System.Drawing.Point(155, 56)
|
|
Me.btnVonJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnVonJahr.Name = "btnVonJahr"
|
|
Me.btnVonJahr.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnVonJahr.TabIndex = 17
|
|
Me.btnVonJahr.Text = "<<"
|
|
Me.btnVonJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'btnMonat
|
|
'
|
|
Me.btnMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnMonat.Location = New System.Drawing.Point(188, 30)
|
|
Me.btnMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnMonat.Name = "btnMonat"
|
|
Me.btnMonat.Size = New System.Drawing.Size(87, 23)
|
|
Me.btnMonat.TabIndex = 15
|
|
Me.btnMonat.Text = "September"
|
|
Me.btnMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'btnBisMonat
|
|
'
|
|
Me.btnBisMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBisMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnBisMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnBisMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisMonat.Location = New System.Drawing.Point(274, 30)
|
|
Me.btnBisMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnBisMonat.Name = "btnBisMonat"
|
|
Me.btnBisMonat.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnBisMonat.TabIndex = 16
|
|
Me.btnBisMonat.Text = ">>"
|
|
Me.btnBisMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVonMonat
|
|
'
|
|
Me.btnVonMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVonMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnVonMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnVonMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonMonat.Location = New System.Drawing.Point(155, 30)
|
|
Me.btnVonMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnVonMonat.Name = "btnVonMonat"
|
|
Me.btnVonMonat.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnVonMonat.TabIndex = 14
|
|
Me.btnVonMonat.Text = "<<"
|
|
Me.btnVonMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'txtAbfertDatBis
|
|
'
|
|
Me.txtAbfertDatBis._DateTimeOnly = False
|
|
Me.txtAbfertDatBis._numbersOnly = False
|
|
Me.txtAbfertDatBis._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertDatBis._numbersOnlyTrennzeichen = True
|
|
Me.txtAbfertDatBis._Prozent = False
|
|
Me.txtAbfertDatBis._ShortDateNew = False
|
|
Me.txtAbfertDatBis._ShortDateOnly = True
|
|
Me.txtAbfertDatBis._TimeOnly = False
|
|
Me.txtAbfertDatBis._TimeOnly_Seconds = False
|
|
Me.txtAbfertDatBis._value = ""
|
|
Me.txtAbfertDatBis._Waehrung = False
|
|
Me.txtAbfertDatBis._WaehrungZeichen = True
|
|
Me.txtAbfertDatBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtAbfertDatBis.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAbfertDatBis.Location = New System.Drawing.Point(43, 59)
|
|
Me.txtAbfertDatBis.MaxLength = 10
|
|
Me.txtAbfertDatBis.MaxLineLength = -1
|
|
Me.txtAbfertDatBis.MaxLines_Warning = ""
|
|
Me.txtAbfertDatBis.MaxLines_Warning_Label = Nothing
|
|
Me.txtAbfertDatBis.Name = "txtAbfertDatBis"
|
|
Me.txtAbfertDatBis.Size = New System.Drawing.Size(63, 20)
|
|
Me.txtAbfertDatBis.TabIndex = 3
|
|
'
|
|
'DateTimePicker2
|
|
'
|
|
Me.DateTimePicker2.CustomFormat = "''"
|
|
Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
Me.DateTimePicker2.Location = New System.Drawing.Point(43, 59)
|
|
Me.DateTimePicker2.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.DateTimePicker2.Name = "DateTimePicker2"
|
|
Me.DateTimePicker2.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
Me.DateTimePicker2.Size = New System.Drawing.Size(92, 20)
|
|
Me.DateTimePicker2.TabIndex = 4
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(14, 38)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label13.TabIndex = 13
|
|
Me.Label13.Text = "von:"
|
|
'
|
|
'cboFirma
|
|
'
|
|
Me.cboFirma._allowedValuesFreiText = Nothing
|
|
Me.cboFirma._allowFreiText = False
|
|
Me.cboFirma._value = ""
|
|
Me.cboFirma.DropDownWidth = 250
|
|
Me.cboFirma.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboFirma.FormattingEnabled = True
|
|
Me.cboFirma.Location = New System.Drawing.Point(334, 124)
|
|
Me.cboFirma.Name = "cboFirma"
|
|
Me.cboFirma.Size = New System.Drawing.Size(104, 22)
|
|
Me.cboFirma.TabIndex = 20
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(331, 106)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(37, 13)
|
|
Me.Label1.TabIndex = 6
|
|
Me.Label1.Text = "Firma"
|
|
'
|
|
'DateTimePicker1
|
|
'
|
|
Me.DateTimePicker1.CustomFormat = "''"
|
|
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
Me.DateTimePicker1.Location = New System.Drawing.Point(43, 34)
|
|
Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.DateTimePicker1.Name = "DateTimePicker1"
|
|
Me.DateTimePicker1.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
Me.DateTimePicker1.Size = New System.Drawing.Size(92, 20)
|
|
Me.DateTimePicker1.TabIndex = 2
|
|
'
|
|
'cboDatum
|
|
'
|
|
Me.cboDatum._allowedValuesFreiText = Nothing
|
|
Me.cboDatum._allowFreiText = False
|
|
Me.cboDatum._value = ""
|
|
Me.cboDatum.BackColor = System.Drawing.Color.White
|
|
Me.cboDatum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboDatum.DropDownWidth = 250
|
|
Me.cboDatum.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.cboDatum.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboDatum.FormattingEnabled = True
|
|
Me.cboDatum.Items.AddRange(New Object() {"Rechnungsdatum", "Abfertigungsdatum"})
|
|
Me.cboDatum.Location = New System.Drawing.Point(17, 9)
|
|
Me.cboDatum.Name = "cboDatum"
|
|
Me.cboDatum.Size = New System.Drawing.Size(130, 22)
|
|
Me.cboDatum.TabIndex = 32
|
|
'
|
|
'pnlAnzeige
|
|
'
|
|
Me.pnlAnzeige.BackColor = System.Drawing.Color.White
|
|
Me.pnlAnzeige.Controls.Add(Me.DataGridView)
|
|
Me.pnlAnzeige.Controls.Add(Me.Panel1)
|
|
Me.pnlAnzeige.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlAnzeige.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlAnzeige.Name = "pnlAnzeige"
|
|
Me.pnlAnzeige.Size = New System.Drawing.Size(1020, 535)
|
|
Me.pnlAnzeige.TabIndex = 0
|
|
'
|
|
'DataGridView
|
|
'
|
|
Me.DataGridView.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.DataGridView.AllowUserToAddRows = False
|
|
Me.DataGridView.AllowUserToDeleteRows = False
|
|
Me.DataGridView.AllowUserToOrderColumns = True
|
|
Me.DataGridView.AllowUserToResizeRows = False
|
|
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.DataGridView.Location = New System.Drawing.Point(0, 0)
|
|
Me.DataGridView.Name = "DataGridView"
|
|
Me.DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
|
|
Me.DataGridView.Size = New System.Drawing.Size(1020, 491)
|
|
Me.DataGridView.TabIndex = 0
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel1.Controls.Add(Me.lblErgebnis)
|
|
Me.Panel1.Controls.Add(Me.Label4)
|
|
Me.Panel1.Controls.Add(Me.txtMaxSrch)
|
|
Me.Panel1.Controls.Add(Me.Panel2)
|
|
Me.Panel1.Controls.Add(Me.Panel3)
|
|
Me.Panel1.Controls.Add(Me.Button10)
|
|
Me.Panel1.Controls.Add(Me.Button11)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 491)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(1020, 44)
|
|
Me.Panel1.TabIndex = 1
|
|
'
|
|
'lblErgebnis
|
|
'
|
|
Me.lblErgebnis.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblErgebnis.Location = New System.Drawing.Point(864, 25)
|
|
Me.lblErgebnis.Name = "lblErgebnis"
|
|
Me.lblErgebnis.Size = New System.Drawing.Size(152, 13)
|
|
Me.lblErgebnis.TabIndex = 45
|
|
Me.lblErgebnis.Text = "Max:"
|
|
Me.lblErgebnis.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(930, 5)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(30, 13)
|
|
Me.Label4.TabIndex = 43
|
|
Me.Label4.Text = "Max:"
|
|
'
|
|
'txtMaxSrch
|
|
'
|
|
Me.txtMaxSrch._DateTimeOnly = False
|
|
Me.txtMaxSrch._numbersOnly = True
|
|
Me.txtMaxSrch._numbersOnlyKommastellen = ""
|
|
Me.txtMaxSrch._numbersOnlyTrennzeichen = True
|
|
Me.txtMaxSrch._Prozent = False
|
|
Me.txtMaxSrch._ShortDateNew = False
|
|
Me.txtMaxSrch._ShortDateOnly = False
|
|
Me.txtMaxSrch._TimeOnly = False
|
|
Me.txtMaxSrch._TimeOnly_Seconds = False
|
|
Me.txtMaxSrch._value = ""
|
|
Me.txtMaxSrch._Waehrung = False
|
|
Me.txtMaxSrch._WaehrungZeichen = True
|
|
Me.txtMaxSrch.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMaxSrch.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMaxSrch.Location = New System.Drawing.Point(966, 2)
|
|
Me.txtMaxSrch.MaxLineLength = -1
|
|
Me.txtMaxSrch.MaxLines_Warning = ""
|
|
Me.txtMaxSrch.MaxLines_Warning_Label = Nothing
|
|
Me.txtMaxSrch.Name = "txtMaxSrch"
|
|
Me.txtMaxSrch.Size = New System.Drawing.Size(51, 20)
|
|
Me.txtMaxSrch.TabIndex = 44
|
|
Me.txtMaxSrch.Text = "1000"
|
|
Me.txtMaxSrch.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.Panel2.Location = New System.Drawing.Point(323, 0)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(468, 42)
|
|
Me.Panel2.TabIndex = 6
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(323, 42)
|
|
Me.Panel3.TabIndex = 5
|
|
'
|
|
'Button10
|
|
'
|
|
Me.Button10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button10.Location = New System.Drawing.Point(1117, 1)
|
|
Me.Button10.Name = "Button10"
|
|
Me.Button10.Size = New System.Drawing.Size(41, 34)
|
|
Me.Button10.TabIndex = 3
|
|
Me.Button10.UseVisualStyleBackColor = True
|
|
'
|
|
'Button11
|
|
'
|
|
Me.Button11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button11.ForeColor = System.Drawing.Color.Black
|
|
Me.Button11.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button11.Location = New System.Drawing.Point(1164, 1)
|
|
Me.Button11.Name = "Button11"
|
|
Me.Button11.Size = New System.Drawing.Size(41, 34)
|
|
Me.Button11.TabIndex = 4
|
|
Me.Button11.UseVisualStyleBackColor = True
|
|
'
|
|
'usrCntlERS
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Controls.Add(Me.SplitContainer)
|
|
Me.Name = "usrCntlERS"
|
|
Me.Size = New System.Drawing.Size(1020, 687)
|
|
Me.SplitContainer.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer.ResumeLayout(False)
|
|
Me.pnlSearch.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel1.PerformLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
Me.pnlAnzeige.ResumeLayout(False)
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents SplitContainer As SplitContainer
|
|
Friend WithEvents pnlSearch As Panel
|
|
Friend WithEvents SplitContainer1 As SplitContainer
|
|
Friend WithEvents Button7 As Button
|
|
Friend WithEvents Button6 As Button
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents btnSuche As Button
|
|
Friend WithEvents txtAbfertDat As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label23 As Label
|
|
Friend WithEvents btnJahr As Button
|
|
Friend WithEvents btnBisJahr As Button
|
|
Friend WithEvents btnVonJahr As Button
|
|
Friend WithEvents btnMonat As Button
|
|
Friend WithEvents btnBisMonat As Button
|
|
Friend WithEvents btnVonMonat As Button
|
|
Friend WithEvents txtAbfertDatBis As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents DateTimePicker2 As DateTimePicker
|
|
Friend WithEvents Label13 As Label
|
|
Friend WithEvents cboFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents DateTimePicker1 As DateTimePicker
|
|
Friend WithEvents cboDatum As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents pnlAnzeige As Panel
|
|
Friend WithEvents DataGridView As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents txtMaxSrch As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Panel2 As Panel
|
|
Friend WithEvents Panel3 As Panel
|
|
Friend WithEvents Button10 As Button
|
|
Friend WithEvents Button11 As Button
|
|
Friend WithEvents cboType As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents cboProgram As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents txtUser As VERAG_PROG_ALLGEMEIN.KdSearchBox
|
|
Friend WithEvents lblErgebnis As Label
|
|
Friend WithEvents cbxTestSys As CheckBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtFehlersuche As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
End Class
|