Bugfix Gesamtsicherheiten (über Kontextmenü -> Warenwert).
This commit is contained in:
37
Aviso/frmGesamtsicherheitenNEU.Designer.vb
generated
37
Aviso/frmGesamtsicherheitenNEU.Designer.vb
generated
@@ -142,6 +142,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.txtSicherheitsbetragContext = New System.Windows.Forms.TextBox()
|
||||
Me.Label30 = New System.Windows.Forms.Label()
|
||||
Me.ContextMenuStripGesSicherh.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.pnlChangeATCNr.SuspendLayout()
|
||||
@@ -185,6 +187,8 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
'pnlChangeATCNr
|
||||
'
|
||||
Me.pnlChangeATCNr.BackColor = System.Drawing.SystemColors.ButtonHighlight
|
||||
Me.pnlChangeATCNr.Controls.Add(Me.txtSicherheitsbetragContext)
|
||||
Me.pnlChangeATCNr.Controls.Add(Me.Label30)
|
||||
Me.pnlChangeATCNr.Controls.Add(Me.txtWarenwertContext)
|
||||
Me.pnlChangeATCNr.Controls.Add(Me.lblWarenwertContext)
|
||||
Me.pnlChangeATCNr.Controls.Add(Me.txtUhrzeitaendern)
|
||||
@@ -197,7 +201,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, 162)
|
||||
Me.pnlChangeATCNr.Size = New System.Drawing.Size(292, 192)
|
||||
Me.pnlChangeATCNr.TabIndex = 13
|
||||
Me.pnlChangeATCNr.Visible = False
|
||||
'
|
||||
@@ -207,8 +211,8 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
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
|
||||
Me.txtWarenwertContext.Size = New System.Drawing.Size(186, 24)
|
||||
Me.txtWarenwertContext.TabIndex = 9
|
||||
'
|
||||
'lblWarenwertContext
|
||||
'
|
||||
@@ -265,10 +269,10 @@ 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, 136)
|
||||
Me.FlatButton3.Location = New System.Drawing.Point(210, 160)
|
||||
Me.FlatButton3.Name = "FlatButton3"
|
||||
Me.FlatButton3.Size = New System.Drawing.Size(75, 23)
|
||||
Me.FlatButton3.TabIndex = 9
|
||||
Me.FlatButton3.TabIndex = 10
|
||||
Me.FlatButton3.Text = "Ändern"
|
||||
Me.FlatButton3.UseVisualStyleBackColor = False
|
||||
'
|
||||
@@ -1630,6 +1634,27 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Me.btnAddSicherheit.TabIndex = 36
|
||||
Me.btnAddSicherheit.UseVisualStyleBackColor = False
|
||||
'
|
||||
'txtSicherheitsbetragContext
|
||||
'
|
||||
Me.txtSicherheitsbetragContext.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtSicherheitsbetragContext.Location = New System.Drawing.Point(147, 133)
|
||||
Me.txtSicherheitsbetragContext.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.txtSicherheitsbetragContext.Name = "txtSicherheitsbetragContext"
|
||||
Me.txtSicherheitsbetragContext.ReadOnly = True
|
||||
Me.txtSicherheitsbetragContext.Size = New System.Drawing.Size(134, 24)
|
||||
Me.txtSicherheitsbetragContext.TabIndex = 14
|
||||
Me.txtSicherheitsbetragContext.TabStop = False
|
||||
'
|
||||
'Label30
|
||||
'
|
||||
Me.Label30.AutoSize = True
|
||||
Me.Label30.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label30.Location = New System.Drawing.Point(10, 133)
|
||||
Me.Label30.Name = "Label30"
|
||||
Me.Label30.Size = New System.Drawing.Size(134, 20)
|
||||
Me.Label30.TabIndex = 15
|
||||
Me.Label30.Text = "Sicherheitsbetrag"
|
||||
'
|
||||
'frmGesamtsicherheitenNEU
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -1777,4 +1802,6 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Friend WithEvents dtpPosDat As DateTimePicker
|
||||
Friend WithEvents txtSicherheitDat As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents dtpSicherheitDat As DateTimePicker
|
||||
Friend WithEvents txtSicherheitsbetragContext As TextBox
|
||||
Friend WithEvents Label30 As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user