Berechtigungen für Admin-Essensbestellungen, Bugfix, GUI verbessert.
This commit is contained in:
@@ -70,6 +70,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.lblWarning = New System.Windows.Forms.Label()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.pnlTop.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.ContextMenuStrip1.SuspendLayout()
|
||||
@@ -522,17 +523,18 @@ Partial Class frmEssensbestellungenAdministration
|
||||
'
|
||||
'txtAnzahlDS
|
||||
'
|
||||
Me.txtAnzahlDS.Location = New System.Drawing.Point(1170, 741)
|
||||
Me.txtAnzahlDS.Location = New System.Drawing.Point(1020, 744)
|
||||
Me.txtAnzahlDS.Name = "txtAnzahlDS"
|
||||
Me.txtAnzahlDS.ReadOnly = True
|
||||
Me.txtAnzahlDS.Size = New System.Drawing.Size(60, 20)
|
||||
Me.txtAnzahlDS.Size = New System.Drawing.Size(42, 20)
|
||||
Me.txtAnzahlDS.TabIndex = 45
|
||||
Me.txtAnzahlDS.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
||||
'
|
||||
'Label27
|
||||
'
|
||||
Me.Label27.AutoSize = True
|
||||
Me.Label27.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label27.Location = New System.Drawing.Point(860, 744)
|
||||
Me.Label27.Location = New System.Drawing.Point(1080, 748)
|
||||
Me.Label27.Name = "Label27"
|
||||
Me.Label27.Size = New System.Drawing.Size(45, 13)
|
||||
Me.Label27.TabIndex = 46
|
||||
@@ -542,7 +544,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label5.Location = New System.Drawing.Point(1065, 745)
|
||||
Me.Label5.Location = New System.Drawing.Point(913, 747)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(99, 13)
|
||||
Me.Label5.TabIndex = 44
|
||||
@@ -563,7 +565,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.txtSumme._Waehrung = True
|
||||
Me.txtSumme._WaehrungZeichen = True
|
||||
Me.txtSumme.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtSumme.Location = New System.Drawing.Point(931, 741)
|
||||
Me.txtSumme.Location = New System.Drawing.Point(1130, 744)
|
||||
Me.txtSumme.MaxLineLength = -1
|
||||
Me.txtSumme.MaxLines_Warning = ""
|
||||
Me.txtSumme.MaxLines_Warning_Label = Nothing
|
||||
@@ -571,6 +573,7 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.txtSumme.ReadOnly = True
|
||||
Me.txtSumme.Size = New System.Drawing.Size(100, 20)
|
||||
Me.txtSumme.TabIndex = 47
|
||||
Me.txtSumme.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
||||
'
|
||||
'dgvBestellungen
|
||||
'
|
||||
@@ -665,11 +668,22 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Me.Button2.Text = "Excel"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label9.Location = New System.Drawing.Point(1080, 728)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(85, 13)
|
||||
Me.Label9.TabIndex = 60
|
||||
Me.Label9.Text = "Gesamtbetrag"
|
||||
'
|
||||
'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.Label9)
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.lblWarning)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
@@ -745,4 +759,5 @@ Partial Class frmEssensbestellungenAdministration
|
||||
Friend WithEvents Button1 As Button
|
||||
Friend WithEvents lblWarning As Label
|
||||
Friend WithEvents Button2 As Button
|
||||
Friend WithEvents Label9 As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user