275 lines
11 KiB
VB.net
275 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmVerzollungspreiseFuellen
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmVerzollungspreiseFuellen))
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.txtVerzollung = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtTarifnummer = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtPapierePorti = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtSVS = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.txtATLAS = New System.Windows.Forms.TextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.txtClearing = New System.Windows.Forms.TextBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.btnWeiter = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(12, 53)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(160, 13)
|
|
Me.lbl.TabIndex = 0
|
|
Me.lbl.Text = "Verzollung (inkl. 2 Tarifnummern)"
|
|
'
|
|
'txtVerzollung
|
|
'
|
|
Me.txtVerzollung.Location = New System.Drawing.Point(236, 50)
|
|
Me.txtVerzollung.Name = "txtVerzollung"
|
|
Me.txtVerzollung.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtVerzollung.TabIndex = 1
|
|
Me.txtVerzollung.Text = "63,00"
|
|
Me.txtVerzollung.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(217, 53)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(13, 13)
|
|
Me.Label1.TabIndex = 2
|
|
Me.Label1.Text = "€"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(217, 79)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(13, 13)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "€"
|
|
'
|
|
'txtTarifnummer
|
|
'
|
|
Me.txtTarifnummer.Location = New System.Drawing.Point(236, 76)
|
|
Me.txtTarifnummer.Name = "txtTarifnummer"
|
|
Me.txtTarifnummer.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtTarifnummer.TabIndex = 4
|
|
Me.txtTarifnummer.Text = "5,00"
|
|
Me.txtTarifnummer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(12, 79)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(113, 13)
|
|
Me.Label3.TabIndex = 3
|
|
Me.Label3.Text = "je weitere Tarifnummer"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(217, 105)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(13, 13)
|
|
Me.Label4.TabIndex = 8
|
|
Me.Label4.Text = "€"
|
|
'
|
|
'txtPapierePorti
|
|
'
|
|
Me.txtPapierePorti.Location = New System.Drawing.Point(236, 102)
|
|
Me.txtPapierePorti.Name = "txtPapierePorti"
|
|
Me.txtPapierePorti.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtPapierePorti.TabIndex = 7
|
|
Me.txtPapierePorti.Text = "9,00"
|
|
Me.txtPapierePorti.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(12, 105)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(67, 13)
|
|
Me.Label5.TabIndex = 6
|
|
Me.Label5.Text = "Papiere Porti"
|
|
'
|
|
'txtSVS
|
|
'
|
|
Me.txtSVS.Location = New System.Drawing.Point(220, 128)
|
|
Me.txtSVS.Name = "txtSVS"
|
|
Me.txtSVS.Size = New System.Drawing.Size(68, 20)
|
|
Me.txtSVS.TabIndex = 10
|
|
Me.txtSVS.Text = "lt. Tabelle"
|
|
Me.txtSVS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(12, 131)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label7.TabIndex = 9
|
|
Me.Label7.Text = "SVS"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(217, 157)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(13, 13)
|
|
Me.Label8.TabIndex = 14
|
|
Me.Label8.Text = "€"
|
|
'
|
|
'txtATLAS
|
|
'
|
|
Me.txtATLAS.Location = New System.Drawing.Point(236, 154)
|
|
Me.txtATLAS.Name = "txtATLAS"
|
|
Me.txtATLAS.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtATLAS.TabIndex = 13
|
|
Me.txtATLAS.Text = "5,00"
|
|
Me.txtATLAS.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(12, 157)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label9.TabIndex = 12
|
|
Me.Label9.Text = "ATLAS"
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(217, 209)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(13, 13)
|
|
Me.Label10.TabIndex = 17
|
|
Me.Label10.Text = "€"
|
|
'
|
|
'txtClearing
|
|
'
|
|
Me.txtClearing.Location = New System.Drawing.Point(236, 206)
|
|
Me.txtClearing.Name = "txtClearing"
|
|
Me.txtClearing.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtClearing.TabIndex = 16
|
|
Me.txtClearing.Text = "80,00"
|
|
Me.txtClearing.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(12, 209)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(81, 13)
|
|
Me.Label11.TabIndex = 15
|
|
Me.Label11.Text = "Clearing-Kosten"
|
|
'
|
|
'btnWeiter
|
|
'
|
|
Me.btnWeiter.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnWeiter.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnWeiter.Location = New System.Drawing.Point(186, 251)
|
|
Me.btnWeiter.Name = "btnWeiter"
|
|
Me.btnWeiter.Size = New System.Drawing.Size(102, 26)
|
|
Me.btnWeiter.TabIndex = 18
|
|
Me.btnWeiter.Text = "Weiter"
|
|
Me.btnWeiter.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(15, 251)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(102, 26)
|
|
Me.Button1.TabIndex = 18
|
|
Me.Button1.Text = "Abbrechen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'frmVerzollungspreiseFuellen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(310, 289)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.btnWeiter)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.txtClearing)
|
|
Me.Controls.Add(Me.Label11)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.txtATLAS)
|
|
Me.Controls.Add(Me.Label9)
|
|
Me.Controls.Add(Me.txtSVS)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.txtPapierePorti)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.txtTarifnummer)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtVerzollung)
|
|
Me.Controls.Add(Me.lbl)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmVerzollungspreiseFuellen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Verzollungspreise"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents lbl As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents btnWeiter As System.Windows.Forms.Button
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Public WithEvents txtVerzollung As System.Windows.Forms.TextBox
|
|
Public WithEvents txtTarifnummer As System.Windows.Forms.TextBox
|
|
Public WithEvents txtPapierePorti As System.Windows.Forms.TextBox
|
|
Public WithEvents txtSVS As System.Windows.Forms.TextBox
|
|
Public WithEvents txtATLAS As System.Windows.Forms.TextBox
|
|
Public WithEvents txtClearing As System.Windows.Forms.TextBox
|
|
End Class
|