neu
This commit is contained in:
@@ -23,6 +23,12 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlSpeditionsBuchSuche))
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.cntxtCntxtSpeditionsbuch = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
@@ -57,6 +63,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.dgvLKW = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.pnlOpt = New System.Windows.Forms.Panel()
|
||||
Me.pnlBerichte = New System.Windows.Forms.Panel()
|
||||
Me.Button23 = New System.Windows.Forms.Button()
|
||||
Me.Button22 = New System.Windows.Forms.Button()
|
||||
Me.Button21 = New System.Windows.Forms.Button()
|
||||
Me.btnSpedBuchEinnahmen = New System.Windows.Forms.Button()
|
||||
@@ -186,7 +193,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.Label45 = New System.Windows.Forms.Label()
|
||||
Me.cboFilialeHandling = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
|
||||
Me.Button23 = New System.Windows.Forms.Button()
|
||||
Me.txtBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.cntxtCntxtSpeditionsbuch.SuspendLayout()
|
||||
Me.pnlRechts.SuspendLayout()
|
||||
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -637,11 +644,35 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.DataGridView.AllowUserToDeleteRows = False
|
||||
Me.DataGridView.AllowUserToOrderColumns = True
|
||||
Me.DataGridView.AllowUserToResizeRows = False
|
||||
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.DataGridView.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.DataGridView.ContextMenuStrip = Me.cntxtCntxtSpeditionsbuch
|
||||
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
|
||||
DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
|
||||
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.DataGridView.DefaultCellStyle = DataGridViewCellStyle2
|
||||
Me.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.DataGridView.Location = New System.Drawing.Point(450, 0)
|
||||
Me.DataGridView.Name = "DataGridView"
|
||||
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.DataGridView.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
|
||||
Me.DataGridView.Size = New System.Drawing.Size(770, 227)
|
||||
Me.DataGridView.TabIndex = 0
|
||||
'
|
||||
@@ -668,11 +699,35 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.dgvLKW.AllowUserToOrderColumns = True
|
||||
Me.dgvLKW.AllowUserToResizeRows = False
|
||||
Me.dgvLKW.BackgroundColor = System.Drawing.Color.WhiteSmoke
|
||||
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.dgvLKW.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
|
||||
Me.dgvLKW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvLKW.ContextMenuStrip = Me.cntxtCntxtSpeditionsbuch
|
||||
DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
|
||||
DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
|
||||
DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.dgvLKW.DefaultCellStyle = DataGridViewCellStyle5
|
||||
Me.dgvLKW.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.dgvLKW.Location = New System.Drawing.Point(0, 0)
|
||||
Me.dgvLKW.Name = "dgvLKW"
|
||||
DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.dgvLKW.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
|
||||
Me.dgvLKW.Size = New System.Drawing.Size(450, 227)
|
||||
Me.dgvLKW.TabIndex = 35
|
||||
Me.dgvLKW.Visible = False
|
||||
@@ -731,6 +786,20 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.pnlBerichte.TabIndex = 6
|
||||
Me.pnlBerichte.Visible = False
|
||||
'
|
||||
'Button23
|
||||
'
|
||||
Me.Button23.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button23.Image = Global.SDL.My.Resources.Resources.statistik_small
|
||||
Me.Button23.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button23.Location = New System.Drawing.Point(788, 81)
|
||||
Me.Button23.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button23.Name = "Button23"
|
||||
Me.Button23.Size = New System.Drawing.Size(83, 28)
|
||||
Me.Button23.TabIndex = 93
|
||||
Me.Button23.Text = "Erhalten "
|
||||
Me.Button23.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button23.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button22
|
||||
'
|
||||
Me.Button22.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
@@ -1789,6 +1858,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
'
|
||||
'SplitContainer1.Panel2
|
||||
'
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.txtBestimmungszollstelle)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.cbxEIDR)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.cbxCMR)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.Label41)
|
||||
@@ -2103,7 +2173,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.cbxEIDR.BackColor = System.Drawing.Color.White
|
||||
Me.cbxEIDR.Checked = True
|
||||
Me.cbxEIDR.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
||||
Me.cbxEIDR.Location = New System.Drawing.Point(511, 197)
|
||||
Me.cbxEIDR.Location = New System.Drawing.Point(873, 3)
|
||||
Me.cbxEIDR.Name = "cbxEIDR"
|
||||
Me.cbxEIDR.Size = New System.Drawing.Size(106, 17)
|
||||
Me.cbxEIDR.TabIndex = 54
|
||||
@@ -2117,7 +2187,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.cbxCMR.BackColor = System.Drawing.Color.White
|
||||
Me.cbxCMR.Checked = True
|
||||
Me.cbxCMR.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
||||
Me.cbxCMR.Location = New System.Drawing.Point(627, 195)
|
||||
Me.cbxCMR.Location = New System.Drawing.Point(511, 198)
|
||||
Me.cbxCMR.Name = "cbxCMR"
|
||||
Me.cbxCMR.Size = New System.Drawing.Size(50, 17)
|
||||
Me.cbxCMR.TabIndex = 49
|
||||
@@ -2586,19 +2656,32 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.SplitContainer.SplitterWidth = 2
|
||||
Me.SplitContainer.TabIndex = 3
|
||||
'
|
||||
'Button23
|
||||
'txtBestimmungszollstelle
|
||||
'
|
||||
Me.Button23.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button23.Image = Global.SDL.My.Resources.Resources.statistik_small
|
||||
Me.Button23.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button23.Location = New System.Drawing.Point(788, 81)
|
||||
Me.Button23.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button23.Name = "Button23"
|
||||
Me.Button23.Size = New System.Drawing.Size(83, 28)
|
||||
Me.Button23.TabIndex = 93
|
||||
Me.Button23.Text = "Erhalten "
|
||||
Me.Button23.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button23.UseVisualStyleBackColor = True
|
||||
Me.txtBestimmungszollstelle._allowFreitext = False
|
||||
Me.txtBestimmungszollstelle._AllowSetValue = False
|
||||
Me.txtBestimmungszollstelle._allowSpaceAsSplitter = False
|
||||
Me.txtBestimmungszollstelle._autoSizeGross = False
|
||||
Me.txtBestimmungszollstelle._hideIfListEmpty = True
|
||||
Me.txtBestimmungszollstelle._value = Nothing
|
||||
Me.txtBestimmungszollstelle.conn_art = "FMZOLL"
|
||||
Me.txtBestimmungszollstelle.dgvpos = "LEFT"
|
||||
Me.txtBestimmungszollstelle.DISPLAY_PARAM = Nothing
|
||||
Me.txtBestimmungszollstelle.INVISIBLE_COLUMNS = Nothing
|
||||
Me.txtBestimmungszollstelle.key_visible = False
|
||||
Me.txtBestimmungszollstelle.KEYPARAM = Nothing
|
||||
Me.txtBestimmungszollstelle.Location = New System.Drawing.Point(627, 192)
|
||||
Me.txtBestimmungszollstelle.MaxLength = 50
|
||||
Me.txtBestimmungszollstelle.Name = "txtBestimmungszollstelle"
|
||||
Me.txtBestimmungszollstelle.searchActive = True
|
||||
Me.txtBestimmungszollstelle.Size = New System.Drawing.Size(106, 20)
|
||||
Me.txtBestimmungszollstelle.SQL_ORDER_BY = Nothing
|
||||
Me.txtBestimmungszollstelle.SQL_SELECT = Nothing
|
||||
Me.txtBestimmungszollstelle.SQL_WHERE = Nothing
|
||||
Me.txtBestimmungszollstelle.SQL_WhereParamList = Nothing
|
||||
Me.txtBestimmungszollstelle.TabIndex = 55
|
||||
Me.txtBestimmungszollstelle.usrcntl = Nothing
|
||||
Me.txtBestimmungszollstelle.Visible = False
|
||||
'
|
||||
'usrCntlSpeditionsBuchSuche
|
||||
'
|
||||
@@ -2807,4 +2890,5 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Friend WithEvents Button21 As Button
|
||||
Friend WithEvents Button22 As Button
|
||||
Friend WithEvents Button23 As Button
|
||||
Friend WithEvents txtBestimmungszollstelle As VERAG_PROG_ALLGEMEIN.MySearchBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user