Gesamtsicherheiten

This commit is contained in:
2022-12-16 16:48:23 +01:00
parent 2c1de3334b
commit f476d9168d
3 changed files with 83 additions and 22 deletions

View File

@@ -92,6 +92,7 @@ Partial Class frmGesamtsicherheitenNEU
Me.lblReferenzwert = New System.Windows.Forms.Label()
Me.lblSaldo = New System.Windows.Forms.Label()
Me.panOben = New System.Windows.Forms.Panel()
Me.lbloffenerWarenwert = New System.Windows.Forms.Label()
Me.txtGestellInfo = New System.Windows.Forms.TextBox()
Me.btnSaveDatetime = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.lblId = New System.Windows.Forms.Label()
@@ -137,7 +138,8 @@ Partial Class frmGesamtsicherheitenNEU
Me.txtSicherheitFreitext = New System.Windows.Forms.TextBox()
Me.btnAddPos = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.btnAddSicherheit = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.lbloffenerWarenwert = New System.Windows.Forms.Label()
Me.txtWarenwertContext = New System.Windows.Forms.TextBox()
Me.lblWarenwertContext = New System.Windows.Forms.Label()
Me.ContextMenuStripGesSicherh.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.pnlChangeATCNr.SuspendLayout()
@@ -181,6 +183,8 @@ Partial Class frmGesamtsicherheitenNEU
'pnlChangeATCNr
'
Me.pnlChangeATCNr.BackColor = System.Drawing.SystemColors.ButtonHighlight
Me.pnlChangeATCNr.Controls.Add(Me.txtWarenwertContext)
Me.pnlChangeATCNr.Controls.Add(Me.lblWarenwertContext)
Me.pnlChangeATCNr.Controls.Add(Me.txtUhrzeitaendern)
Me.pnlChangeATCNr.Controls.Add(Me.txtDatumaendern)
Me.pnlChangeATCNr.Controls.Add(Me.Label26)
@@ -191,7 +195,7 @@ Partial Class frmGesamtsicherheitenNEU
Me.pnlChangeATCNr.Controls.Add(Me.FlatButton4)
Me.pnlChangeATCNr.Location = New System.Drawing.Point(1051, 42)
Me.pnlChangeATCNr.Name = "pnlChangeATCNr"
Me.pnlChangeATCNr.Size = New System.Drawing.Size(292, 135)
Me.pnlChangeATCNr.Size = New System.Drawing.Size(292, 162)
Me.pnlChangeATCNr.TabIndex = 13
Me.pnlChangeATCNr.Visible = False
'
@@ -240,7 +244,7 @@ Partial Class frmGesamtsicherheitenNEU
Me.FlatButton3.FlatAppearance.BorderSize = 0
Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton3.ForeColor = System.Drawing.Color.Black
Me.FlatButton3.Location = New System.Drawing.Point(210, 109)
Me.FlatButton3.Location = New System.Drawing.Point(210, 136)
Me.FlatButton3.Name = "FlatButton3"
Me.FlatButton3.Size = New System.Drawing.Size(75, 23)
Me.FlatButton3.TabIndex = 9
@@ -1009,6 +1013,18 @@ Partial Class frmGesamtsicherheitenNEU
Me.panOben.Size = New System.Drawing.Size(1384, 290)
Me.panOben.TabIndex = 0
'
'lbloffenerWarenwert
'
Me.lbloffenerWarenwert.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.lbloffenerWarenwert.AutoSize = True
Me.lbloffenerWarenwert.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbloffenerWarenwert.ForeColor = System.Drawing.Color.Red
Me.lbloffenerWarenwert.Location = New System.Drawing.Point(93, 111)
Me.lbloffenerWarenwert.Name = "lbloffenerWarenwert"
Me.lbloffenerWarenwert.Size = New System.Drawing.Size(204, 24)
Me.lbloffenerWarenwert.TabIndex = 51
Me.lbloffenerWarenwert.Text = "offener Warenwert: €"
'
'txtGestellInfo
'
Me.txtGestellInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
@@ -1538,17 +1554,24 @@ Partial Class frmGesamtsicherheitenNEU
Me.btnAddSicherheit.TabIndex = 36
Me.btnAddSicherheit.UseVisualStyleBackColor = False
'
'lbloffenerWarenwert
'txtWarenwertContext
'
Me.lbloffenerWarenwert.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.lbloffenerWarenwert.AutoSize = True
Me.lbloffenerWarenwert.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbloffenerWarenwert.ForeColor = System.Drawing.Color.Red
Me.lbloffenerWarenwert.Location = New System.Drawing.Point(93, 111)
Me.lbloffenerWarenwert.Name = "lbloffenerWarenwert"
Me.lbloffenerWarenwert.Size = New System.Drawing.Size(204, 24)
Me.lbloffenerWarenwert.TabIndex = 51
Me.lbloffenerWarenwert.Text = "offener Warenwert: €"
Me.txtWarenwertContext.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtWarenwertContext.Location = New System.Drawing.Point(95, 104)
Me.txtWarenwertContext.Margin = New System.Windows.Forms.Padding(0)
Me.txtWarenwertContext.Name = "txtWarenwertContext"
Me.txtWarenwertContext.Size = New System.Drawing.Size(180, 24)
Me.txtWarenwertContext.TabIndex = 12
'
'lblWarenwertContext
'
Me.lblWarenwertContext.AutoSize = True
Me.lblWarenwertContext.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblWarenwertContext.Location = New System.Drawing.Point(10, 104)
Me.lblWarenwertContext.Name = "lblWarenwertContext"
Me.lblWarenwertContext.Size = New System.Drawing.Size(86, 20)
Me.lblWarenwertContext.TabIndex = 13
Me.lblWarenwertContext.Text = "Warenwert"
'
'frmGesamtsicherheitenNEU
'
@@ -1693,4 +1716,6 @@ Partial Class frmGesamtsicherheitenNEU
Friend WithEvents Label26 As Label
Friend WithEvents txtUhrzeitaendern As TextBox
Friend WithEvents lbloffenerWarenwert As Label
Friend WithEvents txtWarenwertContext As TextBox
Friend WithEvents lblWarenwertContext As Label
End Class