Essensbestellungen
This commit is contained in:
320
Aviso/frmEssensbestellungenAdministration.Designer.vb
generated
320
Aviso/frmEssensbestellungenAdministration.Designer.vb
generated
@@ -27,24 +27,31 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.Label22 = New System.Windows.Forms.Label()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.cbKW = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.cbxNichtAbgeschickt = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxAbgerechnet = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxStornos = New System.Windows.Forms.CheckBox()
|
||||
Me.FlatButton7 = New System.Windows.Forms.Button()
|
||||
Me.btnSuche = New System.Windows.Forms.Button()
|
||||
Me.cboGebaeude = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = 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.txtBestellDat = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label23 = New System.Windows.Forms.Label()
|
||||
Me.txtBestellDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
||||
Me.Label13 = New System.Windows.Forms.Label()
|
||||
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
||||
Me.txtMitarbeiter = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label18 = New System.Windows.Forms.Label()
|
||||
Me.btnMonat = New System.Windows.Forms.Button()
|
||||
Me.btnBisMonat = New System.Windows.Forms.Button()
|
||||
Me.btnVonMonat = New System.Windows.Forms.Button()
|
||||
Me.cboAbteilung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.StornierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
@@ -56,14 +63,6 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.txtSumme = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.dgvBestellungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.cboGebaeude = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.txtBestellDat = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtBestellDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtMitarbeiter = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.cboAbteilung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.btnKW = New System.Windows.Forms.Button()
|
||||
Me.btnBisKW = New System.Windows.Forms.Button()
|
||||
Me.btnVonKW = New System.Windows.Forms.Button()
|
||||
Me.pnlTop.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.ContextMenuStrip1.SuspendLayout()
|
||||
@@ -104,9 +103,8 @@ Partial Class frmEssensbestellungenAdministration
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.btnKW)
|
||||
Me.Panel1.Controls.Add(Me.btnBisKW)
|
||||
Me.Panel1.Controls.Add(Me.btnVonKW)
|
||||
Me.Panel1.Controls.Add(Me.cbKW)
|
||||
Me.Panel1.Controls.Add(Me.Label6)
|
||||
Me.Panel1.Controls.Add(Me.cbxNichtAbgeschickt)
|
||||
Me.Panel1.Controls.Add(Me.cbxAbgerechnet)
|
||||
Me.Panel1.Controls.Add(Me.cbxStornos)
|
||||
@@ -136,10 +134,33 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.Panel1.Size = New System.Drawing.Size(1242, 85)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'cbKW
|
||||
'
|
||||
Me.cbKW._allowedValuesFreiText = Nothing
|
||||
Me.cbKW._allowFreiText = False
|
||||
Me.cbKW._value = ""
|
||||
Me.cbKW.DropDownWidth = 250
|
||||
Me.cbKW.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbKW.FormattingEnabled = True
|
||||
Me.cbKW.Location = New System.Drawing.Point(311, 29)
|
||||
Me.cbKW.Name = "cbKW"
|
||||
Me.cbKW.Size = New System.Drawing.Size(80, 22)
|
||||
Me.cbKW.TabIndex = 53
|
||||
'
|
||||
'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(308, 12)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(94, 13)
|
||||
Me.Label6.TabIndex = 52
|
||||
Me.Label6.Text = "Kalenderwoche"
|
||||
'
|
||||
'cbxNichtAbgeschickt
|
||||
'
|
||||
Me.cbxNichtAbgeschickt.AutoSize = True
|
||||
Me.cbxNichtAbgeschickt.Location = New System.Drawing.Point(618, 48)
|
||||
Me.cbxNichtAbgeschickt.Location = New System.Drawing.Point(668, 58)
|
||||
Me.cbxNichtAbgeschickt.Name = "cbxNichtAbgeschickt"
|
||||
Me.cbxNichtAbgeschickt.Size = New System.Drawing.Size(137, 17)
|
||||
Me.cbxNichtAbgeschickt.TabIndex = 51
|
||||
@@ -149,7 +170,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
'cbxAbgerechnet
|
||||
'
|
||||
Me.cbxAbgerechnet.AutoSize = True
|
||||
Me.cbxAbgerechnet.Location = New System.Drawing.Point(618, 9)
|
||||
Me.cbxAbgerechnet.Location = New System.Drawing.Point(668, 19)
|
||||
Me.cbxAbgerechnet.Name = "cbxAbgerechnet"
|
||||
Me.cbxAbgerechnet.Size = New System.Drawing.Size(86, 17)
|
||||
Me.cbxAbgerechnet.TabIndex = 50
|
||||
@@ -159,7 +180,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
'cbxStornos
|
||||
'
|
||||
Me.cbxStornos.AutoSize = True
|
||||
Me.cbxStornos.Location = New System.Drawing.Point(618, 29)
|
||||
Me.cbxStornos.Location = New System.Drawing.Point(668, 39)
|
||||
Me.cbxStornos.Name = "cbxStornos"
|
||||
Me.cbxStornos.Size = New System.Drawing.Size(63, 17)
|
||||
Me.cbxStornos.TabIndex = 49
|
||||
@@ -175,7 +196,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.FlatButton7.ForeColor = System.Drawing.Color.Black
|
||||
Me.FlatButton7.Image = Global.AVISO.My.Resources.Resources.refresh
|
||||
Me.FlatButton7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.FlatButton7.Location = New System.Drawing.Point(990, 18)
|
||||
Me.FlatButton7.Location = New System.Drawing.Point(1007, 25)
|
||||
Me.FlatButton7.Name = "FlatButton7"
|
||||
Me.FlatButton7.Size = New System.Drawing.Size(41, 34)
|
||||
Me.FlatButton7.TabIndex = 48
|
||||
@@ -194,11 +215,24 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.btnSuche.Text = "Suche starten"
|
||||
Me.btnSuche.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cboGebaeude
|
||||
'
|
||||
Me.cboGebaeude._allowedValuesFreiText = Nothing
|
||||
Me.cboGebaeude._allowFreiText = True
|
||||
Me.cboGebaeude._value = ""
|
||||
Me.cboGebaeude.DropDownWidth = 250
|
||||
Me.cboGebaeude.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboGebaeude.FormattingEnabled = True
|
||||
Me.cboGebaeude.Location = New System.Drawing.Point(814, 25)
|
||||
Me.cboGebaeude.Name = "cboGebaeude"
|
||||
Me.cboGebaeude.Size = New System.Drawing.Size(80, 22)
|
||||
Me.cboGebaeude.TabIndex = 46
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label3.Location = New System.Drawing.Point(758, 13)
|
||||
Me.Label3.Location = New System.Drawing.Point(811, 12)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(58, 13)
|
||||
Me.Label3.TabIndex = 45
|
||||
@@ -220,7 +254,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
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(186, 29)
|
||||
Me.btnJahr.Location = New System.Drawing.Point(176, 49)
|
||||
Me.btnJahr.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnJahr.Name = "btnJahr"
|
||||
Me.btnJahr.Size = New System.Drawing.Size(87, 23)
|
||||
@@ -234,7 +268,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
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(272, 29)
|
||||
Me.btnBisJahr.Location = New System.Drawing.Point(262, 49)
|
||||
Me.btnBisJahr.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnBisJahr.Name = "btnBisJahr"
|
||||
Me.btnBisJahr.Size = New System.Drawing.Size(34, 23)
|
||||
@@ -249,7 +283,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
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(153, 29)
|
||||
Me.btnVonJahr.Location = New System.Drawing.Point(143, 49)
|
||||
Me.btnVonJahr.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnVonJahr.Name = "btnVonJahr"
|
||||
Me.btnVonJahr.Size = New System.Drawing.Size(34, 23)
|
||||
@@ -258,6 +292,31 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.btnVonJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnVonJahr.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtBestellDat
|
||||
'
|
||||
Me.txtBestellDat._DateTimeOnly = False
|
||||
Me.txtBestellDat._numbersOnly = False
|
||||
Me.txtBestellDat._numbersOnlyKommastellen = ""
|
||||
Me.txtBestellDat._numbersOnlyTrennzeichen = True
|
||||
Me.txtBestellDat._Prozent = False
|
||||
Me.txtBestellDat._ShortDateNew = False
|
||||
Me.txtBestellDat._ShortDateOnly = True
|
||||
Me.txtBestellDat._TimeOnly = False
|
||||
Me.txtBestellDat._TimeOnly_Seconds = False
|
||||
Me.txtBestellDat._value = ""
|
||||
Me.txtBestellDat._Waehrung = False
|
||||
Me.txtBestellDat._WaehrungZeichen = True
|
||||
Me.txtBestellDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtBestellDat.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtBestellDat.Location = New System.Drawing.Point(40, 28)
|
||||
Me.txtBestellDat.MaxLength = 10
|
||||
Me.txtBestellDat.MaxLineLength = -1
|
||||
Me.txtBestellDat.MaxLines_Warning = ""
|
||||
Me.txtBestellDat.MaxLines_Warning_Label = Nothing
|
||||
Me.txtBestellDat.Name = "txtBestellDat"
|
||||
Me.txtBestellDat.Size = New System.Drawing.Size(63, 20)
|
||||
Me.txtBestellDat.TabIndex = 33
|
||||
'
|
||||
'Label23
|
||||
'
|
||||
Me.Label23.AutoSize = True
|
||||
@@ -267,6 +326,31 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.Label23.TabIndex = 37
|
||||
Me.Label23.Text = "bis:"
|
||||
'
|
||||
'txtBestellDatBis
|
||||
'
|
||||
Me.txtBestellDatBis._DateTimeOnly = False
|
||||
Me.txtBestellDatBis._numbersOnly = False
|
||||
Me.txtBestellDatBis._numbersOnlyKommastellen = ""
|
||||
Me.txtBestellDatBis._numbersOnlyTrennzeichen = True
|
||||
Me.txtBestellDatBis._Prozent = False
|
||||
Me.txtBestellDatBis._ShortDateNew = False
|
||||
Me.txtBestellDatBis._ShortDateOnly = True
|
||||
Me.txtBestellDatBis._TimeOnly = False
|
||||
Me.txtBestellDatBis._TimeOnly_Seconds = False
|
||||
Me.txtBestellDatBis._value = ""
|
||||
Me.txtBestellDatBis._Waehrung = False
|
||||
Me.txtBestellDatBis._WaehrungZeichen = True
|
||||
Me.txtBestellDatBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtBestellDatBis.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtBestellDatBis.Location = New System.Drawing.Point(40, 53)
|
||||
Me.txtBestellDatBis.MaxLength = 10
|
||||
Me.txtBestellDatBis.MaxLineLength = -1
|
||||
Me.txtBestellDatBis.MaxLines_Warning = ""
|
||||
Me.txtBestellDatBis.MaxLines_Warning_Label = Nothing
|
||||
Me.txtBestellDatBis.Name = "txtBestellDatBis"
|
||||
Me.txtBestellDatBis.Size = New System.Drawing.Size(63, 20)
|
||||
Me.txtBestellDatBis.TabIndex = 35
|
||||
'
|
||||
'DateTimePicker2
|
||||
'
|
||||
Me.DateTimePicker2.CustomFormat = "''"
|
||||
@@ -298,11 +382,35 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.DateTimePicker1.Size = New System.Drawing.Size(92, 20)
|
||||
Me.DateTimePicker1.TabIndex = 34
|
||||
'
|
||||
'txtMitarbeiter
|
||||
'
|
||||
Me.txtMitarbeiter._DateTimeOnly = False
|
||||
Me.txtMitarbeiter._numbersOnly = False
|
||||
Me.txtMitarbeiter._numbersOnlyKommastellen = ""
|
||||
Me.txtMitarbeiter._numbersOnlyTrennzeichen = True
|
||||
Me.txtMitarbeiter._Prozent = False
|
||||
Me.txtMitarbeiter._ShortDateNew = False
|
||||
Me.txtMitarbeiter._ShortDateOnly = False
|
||||
Me.txtMitarbeiter._TimeOnly = False
|
||||
Me.txtMitarbeiter._TimeOnly_Seconds = False
|
||||
Me.txtMitarbeiter._value = Nothing
|
||||
Me.txtMitarbeiter._Waehrung = False
|
||||
Me.txtMitarbeiter._WaehrungZeichen = False
|
||||
Me.txtMitarbeiter.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtMitarbeiter.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtMitarbeiter.Location = New System.Drawing.Point(432, 27)
|
||||
Me.txtMitarbeiter.MaxLineLength = -1
|
||||
Me.txtMitarbeiter.MaxLines_Warning = ""
|
||||
Me.txtMitarbeiter.MaxLines_Warning_Label = Nothing
|
||||
Me.txtMitarbeiter.Name = "txtMitarbeiter"
|
||||
Me.txtMitarbeiter.Size = New System.Drawing.Size(218, 20)
|
||||
Me.txtMitarbeiter.TabIndex = 32
|
||||
'
|
||||
'Label18
|
||||
'
|
||||
Me.Label18.AutoSize = True
|
||||
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label18.Location = New System.Drawing.Point(360, 13)
|
||||
Me.Label18.Location = New System.Drawing.Point(429, 12)
|
||||
Me.Label18.Name = "Label18"
|
||||
Me.Label18.Size = New System.Drawing.Size(67, 13)
|
||||
Me.Label18.TabIndex = 31
|
||||
@@ -314,7 +422,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
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(186, 9)
|
||||
Me.btnMonat.Location = New System.Drawing.Point(176, 29)
|
||||
Me.btnMonat.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnMonat.Name = "btnMonat"
|
||||
Me.btnMonat.Size = New System.Drawing.Size(87, 23)
|
||||
@@ -328,7 +436,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
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(272, 9)
|
||||
Me.btnBisMonat.Location = New System.Drawing.Point(262, 29)
|
||||
Me.btnBisMonat.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnBisMonat.Name = "btnBisMonat"
|
||||
Me.btnBisMonat.Size = New System.Drawing.Size(34, 23)
|
||||
@@ -343,7 +451,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
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(153, 9)
|
||||
Me.btnVonMonat.Location = New System.Drawing.Point(143, 29)
|
||||
Me.btnVonMonat.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnVonMonat.Name = "btnVonMonat"
|
||||
Me.btnVonMonat.Size = New System.Drawing.Size(34, 23)
|
||||
@@ -352,11 +460,24 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.btnVonMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnVonMonat.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cboAbteilung
|
||||
'
|
||||
Me.cboAbteilung._allowedValuesFreiText = Nothing
|
||||
Me.cboAbteilung._allowFreiText = False
|
||||
Me.cboAbteilung._value = ""
|
||||
Me.cboAbteilung.DropDownWidth = 250
|
||||
Me.cboAbteilung.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboAbteilung.FormattingEnabled = True
|
||||
Me.cboAbteilung.Location = New System.Drawing.Point(916, 25)
|
||||
Me.cboAbteilung.Name = "cboAbteilung"
|
||||
Me.cboAbteilung.Size = New System.Drawing.Size(80, 22)
|
||||
Me.cboAbteilung.TabIndex = 22
|
||||
'
|
||||
'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(860, 13)
|
||||
Me.Label1.Location = New System.Drawing.Point(913, 12)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(60, 13)
|
||||
Me.Label1.TabIndex = 21
|
||||
@@ -366,7 +487,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
'
|
||||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StornierenToolStripMenuItem, Me.AbgerechnetToolStripMenuItem, Me.BearbeitenToolStripMenuItem, Me.AnHigway118SchickenToolStripMenuItem})
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(203, 114)
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(203, 92)
|
||||
'
|
||||
'StornierenToolStripMenuItem
|
||||
'
|
||||
@@ -456,150 +577,6 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.dgvBestellungen.Size = New System.Drawing.Size(1242, 598)
|
||||
Me.dgvBestellungen.TabIndex = 43
|
||||
'
|
||||
'cboGebaeude
|
||||
'
|
||||
Me.cboGebaeude._allowedValuesFreiText = Nothing
|
||||
Me.cboGebaeude._allowFreiText = True
|
||||
Me.cboGebaeude._value = ""
|
||||
Me.cboGebaeude.DropDownWidth = 250
|
||||
Me.cboGebaeude.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboGebaeude.FormattingEnabled = True
|
||||
Me.cboGebaeude.Location = New System.Drawing.Point(761, 26)
|
||||
Me.cboGebaeude.Name = "cboGebaeude"
|
||||
Me.cboGebaeude.Size = New System.Drawing.Size(80, 22)
|
||||
Me.cboGebaeude.TabIndex = 46
|
||||
'
|
||||
'txtBestellDat
|
||||
'
|
||||
Me.txtBestellDat._DateTimeOnly = False
|
||||
Me.txtBestellDat._numbersOnly = False
|
||||
Me.txtBestellDat._numbersOnlyKommastellen = ""
|
||||
Me.txtBestellDat._numbersOnlyTrennzeichen = True
|
||||
Me.txtBestellDat._Prozent = False
|
||||
Me.txtBestellDat._ShortDateNew = False
|
||||
Me.txtBestellDat._ShortDateOnly = True
|
||||
Me.txtBestellDat._TimeOnly = False
|
||||
Me.txtBestellDat._TimeOnly_Seconds = False
|
||||
Me.txtBestellDat._value = ""
|
||||
Me.txtBestellDat._Waehrung = False
|
||||
Me.txtBestellDat._WaehrungZeichen = True
|
||||
Me.txtBestellDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtBestellDat.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtBestellDat.Location = New System.Drawing.Point(40, 28)
|
||||
Me.txtBestellDat.MaxLength = 10
|
||||
Me.txtBestellDat.MaxLineLength = -1
|
||||
Me.txtBestellDat.MaxLines_Warning = ""
|
||||
Me.txtBestellDat.MaxLines_Warning_Label = Nothing
|
||||
Me.txtBestellDat.Name = "txtBestellDat"
|
||||
Me.txtBestellDat.Size = New System.Drawing.Size(63, 20)
|
||||
Me.txtBestellDat.TabIndex = 33
|
||||
'
|
||||
'txtBestellDatBis
|
||||
'
|
||||
Me.txtBestellDatBis._DateTimeOnly = False
|
||||
Me.txtBestellDatBis._numbersOnly = False
|
||||
Me.txtBestellDatBis._numbersOnlyKommastellen = ""
|
||||
Me.txtBestellDatBis._numbersOnlyTrennzeichen = True
|
||||
Me.txtBestellDatBis._Prozent = False
|
||||
Me.txtBestellDatBis._ShortDateNew = False
|
||||
Me.txtBestellDatBis._ShortDateOnly = True
|
||||
Me.txtBestellDatBis._TimeOnly = False
|
||||
Me.txtBestellDatBis._TimeOnly_Seconds = False
|
||||
Me.txtBestellDatBis._value = ""
|
||||
Me.txtBestellDatBis._Waehrung = False
|
||||
Me.txtBestellDatBis._WaehrungZeichen = True
|
||||
Me.txtBestellDatBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtBestellDatBis.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtBestellDatBis.Location = New System.Drawing.Point(40, 53)
|
||||
Me.txtBestellDatBis.MaxLength = 10
|
||||
Me.txtBestellDatBis.MaxLineLength = -1
|
||||
Me.txtBestellDatBis.MaxLines_Warning = ""
|
||||
Me.txtBestellDatBis.MaxLines_Warning_Label = Nothing
|
||||
Me.txtBestellDatBis.Name = "txtBestellDatBis"
|
||||
Me.txtBestellDatBis.Size = New System.Drawing.Size(63, 20)
|
||||
Me.txtBestellDatBis.TabIndex = 35
|
||||
'
|
||||
'txtMitarbeiter
|
||||
'
|
||||
Me.txtMitarbeiter._DateTimeOnly = False
|
||||
Me.txtMitarbeiter._numbersOnly = False
|
||||
Me.txtMitarbeiter._numbersOnlyKommastellen = ""
|
||||
Me.txtMitarbeiter._numbersOnlyTrennzeichen = True
|
||||
Me.txtMitarbeiter._Prozent = False
|
||||
Me.txtMitarbeiter._ShortDateNew = False
|
||||
Me.txtMitarbeiter._ShortDateOnly = False
|
||||
Me.txtMitarbeiter._TimeOnly = False
|
||||
Me.txtMitarbeiter._TimeOnly_Seconds = False
|
||||
Me.txtMitarbeiter._value = Nothing
|
||||
Me.txtMitarbeiter._Waehrung = False
|
||||
Me.txtMitarbeiter._WaehrungZeichen = False
|
||||
Me.txtMitarbeiter.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtMitarbeiter.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtMitarbeiter.Location = New System.Drawing.Point(363, 28)
|
||||
Me.txtMitarbeiter.MaxLineLength = -1
|
||||
Me.txtMitarbeiter.MaxLines_Warning = ""
|
||||
Me.txtMitarbeiter.MaxLines_Warning_Label = Nothing
|
||||
Me.txtMitarbeiter.Name = "txtMitarbeiter"
|
||||
Me.txtMitarbeiter.Size = New System.Drawing.Size(218, 20)
|
||||
Me.txtMitarbeiter.TabIndex = 32
|
||||
'
|
||||
'cboAbteilung
|
||||
'
|
||||
Me.cboAbteilung._allowedValuesFreiText = Nothing
|
||||
Me.cboAbteilung._allowFreiText = False
|
||||
Me.cboAbteilung._value = ""
|
||||
Me.cboAbteilung.DropDownWidth = 250
|
||||
Me.cboAbteilung.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboAbteilung.FormattingEnabled = True
|
||||
Me.cboAbteilung.Location = New System.Drawing.Point(863, 26)
|
||||
Me.cboAbteilung.Name = "cboAbteilung"
|
||||
Me.cboAbteilung.Size = New System.Drawing.Size(80, 22)
|
||||
Me.cboAbteilung.TabIndex = 22
|
||||
'
|
||||
'btnKW
|
||||
'
|
||||
Me.btnKW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnKW.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
||||
Me.btnKW.ForeColor = System.Drawing.Color.Black
|
||||
Me.btnKW.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnKW.Location = New System.Drawing.Point(186, 51)
|
||||
Me.btnKW.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnKW.Name = "btnKW"
|
||||
Me.btnKW.Size = New System.Drawing.Size(87, 23)
|
||||
Me.btnKW.TabIndex = 53
|
||||
Me.btnKW.Text = "KW 1"
|
||||
Me.btnKW.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnBisKW
|
||||
'
|
||||
Me.btnBisKW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnBisKW.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
||||
Me.btnBisKW.ForeColor = System.Drawing.Color.Black
|
||||
Me.btnBisKW.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnBisKW.Location = New System.Drawing.Point(272, 51)
|
||||
Me.btnBisKW.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnBisKW.Name = "btnBisKW"
|
||||
Me.btnBisKW.Size = New System.Drawing.Size(34, 23)
|
||||
Me.btnBisKW.TabIndex = 54
|
||||
Me.btnBisKW.Text = ">>"
|
||||
Me.btnBisKW.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnBisKW.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnVonKW
|
||||
'
|
||||
Me.btnVonKW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnVonKW.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
||||
Me.btnVonKW.ForeColor = System.Drawing.Color.Black
|
||||
Me.btnVonKW.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnVonKW.Location = New System.Drawing.Point(153, 51)
|
||||
Me.btnVonKW.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.btnVonKW.Name = "btnVonKW"
|
||||
Me.btnVonKW.Size = New System.Drawing.Size(34, 23)
|
||||
Me.btnVonKW.TabIndex = 52
|
||||
Me.btnVonKW.Text = "<<"
|
||||
Me.btnVonKW.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnVonKW.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmEssensbestellungenAdministration
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -664,7 +641,6 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Friend WithEvents cbxStornos As CheckBox
|
||||
Friend WithEvents AnHigway118SchickenToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents cbxNichtAbgeschickt As CheckBox
|
||||
Friend WithEvents btnKW As Button
|
||||
Friend WithEvents btnBisKW As Button
|
||||
Friend WithEvents btnVonKW As Button
|
||||
Friend WithEvents cbKW As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents Label6 As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user