812 lines
36 KiB
VB.net
812 lines
36 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMain
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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()
|
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.btnTest = New System.Windows.Forms.Button()
|
|
Me.btnVollmacht = New System.Windows.Forms.Button()
|
|
Me.btnAuswertung = New System.Windows.Forms.Button()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.btnRechner = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.btnDuplicate = New System.Windows.Forms.Button()
|
|
Me.btnUpdate = New System.Windows.Forms.Button()
|
|
Me.btnDel = New System.Windows.Forms.Button()
|
|
Me.btnChange = New System.Windows.Forms.Button()
|
|
Me.btnNew = New System.Windows.Forms.Button()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.lblVersion = New System.Windows.Forms.Label()
|
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
Me.Button9 = New System.Windows.Forms.Button()
|
|
Me.lblAnzahl = New System.Windows.Forms.Label()
|
|
Me.tbContrl = New System.Windows.Forms.TabControl()
|
|
Me.tabKunden = New System.Windows.Forms.TabPage()
|
|
Me.dgvKunden = New System.Windows.Forms.DataGridView()
|
|
Me.tabAuftraege = New System.Windows.Forms.TabPage()
|
|
Me.dgvAuftraege = New System.Windows.Forms.DataGridView()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.dgvFrachtkosten = New System.Windows.Forms.DataGridView()
|
|
Me.pnlFilterAuftrag = New System.Windows.Forms.Panel()
|
|
Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.cboAuftragsart = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txtSuche = New System.Windows.Forms.TextBox()
|
|
Me.lblSuche = New System.Windows.Forms.Label()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.cbxAbliefer = New System.Windows.Forms.CheckBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.lblMs = New System.Windows.Forms.Label()
|
|
Me.btnHelp = New System.Windows.Forms.Button()
|
|
Me.cboSearchAuftraege = New System.Windows.Forms.ComboBox()
|
|
Me.btnSQL = New System.Windows.Forms.Button()
|
|
Me.DateVON = New System.Windows.Forms.DateTimePicker()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.PnlDatum = New System.Windows.Forms.Panel()
|
|
Me.CmdAlle = New System.Windows.Forms.Button()
|
|
Me.CmdJahrPlus = New System.Windows.Forms.Button()
|
|
Me.DateBIS = New System.Windows.Forms.DateTimePicker()
|
|
Me.CmdJahrMinus = New System.Windows.Forms.Button()
|
|
Me.CmdMonatPlus = New System.Windows.Forms.Button()
|
|
Me.LblVon = New System.Windows.Forms.Label()
|
|
Me.CmdMonatMinus = New System.Windows.Forms.Button()
|
|
Me.LblBis = New System.Windows.Forms.Label()
|
|
Me.CmdTagPlus = New System.Windows.Forms.Button()
|
|
Me.CmdHeute = New System.Windows.Forms.Button()
|
|
Me.CmdTagMinus = New System.Windows.Forms.Button()
|
|
Me.CmdMonat = New System.Windows.Forms.Button()
|
|
Me.CmdJahr = New System.Windows.Forms.Button()
|
|
Me.Panel2.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.Panel4.SuspendLayout()
|
|
Me.tbContrl.SuspendLayout()
|
|
Me.tabKunden.SuspendLayout()
|
|
CType(Me.dgvKunden, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.tabAuftraege.SuspendLayout()
|
|
CType(Me.dgvAuftraege, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TabPage1.SuspendLayout()
|
|
CType(Me.dgvFrachtkosten, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlFilterAuftrag.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.PnlDatum.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.BackColor = System.Drawing.Color.White
|
|
Me.Panel2.Controls.Add(Me.btnTest)
|
|
Me.Panel2.Controls.Add(Me.btnVollmacht)
|
|
Me.Panel2.Controls.Add(Me.btnAuswertung)
|
|
Me.Panel2.Controls.Add(Me.Button4)
|
|
Me.Panel2.Controls.Add(Me.btnRechner)
|
|
Me.Panel2.Controls.Add(Me.Button3)
|
|
Me.Panel2.Controls.Add(Me.btnDuplicate)
|
|
Me.Panel2.Controls.Add(Me.btnUpdate)
|
|
Me.Panel2.Controls.Add(Me.btnDel)
|
|
Me.Panel2.Controls.Add(Me.btnChange)
|
|
Me.Panel2.Controls.Add(Me.btnNew)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.Panel2.Location = New System.Drawing.Point(1337, 112)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(124, 687)
|
|
Me.Panel2.TabIndex = 18
|
|
'
|
|
'btnTest
|
|
'
|
|
Me.btnTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnTest.Location = New System.Drawing.Point(6, 617)
|
|
Me.btnTest.Name = "btnTest"
|
|
Me.btnTest.Size = New System.Drawing.Size(75, 28)
|
|
Me.btnTest.TabIndex = 28
|
|
Me.btnTest.Text = "Test"
|
|
Me.btnTest.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVollmacht
|
|
'
|
|
Me.btnVollmacht.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVollmacht.Location = New System.Drawing.Point(10, 387)
|
|
Me.btnVollmacht.Name = "btnVollmacht"
|
|
Me.btnVollmacht.Size = New System.Drawing.Size(75, 28)
|
|
Me.btnVollmacht.TabIndex = 27
|
|
Me.btnVollmacht.Text = "Vollmacht"
|
|
Me.btnVollmacht.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAuswertung
|
|
'
|
|
Me.btnAuswertung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAuswertung.Location = New System.Drawing.Point(10, 421)
|
|
Me.btnAuswertung.Name = "btnAuswertung"
|
|
Me.btnAuswertung.Size = New System.Drawing.Size(75, 28)
|
|
Me.btnAuswertung.TabIndex = 26
|
|
Me.btnAuswertung.Text = "Auswertung"
|
|
Me.btnAuswertung.UseVisualStyleBackColor = True
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Location = New System.Drawing.Point(10, 358)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button4.TabIndex = 25
|
|
Me.Button4.Text = "Kasse"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'btnRechner
|
|
'
|
|
Me.btnRechner.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnRechner.Location = New System.Drawing.Point(10, 174)
|
|
Me.btnRechner.Name = "btnRechner"
|
|
Me.btnRechner.Size = New System.Drawing.Size(75, 33)
|
|
Me.btnRechner.TabIndex = 24
|
|
Me.btnRechner.Text = "Rechner"
|
|
Me.btnRechner.UseVisualStyleBackColor = True
|
|
Me.btnRechner.Visible = False
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Location = New System.Drawing.Point(10, 329)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button3.TabIndex = 23
|
|
Me.Button3.Text = "CMR"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDuplicate
|
|
'
|
|
Me.btnDuplicate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDuplicate.Location = New System.Drawing.Point(10, 144)
|
|
Me.btnDuplicate.Name = "btnDuplicate"
|
|
Me.btnDuplicate.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnDuplicate.TabIndex = 22
|
|
Me.btnDuplicate.Text = "Duplizieren"
|
|
Me.btnDuplicate.UseVisualStyleBackColor = True
|
|
Me.btnDuplicate.Visible = False
|
|
'
|
|
'btnUpdate
|
|
'
|
|
Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnUpdate.Location = New System.Drawing.Point(6, 651)
|
|
Me.btnUpdate.Name = "btnUpdate"
|
|
Me.btnUpdate.Size = New System.Drawing.Size(75, 28)
|
|
Me.btnUpdate.TabIndex = 21
|
|
Me.btnUpdate.Text = "Update"
|
|
Me.btnUpdate.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDel
|
|
'
|
|
Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDel.Image = Global.DISPO.My.Resources.Resources.del
|
|
Me.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnDel.Location = New System.Drawing.Point(10, 94)
|
|
Me.btnDel.Name = "btnDel"
|
|
Me.btnDel.Size = New System.Drawing.Size(75, 33)
|
|
Me.btnDel.TabIndex = 17
|
|
Me.btnDel.Text = "Löschen"
|
|
Me.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnDel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnChange
|
|
'
|
|
Me.btnChange.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnChange.Image = Global.DISPO.My.Resources.Resources.stift
|
|
Me.btnChange.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnChange.Location = New System.Drawing.Point(10, 42)
|
|
Me.btnChange.Name = "btnChange"
|
|
Me.btnChange.Size = New System.Drawing.Size(75, 33)
|
|
Me.btnChange.TabIndex = 16
|
|
Me.btnChange.Text = "Ändern"
|
|
Me.btnChange.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnChange.UseVisualStyleBackColor = True
|
|
'
|
|
'btnNew
|
|
'
|
|
Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnNew.Image = Global.DISPO.My.Resources.Resources.plus
|
|
Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnNew.Location = New System.Drawing.Point(10, 3)
|
|
Me.btnNew.Name = "btnNew"
|
|
Me.btnNew.Size = New System.Drawing.Size(75, 33)
|
|
Me.btnNew.TabIndex = 15
|
|
Me.btnNew.Text = "Neu"
|
|
Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnNew.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.BackColor = System.Drawing.Color.White
|
|
Me.Panel3.Controls.Add(Me.lblVersion)
|
|
Me.Panel3.Controls.Add(Me.Panel4)
|
|
Me.Panel3.Controls.Add(Me.lblAnzahl)
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 799)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(1461, 36)
|
|
Me.Panel3.TabIndex = 19
|
|
'
|
|
'lblVersion
|
|
'
|
|
Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblVersion.AutoSize = True
|
|
Me.lblVersion.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.lblVersion.Location = New System.Drawing.Point(1290, 8)
|
|
Me.lblVersion.Name = "lblVersion"
|
|
Me.lblVersion.Size = New System.Drawing.Size(72, 13)
|
|
Me.lblVersion.TabIndex = 23
|
|
Me.lblVersion.Text = "Version: 0.0.0"
|
|
'
|
|
'Panel4
|
|
'
|
|
Me.Panel4.BackColor = System.Drawing.Color.White
|
|
Me.Panel4.Controls.Add(Me.Button9)
|
|
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.Panel4.ForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.Panel4.Location = New System.Drawing.Point(1369, 0)
|
|
Me.Panel4.Name = "Panel4"
|
|
Me.Panel4.Size = New System.Drawing.Size(92, 36)
|
|
Me.Panel4.TabIndex = 22
|
|
'
|
|
'Button9
|
|
'
|
|
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button9.Location = New System.Drawing.Point(10, 0)
|
|
Me.Button9.Name = "Button9"
|
|
Me.Button9.Size = New System.Drawing.Size(75, 28)
|
|
Me.Button9.TabIndex = 21
|
|
Me.Button9.Text = "Schließen"
|
|
Me.Button9.UseVisualStyleBackColor = True
|
|
'
|
|
'lblAnzahl
|
|
'
|
|
Me.lblAnzahl.AutoSize = True
|
|
Me.lblAnzahl.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.lblAnzahl.Location = New System.Drawing.Point(12, 12)
|
|
Me.lblAnzahl.Name = "lblAnzahl"
|
|
Me.lblAnzahl.Size = New System.Drawing.Size(13, 13)
|
|
Me.lblAnzahl.TabIndex = 17
|
|
Me.lblAnzahl.Text = "0"
|
|
'
|
|
'tbContrl
|
|
'
|
|
Me.tbContrl.Controls.Add(Me.tabKunden)
|
|
Me.tbContrl.Controls.Add(Me.tabAuftraege)
|
|
Me.tbContrl.Controls.Add(Me.TabPage1)
|
|
Me.tbContrl.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tbContrl.ItemSize = New System.Drawing.Size(60, 20)
|
|
Me.tbContrl.Location = New System.Drawing.Point(0, 112)
|
|
Me.tbContrl.Name = "tbContrl"
|
|
Me.tbContrl.SelectedIndex = 0
|
|
Me.tbContrl.Size = New System.Drawing.Size(1337, 687)
|
|
Me.tbContrl.TabIndex = 20
|
|
'
|
|
'tabKunden
|
|
'
|
|
Me.tabKunden.Controls.Add(Me.dgvKunden)
|
|
Me.tabKunden.Location = New System.Drawing.Point(4, 24)
|
|
Me.tabKunden.Name = "tabKunden"
|
|
Me.tabKunden.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.tabKunden.Size = New System.Drawing.Size(1329, 659)
|
|
Me.tabKunden.TabIndex = 0
|
|
Me.tabKunden.Text = "Firmen"
|
|
Me.tabKunden.UseVisualStyleBackColor = True
|
|
'
|
|
'dgvKunden
|
|
'
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvKunden.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgvKunden.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvKunden.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvKunden.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvKunden.Location = New System.Drawing.Point(3, 3)
|
|
Me.dgvKunden.Name = "dgvKunden"
|
|
Me.dgvKunden.RowHeadersVisible = False
|
|
Me.dgvKunden.Size = New System.Drawing.Size(1323, 653)
|
|
Me.dgvKunden.TabIndex = 1
|
|
'
|
|
'tabAuftraege
|
|
'
|
|
Me.tabAuftraege.Controls.Add(Me.dgvAuftraege)
|
|
Me.tabAuftraege.Location = New System.Drawing.Point(4, 24)
|
|
Me.tabAuftraege.Name = "tabAuftraege"
|
|
Me.tabAuftraege.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.tabAuftraege.Size = New System.Drawing.Size(1329, 659)
|
|
Me.tabAuftraege.TabIndex = 1
|
|
Me.tabAuftraege.Text = "Aufträge"
|
|
Me.tabAuftraege.UseVisualStyleBackColor = True
|
|
'
|
|
'dgvAuftraege
|
|
'
|
|
DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvAuftraege.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
Me.dgvAuftraege.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvAuftraege.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvAuftraege.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvAuftraege.Location = New System.Drawing.Point(3, 3)
|
|
Me.dgvAuftraege.Name = "dgvAuftraege"
|
|
Me.dgvAuftraege.RowHeadersVisible = False
|
|
Me.dgvAuftraege.Size = New System.Drawing.Size(1323, 653)
|
|
Me.dgvAuftraege.TabIndex = 2
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.dgvFrachtkosten)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 24)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(1329, 659)
|
|
Me.TabPage1.TabIndex = 2
|
|
Me.TabPage1.Text = "Frachtkosten"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'dgvFrachtkosten
|
|
'
|
|
DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvFrachtkosten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
Me.dgvFrachtkosten.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvFrachtkosten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvFrachtkosten.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvFrachtkosten.Location = New System.Drawing.Point(3, 3)
|
|
Me.dgvFrachtkosten.Name = "dgvFrachtkosten"
|
|
Me.dgvFrachtkosten.RowHeadersVisible = False
|
|
Me.dgvFrachtkosten.Size = New System.Drawing.Size(1323, 653)
|
|
Me.dgvFrachtkosten.TabIndex = 0
|
|
'
|
|
'pnlFilterAuftrag
|
|
'
|
|
Me.pnlFilterAuftrag.Controls.Add(Me.cboFiliale)
|
|
Me.pnlFilterAuftrag.Controls.Add(Me.Label2)
|
|
Me.pnlFilterAuftrag.Controls.Add(Me.cboAuftragsart)
|
|
Me.pnlFilterAuftrag.Controls.Add(Me.Label1)
|
|
Me.pnlFilterAuftrag.Location = New System.Drawing.Point(824, 41)
|
|
Me.pnlFilterAuftrag.Name = "pnlFilterAuftrag"
|
|
Me.pnlFilterAuftrag.Size = New System.Drawing.Size(357, 50)
|
|
Me.pnlFilterAuftrag.TabIndex = 26
|
|
Me.pnlFilterAuftrag.Visible = False
|
|
'
|
|
'cboFiliale
|
|
'
|
|
Me.cboFiliale._allowedValuesFreiText = Nothing
|
|
Me.cboFiliale._allowFreiText = False
|
|
Me.cboFiliale._value = ""
|
|
Me.cboFiliale.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.cboFiliale.FormattingEnabled = True
|
|
Me.cboFiliale.Location = New System.Drawing.Point(253, 15)
|
|
Me.cboFiliale.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.cboFiliale.Name = "cboFiliale"
|
|
Me.cboFiliale.Size = New System.Drawing.Size(104, 24)
|
|
Me.cboFiliale.TabIndex = 27
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Label2.Location = New System.Drawing.Point(212, 20)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(36, 13)
|
|
Me.Label2.TabIndex = 26
|
|
Me.Label2.Text = "Filiale:"
|
|
'
|
|
'cboAuftragsart
|
|
'
|
|
Me.cboAuftragsart._allowedValuesFreiText = Nothing
|
|
Me.cboAuftragsart._allowFreiText = False
|
|
Me.cboAuftragsart._value = ""
|
|
Me.cboAuftragsart.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.cboAuftragsart.FormattingEnabled = True
|
|
Me.cboAuftragsart.Location = New System.Drawing.Point(62, 15)
|
|
Me.cboAuftragsart.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.cboAuftragsart.Name = "cboAuftragsart"
|
|
Me.cboAuftragsart.Size = New System.Drawing.Size(130, 24)
|
|
Me.cboAuftragsart.TabIndex = 25
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Label1.Location = New System.Drawing.Point(33, 20)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label1.TabIndex = 24
|
|
Me.Label1.Text = "Art:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(336, 80)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 10
|
|
Me.Button1.Text = "Suche"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtSuche
|
|
'
|
|
Me.txtSuche.Location = New System.Drawing.Point(102, 53)
|
|
Me.txtSuche.Name = "txtSuche"
|
|
Me.txtSuche.Size = New System.Drawing.Size(309, 20)
|
|
Me.txtSuche.TabIndex = 1
|
|
'
|
|
'lblSuche
|
|
'
|
|
Me.lblSuche.AutoSize = True
|
|
Me.lblSuche.Location = New System.Drawing.Point(9, 57)
|
|
Me.lblSuche.Name = "lblSuche"
|
|
Me.lblSuche.Size = New System.Drawing.Size(41, 13)
|
|
Me.lblSuche.TabIndex = 12
|
|
Me.lblSuche.Text = "Suche:"
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackgroundImage = Global.DISPO.My.Resources.Resources.dispo
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.PictureBox1.Location = New System.Drawing.Point(12, 7)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(209, 41)
|
|
Me.PictureBox1.TabIndex = 13
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'cbxAbliefer
|
|
'
|
|
Me.cbxAbliefer.AutoSize = True
|
|
Me.cbxAbliefer.Checked = True
|
|
Me.cbxAbliefer.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
|
Me.cbxAbliefer.Location = New System.Drawing.Point(102, 84)
|
|
Me.cbxAbliefer.Name = "cbxAbliefer"
|
|
Me.cbxAbliefer.Size = New System.Drawing.Size(147, 17)
|
|
Me.cbxAbliefer.TabIndex = 17
|
|
Me.cbxAbliefer.Text = "Abliefernachweis erhalten"
|
|
Me.cbxAbliefer.ThreeState = True
|
|
Me.cbxAbliefer.UseVisualStyleBackColor = True
|
|
Me.cbxAbliefer.Visible = False
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(255, 80)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 18
|
|
Me.Button2.Text = "Alle"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'lblMs
|
|
'
|
|
Me.lblMs.AutoSize = True
|
|
Me.lblMs.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.lblMs.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.lblMs.ImageAlign = System.Drawing.ContentAlignment.TopLeft
|
|
Me.lblMs.Location = New System.Drawing.Point(1428, 0)
|
|
Me.lblMs.Margin = New System.Windows.Forms.Padding(30, 10, 30, 0)
|
|
Me.lblMs.Name = "lblMs"
|
|
Me.lblMs.Padding = New System.Windows.Forms.Padding(10)
|
|
Me.lblMs.Size = New System.Drawing.Size(33, 33)
|
|
Me.lblMs.TabIndex = 20
|
|
Me.lblMs.Text = "0"
|
|
Me.lblMs.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'btnHelp
|
|
'
|
|
Me.btnHelp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnHelp.Location = New System.Drawing.Point(1431, 36)
|
|
Me.btnHelp.Name = "btnHelp"
|
|
Me.btnHelp.Size = New System.Drawing.Size(23, 25)
|
|
Me.btnHelp.TabIndex = 22
|
|
Me.btnHelp.Text = "?"
|
|
Me.btnHelp.UseVisualStyleBackColor = True
|
|
'
|
|
'cboSearchAuftraege
|
|
'
|
|
Me.cboSearchAuftraege.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboSearchAuftraege.FormattingEnabled = True
|
|
Me.cboSearchAuftraege.Location = New System.Drawing.Point(12, 53)
|
|
Me.cboSearchAuftraege.Name = "cboSearchAuftraege"
|
|
Me.cboSearchAuftraege.Size = New System.Drawing.Size(84, 21)
|
|
Me.cboSearchAuftraege.TabIndex = 23
|
|
Me.cboSearchAuftraege.Visible = False
|
|
'
|
|
'btnSQL
|
|
'
|
|
Me.btnSQL.Location = New System.Drawing.Point(887, 9)
|
|
Me.btnSQL.Name = "btnSQL"
|
|
Me.btnSQL.Size = New System.Drawing.Size(130, 23)
|
|
Me.btnSQL.TabIndex = 24
|
|
Me.btnSQL.Text = "SQL BH UNTER"
|
|
Me.btnSQL.UseVisualStyleBackColor = True
|
|
Me.btnSQL.Visible = False
|
|
'
|
|
'DateVON
|
|
'
|
|
Me.DateVON.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.DateVON.Location = New System.Drawing.Point(39, 20)
|
|
Me.DateVON.Name = "DateVON"
|
|
Me.DateVON.Size = New System.Drawing.Size(90, 20)
|
|
Me.DateVON.TabIndex = 27
|
|
Me.DateVON.Value = New Date(1970, 1, 1, 0, 0, 0, 0)
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.White
|
|
Me.Panel1.Controls.Add(Me.PnlDatum)
|
|
Me.Panel1.Controls.Add(Me.btnSQL)
|
|
Me.Panel1.Controls.Add(Me.cboSearchAuftraege)
|
|
Me.Panel1.Controls.Add(Me.btnHelp)
|
|
Me.Panel1.Controls.Add(Me.lblMs)
|
|
Me.Panel1.Controls.Add(Me.Button2)
|
|
Me.Panel1.Controls.Add(Me.cbxAbliefer)
|
|
Me.Panel1.Controls.Add(Me.PictureBox1)
|
|
Me.Panel1.Controls.Add(Me.lblSuche)
|
|
Me.Panel1.Controls.Add(Me.txtSuche)
|
|
Me.Panel1.Controls.Add(Me.Button1)
|
|
Me.Panel1.Controls.Add(Me.pnlFilterAuftrag)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(1461, 112)
|
|
Me.Panel1.TabIndex = 17
|
|
'
|
|
'PnlDatum
|
|
'
|
|
Me.PnlDatum.Controls.Add(Me.CmdAlle)
|
|
Me.PnlDatum.Controls.Add(Me.CmdJahrPlus)
|
|
Me.PnlDatum.Controls.Add(Me.DateBIS)
|
|
Me.PnlDatum.Controls.Add(Me.CmdJahrMinus)
|
|
Me.PnlDatum.Controls.Add(Me.DateVON)
|
|
Me.PnlDatum.Controls.Add(Me.CmdMonatPlus)
|
|
Me.PnlDatum.Controls.Add(Me.LblVon)
|
|
Me.PnlDatum.Controls.Add(Me.CmdMonatMinus)
|
|
Me.PnlDatum.Controls.Add(Me.LblBis)
|
|
Me.PnlDatum.Controls.Add(Me.CmdTagPlus)
|
|
Me.PnlDatum.Controls.Add(Me.CmdHeute)
|
|
Me.PnlDatum.Controls.Add(Me.CmdTagMinus)
|
|
Me.PnlDatum.Controls.Add(Me.CmdMonat)
|
|
Me.PnlDatum.Controls.Add(Me.CmdJahr)
|
|
Me.PnlDatum.Location = New System.Drawing.Point(445, 12)
|
|
Me.PnlDatum.Name = "PnlDatum"
|
|
Me.PnlDatum.Size = New System.Drawing.Size(308, 100)
|
|
Me.PnlDatum.TabIndex = 40
|
|
'
|
|
'CmdAlle
|
|
'
|
|
Me.CmdAlle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdAlle.Location = New System.Drawing.Point(174, 77)
|
|
Me.CmdAlle.Name = "CmdAlle"
|
|
Me.CmdAlle.Size = New System.Drawing.Size(75, 23)
|
|
Me.CmdAlle.TabIndex = 40
|
|
Me.CmdAlle.Text = "Alle anz."
|
|
Me.CmdAlle.UseVisualStyleBackColor = True
|
|
'
|
|
'CmdJahrPlus
|
|
'
|
|
Me.CmdJahrPlus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdJahrPlus.Location = New System.Drawing.Point(255, 58)
|
|
Me.CmdJahrPlus.Name = "CmdJahrPlus"
|
|
Me.CmdJahrPlus.Size = New System.Drawing.Size(33, 23)
|
|
Me.CmdJahrPlus.TabIndex = 39
|
|
Me.CmdJahrPlus.Text = ">>"
|
|
Me.CmdJahrPlus.UseVisualStyleBackColor = True
|
|
'
|
|
'DateBIS
|
|
'
|
|
Me.DateBIS.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.DateBIS.Location = New System.Drawing.Point(39, 40)
|
|
Me.DateBIS.Name = "DateBIS"
|
|
Me.DateBIS.Size = New System.Drawing.Size(90, 20)
|
|
Me.DateBIS.TabIndex = 28
|
|
'
|
|
'CmdJahrMinus
|
|
'
|
|
Me.CmdJahrMinus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdJahrMinus.Location = New System.Drawing.Point(135, 58)
|
|
Me.CmdJahrMinus.Name = "CmdJahrMinus"
|
|
Me.CmdJahrMinus.Size = New System.Drawing.Size(33, 23)
|
|
Me.CmdJahrMinus.TabIndex = 38
|
|
Me.CmdJahrMinus.Text = "<<"
|
|
Me.CmdJahrMinus.UseVisualStyleBackColor = True
|
|
'
|
|
'CmdMonatPlus
|
|
'
|
|
Me.CmdMonatPlus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdMonatPlus.Location = New System.Drawing.Point(255, 36)
|
|
Me.CmdMonatPlus.Name = "CmdMonatPlus"
|
|
Me.CmdMonatPlus.Size = New System.Drawing.Size(33, 23)
|
|
Me.CmdMonatPlus.TabIndex = 37
|
|
Me.CmdMonatPlus.Text = ">>"
|
|
Me.CmdMonatPlus.UseVisualStyleBackColor = True
|
|
'
|
|
'LblVon
|
|
'
|
|
Me.LblVon.AutoSize = True
|
|
Me.LblVon.Location = New System.Drawing.Point(4, 26)
|
|
Me.LblVon.Name = "LblVon"
|
|
Me.LblVon.Size = New System.Drawing.Size(29, 13)
|
|
Me.LblVon.TabIndex = 29
|
|
Me.LblVon.Text = "Von:"
|
|
'
|
|
'CmdMonatMinus
|
|
'
|
|
Me.CmdMonatMinus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdMonatMinus.Location = New System.Drawing.Point(135, 37)
|
|
Me.CmdMonatMinus.Name = "CmdMonatMinus"
|
|
Me.CmdMonatMinus.Size = New System.Drawing.Size(33, 23)
|
|
Me.CmdMonatMinus.TabIndex = 36
|
|
Me.CmdMonatMinus.Text = "<<"
|
|
Me.CmdMonatMinus.UseVisualStyleBackColor = True
|
|
'
|
|
'LblBis
|
|
'
|
|
Me.LblBis.AutoSize = True
|
|
Me.LblBis.Location = New System.Drawing.Point(9, 46)
|
|
Me.LblBis.Name = "LblBis"
|
|
Me.LblBis.Size = New System.Drawing.Size(24, 13)
|
|
Me.LblBis.TabIndex = 30
|
|
Me.LblBis.Text = "Bis:"
|
|
'
|
|
'CmdTagPlus
|
|
'
|
|
Me.CmdTagPlus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdTagPlus.Location = New System.Drawing.Point(255, 15)
|
|
Me.CmdTagPlus.Name = "CmdTagPlus"
|
|
Me.CmdTagPlus.Size = New System.Drawing.Size(33, 23)
|
|
Me.CmdTagPlus.TabIndex = 35
|
|
Me.CmdTagPlus.Text = ">>"
|
|
Me.CmdTagPlus.UseVisualStyleBackColor = True
|
|
'
|
|
'CmdHeute
|
|
'
|
|
Me.CmdHeute.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdHeute.Location = New System.Drawing.Point(174, 15)
|
|
Me.CmdHeute.Name = "CmdHeute"
|
|
Me.CmdHeute.Size = New System.Drawing.Size(75, 23)
|
|
Me.CmdHeute.TabIndex = 31
|
|
Me.CmdHeute.Text = "Heute"
|
|
Me.CmdHeute.UseVisualStyleBackColor = True
|
|
'
|
|
'CmdTagMinus
|
|
'
|
|
Me.CmdTagMinus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdTagMinus.Location = New System.Drawing.Point(135, 15)
|
|
Me.CmdTagMinus.Name = "CmdTagMinus"
|
|
Me.CmdTagMinus.Size = New System.Drawing.Size(33, 23)
|
|
Me.CmdTagMinus.TabIndex = 34
|
|
Me.CmdTagMinus.Text = "<<"
|
|
Me.CmdTagMinus.UseVisualStyleBackColor = True
|
|
'
|
|
'CmdMonat
|
|
'
|
|
Me.CmdMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdMonat.Location = New System.Drawing.Point(174, 37)
|
|
Me.CmdMonat.Name = "CmdMonat"
|
|
Me.CmdMonat.Size = New System.Drawing.Size(75, 23)
|
|
Me.CmdMonat.TabIndex = 32
|
|
Me.CmdMonat.Text = "akt. Monat"
|
|
Me.CmdMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'CmdJahr
|
|
'
|
|
Me.CmdJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdJahr.Location = New System.Drawing.Point(174, 58)
|
|
Me.CmdJahr.Name = "CmdJahr"
|
|
Me.CmdJahr.Size = New System.Drawing.Size(75, 23)
|
|
Me.CmdJahr.TabIndex = 33
|
|
Me.CmdJahr.Text = "akt. Jahr"
|
|
Me.CmdJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'frmMain
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(1461, 835)
|
|
Me.Controls.Add(Me.tbContrl)
|
|
Me.Controls.Add(Me.Panel2)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.Panel3)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMain"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "DISPO-Verwaltung"
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.Panel3.PerformLayout()
|
|
Me.Panel4.ResumeLayout(False)
|
|
Me.tbContrl.ResumeLayout(False)
|
|
Me.tabKunden.ResumeLayout(False)
|
|
CType(Me.dgvKunden, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.tabAuftraege.ResumeLayout(False)
|
|
CType(Me.dgvAuftraege, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TabPage1.ResumeLayout(False)
|
|
CType(Me.dgvFrachtkosten, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlFilterAuftrag.ResumeLayout(False)
|
|
Me.pnlFilterAuftrag.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.PnlDatum.ResumeLayout(False)
|
|
Me.PnlDatum.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents btnDel As System.Windows.Forms.Button
|
|
Friend WithEvents btnChange As System.Windows.Forms.Button
|
|
Friend WithEvents btnNew As System.Windows.Forms.Button
|
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
|
Friend WithEvents lblAnzahl As System.Windows.Forms.Label
|
|
Friend WithEvents Panel4 As System.Windows.Forms.Panel
|
|
Friend WithEvents Button9 As System.Windows.Forms.Button
|
|
Friend WithEvents tbContrl As System.Windows.Forms.TabControl
|
|
Friend WithEvents tabKunden As System.Windows.Forms.TabPage
|
|
Friend WithEvents dgvKunden As System.Windows.Forms.DataGridView
|
|
Friend WithEvents tabAuftraege As System.Windows.Forms.TabPage
|
|
Friend WithEvents dgvAuftraege As System.Windows.Forms.DataGridView
|
|
Friend WithEvents btnUpdate As System.Windows.Forms.Button
|
|
Friend WithEvents btnDuplicate As System.Windows.Forms.Button
|
|
Friend WithEvents lblVersion As System.Windows.Forms.Label
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents dgvFrachtkosten As System.Windows.Forms.DataGridView
|
|
Friend WithEvents btnRechner As System.Windows.Forms.Button
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents pnlFilterAuftrag As Panel
|
|
Friend WithEvents cboFiliale As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents cboAuftragsart As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents txtSuche As TextBox
|
|
Friend WithEvents lblSuche As Label
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents cbxAbliefer As CheckBox
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents lblMs As Label
|
|
Friend WithEvents btnHelp As Button
|
|
Friend WithEvents cboSearchAuftraege As ComboBox
|
|
Friend WithEvents btnSQL As Button
|
|
Friend WithEvents DateVON As DateTimePicker
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents LblBis As Label
|
|
Friend WithEvents LblVon As Label
|
|
Friend WithEvents DateBIS As DateTimePicker
|
|
Friend WithEvents CmdJahr As Button
|
|
Friend WithEvents CmdMonat As Button
|
|
Friend WithEvents CmdHeute As Button
|
|
Friend WithEvents CmdTagPlus As Button
|
|
Friend WithEvents CmdTagMinus As Button
|
|
Friend WithEvents CmdMonatPlus As Button
|
|
Friend WithEvents CmdMonatMinus As Button
|
|
Friend WithEvents CmdJahrPlus As Button
|
|
Friend WithEvents CmdJahrMinus As Button
|
|
Friend WithEvents PnlDatum As Panel
|
|
Friend WithEvents CmdAlle As Button
|
|
Friend WithEvents btnAuswertung As Button
|
|
Friend WithEvents btnVollmacht As Button
|
|
Friend WithEvents btnTest As Button
|
|
End Class
|