Essensbestellungen

This commit is contained in:
2024-06-11 15:03:45 +02:00
parent 27a93ad90f
commit 978884cd2b
8 changed files with 140 additions and 57 deletions

View File

@@ -28,6 +28,7 @@ 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.Label10 = New System.Windows.Forms.Label()
Me.Button3 = New System.Windows.Forms.Button()
Me.txtarchivieren = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.cbxAlleAnzeigen = New System.Windows.Forms.CheckBox()
@@ -84,7 +85,7 @@ Partial Class frmEssensbestellungenAdministration
Me.cbxMailGebäude = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.txtSumme = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.dgvBestellungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Label10 = New System.Windows.Forms.Label()
Me.cbxMenudrucken = New System.Windows.Forms.CheckBox()
Me.pnlTop.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.ContextMenuStrip1.SuspendLayout()
@@ -167,6 +168,15 @@ Partial Class frmEssensbestellungenAdministration
Me.Panel1.Size = New System.Drawing.Size(1242, 106)
Me.Panel1.TabIndex = 2
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(40, 82)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(30, 13)
Me.Label10.TabIndex = 76
Me.Label10.Text = "Jahr:"
'
'Button3
'
Me.Button3.Enabled = False
@@ -760,7 +770,7 @@ Partial Class frmEssensbestellungenAdministration
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(228, 734)
Me.Button1.Location = New System.Drawing.Point(224, 732)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(113, 29)
Me.Button1.TabIndex = 54
@@ -782,7 +792,7 @@ Partial Class frmEssensbestellungenAdministration
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.Location = New System.Drawing.Point(361, 734)
Me.Button2.Location = New System.Drawing.Point(359, 732)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(113, 29)
Me.Button2.TabIndex = 59
@@ -860,23 +870,27 @@ Partial Class frmEssensbestellungenAdministration
Me.dgvBestellungen.ContextMenuStrip = Me.ContextMenuStrip1
Me.dgvBestellungen.Location = New System.Drawing.Point(0, 161)
Me.dgvBestellungen.Name = "dgvBestellungen"
Me.dgvBestellungen.Size = New System.Drawing.Size(1242, 560)
Me.dgvBestellungen.Size = New System.Drawing.Size(1242, 548)
Me.dgvBestellungen.TabIndex = 43
'
'Label10
'cbxMenudrucken
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(40, 82)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(30, 13)
Me.Label10.TabIndex = 76
Me.Label10.Text = "Jahr:"
Me.cbxMenudrucken.AutoSize = True
Me.cbxMenudrucken.Checked = True
Me.cbxMenudrucken.CheckState = System.Windows.Forms.CheckState.Checked
Me.cbxMenudrucken.Location = New System.Drawing.Point(359, 715)
Me.cbxMenudrucken.Name = "cbxMenudrucken"
Me.cbxMenudrucken.Size = New System.Drawing.Size(95, 17)
Me.cbxMenudrucken.TabIndex = 77
Me.cbxMenudrucken.Text = "Menu drucken"
Me.cbxMenudrucken.UseVisualStyleBackColor = True
'
'frmEssensbestellungenAdministration
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1242, 767)
Me.Controls.Add(Me.cbxMenudrucken)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.lblWarning)
@@ -968,4 +982,5 @@ Partial Class frmEssensbestellungenAdministration
Friend WithEvents Button3 As Button
Friend WithEvents txtarchivieren As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label10 As Label
Friend WithEvents cbxMenudrucken As CheckBox
End Class