Projektdateien hinzufügen.

This commit is contained in:
573 changed files with 166751 additions and 0 deletions

View File

@@ -0,0 +1,150 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class usrcntlSendungDetailsAbrechnung
Inherits System.Windows.Forms.UserControl
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.dgv = New System.Windows.Forms.DataGridView()
Me.Leistung = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Preis = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.cntlClear = New AVISO.usrcntlCheckBox()
Me.cntlAbf = New AVISO.usrcntlCheckBox()
Me.cntlEust = New AVISO.usrcntlCheckBox()
Me.lblFirma = New System.Windows.Forms.Label()
Me.lblBezeichnung = New System.Windows.Forms.Label()
Me.cntlZoll = New AVISO.usrcntlCheckBox()
CType(Me.dgv, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'dgv
'
Me.dgv.AllowUserToAddRows = False
Me.dgv.AllowUserToDeleteRows = False
Me.dgv.AllowUserToResizeColumns = False
Me.dgv.AllowUserToResizeRows = False
Me.dgv.BackgroundColor = System.Drawing.Color.White
Me.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgv.ColumnHeadersVisible = False
Me.dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Leistung, Me.Preis})
Me.dgv.Location = New System.Drawing.Point(419, 0)
Me.dgv.Name = "dgv"
Me.dgv.RowHeadersVisible = False
Me.dgv.RowTemplate.Height = 18
Me.dgv.Size = New System.Drawing.Size(240, 58)
Me.dgv.TabIndex = 77
'
'Leistung
'
Me.Leistung.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.Leistung.HeaderText = "Column1"
Me.Leistung.Name = "Leistung"
'
'Preis
'
Me.Preis.HeaderText = "Column1"
Me.Preis.Name = "Preis"
Me.Preis.Width = 80
'
'cntlClear
'
Me.cntlClear._abrArt = "CLEARING"
Me.cntlClear.Location = New System.Drawing.Point(362, 19)
Me.cntlClear.Name = "cntlClear"
Me.cntlClear.Size = New System.Drawing.Size(20, 20)
Me.cntlClear.TabIndex = 75
Me.cntlClear.value = ""
'
'cntlAbf
'
Me.cntlAbf._abrArt = "ABFKOST"
Me.cntlAbf.Location = New System.Drawing.Point(316, 18)
Me.cntlAbf.Name = "cntlAbf"
Me.cntlAbf.Size = New System.Drawing.Size(20, 20)
Me.cntlAbf.TabIndex = 76
Me.cntlAbf.value = ""
'
'cntlEust
'
Me.cntlEust._abrArt = "EUST"
Me.cntlEust.Location = New System.Drawing.Point(273, 18)
Me.cntlEust.Name = "cntlEust"
Me.cntlEust.Size = New System.Drawing.Size(20, 20)
Me.cntlEust.TabIndex = 74
Me.cntlEust.value = ""
'
'lblFirma
'
Me.lblFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblFirma.Location = New System.Drawing.Point(3, 26)
Me.lblFirma.Name = "lblFirma"
Me.lblFirma.Size = New System.Drawing.Size(222, 13)
Me.lblFirma.TabIndex = 71
Me.lblFirma.Text = "Firmenname"
'
'lblBezeichnung
'
Me.lblBezeichnung.AutoSize = True
Me.lblBezeichnung.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblBezeichnung.Location = New System.Drawing.Point(3, 13)
Me.lblBezeichnung.Name = "lblBezeichnung"
Me.lblBezeichnung.Size = New System.Drawing.Size(80, 13)
Me.lblBezeichnung.TabIndex = 72
Me.lblBezeichnung.Text = "Bezeichnung"
'
'cntlZoll
'
Me.cntlZoll._abrArt = "ZOLL"
Me.cntlZoll.Location = New System.Drawing.Point(231, 18)
Me.cntlZoll.Name = "cntlZoll"
Me.cntlZoll.Size = New System.Drawing.Size(20, 20)
Me.cntlZoll.TabIndex = 73
Me.cntlZoll.value = ""
'
'usrcntlSendungDetailsAbrechnung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.Controls.Add(Me.dgv)
Me.Controls.Add(Me.cntlClear)
Me.Controls.Add(Me.cntlAbf)
Me.Controls.Add(Me.cntlEust)
Me.Controls.Add(Me.lblFirma)
Me.Controls.Add(Me.lblBezeichnung)
Me.Controls.Add(Me.cntlZoll)
Me.Name = "usrcntlSendungDetailsAbrechnung"
Me.Size = New System.Drawing.Size(659, 58)
CType(Me.dgv, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Leistung As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Preis As System.Windows.Forms.DataGridViewTextBoxColumn
Public WithEvents dgv As System.Windows.Forms.DataGridView
Public WithEvents cntlClear As AVISO.usrcntlCheckBox
Public WithEvents cntlAbf As AVISO.usrcntlCheckBox
Public WithEvents cntlEust As AVISO.usrcntlCheckBox
Public WithEvents lblFirma As System.Windows.Forms.Label
Public WithEvents lblBezeichnung As System.Windows.Forms.Label
Public WithEvents cntlZoll As AVISO.usrcntlCheckBox
End Class