Gesamtsicherheiten GUI Änderungen
This commit is contained in:
45
Aviso/frmGesamtsicherheitenNEU.Designer.vb
generated
45
Aviso/frmGesamtsicherheitenNEU.Designer.vb
generated
@@ -89,6 +89,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.txtGestellInfo = New System.Windows.Forms.TextBox()
|
||||
Me.btnSaveDatetime = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||
Me.lblId = New System.Windows.Forms.Label()
|
||||
Me.txtZollsatzueberschreiben = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
@@ -99,6 +100,7 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Me.Label20 = New System.Windows.Forms.Label()
|
||||
Me.txtPosNr = New System.Windows.Forms.TextBox()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.btnNew = New System.Windows.Forms.Button()
|
||||
Me.cbx_offene = New System.Windows.Forms.CheckBox()
|
||||
Me.btnSuche = New System.Windows.Forms.Button()
|
||||
Me.cbx_Suche_Warenort = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
@@ -132,7 +134,6 @@ 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.btnNew = New System.Windows.Forms.Button()
|
||||
Me.ContextMenuStripGesSicherh.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.pnlChangeATCNr.SuspendLayout()
|
||||
@@ -342,7 +343,7 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
'
|
||||
'txtlkwIdSearch
|
||||
'
|
||||
Me.txtlkwIdSearch._allowFreitext = False
|
||||
Me.txtlkwIdSearch._allowFreitext = True
|
||||
Me.txtlkwIdSearch._AllowSetValue = False
|
||||
Me.txtlkwIdSearch._allowSpaceAsSplitter = False
|
||||
Me.txtlkwIdSearch._autoSizeGross = False
|
||||
@@ -362,7 +363,7 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Me.txtlkwIdSearch.SQL_SELECT = Nothing
|
||||
Me.txtlkwIdSearch.SQL_WHERE = Nothing
|
||||
Me.txtlkwIdSearch.SQL_WhereParamList = Nothing
|
||||
Me.txtlkwIdSearch.TabIndex = 11
|
||||
Me.txtlkwIdSearch.TabIndex = 7
|
||||
Me.txtlkwIdSearch.usrcntl = Nothing
|
||||
'
|
||||
'Label23
|
||||
@@ -773,11 +774,11 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Me.lblGestellungNr.AutoSize = True
|
||||
Me.lblGestellungNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblGestellungNr.ForeColor = System.Drawing.Color.Honeydew
|
||||
Me.lblGestellungNr.Location = New System.Drawing.Point(23, 17)
|
||||
Me.lblGestellungNr.Location = New System.Drawing.Point(12, 9)
|
||||
Me.lblGestellungNr.Name = "lblGestellungNr"
|
||||
Me.lblGestellungNr.Size = New System.Drawing.Size(171, 24)
|
||||
Me.lblGestellungNr.Size = New System.Drawing.Size(177, 24)
|
||||
Me.lblGestellungNr.TabIndex = 1
|
||||
Me.lblGestellungNr.Text = "Gesamtsicherheit"
|
||||
Me.lblGestellungNr.Text = "Gesamtsicherheit:"
|
||||
'
|
||||
'txtPosTime
|
||||
'
|
||||
@@ -914,6 +915,7 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
'panOben
|
||||
'
|
||||
Me.panOben.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.panOben.Controls.Add(Me.txtGestellInfo)
|
||||
Me.panOben.Controls.Add(Me.btnSaveDatetime)
|
||||
Me.panOben.Controls.Add(Me.lblId)
|
||||
Me.panOben.Controls.Add(Me.txtZollsatzueberschreiben)
|
||||
@@ -971,6 +973,18 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Me.panOben.Size = New System.Drawing.Size(1384, 290)
|
||||
Me.panOben.TabIndex = 0
|
||||
'
|
||||
'txtGestellInfo
|
||||
'
|
||||
Me.txtGestellInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.txtGestellInfo.BorderStyle = System.Windows.Forms.BorderStyle.None
|
||||
Me.txtGestellInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtGestellInfo.ForeColor = System.Drawing.Color.Honeydew
|
||||
Me.txtGestellInfo.Location = New System.Drawing.Point(197, 9)
|
||||
Me.txtGestellInfo.Name = "txtGestellInfo"
|
||||
Me.txtGestellInfo.ReadOnly = True
|
||||
Me.txtGestellInfo.Size = New System.Drawing.Size(863, 22)
|
||||
Me.txtGestellInfo.TabIndex = 50
|
||||
'
|
||||
'btnSaveDatetime
|
||||
'
|
||||
Me.btnSaveDatetime.allowBorder = False
|
||||
@@ -1106,6 +1120,15 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Me.Panel1.Size = New System.Drawing.Size(1384, 61)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'btnNew
|
||||
'
|
||||
Me.btnNew.Location = New System.Drawing.Point(1265, 13)
|
||||
Me.btnNew.Name = "btnNew"
|
||||
Me.btnNew.Size = New System.Drawing.Size(93, 30)
|
||||
Me.btnNew.TabIndex = 50
|
||||
Me.btnNew.Text = "Neu"
|
||||
Me.btnNew.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbx_offene
|
||||
'
|
||||
Me.cbx_offene.AutoSize = True
|
||||
@@ -1479,15 +1502,6 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Me.btnAddSicherheit.TabIndex = 36
|
||||
Me.btnAddSicherheit.UseVisualStyleBackColor = False
|
||||
'
|
||||
'btnNew
|
||||
'
|
||||
Me.btnNew.Location = New System.Drawing.Point(1265, 13)
|
||||
Me.btnNew.Name = "btnNew"
|
||||
Me.btnNew.Size = New System.Drawing.Size(93, 30)
|
||||
Me.btnNew.TabIndex = 50
|
||||
Me.btnNew.Text = "Neu"
|
||||
Me.btnNew.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmGesamtsicherheitenNEU
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -1626,4 +1640,5 @@ Partial Class frmGesamtsicherheitenNEU
|
||||
Friend WithEvents Label34 As Label
|
||||
Friend WithEvents FlatButton4 As VERAG_PROG_ALLGEMEIN.FlatButton
|
||||
Friend WithEvents btnNew As Button
|
||||
Friend WithEvents txtGestellInfo As TextBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user