This commit is contained in:
2024-08-02 16:36:39 +02:00
parent f84d9184ab
commit 9e47565b6f
10 changed files with 4901 additions and 3 deletions

View File

@@ -93,8 +93,12 @@ Partial Class usrCntlQualitaetskontrolle
Me.Button4 = New System.Windows.Forms.Button()
Me.cboZollstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label17 = New System.Windows.Forms.Label()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.Button5 = New System.Windows.Forms.Button()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.dgvPositionen, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label46
@@ -951,12 +955,48 @@ Partial Class usrCntlQualitaetskontrolle
Me.Label15.TabIndex = 185
Me.Label15.Text = "Zollstelle:"
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label17.Location = New System.Drawing.Point(51, 667)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(235, 20)
Me.Label17.TabIndex = 188
Me.Label17.Text = "Qualitätskontrolle Gebühren"
'
'DataGridView1
'
Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
Me.DataGridView1.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Location = New System.Drawing.Point(179, 690)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.Size = New System.Drawing.Size(506, 119)
Me.DataGridView1.TabIndex = 189
'
'Button5
'
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button5.Image = Global.SDL.My.Resources.Resources.belegEUR1
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button5.Location = New System.Drawing.Point(695, 690)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(111, 51)
Me.Button5.TabIndex = 190
Me.Button5.Text = "BAR Beleg"
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button5.UseVisualStyleBackColor = True
'
'usrCntlQualitaetskontrolle
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.WhiteSmoke
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.DataGridView1)
Me.Controls.Add(Me.Label17)
Me.Controls.Add(Me.cboZollstelle)
Me.Controls.Add(Me.Label15)
Me.Controls.Add(Me.Button4)
@@ -1014,9 +1054,10 @@ Partial Class usrCntlQualitaetskontrolle
Me.Controls.Add(Me.lblHerrFrau)
Me.Controls.Add(Me.lblQualitaetskontrolle)
Me.Name = "usrCntlQualitaetskontrolle"
Me.Size = New System.Drawing.Size(1018, 688)
Me.Size = New System.Drawing.Size(1018, 896)
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.dgvPositionen, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -1087,4 +1128,7 @@ Partial Class usrCntlQualitaetskontrolle
Friend WithEvents Button4 As Button
Friend WithEvents cboZollstelle As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label15 As Label
Friend WithEvents Label17 As Label
Friend WithEvents DataGridView1 As DataGridView
Friend WithEvents Button5 As Button
End Class