Partial Class frmEssensbestellungen Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() 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(frmEssensbestellungen)) Me.lblWochenkarte = New System.Windows.Forms.Label() Me.btnSave = New System.Windows.Forms.Button() Me.lblDatum = New System.Windows.Forms.Label() Me.ToolTipInfoMo = New System.Windows.Forms.ToolTip(Me.components) Me.ToolTipInfoDi = New System.Windows.Forms.ToolTip(Me.components) Me.ToolTipInfoMi = New System.Windows.Forms.ToolTip(Me.components) Me.ToolTipInfoDo = New System.Windows.Forms.ToolTip(Me.components) Me.ToolTipInfoFr = New System.Windows.Forms.ToolTip(Me.components) Me.lblAbteilung = New System.Windows.Forms.Label() Me.lblGebaeude = New System.Windows.Forms.Label() Me.lblBestellungen = New System.Windows.Forms.Label() Me.lblBestellungBis = New System.Windows.Forms.Label() Me.cbxGebauede = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components) Me.txtPreis = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.GroupBoxDienstag = New System.Windows.Forms.GroupBox() Me.txtMenuDi = New System.Windows.Forms.Label() Me.pbDienstag = New System.Windows.Forms.PictureBox() Me.cbDienstag = New System.Windows.Forms.CheckBox() Me.txtAltDi = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.rbMenuAlt_Di = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.rbMenu_Di = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.lbl1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.GroupBoxMontag = New System.Windows.Forms.GroupBox() Me.txtMenuMo = New System.Windows.Forms.Label() Me.pbMontag = New System.Windows.Forms.PictureBox() Me.cbMontag = New System.Windows.Forms.CheckBox() Me.txtAltMo = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.rbMenuAlt_Mo = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.rbMenu_Mo = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.GroupBoxFreitag = New System.Windows.Forms.GroupBox() Me.txtMenuFr = New System.Windows.Forms.Label() Me.pbFreitag = New System.Windows.Forms.PictureBox() Me.cbFreitag = New System.Windows.Forms.CheckBox() Me.txtAltFr = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.rbMenuAlt_Fr = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.rbMenu_Fr = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.txtAnzahlLaCart = New System.Windows.Forms.Label() Me.lbl2 = New System.Windows.Forms.Label() Me.Mittwoch = New System.Windows.Forms.GroupBox() Me.txtMenuMi = New System.Windows.Forms.Label() Me.pbMittwoch = New System.Windows.Forms.PictureBox() Me.cbMittwoch = New System.Windows.Forms.CheckBox() Me.txtAltMi = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.rbMenuAlt_Mi = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.rbMenu_Mi = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.GroupBoxDonnerstag = New System.Windows.Forms.GroupBox() Me.txtMenuDo = New System.Windows.Forms.Label() Me.pbDonnerstag = New System.Windows.Forms.PictureBox() Me.cbDonnerstag = New System.Windows.Forms.CheckBox() Me.txtAltDo = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.rbMenuAlt_Do = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.rbMenu_Do = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.txtAnzahlMenu = New System.Windows.Forms.Label() Me.dgvBestellungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.cbxMenu = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.txtAbteilung = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.txtMA = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.lblTest = New System.Windows.Forms.Label() Me.MyPanel1.SuspendLayout() Me.GroupBoxDienstag.SuspendLayout() CType(Me.pbDienstag, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBoxMontag.SuspendLayout() CType(Me.pbMontag, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBoxFreitag.SuspendLayout() CType(Me.pbFreitag, System.ComponentModel.ISupportInitialize).BeginInit() Me.Mittwoch.SuspendLayout() CType(Me.pbMittwoch, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBoxDonnerstag.SuspendLayout() CType(Me.pbDonnerstag, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvBestellungen, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lblWochenkarte ' Me.lblWochenkarte.AutoSize = True Me.lblWochenkarte.Location = New System.Drawing.Point(18, 14) Me.lblWochenkarte.Name = "lblWochenkarte" Me.lblWochenkarte.Size = New System.Drawing.Size(34, 13) Me.lblWochenkarte.TabIndex = 1 Me.lblWochenkarte.Text = "Menü" ' 'btnSave ' Me.btnSave.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.btnSave.Location = New System.Drawing.Point(305, 531) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(75, 23) Me.btnSave.TabIndex = 10 Me.btnSave.Text = "OK" Me.btnSave.UseVisualStyleBackColor = True ' 'lblDatum ' Me.lblDatum.AutoSize = True Me.lblDatum.Location = New System.Drawing.Point(167, 14) Me.lblDatum.Name = "lblDatum" Me.lblDatum.Size = New System.Drawing.Size(41, 13) Me.lblDatum.TabIndex = 11 Me.lblDatum.Text = "Datum:" ' 'ToolTipInfoMo ' Me.ToolTipInfoMo.BackColor = System.Drawing.Color.White ' 'ToolTipInfoDi ' ' 'ToolTipInfoMi ' ' 'ToolTipInfoDo ' ' 'ToolTipInfoFr ' ' 'lblAbteilung ' Me.lblAbteilung.AutoSize = True Me.lblAbteilung.Location = New System.Drawing.Point(511, 23) Me.lblAbteilung.Name = "lblAbteilung" Me.lblAbteilung.Size = New System.Drawing.Size(54, 13) Me.lblAbteilung.TabIndex = 18 Me.lblAbteilung.Text = "Abteilung:" ' 'lblGebaeude ' Me.lblGebaeude.AutoSize = True Me.lblGebaeude.Location = New System.Drawing.Point(511, 41) Me.lblGebaeude.Name = "lblGebaeude" Me.lblGebaeude.Size = New System.Drawing.Size(54, 13) Me.lblGebaeude.TabIndex = 19 Me.lblGebaeude.Text = "Gebäude:" ' 'lblBestellungen ' Me.lblBestellungen.AutoSize = True Me.lblBestellungen.Location = New System.Drawing.Point(15, 334) Me.lblBestellungen.Name = "lblBestellungen" Me.lblBestellungen.Size = New System.Drawing.Size(100, 13) Me.lblBestellungen.TabIndex = 20 Me.lblBestellungen.Text = "Meine Bestellungen" ' 'lblBestellungBis ' Me.lblBestellungBis.AutoSize = True Me.lblBestellungBis.Location = New System.Drawing.Point(167, 38) Me.lblBestellungBis.Name = "lblBestellungBis" Me.lblBestellungBis.Size = New System.Drawing.Size(114, 13) Me.lblBestellungBis.TabIndex = 22 Me.lblBestellungBis.Text = "Bestellung möglich bis:" ' 'cbxGebauede ' Me.cbxGebauede._allowedValuesFreiText = Nothing Me.cbxGebauede._allowFreiText = True Me.cbxGebauede._value = "" Me.cbxGebauede.DropDownWidth = 150 Me.cbxGebauede.FormattingEnabled = True Me.cbxGebauede.Location = New System.Drawing.Point(584, 38) Me.cbxGebauede.Name = "cbxGebauede" Me.cbxGebauede.Size = New System.Drawing.Size(95, 21) Me.cbxGebauede.TabIndex = 21 ' 'MyPanel1 ' Me.MyPanel1.Controls.Add(Me.txtPreis) Me.MyPanel1.Controls.Add(Me.Label2) Me.MyPanel1.Controls.Add(Me.GroupBoxDienstag) Me.MyPanel1.Controls.Add(Me.lbl1) Me.MyPanel1.Controls.Add(Me.Button1) Me.MyPanel1.Controls.Add(Me.GroupBoxMontag) Me.MyPanel1.Controls.Add(Me.GroupBoxFreitag) Me.MyPanel1.Controls.Add(Me.txtAnzahlLaCart) Me.MyPanel1.Controls.Add(Me.lbl2) Me.MyPanel1.Controls.Add(Me.Mittwoch) Me.MyPanel1.Controls.Add(Me.GroupBoxDonnerstag) Me.MyPanel1.Controls.Add(Me.txtAnzahlMenu) Me.MyPanel1.Location = New System.Drawing.Point(12, 65) Me.MyPanel1.Name = "MyPanel1" Me.MyPanel1.Size = New System.Drawing.Size(667, 259) Me.MyPanel1.TabIndex = 18 ' 'txtPreis ' Me.txtPreis.AutoSize = True Me.txtPreis.Location = New System.Drawing.Point(553, 188) Me.txtPreis.Name = "txtPreis" Me.txtPreis.Size = New System.Drawing.Size(13, 13) Me.txtPreis.TabIndex = 19 Me.txtPreis.Text = "0" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(463, 188) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(68, 13) Me.Label2.TabIndex = 18 Me.Label2.Text = "Gesamtpreis:" ' 'GroupBoxDienstag ' Me.GroupBoxDienstag.Controls.Add(Me.txtMenuDi) Me.GroupBoxDienstag.Controls.Add(Me.pbDienstag) Me.GroupBoxDienstag.Controls.Add(Me.cbDienstag) Me.GroupBoxDienstag.Controls.Add(Me.txtAltDi) Me.GroupBoxDienstag.Controls.Add(Me.rbMenuAlt_Di) Me.GroupBoxDienstag.Controls.Add(Me.rbMenu_Di) Me.GroupBoxDienstag.Location = New System.Drawing.Point(225, 8) Me.GroupBoxDienstag.Name = "GroupBoxDienstag" Me.GroupBoxDienstag.Size = New System.Drawing.Size(200, 121) Me.GroupBoxDienstag.TabIndex = 13 Me.GroupBoxDienstag.TabStop = False Me.GroupBoxDienstag.Text = "Dienstag" ' 'txtMenuDi ' Me.txtMenuDi.Location = New System.Drawing.Point(0, 39) Me.txtMenuDi.Name = "txtMenuDi" Me.txtMenuDi.Size = New System.Drawing.Size(188, 32) Me.txtMenuDi.TabIndex = 30 Me.txtMenuDi.Text = "Menutext" ' 'pbDienstag ' Me.pbDienstag.Image = Global.AVISO.My.Resources.Resources.documents Me.pbDienstag.Location = New System.Drawing.Point(168, 19) Me.pbDienstag.Name = "pbDienstag" Me.pbDienstag.Size = New System.Drawing.Size(26, 26) Me.pbDienstag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbDienstag.TabIndex = 5 Me.pbDienstag.TabStop = False Me.pbDienstag.Visible = False ' 'cbDienstag ' Me.cbDienstag.AutoSize = True Me.cbDienstag.Location = New System.Drawing.Point(0, 0) Me.cbDienstag.Name = "cbDienstag" Me.cbDienstag.Size = New System.Drawing.Size(68, 17) Me.cbDienstag.TabIndex = 4 Me.cbDienstag.Text = "Dienstag" Me.cbDienstag.UseVisualStyleBackColor = True ' 'txtAltDi ' Me.txtAltDi._DateTimeOnly = False Me.txtAltDi._numbersOnly = False Me.txtAltDi._numbersOnlyKommastellen = "" Me.txtAltDi._numbersOnlyTrennzeichen = True Me.txtAltDi._Prozent = False Me.txtAltDi._ShortDateNew = False Me.txtAltDi._ShortDateOnly = False Me.txtAltDi._TimeOnly = False Me.txtAltDi._TimeOnly_Seconds = False Me.txtAltDi._value = "" Me.txtAltDi._Waehrung = False Me.txtAltDi._WaehrungZeichen = True Me.txtAltDi.ForeColor = System.Drawing.Color.Black Me.txtAltDi.Location = New System.Drawing.Point(0, 93) Me.txtAltDi.MaxLineLength = -1 Me.txtAltDi.MaxLines_Warning = "" Me.txtAltDi.MaxLines_Warning_Label = Nothing Me.txtAltDi.Name = "txtAltDi" Me.txtAltDi.Size = New System.Drawing.Size(177, 20) Me.txtAltDi.TabIndex = 2 Me.txtAltDi.Visible = False ' 'rbMenuAlt_Di ' Me.rbMenuAlt_Di.AutoSize = True Me.rbMenuAlt_Di.GroupName = "Dienstag" Me.rbMenuAlt_Di.Location = New System.Drawing.Point(3, 74) Me.rbMenuAlt_Di.Name = "rbMenuAlt_Di" Me.rbMenuAlt_Di.Size = New System.Drawing.Size(70, 17) Me.rbMenuAlt_Di.TabIndex = 1 Me.rbMenuAlt_Di.TabStop = True Me.rbMenuAlt_Di.Text = "A la carte" Me.rbMenuAlt_Di.UseVisualStyleBackColor = True ' 'rbMenu_Di ' Me.rbMenu_Di.AutoSize = True Me.rbMenu_Di.GroupName = "Dienstag" Me.rbMenu_Di.Location = New System.Drawing.Point(3, 19) Me.rbMenu_Di.Name = "rbMenu_Di" Me.rbMenu_Di.Size = New System.Drawing.Size(52, 17) Me.rbMenu_Di.TabIndex = 0 Me.rbMenu_Di.TabStop = True Me.rbMenu_Di.Text = "Menü" Me.rbMenu_Di.UseVisualStyleBackColor = True ' 'lbl1 ' Me.lbl1.AutoSize = True Me.lbl1.Location = New System.Drawing.Point(463, 135) Me.lbl1.Name = "lbl1" Me.lbl1.Size = New System.Drawing.Size(72, 13) Me.lbl1.TabIndex = 14 Me.lbl1.Text = "Anzahl Menü:" ' 'Button1 ' Me.Button1.Image = Global.AVISO.My.Resources.Resources.pdf Me.Button1.Location = New System.Drawing.Point(599, 140) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(54, 57) Me.Button1.TabIndex = 20 Me.Button1.UseVisualStyleBackColor = True Me.Button1.Visible = False ' 'GroupBoxMontag ' Me.GroupBoxMontag.Controls.Add(Me.txtMenuMo) Me.GroupBoxMontag.Controls.Add(Me.pbMontag) Me.GroupBoxMontag.Controls.Add(Me.cbMontag) Me.GroupBoxMontag.Controls.Add(Me.txtAltMo) Me.GroupBoxMontag.Controls.Add(Me.rbMenuAlt_Mo) Me.GroupBoxMontag.Controls.Add(Me.rbMenu_Mo) Me.GroupBoxMontag.Location = New System.Drawing.Point(6, 8) Me.GroupBoxMontag.Name = "GroupBoxMontag" Me.GroupBoxMontag.Size = New System.Drawing.Size(200, 121) Me.GroupBoxMontag.TabIndex = 12 Me.GroupBoxMontag.TabStop = False Me.GroupBoxMontag.Text = "Montag" ' 'txtMenuMo ' Me.txtMenuMo.Location = New System.Drawing.Point(6, 39) Me.txtMenuMo.Name = "txtMenuMo" Me.txtMenuMo.Size = New System.Drawing.Size(188, 32) Me.txtMenuMo.TabIndex = 29 Me.txtMenuMo.Text = "Menutext" ' 'pbMontag ' Me.pbMontag.Image = Global.AVISO.My.Resources.Resources.documents Me.pbMontag.Location = New System.Drawing.Point(168, 19) Me.pbMontag.Name = "pbMontag" Me.pbMontag.Size = New System.Drawing.Size(26, 26) Me.pbMontag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbMontag.TabIndex = 4 Me.pbMontag.TabStop = False Me.pbMontag.Visible = False ' 'cbMontag ' Me.cbMontag.AutoSize = True Me.cbMontag.Location = New System.Drawing.Point(3, 0) Me.cbMontag.Name = "cbMontag" Me.cbMontag.Size = New System.Drawing.Size(62, 17) Me.cbMontag.TabIndex = 3 Me.cbMontag.Text = "Montag" Me.cbMontag.UseVisualStyleBackColor = True ' 'txtAltMo ' Me.txtAltMo._DateTimeOnly = False Me.txtAltMo._numbersOnly = False Me.txtAltMo._numbersOnlyKommastellen = "" Me.txtAltMo._numbersOnlyTrennzeichen = True Me.txtAltMo._Prozent = False Me.txtAltMo._ShortDateNew = False Me.txtAltMo._ShortDateOnly = False Me.txtAltMo._TimeOnly = False Me.txtAltMo._TimeOnly_Seconds = False Me.txtAltMo._value = "" Me.txtAltMo._Waehrung = False Me.txtAltMo._WaehrungZeichen = True Me.txtAltMo.ForeColor = System.Drawing.Color.Black Me.txtAltMo.Location = New System.Drawing.Point(3, 92) Me.txtAltMo.MaxLineLength = -1 Me.txtAltMo.MaxLines_Warning = "" Me.txtAltMo.MaxLines_Warning_Label = Nothing Me.txtAltMo.Name = "txtAltMo" Me.txtAltMo.Size = New System.Drawing.Size(177, 20) Me.txtAltMo.TabIndex = 2 Me.txtAltMo.Visible = False ' 'rbMenuAlt_Mo ' Me.rbMenuAlt_Mo.AutoSize = True Me.rbMenuAlt_Mo.GroupName = "GroupBox1" Me.rbMenuAlt_Mo.Location = New System.Drawing.Point(6, 74) Me.rbMenuAlt_Mo.Name = "rbMenuAlt_Mo" Me.rbMenuAlt_Mo.Size = New System.Drawing.Size(70, 17) Me.rbMenuAlt_Mo.TabIndex = 1 Me.rbMenuAlt_Mo.TabStop = True Me.rbMenuAlt_Mo.Text = "A la carte" Me.rbMenuAlt_Mo.UseVisualStyleBackColor = True ' 'rbMenu_Mo ' Me.rbMenu_Mo.AutoSize = True Me.rbMenu_Mo.GroupName = "GroupBox1" Me.rbMenu_Mo.Location = New System.Drawing.Point(3, 19) Me.rbMenu_Mo.Name = "rbMenu_Mo" Me.rbMenu_Mo.Size = New System.Drawing.Size(52, 17) Me.rbMenu_Mo.TabIndex = 0 Me.rbMenu_Mo.TabStop = True Me.rbMenu_Mo.Text = "Menü" Me.rbMenu_Mo.UseVisualStyleBackColor = True ' 'GroupBoxFreitag ' Me.GroupBoxFreitag.Controls.Add(Me.txtMenuFr) Me.GroupBoxFreitag.Controls.Add(Me.pbFreitag) Me.GroupBoxFreitag.Controls.Add(Me.cbFreitag) Me.GroupBoxFreitag.Controls.Add(Me.txtAltFr) Me.GroupBoxFreitag.Controls.Add(Me.rbMenuAlt_Fr) Me.GroupBoxFreitag.Controls.Add(Me.rbMenu_Fr) Me.GroupBoxFreitag.Location = New System.Drawing.Point(219, 135) Me.GroupBoxFreitag.Name = "GroupBoxFreitag" Me.GroupBoxFreitag.Size = New System.Drawing.Size(200, 121) Me.GroupBoxFreitag.TabIndex = 13 Me.GroupBoxFreitag.TabStop = False Me.GroupBoxFreitag.Text = "Freitag" ' 'txtMenuFr ' Me.txtMenuFr.Location = New System.Drawing.Point(3, 39) Me.txtMenuFr.Name = "txtMenuFr" Me.txtMenuFr.Size = New System.Drawing.Size(188, 32) Me.txtMenuFr.TabIndex = 32 Me.txtMenuFr.Text = "Menutext" ' 'pbFreitag ' Me.pbFreitag.Image = Global.AVISO.My.Resources.Resources.documents Me.pbFreitag.Location = New System.Drawing.Point(168, 19) Me.pbFreitag.Name = "pbFreitag" Me.pbFreitag.Size = New System.Drawing.Size(26, 26) Me.pbFreitag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbFreitag.TabIndex = 8 Me.pbFreitag.TabStop = False Me.pbFreitag.Visible = False ' 'cbFreitag ' Me.cbFreitag.AutoSize = True Me.cbFreitag.Location = New System.Drawing.Point(3, 0) Me.cbFreitag.Name = "cbFreitag" Me.cbFreitag.Size = New System.Drawing.Size(58, 17) Me.cbFreitag.TabIndex = 6 Me.cbFreitag.Text = "Freitag" Me.cbFreitag.UseVisualStyleBackColor = True ' 'txtAltFr ' Me.txtAltFr._DateTimeOnly = False Me.txtAltFr._numbersOnly = False Me.txtAltFr._numbersOnlyKommastellen = "" Me.txtAltFr._numbersOnlyTrennzeichen = True Me.txtAltFr._Prozent = False Me.txtAltFr._ShortDateNew = False Me.txtAltFr._ShortDateOnly = False Me.txtAltFr._TimeOnly = False Me.txtAltFr._TimeOnly_Seconds = False Me.txtAltFr._value = "" Me.txtAltFr._Waehrung = False Me.txtAltFr._WaehrungZeichen = True Me.txtAltFr.ForeColor = System.Drawing.Color.Black Me.txtAltFr.Location = New System.Drawing.Point(-3, 97) Me.txtAltFr.MaxLineLength = -1 Me.txtAltFr.MaxLines_Warning = "" Me.txtAltFr.MaxLines_Warning_Label = Nothing Me.txtAltFr.Name = "txtAltFr" Me.txtAltFr.Size = New System.Drawing.Size(177, 20) Me.txtAltFr.TabIndex = 2 Me.txtAltFr.Visible = False ' 'rbMenuAlt_Fr ' Me.rbMenuAlt_Fr.AutoSize = True Me.rbMenuAlt_Fr.GroupName = "Freitag" Me.rbMenuAlt_Fr.Location = New System.Drawing.Point(0, 78) Me.rbMenuAlt_Fr.Name = "rbMenuAlt_Fr" Me.rbMenuAlt_Fr.Size = New System.Drawing.Size(70, 17) Me.rbMenuAlt_Fr.TabIndex = 1 Me.rbMenuAlt_Fr.TabStop = True Me.rbMenuAlt_Fr.Text = "A la carte" Me.rbMenuAlt_Fr.UseVisualStyleBackColor = True ' 'rbMenu_Fr ' Me.rbMenu_Fr.AutoSize = True Me.rbMenu_Fr.GroupName = "Freitag" Me.rbMenu_Fr.Location = New System.Drawing.Point(3, 19) Me.rbMenu_Fr.Name = "rbMenu_Fr" Me.rbMenu_Fr.Size = New System.Drawing.Size(52, 17) Me.rbMenu_Fr.TabIndex = 0 Me.rbMenu_Fr.TabStop = True Me.rbMenu_Fr.Text = "Menü" Me.rbMenu_Fr.UseVisualStyleBackColor = True ' 'txtAnzahlLaCart ' Me.txtAnzahlLaCart.AutoSize = True Me.txtAnzahlLaCart.Location = New System.Drawing.Point(553, 162) Me.txtAnzahlLaCart.Name = "txtAnzahlLaCart" Me.txtAnzahlLaCart.Size = New System.Drawing.Size(13, 13) Me.txtAnzahlLaCart.TabIndex = 17 Me.txtAnzahlLaCart.Text = "0" ' 'lbl2 ' Me.lbl2.AutoSize = True Me.lbl2.Location = New System.Drawing.Point(463, 162) Me.lbl2.Name = "lbl2" Me.lbl2.Size = New System.Drawing.Size(90, 13) Me.lbl2.TabIndex = 15 Me.lbl2.Text = "Anzahl a la Carte:" ' 'Mittwoch ' Me.Mittwoch.Controls.Add(Me.txtMenuMi) Me.Mittwoch.Controls.Add(Me.pbMittwoch) Me.Mittwoch.Controls.Add(Me.cbMittwoch) Me.Mittwoch.Controls.Add(Me.txtAltMi) Me.Mittwoch.Controls.Add(Me.rbMenuAlt_Mi) Me.Mittwoch.Controls.Add(Me.rbMenu_Mi) Me.Mittwoch.Location = New System.Drawing.Point(431, 8) Me.Mittwoch.Name = "Mittwoch" Me.Mittwoch.Size = New System.Drawing.Size(200, 121) Me.Mittwoch.TabIndex = 13 Me.Mittwoch.TabStop = False Me.Mittwoch.Text = "Mittwoch" ' 'txtMenuMi ' Me.txtMenuMi.Location = New System.Drawing.Point(0, 39) Me.txtMenuMi.Name = "txtMenuMi" Me.txtMenuMi.Size = New System.Drawing.Size(188, 32) Me.txtMenuMi.TabIndex = 31 Me.txtMenuMi.Text = "Menutext" ' 'pbMittwoch ' Me.pbMittwoch.Image = Global.AVISO.My.Resources.Resources.documents Me.pbMittwoch.Location = New System.Drawing.Point(168, 19) Me.pbMittwoch.Name = "pbMittwoch" Me.pbMittwoch.Size = New System.Drawing.Size(26, 26) Me.pbMittwoch.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbMittwoch.TabIndex = 6 Me.pbMittwoch.TabStop = False Me.pbMittwoch.Visible = False ' 'cbMittwoch ' Me.cbMittwoch.AutoSize = True Me.cbMittwoch.Location = New System.Drawing.Point(0, 0) Me.cbMittwoch.Name = "cbMittwoch" Me.cbMittwoch.Size = New System.Drawing.Size(69, 17) Me.cbMittwoch.TabIndex = 5 Me.cbMittwoch.Text = "Mittwoch" Me.cbMittwoch.UseVisualStyleBackColor = True ' 'txtAltMi ' Me.txtAltMi._DateTimeOnly = False Me.txtAltMi._numbersOnly = False Me.txtAltMi._numbersOnlyKommastellen = "" Me.txtAltMi._numbersOnlyTrennzeichen = True Me.txtAltMi._Prozent = False Me.txtAltMi._ShortDateNew = False Me.txtAltMi._ShortDateOnly = False Me.txtAltMi._TimeOnly = False Me.txtAltMi._TimeOnly_Seconds = False Me.txtAltMi._value = "" Me.txtAltMi._Waehrung = False Me.txtAltMi._WaehrungZeichen = True Me.txtAltMi.ForeColor = System.Drawing.Color.Black Me.txtAltMi.Location = New System.Drawing.Point(0, 93) Me.txtAltMi.MaxLineLength = -1 Me.txtAltMi.MaxLines_Warning = "" Me.txtAltMi.MaxLines_Warning_Label = Nothing Me.txtAltMi.Name = "txtAltMi" Me.txtAltMi.Size = New System.Drawing.Size(177, 20) Me.txtAltMi.TabIndex = 2 Me.txtAltMi.Visible = False ' 'rbMenuAlt_Mi ' Me.rbMenuAlt_Mi.AutoSize = True Me.rbMenuAlt_Mi.GroupName = "Mittwoch" Me.rbMenuAlt_Mi.Location = New System.Drawing.Point(3, 74) Me.rbMenuAlt_Mi.Name = "rbMenuAlt_Mi" Me.rbMenuAlt_Mi.Size = New System.Drawing.Size(70, 17) Me.rbMenuAlt_Mi.TabIndex = 1 Me.rbMenuAlt_Mi.TabStop = True Me.rbMenuAlt_Mi.Text = "A la carte" Me.rbMenuAlt_Mi.UseVisualStyleBackColor = True ' 'rbMenu_Mi ' Me.rbMenu_Mi.AutoSize = True Me.rbMenu_Mi.GroupName = "Mittwoch" Me.rbMenu_Mi.Location = New System.Drawing.Point(3, 19) Me.rbMenu_Mi.Name = "rbMenu_Mi" Me.rbMenu_Mi.Size = New System.Drawing.Size(52, 17) Me.rbMenu_Mi.TabIndex = 0 Me.rbMenu_Mi.TabStop = True Me.rbMenu_Mi.Text = "Menü" Me.rbMenu_Mi.UseVisualStyleBackColor = True ' 'GroupBoxDonnerstag ' Me.GroupBoxDonnerstag.Controls.Add(Me.txtMenuDo) Me.GroupBoxDonnerstag.Controls.Add(Me.pbDonnerstag) Me.GroupBoxDonnerstag.Controls.Add(Me.cbDonnerstag) Me.GroupBoxDonnerstag.Controls.Add(Me.txtAltDo) Me.GroupBoxDonnerstag.Controls.Add(Me.rbMenuAlt_Do) Me.GroupBoxDonnerstag.Controls.Add(Me.rbMenu_Do) Me.GroupBoxDonnerstag.Location = New System.Drawing.Point(3, 135) Me.GroupBoxDonnerstag.Name = "GroupBoxDonnerstag" Me.GroupBoxDonnerstag.Size = New System.Drawing.Size(200, 121) Me.GroupBoxDonnerstag.TabIndex = 13 Me.GroupBoxDonnerstag.TabStop = False Me.GroupBoxDonnerstag.Text = "Donnerstag" ' 'txtMenuDo ' Me.txtMenuDo.Location = New System.Drawing.Point(3, 39) Me.txtMenuDo.Name = "txtMenuDo" Me.txtMenuDo.Size = New System.Drawing.Size(188, 32) Me.txtMenuDo.TabIndex = 33 Me.txtMenuDo.Text = "Menutext" ' 'pbDonnerstag ' Me.pbDonnerstag.Image = Global.AVISO.My.Resources.Resources.documents Me.pbDonnerstag.Location = New System.Drawing.Point(171, 19) Me.pbDonnerstag.Name = "pbDonnerstag" Me.pbDonnerstag.Size = New System.Drawing.Size(26, 26) Me.pbDonnerstag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbDonnerstag.TabIndex = 7 Me.pbDonnerstag.TabStop = False Me.pbDonnerstag.Visible = False ' 'cbDonnerstag ' Me.cbDonnerstag.AutoSize = True Me.cbDonnerstag.Location = New System.Drawing.Point(3, 0) Me.cbDonnerstag.Name = "cbDonnerstag" Me.cbDonnerstag.Size = New System.Drawing.Size(81, 17) Me.cbDonnerstag.TabIndex = 7 Me.cbDonnerstag.Text = "Donnerstag" Me.cbDonnerstag.UseVisualStyleBackColor = True ' 'txtAltDo ' Me.txtAltDo._DateTimeOnly = False Me.txtAltDo._numbersOnly = False Me.txtAltDo._numbersOnlyKommastellen = "" Me.txtAltDo._numbersOnlyTrennzeichen = True Me.txtAltDo._Prozent = False Me.txtAltDo._ShortDateNew = False Me.txtAltDo._ShortDateOnly = False Me.txtAltDo._TimeOnly = False Me.txtAltDo._TimeOnly_Seconds = False Me.txtAltDo._value = "" Me.txtAltDo._Waehrung = False Me.txtAltDo._WaehrungZeichen = True Me.txtAltDo.ForeColor = System.Drawing.Color.Black Me.txtAltDo.Location = New System.Drawing.Point(1, 97) Me.txtAltDo.MaxLineLength = -1 Me.txtAltDo.MaxLines_Warning = "" Me.txtAltDo.MaxLines_Warning_Label = Nothing Me.txtAltDo.Name = "txtAltDo" Me.txtAltDo.Size = New System.Drawing.Size(177, 20) Me.txtAltDo.TabIndex = 2 Me.txtAltDo.Visible = False ' 'rbMenuAlt_Do ' Me.rbMenuAlt_Do.AutoSize = True Me.rbMenuAlt_Do.GroupName = "Donnerstag" Me.rbMenuAlt_Do.Location = New System.Drawing.Point(4, 78) Me.rbMenuAlt_Do.Name = "rbMenuAlt_Do" Me.rbMenuAlt_Do.Size = New System.Drawing.Size(70, 17) Me.rbMenuAlt_Do.TabIndex = 1 Me.rbMenuAlt_Do.TabStop = True Me.rbMenuAlt_Do.Text = "A la carte" Me.rbMenuAlt_Do.UseVisualStyleBackColor = True ' 'rbMenu_Do ' Me.rbMenu_Do.AutoSize = True Me.rbMenu_Do.GroupName = "Donnerstag" Me.rbMenu_Do.Location = New System.Drawing.Point(3, 19) Me.rbMenu_Do.Name = "rbMenu_Do" Me.rbMenu_Do.Size = New System.Drawing.Size(52, 17) Me.rbMenu_Do.TabIndex = 0 Me.rbMenu_Do.TabStop = True Me.rbMenu_Do.Text = "Menü" Me.rbMenu_Do.UseVisualStyleBackColor = True ' 'txtAnzahlMenu ' Me.txtAnzahlMenu.AutoSize = True Me.txtAnzahlMenu.Location = New System.Drawing.Point(553, 137) Me.txtAnzahlMenu.Name = "txtAnzahlMenu" Me.txtAnzahlMenu.Size = New System.Drawing.Size(13, 13) Me.txtAnzahlMenu.TabIndex = 16 Me.txtAnzahlMenu.Text = "0" ' 'dgvBestellungen ' Me.dgvBestellungen.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvBestellungen.AllowUserToAddRows = False Me.dgvBestellungen.AllowUserToDeleteRows = False Me.dgvBestellungen.AllowUserToOrderColumns = True Me.dgvBestellungen.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.dgvBestellungen.BackgroundColor = System.Drawing.Color.White DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvBestellungen.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.dgvBestellungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvBestellungen.DefaultCellStyle = DataGridViewCellStyle2 Me.dgvBestellungen.Location = New System.Drawing.Point(16, 360) Me.dgvBestellungen.Name = "dgvBestellungen" Me.dgvBestellungen.ReadOnly = True DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvBestellungen.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.dgvBestellungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvBestellungen.ShowEditingIcon = False Me.dgvBestellungen.Size = New System.Drawing.Size(663, 165) Me.dgvBestellungen.TabIndex = 2 ' 'cbxMenu ' Me.cbxMenu._allowedValuesFreiText = Nothing Me.cbxMenu._allowFreiText = False Me.cbxMenu._value = "" Me.cbxMenu.DropDownWidth = 200 Me.cbxMenu.FormattingEnabled = True Me.cbxMenu.Location = New System.Drawing.Point(15, 30) Me.cbxMenu.Name = "cbxMenu" Me.cbxMenu.Size = New System.Drawing.Size(136, 21) Me.cbxMenu.TabIndex = 0 ' 'txtAbteilung ' Me.txtAbteilung.AutoSize = True Me.txtAbteilung.Location = New System.Drawing.Point(581, 23) Me.txtAbteilung.Name = "txtAbteilung" Me.txtAbteilung.Size = New System.Drawing.Size(29, 13) Me.txtAbteilung.TabIndex = 23 Me.txtAbteilung.Text = "EDV" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(499, 323) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(180, 21) Me.Button2.TabIndex = 25 Me.Button2.Text = "meine Bestellungen anzeigen" Me.Button2.UseVisualStyleBackColor = True ' 'txtMA ' Me.txtMA.AutoSize = True Me.txtMA.Location = New System.Drawing.Point(581, 4) Me.txtMA.Name = "txtMA" Me.txtMA.Size = New System.Drawing.Size(0, 13) Me.txtMA.TabIndex = 27 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(511, 4) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(59, 13) Me.Label3.TabIndex = 26 Me.Label3.Text = "Mitarbeiter:" ' 'PictureBox1 ' Me.PictureBox1.Image = Global.AVISO.My.Resources.Resources.documents Me.PictureBox1.Location = New System.Drawing.Point(446, 22) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(42, 37) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 7 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(450, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(34, 13) Me.Label1.TabIndex = 28 Me.Label1.Text = "Menü" ' 'lblTest ' Me.lblTest.AutoSize = True Me.lblTest.ForeColor = System.Drawing.Color.Red Me.lblTest.Location = New System.Drawing.Point(16, 1) Me.lblTest.Name = "lblTest" Me.lblTest.Size = New System.Drawing.Size(0, 13) Me.lblTest.TabIndex = 29 ' 'frmEssensbestellungen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(687, 565) Me.Controls.Add(Me.lblTest) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.txtMA) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.txtAbteilung) Me.Controls.Add(Me.lblBestellungBis) Me.Controls.Add(Me.cbxGebauede) Me.Controls.Add(Me.lblBestellungen) Me.Controls.Add(Me.MyPanel1) Me.Controls.Add(Me.btnSave) Me.Controls.Add(Me.lblGebaeude) Me.Controls.Add(Me.lblAbteilung) Me.Controls.Add(Me.lblDatum) Me.Controls.Add(Me.dgvBestellungen) Me.Controls.Add(Me.lblWochenkarte) Me.Controls.Add(Me.cbxMenu) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmEssensbestellungen" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Essensbestellung" Me.MyPanel1.ResumeLayout(False) Me.MyPanel1.PerformLayout() Me.GroupBoxDienstag.ResumeLayout(False) Me.GroupBoxDienstag.PerformLayout() CType(Me.pbDienstag, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBoxMontag.ResumeLayout(False) Me.GroupBoxMontag.PerformLayout() CType(Me.pbMontag, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBoxFreitag.ResumeLayout(False) Me.GroupBoxFreitag.PerformLayout() CType(Me.pbFreitag, System.ComponentModel.ISupportInitialize).EndInit() Me.Mittwoch.ResumeLayout(False) Me.Mittwoch.PerformLayout() CType(Me.pbMittwoch, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBoxDonnerstag.ResumeLayout(False) Me.GroupBoxDonnerstag.PerformLayout() CType(Me.pbDonnerstag, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvBestellungen, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents cbxMenu As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents lblWochenkarte As Label Friend WithEvents dgvBestellungen As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents btnSave As Button Friend WithEvents lblDatum As Label Friend WithEvents GroupBoxMontag As GroupBox Friend WithEvents txtAltMo As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents rbMenuAlt_Mo As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents rbMenu_Mo As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents GroupBoxDienstag As GroupBox Friend WithEvents txtAltDi As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents rbMenuAlt_Di As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents rbMenu_Di As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents Mittwoch As GroupBox Friend WithEvents txtAltMi As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents rbMenuAlt_Mi As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents rbMenu_Mi As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents GroupBoxDonnerstag As GroupBox Friend WithEvents txtAltDo As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents rbMenuAlt_Do As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents rbMenu_Do As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents GroupBoxFreitag As GroupBox Friend WithEvents txtAltFr As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents rbMenuAlt_Fr As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents rbMenu_Fr As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents lbl1 As Label Friend WithEvents lbl2 As Label Friend WithEvents txtAnzahlMenu As Label Friend WithEvents txtAnzahlLaCart As Label Friend WithEvents ToolTipInfoMo As ToolTip Friend WithEvents ToolTipInfoDi As ToolTip Friend WithEvents ToolTipInfoMi As ToolTip Friend WithEvents ToolTipInfoDo As ToolTip Friend WithEvents ToolTipInfoFr As ToolTip Friend WithEvents cbMontag As CheckBox Friend WithEvents cbDienstag As CheckBox Friend WithEvents cbMittwoch As CheckBox Friend WithEvents cbDonnerstag As CheckBox Friend WithEvents cbFreitag As CheckBox Friend WithEvents lblAbteilung As Label Friend WithEvents lblGebaeude As Label Friend WithEvents MyPanel1 As VERAG_PROG_ALLGEMEIN.MyPanel Friend WithEvents lblBestellungen As Label Friend WithEvents pbMontag As PictureBox Friend WithEvents pbDienstag As PictureBox Friend WithEvents pbMittwoch As PictureBox Friend WithEvents pbDonnerstag As PictureBox Friend WithEvents pbFreitag As PictureBox Friend WithEvents txtPreis As Label Friend WithEvents Label2 As Label Friend WithEvents cbxGebauede As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents lblBestellungBis As Label Friend WithEvents Button1 As Button Friend WithEvents txtAbteilung As Label Friend WithEvents Button2 As Button Friend WithEvents txtMA As Label Friend WithEvents Label3 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label1 As Label Friend WithEvents txtMenuDi As Label Friend WithEvents txtMenuMo As Label Friend WithEvents txtMenuFr As Label Friend WithEvents txtMenuMi As Label Friend WithEvents txtMenuDo As Label Friend WithEvents lblTest As Label End Class