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 DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() 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.Dienstag = New System.Windows.Forms.GroupBox() 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.GroupBox1 = New System.Windows.Forms.GroupBox() Me.pbMontag = New System.Windows.Forms.PictureBox() Me.cbMontag = New System.Windows.Forms.CheckBox() Me.txtAltMo = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.rbMenoAlt_Mo = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.rbMenu_Mo = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components) Me.GroupBox5 = New System.Windows.Forms.GroupBox() 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.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.GroupBox4 = New System.Windows.Forms.GroupBox() 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.Button1 = New System.Windows.Forms.Button() Me.txtAbteilung = New System.Windows.Forms.Label() Me.MyPanel1.SuspendLayout() Me.Dienstag.SuspendLayout() CType(Me.pbDienstag, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() CType(Me.pbMontag, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox5.SuspendLayout() CType(Me.pbFreitag, System.ComponentModel.ISupportInitialize).BeginInit() Me.Mittwoch.SuspendLayout() CType(Me.pbMittwoch, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox4.SuspendLayout() CType(Me.pbDonnerstag, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvBestellungen, 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, 484) 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:" ' 'lblAbteilung ' Me.lblAbteilung.AutoSize = True Me.lblAbteilung.Location = New System.Drawing.Point(511, 9) 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, 27) 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, 335) 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, 24) Me.cbxGebauede.Name = "cbxGebauede" Me.cbxGebauede.Size = New System.Drawing.Size(95, 21) Me.cbxGebauede.TabIndex = 21 ' 'MyPanel1 ' Me.MyPanel1.Controls.Add(Me.Button1) Me.MyPanel1.Controls.Add(Me.txtPreis) Me.MyPanel1.Controls.Add(Me.Label2) Me.MyPanel1.Controls.Add(Me.Dienstag) Me.MyPanel1.Controls.Add(Me.lbl1) Me.MyPanel1.Controls.Add(Me.GroupBox1) Me.MyPanel1.Controls.Add(Me.GroupBox5) Me.MyPanel1.Controls.Add(Me.txtAnzahlLaCart) Me.MyPanel1.Controls.Add(Me.lbl2) Me.MyPanel1.Controls.Add(Me.Mittwoch) Me.MyPanel1.Controls.Add(Me.GroupBox4) Me.MyPanel1.Controls.Add(Me.txtAnzahlMenu) Me.MyPanel1.Location = New System.Drawing.Point(12, 67) Me.MyPanel1.Name = "MyPanel1" Me.MyPanel1.Size = New System.Drawing.Size(667, 240) Me.MyPanel1.TabIndex = 18 ' 'txtPreis ' Me.txtPreis.AutoSize = True Me.txtPreis.Location = New System.Drawing.Point(553, 181) 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, 181) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(68, 13) Me.Label2.TabIndex = 18 Me.Label2.Text = "Gesamtpreis:" ' 'Dienstag ' Me.Dienstag.Controls.Add(Me.pbDienstag) Me.Dienstag.Controls.Add(Me.cbDienstag) Me.Dienstag.Controls.Add(Me.txtAltDi) Me.Dienstag.Controls.Add(Me.rbMenuAlt_Di) Me.Dienstag.Controls.Add(Me.rbMenu_Di) Me.Dienstag.Location = New System.Drawing.Point(225, 8) Me.Dienstag.Name = "Dienstag" Me.Dienstag.Size = New System.Drawing.Size(200, 95) Me.Dienstag.TabIndex = 13 Me.Dienstag.TabStop = False Me.Dienstag.Text = "Dienstag" ' 'pbDienstag ' Me.pbDienstag.Image = Global.AVISO.My.Resources.Resources.documents Me.pbDienstag.Location = New System.Drawing.Point(61, 23) Me.pbDienstag.Name = "pbDienstag" Me.pbDienstag.Size = New System.Drawing.Size(17, 13) Me.pbDienstag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbDienstag.TabIndex = 5 Me.pbDienstag.TabStop = 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, 65) 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, 42) 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, 128) Me.lbl1.Name = "lbl1" Me.lbl1.Size = New System.Drawing.Size(72, 13) Me.lbl1.TabIndex = 14 Me.lbl1.Text = "Anzahl Menü:" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.pbMontag) Me.GroupBox1.Controls.Add(Me.cbMontag) Me.GroupBox1.Controls.Add(Me.txtAltMo) Me.GroupBox1.Controls.Add(Me.rbMenoAlt_Mo) Me.GroupBox1.Controls.Add(Me.rbMenu_Mo) Me.GroupBox1.Location = New System.Drawing.Point(6, 8) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(200, 95) Me.GroupBox1.TabIndex = 12 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Montag" ' 'pbMontag ' Me.pbMontag.Image = Global.AVISO.My.Resources.Resources.documents Me.pbMontag.Location = New System.Drawing.Point(61, 23) Me.pbMontag.Name = "pbMontag" Me.pbMontag.Size = New System.Drawing.Size(17, 13) Me.pbMontag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbMontag.TabIndex = 4 Me.pbMontag.TabStop = 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(0, 65) 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 ' 'rbMenoAlt_Mo ' Me.rbMenoAlt_Mo.AutoSize = True Me.rbMenoAlt_Mo.GroupName = "GroupBox1" Me.rbMenoAlt_Mo.Location = New System.Drawing.Point(3, 42) Me.rbMenoAlt_Mo.Name = "rbMenoAlt_Mo" Me.rbMenoAlt_Mo.Size = New System.Drawing.Size(70, 17) Me.rbMenoAlt_Mo.TabIndex = 1 Me.rbMenoAlt_Mo.TabStop = True Me.rbMenoAlt_Mo.Text = "A la carte" Me.rbMenoAlt_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 ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.pbFreitag) Me.GroupBox5.Controls.Add(Me.cbFreitag) Me.GroupBox5.Controls.Add(Me.txtAltFr) Me.GroupBox5.Controls.Add(Me.rbMenuAlt_Fr) Me.GroupBox5.Controls.Add(Me.rbMenu_Fr) Me.GroupBox5.Location = New System.Drawing.Point(225, 109) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(200, 95) Me.GroupBox5.TabIndex = 13 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "Freitag" ' 'pbFreitag ' Me.pbFreitag.Image = Global.AVISO.My.Resources.Resources.documents Me.pbFreitag.Location = New System.Drawing.Point(61, 23) Me.pbFreitag.Name = "pbFreitag" Me.pbFreitag.Size = New System.Drawing.Size(17, 13) Me.pbFreitag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbFreitag.TabIndex = 8 Me.pbFreitag.TabStop = 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(0, 65) 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(3, 42) 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, 155) 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, 155) 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.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, 95) Me.Mittwoch.TabIndex = 13 Me.Mittwoch.TabStop = False Me.Mittwoch.Text = "Mittwoch" ' 'pbMittwoch ' Me.pbMittwoch.Image = Global.AVISO.My.Resources.Resources.documents Me.pbMittwoch.Location = New System.Drawing.Point(56, 23) Me.pbMittwoch.Name = "pbMittwoch" Me.pbMittwoch.Size = New System.Drawing.Size(17, 13) Me.pbMittwoch.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbMittwoch.TabIndex = 6 Me.pbMittwoch.TabStop = 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, 65) 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, 42) 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 ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.pbDonnerstag) Me.GroupBox4.Controls.Add(Me.cbDonnerstag) Me.GroupBox4.Controls.Add(Me.txtAltDo) Me.GroupBox4.Controls.Add(Me.rbMenuAlt_Do) Me.GroupBox4.Controls.Add(Me.rbMenu_Do) Me.GroupBox4.Location = New System.Drawing.Point(3, 109) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(200, 95) Me.GroupBox4.TabIndex = 13 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Donnerstag" ' 'pbDonnerstag ' Me.pbDonnerstag.Image = Global.AVISO.My.Resources.Resources.documents Me.pbDonnerstag.Location = New System.Drawing.Point(56, 21) Me.pbDonnerstag.Name = "pbDonnerstag" Me.pbDonnerstag.Size = New System.Drawing.Size(17, 13) Me.pbDonnerstag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pbDonnerstag.TabIndex = 7 Me.pbDonnerstag.TabStop = 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(0, 65) 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(3, 42) 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, 130) 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 DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvBestellungen.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10 Me.dgvBestellungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvBestellungen.DefaultCellStyle = DataGridViewCellStyle11 Me.dgvBestellungen.Location = New System.Drawing.Point(16, 351) Me.dgvBestellungen.Name = "dgvBestellungen" Me.dgvBestellungen.ReadOnly = True DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvBestellungen.RowHeadersDefaultCellStyle = DataGridViewCellStyle12 Me.dgvBestellungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvBestellungen.ShowEditingIcon = False Me.dgvBestellungen.Size = New System.Drawing.Size(663, 127) 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 ' 'Button1 ' Me.Button1.Image = Global.AVISO.My.Resources.Resources.pdf1 Me.Button1.Location = New System.Drawing.Point(590, 147) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(61, 57) Me.Button1.TabIndex = 20 Me.Button1.UseVisualStyleBackColor = True Me.Button1.Visible = False ' 'txtAbteilung ' Me.txtAbteilung.AutoSize = True Me.txtAbteilung.Location = New System.Drawing.Point(581, 9) Me.txtAbteilung.Name = "txtAbteilung" Me.txtAbteilung.Size = New System.Drawing.Size(29, 13) Me.txtAbteilung.TabIndex = 23 Me.txtAbteilung.Text = "EDV" ' '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, 518) 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.Name = "frmEssensbestellungen" Me.Text = "Essensbestellung" Me.MyPanel1.ResumeLayout(False) Me.MyPanel1.PerformLayout() Me.Dienstag.ResumeLayout(False) Me.Dienstag.PerformLayout() CType(Me.pbDienstag, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.pbMontag, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() CType(Me.pbFreitag, System.ComponentModel.ISupportInitialize).EndInit() Me.Mittwoch.ResumeLayout(False) Me.Mittwoch.PerformLayout() CType(Me.pbMittwoch, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() CType(Me.pbDonnerstag, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvBestellungen, 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 GroupBox1 As GroupBox Friend WithEvents txtAltMo As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents rbMenoAlt_Mo As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents rbMenu_Mo As VERAG_PROG_ALLGEMEIN.MyRadioButton Friend WithEvents Dienstag 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 GroupBox4 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 GroupBox5 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 End Class