Gesamtsicherheiten Excel-Export für Zollamut und Plausibiltätsprüfungen, Export für Essensbestellungen verbessert.
This commit is contained in:
@@ -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.cbxAlleAnzeigen = New System.Windows.Forms.CheckBox()
|
||||
Me.lblBestellungBis = New System.Windows.Forms.Label()
|
||||
Me.btnBestelllimit = New System.Windows.Forms.Button()
|
||||
Me.lblDaysToOrder = New System.Windows.Forms.Label()
|
||||
@@ -79,7 +80,8 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.lblWarning = New System.Windows.Forms.Label()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.cbxAlleAnzeigen = New System.Windows.Forms.CheckBox()
|
||||
Me.ExportToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ExcelToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.pnlTop.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.ContextMenuStrip1.SuspendLayout()
|
||||
@@ -159,6 +161,16 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.Panel1.Size = New System.Drawing.Size(1242, 106)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'cbxAlleAnzeigen
|
||||
'
|
||||
Me.cbxAlleAnzeigen.AutoSize = True
|
||||
Me.cbxAlleAnzeigen.Location = New System.Drawing.Point(668, 79)
|
||||
Me.cbxAlleAnzeigen.Name = "cbxAlleAnzeigen"
|
||||
Me.cbxAlleAnzeigen.Size = New System.Drawing.Size(42, 17)
|
||||
Me.cbxAlleAnzeigen.TabIndex = 72
|
||||
Me.cbxAlleAnzeigen.Text = "alle"
|
||||
Me.cbxAlleAnzeigen.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblBestellungBis
|
||||
'
|
||||
Me.lblBestellungBis.AutoSize = True
|
||||
@@ -612,9 +624,9 @@ Partial Class frmEssensbestellungenAdministration
|
||||
'
|
||||
'ContextMenuStrip1
|
||||
'
|
||||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StornierenToolStripMenuItem, Me.AbgerechnetToolStripMenuItem, Me.BearbeitenToolStripMenuItem, Me.AnHigway118SchickenToolStripMenuItem})
|
||||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StornierenToolStripMenuItem, Me.AbgerechnetToolStripMenuItem, Me.BearbeitenToolStripMenuItem, Me.AnHigway118SchickenToolStripMenuItem, Me.ExportToolStripMenuItem})
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(283, 92)
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(283, 136)
|
||||
'
|
||||
'StornierenToolStripMenuItem
|
||||
'
|
||||
@@ -798,15 +810,18 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.Label9.Text = "Gesamtbetrag"
|
||||
Me.Label9.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
'
|
||||
'cbxAlleAnzeigen
|
||||
'ExportToolStripMenuItem
|
||||
'
|
||||
Me.cbxAlleAnzeigen.AutoSize = True
|
||||
Me.cbxAlleAnzeigen.Location = New System.Drawing.Point(668, 79)
|
||||
Me.cbxAlleAnzeigen.Name = "cbxAlleAnzeigen"
|
||||
Me.cbxAlleAnzeigen.Size = New System.Drawing.Size(42, 17)
|
||||
Me.cbxAlleAnzeigen.TabIndex = 72
|
||||
Me.cbxAlleAnzeigen.Text = "alle"
|
||||
Me.cbxAlleAnzeigen.UseVisualStyleBackColor = True
|
||||
Me.ExportToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExcelToolStripMenuItem})
|
||||
Me.ExportToolStripMenuItem.Name = "ExportToolStripMenuItem"
|
||||
Me.ExportToolStripMenuItem.Size = New System.Drawing.Size(282, 22)
|
||||
Me.ExportToolStripMenuItem.Text = "Export"
|
||||
'
|
||||
'ExcelToolStripMenuItem
|
||||
'
|
||||
Me.ExcelToolStripMenuItem.Name = "ExcelToolStripMenuItem"
|
||||
Me.ExcelToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
||||
Me.ExcelToolStripMenuItem.Text = "Excel"
|
||||
'
|
||||
'frmEssensbestellungenAdministration
|
||||
'
|
||||
@@ -899,4 +914,6 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Friend WithEvents btnBestelllimit As Button
|
||||
Friend WithEvents lblBestellungBis As Label
|
||||
Friend WithEvents cbxAlleAnzeigen As CheckBox
|
||||
Friend WithEvents ExportToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents ExcelToolStripMenuItem As ToolStripMenuItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user