409 lines
20 KiB
VB.net
409 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKundenUebersichtZollRgDetails
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKundenUebersichtZollRgDetails))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Button15 = New System.Windows.Forms.Button()
|
|
Me.cbxLastschrift = New VERAG_PROG_ALLGEMEIN.MyCheckbox(Me.components)
|
|
Me.Label18 = New System.Windows.Forms.Label()
|
|
Me.lblWaerung = New System.Windows.Forms.Label()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.DataGridView = New System.Windows.Forms.DataGridView()
|
|
Me.lblBelegartNr = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.lblRgDat = New System.Windows.Forms.Label()
|
|
Me.lblAbfDat = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.lblKdNr = New System.Windows.Forms.Label()
|
|
Me.lblUID = New System.Windows.Forms.Label()
|
|
Me.lblOrt = New System.Windows.Forms.Label()
|
|
Me.lblKunde = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.lblRgNr = New System.Windows.Forms.Label()
|
|
Me.lblRechnungNr = New System.Windows.Forms.Label()
|
|
Me.lblRgBetrag = New System.Windows.Forms.Label()
|
|
Me.lblSteuerbetrag = New System.Windows.Forms.Label()
|
|
Me.lblSteuersatz = New System.Windows.Forms.Label()
|
|
Me.lblAbfNr = New System.Windows.Forms.Label()
|
|
Me.pnl.SuspendLayout()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.White
|
|
Me.pnl.Controls.Add(Me.Button1)
|
|
Me.pnl.Controls.Add(Me.Label2)
|
|
Me.pnl.Controls.Add(Me.Button15)
|
|
Me.pnl.Controls.Add(Me.cbxLastschrift)
|
|
Me.pnl.Controls.Add(Me.Label18)
|
|
Me.pnl.Controls.Add(Me.lblWaerung)
|
|
Me.pnl.Controls.Add(Me.Label13)
|
|
Me.pnl.Controls.Add(Me.Label14)
|
|
Me.pnl.Controls.Add(Me.DataGridView)
|
|
Me.pnl.Controls.Add(Me.lblBelegartNr)
|
|
Me.pnl.Controls.Add(Me.Label12)
|
|
Me.pnl.Controls.Add(Me.lblRgDat)
|
|
Me.pnl.Controls.Add(Me.lblAbfDat)
|
|
Me.pnl.Controls.Add(Me.Label9)
|
|
Me.pnl.Controls.Add(Me.Label8)
|
|
Me.pnl.Controls.Add(Me.lblKdNr)
|
|
Me.pnl.Controls.Add(Me.lblUID)
|
|
Me.pnl.Controls.Add(Me.lblOrt)
|
|
Me.pnl.Controls.Add(Me.lblKunde)
|
|
Me.pnl.Controls.Add(Me.Label3)
|
|
Me.pnl.Controls.Add(Me.lblRgNr)
|
|
Me.pnl.Controls.Add(Me.lblRechnungNr)
|
|
Me.pnl.Controls.Add(Me.lblRgBetrag)
|
|
Me.pnl.Controls.Add(Me.lblSteuerbetrag)
|
|
Me.pnl.Controls.Add(Me.lblSteuersatz)
|
|
Me.pnl.Controls.Add(Me.lblAbfNr)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(560, 517)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Image = Global.SDL.My.Resources.pdf1
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(128, 445)
|
|
Me.Button1.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(105, 60)
|
|
Me.Button1.TabIndex = 92
|
|
Me.Button1.Text = "Als PDF"
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(315, 105)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(109, 17)
|
|
Me.Label2.TabIndex = 91
|
|
Me.Label2.Text = "Abfertigungsnr.:"
|
|
'
|
|
'Button15
|
|
'
|
|
Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button15.Image = Global.SDL.My.Resources.therefore1
|
|
Me.Button15.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button15.Location = New System.Drawing.Point(12, 445)
|
|
Me.Button15.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button15.Name = "Button15"
|
|
Me.Button15.Size = New System.Drawing.Size(103, 60)
|
|
Me.Button15.TabIndex = 89
|
|
Me.Button15.Text = "Therefore" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "öffnen"
|
|
Me.Button15.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button15.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxLastschrift
|
|
'
|
|
Me.cbxLastschrift._value = ""
|
|
Me.cbxLastschrift.AutoSize = True
|
|
Me.cbxLastschrift.Checked_value = False
|
|
Me.cbxLastschrift.CheckedValue = False
|
|
Me.cbxLastschrift.Location = New System.Drawing.Point(12, 423)
|
|
Me.cbxLastschrift.Name = "cbxLastschrift"
|
|
Me.cbxLastschrift.Size = New System.Drawing.Size(74, 17)
|
|
Me.cbxLastschrift.TabIndex = 15
|
|
Me.cbxLastschrift.Text = "Lastschrift"
|
|
Me.cbxLastschrift.UseVisualStyleBackColor = True
|
|
'
|
|
'Label18
|
|
'
|
|
Me.Label18.AutoSize = True
|
|
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label18.Location = New System.Drawing.Point(295, 491)
|
|
Me.Label18.Name = "Label18"
|
|
Me.Label18.Size = New System.Drawing.Size(125, 17)
|
|
Me.Label18.TabIndex = 12
|
|
Me.Label18.Text = "Rechnungsbetrag:"
|
|
'
|
|
'lblWaerung
|
|
'
|
|
Me.lblWaerung.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblWaerung.Location = New System.Drawing.Point(513, 491)
|
|
Me.lblWaerung.Name = "lblWaerung"
|
|
Me.lblWaerung.Size = New System.Drawing.Size(44, 17)
|
|
Me.lblWaerung.TabIndex = 14
|
|
Me.lblWaerung.Text = "EUR"
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label13.Location = New System.Drawing.Point(325, 472)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(95, 17)
|
|
Me.Label13.TabIndex = 9
|
|
Me.Label13.Text = "Steuerbetrag:"
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label14.Location = New System.Drawing.Point(314, 453)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(106, 17)
|
|
Me.Label14.TabIndex = 10
|
|
Me.Label14.Text = "Steuersatz (%):"
|
|
'
|
|
'DataGridView
|
|
'
|
|
Me.DataGridView.AllowUserToAddRows = False
|
|
Me.DataGridView.AllowUserToDeleteRows = False
|
|
Me.DataGridView.AllowUserToOrderColumns = True
|
|
Me.DataGridView.AllowUserToResizeColumns = False
|
|
Me.DataGridView.AllowUserToResizeRows = False
|
|
Me.DataGridView.BackgroundColor = System.Drawing.Color.White
|
|
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView.Location = New System.Drawing.Point(12, 133)
|
|
Me.DataGridView.Name = "DataGridView"
|
|
Me.DataGridView.ReadOnly = True
|
|
Me.DataGridView.RowHeadersVisible = False
|
|
Me.DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.DataGridView.Size = New System.Drawing.Size(536, 285)
|
|
Me.DataGridView.TabIndex = 8
|
|
'
|
|
'lblBelegartNr
|
|
'
|
|
Me.lblBelegartNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblBelegartNr.Location = New System.Drawing.Point(90, 109)
|
|
Me.lblBelegartNr.Name = "lblBelegartNr"
|
|
Me.lblBelegartNr.Size = New System.Drawing.Size(97, 13)
|
|
Me.lblBelegartNr.TabIndex = 7
|
|
Me.lblBelegartNr.Text = "00"
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label12.Location = New System.Drawing.Point(12, 109)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label12.TabIndex = 6
|
|
Me.Label12.Text = "BelegartenNr:"
|
|
'
|
|
'lblRgDat
|
|
'
|
|
Me.lblRgDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblRgDat.Location = New System.Drawing.Point(451, 75)
|
|
Me.lblRgDat.Name = "lblRgDat"
|
|
Me.lblRgDat.Size = New System.Drawing.Size(97, 17)
|
|
Me.lblRgDat.TabIndex = 5
|
|
Me.lblRgDat.Text = "01.01.2010"
|
|
Me.lblRgDat.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblAbfDat
|
|
'
|
|
Me.lblAbfDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAbfDat.Location = New System.Drawing.Point(451, 56)
|
|
Me.lblAbfDat.Name = "lblAbfDat"
|
|
Me.lblAbfDat.Size = New System.Drawing.Size(97, 17)
|
|
Me.lblAbfDat.TabIndex = 3
|
|
Me.lblAbfDat.Text = "01.01.2010"
|
|
Me.lblAbfDat.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label9.Location = New System.Drawing.Point(301, 75)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(123, 17)
|
|
Me.Label9.TabIndex = 4
|
|
Me.Label9.Text = "Rechnungsdatum:"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(291, 56)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(131, 17)
|
|
Me.Label8.TabIndex = 4
|
|
Me.Label8.Text = "Abfertigungsdatum:"
|
|
'
|
|
'lblKdNr
|
|
'
|
|
Me.lblKdNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblKdNr.Location = New System.Drawing.Point(12, 23)
|
|
Me.lblKdNr.Name = "lblKdNr"
|
|
Me.lblKdNr.Size = New System.Drawing.Size(229, 18)
|
|
Me.lblKdNr.TabIndex = 1
|
|
Me.lblKdNr.Text = "123456"
|
|
'
|
|
'lblUID
|
|
'
|
|
Me.lblUID.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblUID.Location = New System.Drawing.Point(12, 75)
|
|
Me.lblUID.Name = "lblUID"
|
|
Me.lblUID.Size = New System.Drawing.Size(323, 17)
|
|
Me.lblUID.TabIndex = 1
|
|
Me.lblUID.Text = "UID: "
|
|
'
|
|
'lblOrt
|
|
'
|
|
Me.lblOrt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblOrt.Location = New System.Drawing.Point(12, 58)
|
|
Me.lblOrt.Name = "lblOrt"
|
|
Me.lblOrt.Size = New System.Drawing.Size(323, 17)
|
|
Me.lblOrt.TabIndex = 1
|
|
Me.lblOrt.Text = "Suben 100"
|
|
'
|
|
'lblKunde
|
|
'
|
|
Me.lblKunde.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblKunde.Location = New System.Drawing.Point(12, 41)
|
|
Me.lblKunde.Name = "lblKunde"
|
|
Me.lblKunde.Size = New System.Drawing.Size(323, 17)
|
|
Me.lblKunde.TabIndex = 1
|
|
Me.lblKunde.Text = "VERAG Spedition AG"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(12, 9)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label3.TabIndex = 2
|
|
Me.Label3.Text = "Kunde:"
|
|
'
|
|
'lblRgNr
|
|
'
|
|
Me.lblRgNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblRgNr.Location = New System.Drawing.Point(442, 32)
|
|
Me.lblRgNr.Name = "lblRgNr"
|
|
Me.lblRgNr.Size = New System.Drawing.Size(106, 17)
|
|
Me.lblRgNr.TabIndex = 0
|
|
Me.lblRgNr.Text = "123456"
|
|
Me.lblRgNr.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblRechnungNr
|
|
'
|
|
Me.lblRechnungNr.AutoSize = True
|
|
Me.lblRechnungNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblRechnungNr.Location = New System.Drawing.Point(356, 32)
|
|
Me.lblRechnungNr.Name = "lblRechnungNr"
|
|
Me.lblRechnungNr.Size = New System.Drawing.Size(66, 20)
|
|
Me.lblRechnungNr.TabIndex = 0
|
|
Me.lblRechnungNr.Text = "Rg-Nr.:"
|
|
'
|
|
'lblRgBetrag
|
|
'
|
|
Me.lblRgBetrag.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblRgBetrag.Location = New System.Drawing.Point(426, 491)
|
|
Me.lblRgBetrag.Name = "lblRgBetrag"
|
|
Me.lblRgBetrag.Size = New System.Drawing.Size(86, 17)
|
|
Me.lblRgBetrag.TabIndex = 13
|
|
Me.lblRgBetrag.Text = "10,00"
|
|
Me.lblRgBetrag.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblSteuerbetrag
|
|
'
|
|
Me.lblSteuerbetrag.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSteuerbetrag.Location = New System.Drawing.Point(426, 472)
|
|
Me.lblSteuerbetrag.Name = "lblSteuerbetrag"
|
|
Me.lblSteuerbetrag.Size = New System.Drawing.Size(86, 17)
|
|
Me.lblSteuerbetrag.TabIndex = 11
|
|
Me.lblSteuerbetrag.Text = "10,00"
|
|
Me.lblSteuerbetrag.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblSteuersatz
|
|
'
|
|
Me.lblSteuersatz.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSteuersatz.Location = New System.Drawing.Point(426, 453)
|
|
Me.lblSteuersatz.Name = "lblSteuersatz"
|
|
Me.lblSteuersatz.Size = New System.Drawing.Size(86, 17)
|
|
Me.lblSteuersatz.TabIndex = 11
|
|
Me.lblSteuersatz.Text = "10,00"
|
|
Me.lblSteuersatz.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblAbfNr
|
|
'
|
|
Me.lblAbfNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAbfNr.Location = New System.Drawing.Point(416, 105)
|
|
Me.lblAbfNr.Name = "lblAbfNr"
|
|
Me.lblAbfNr.Size = New System.Drawing.Size(132, 17)
|
|
Me.lblAbfNr.TabIndex = 90
|
|
Me.lblAbfNr.Text = "-"
|
|
Me.lblAbfNr.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'frmKundenUebersichtZollRgDetails
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(560, 517)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKundenUebersichtZollRgDetails"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Rechnungsdetails"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents lblRgNr As System.Windows.Forms.Label
|
|
Friend WithEvents lblRechnungNr As System.Windows.Forms.Label
|
|
Friend WithEvents lblKunde As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents lblRgDat As System.Windows.Forms.Label
|
|
Friend WithEvents lblAbfDat As System.Windows.Forms.Label
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents lblKdNr As System.Windows.Forms.Label
|
|
Friend WithEvents lblUID As System.Windows.Forms.Label
|
|
Friend WithEvents lblOrt As System.Windows.Forms.Label
|
|
Friend WithEvents lblWaerung As System.Windows.Forms.Label
|
|
Friend WithEvents lblRgBetrag As System.Windows.Forms.Label
|
|
Friend WithEvents Label18 As System.Windows.Forms.Label
|
|
Friend WithEvents lblSteuerbetrag As System.Windows.Forms.Label
|
|
Friend WithEvents lblSteuersatz As System.Windows.Forms.Label
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents DataGridView As System.Windows.Forms.DataGridView
|
|
Friend WithEvents lblBelegartNr As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents cbxLastschrift As VERAG_PROG_ALLGEMEIN.MyCheckbox
|
|
Friend WithEvents Button15 As System.Windows.Forms.Button
|
|
Friend WithEvents lblAbfNr As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|