gesamtsicherheiten: Positionsnummerierung und AvisoID eingebaut

This commit is contained in:
2022-11-02 17:34:13 +01:00
parent a1e0c2bc6e
commit ff9be06159
3 changed files with 116 additions and 36 deletions

View File

@@ -33,6 +33,8 @@ Partial Class frmGesamtsicherheitenNEU
Me.ClosedErzeugenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.panOverlay = New System.Windows.Forms.Panel()
Me.txtlkwIdSearch = New VERAG_PROG_ALLGEMEIN.MySearchBox()
Me.Label23 = New System.Windows.Forms.Label()
Me.cboWarenort = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblWarenort = New System.Windows.Forms.Label()
Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
@@ -153,6 +155,8 @@ Partial Class frmGesamtsicherheitenNEU
'panOverlay
'
Me.panOverlay.BackColor = System.Drawing.SystemColors.ButtonHighlight
Me.panOverlay.Controls.Add(Me.txtlkwIdSearch)
Me.panOverlay.Controls.Add(Me.Label23)
Me.panOverlay.Controls.Add(Me.cboWarenort)
Me.panOverlay.Controls.Add(Me.lblWarenort)
Me.panOverlay.Controls.Add(Me.cboFiliale)
@@ -165,10 +169,45 @@ Partial Class frmGesamtsicherheitenNEU
Me.panOverlay.Controls.Add(Me.btnClosePanOverlay)
Me.panOverlay.Location = New System.Drawing.Point(493, 15)
Me.panOverlay.Name = "panOverlay"
Me.panOverlay.Size = New System.Drawing.Size(527, 275)
Me.panOverlay.Size = New System.Drawing.Size(527, 297)
Me.panOverlay.TabIndex = 2
Me.panOverlay.Visible = False
'
'txtlkwIdSearch
'
Me.txtlkwIdSearch._allowFreitext = False
Me.txtlkwIdSearch._AllowSetValue = False
Me.txtlkwIdSearch._allowSpaceAsSplitter = False
Me.txtlkwIdSearch._autoSizeGross = False
Me.txtlkwIdSearch._hideIfListEmpty = True
Me.txtlkwIdSearch._value = Nothing
Me.txtlkwIdSearch.conn_art = "FMZOLL"
Me.txtlkwIdSearch.dgvpos = "LEFT"
Me.txtlkwIdSearch.DISPLAY_PARAM = Nothing
Me.txtlkwIdSearch.INVISIBLE_COLUMNS = Nothing
Me.txtlkwIdSearch.key_visible = False
Me.txtlkwIdSearch.KEYPARAM = Nothing
Me.txtlkwIdSearch.Location = New System.Drawing.Point(279, 184)
Me.txtlkwIdSearch.Name = "txtlkwIdSearch"
Me.txtlkwIdSearch.searchActive = True
Me.txtlkwIdSearch.Size = New System.Drawing.Size(186, 20)
Me.txtlkwIdSearch.SQL_ORDER_BY = Nothing
Me.txtlkwIdSearch.SQL_SELECT = Nothing
Me.txtlkwIdSearch.SQL_WHERE = Nothing
Me.txtlkwIdSearch.SQL_WhereParamList = Nothing
Me.txtlkwIdSearch.TabIndex = 11
Me.txtlkwIdSearch.usrcntl = Nothing
'
'Label23
'
Me.Label23.AutoSize = True
Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label23.Location = New System.Drawing.Point(176, 184)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(73, 20)
Me.Label23.TabIndex = 10
Me.Label23.Text = "LKW-Id:"
'
'cboWarenort
'
Me.cboWarenort._allowedValuesFreiText = Nothing
@@ -214,7 +253,7 @@ Partial Class frmGesamtsicherheitenNEU
Me.btnSave.FlatAppearance.BorderSize = 0
Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSave.ForeColor = System.Drawing.Color.Black
Me.btnSave.Location = New System.Drawing.Point(389, 228)
Me.btnSave.Location = New System.Drawing.Point(389, 252)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(75, 23)
Me.btnSave.TabIndex = 9
@@ -224,7 +263,7 @@ Partial Class frmGesamtsicherheitenNEU
'txtLKWID
'
Me.txtLKWID.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLKWID.Location = New System.Drawing.Point(279, 178)
Me.txtLKWID.Location = New System.Drawing.Point(279, 216)
Me.txtLKWID.Margin = New System.Windows.Forms.Padding(0)
Me.txtLKWID.Name = "txtLKWID"
Me.txtLKWID.Size = New System.Drawing.Size(186, 24)
@@ -243,7 +282,7 @@ Partial Class frmGesamtsicherheitenNEU
'
Me.Label18.AutoSize = True
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label18.Location = New System.Drawing.Point(89, 180)
Me.Label18.Location = New System.Drawing.Point(89, 218)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(160, 20)
Me.Label18.TabIndex = 7
@@ -1376,4 +1415,6 @@ Partial Class frmGesamtsicherheitenNEU
Friend WithEvents txtSicherheitsbGes As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtPosWarenwertGes As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtPosSicherheitsbGes As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label23 As Label
Friend WithEvents txtlkwIdSearch As VERAG_PROG_ALLGEMEIN.MySearchBox
End Class