488 lines
20 KiB
VB.net
488 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmFrachtkostenBerechnen
|
|
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(frmFrachtkostenBerechnen))
|
|
Me.lblVon = New System.Windows.Forms.Label()
|
|
Me.lblNach = New System.Windows.Forms.Label()
|
|
Me.btnCancel = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.lblEUAnteil = New System.Windows.Forms.Label()
|
|
Me.lblNichtEUAnteil = New System.Windows.Forms.Label()
|
|
Me.lblDistanz = New System.Windows.Forms.Label()
|
|
Me.lblGewicht = New System.Windows.Forms.Label()
|
|
Me.btnCalculate = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txbCalcDistance = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txbNachOrt = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txbVonOrt = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txbNachPLZ = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txbVonPLZ = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.tbNichtEUAnteil = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.tbEUAnteil = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txbGewicht = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblGesamtfrachkosten = New System.Windows.Forms.Label()
|
|
Me.tbxGesamtfrachtkosten = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txbFactor = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblFaktor = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblVon
|
|
'
|
|
Me.lblVon.AutoSize = True
|
|
Me.lblVon.Location = New System.Drawing.Point(5, 9)
|
|
Me.lblVon.Name = "lblVon"
|
|
Me.lblVon.Size = New System.Drawing.Size(64, 13)
|
|
Me.lblVon.TabIndex = 0
|
|
Me.lblVon.Text = "Abgangsort:"
|
|
'
|
|
'lblNach
|
|
'
|
|
Me.lblNach.AutoSize = True
|
|
Me.lblNach.Location = New System.Drawing.Point(205, 9)
|
|
Me.lblNach.Name = "lblNach"
|
|
Me.lblNach.Size = New System.Drawing.Size(84, 13)
|
|
Me.lblNach.TabIndex = 1
|
|
Me.lblNach.Text = "Bestimmungsort:"
|
|
'
|
|
'btnCancel
|
|
'
|
|
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.btnCancel.Location = New System.Drawing.Point(10, 214)
|
|
Me.btnCancel.Name = "btnCancel"
|
|
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnCancel.TabIndex = 4
|
|
Me.btnCancel.Text = "Abbrechen"
|
|
Me.btnCancel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.ComboBox
|
|
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnOK.Location = New System.Drawing.Point(264, 214)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnOK.TabIndex = 5
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'lblEUAnteil
|
|
'
|
|
Me.lblEUAnteil.AutoSize = True
|
|
Me.lblEUAnteil.Location = New System.Drawing.Point(170, 151)
|
|
Me.lblEUAnteil.Name = "lblEUAnteil"
|
|
Me.lblEUAnteil.Size = New System.Drawing.Size(51, 13)
|
|
Me.lblEUAnteil.TabIndex = 8
|
|
Me.lblEUAnteil.Text = "EU Anteil"
|
|
'
|
|
'lblNichtEUAnteil
|
|
'
|
|
Me.lblNichtEUAnteil.AutoSize = True
|
|
Me.lblNichtEUAnteil.Location = New System.Drawing.Point(170, 173)
|
|
Me.lblNichtEUAnteil.Name = "lblNichtEUAnteil"
|
|
Me.lblNichtEUAnteil.Size = New System.Drawing.Size(79, 13)
|
|
Me.lblNichtEUAnteil.TabIndex = 9
|
|
Me.lblNichtEUAnteil.Text = "Nicht EU Anteil"
|
|
'
|
|
'lblDistanz
|
|
'
|
|
Me.lblDistanz.AutoSize = True
|
|
Me.lblDistanz.Location = New System.Drawing.Point(5, 177)
|
|
Me.lblDistanz.Name = "lblDistanz"
|
|
Me.lblDistanz.Size = New System.Drawing.Size(42, 13)
|
|
Me.lblDistanz.TabIndex = 12
|
|
Me.lblDistanz.Text = "Distanz"
|
|
'
|
|
'lblGewicht
|
|
'
|
|
Me.lblGewicht.AutoSize = True
|
|
Me.lblGewicht.Location = New System.Drawing.Point(1, 81)
|
|
Me.lblGewicht.Name = "lblGewicht"
|
|
Me.lblGewicht.Size = New System.Drawing.Size(46, 13)
|
|
Me.lblGewicht.TabIndex = 13
|
|
Me.lblGewicht.Text = "Gewicht"
|
|
'
|
|
'btnCalculate
|
|
'
|
|
Me.btnCalculate.AccessibleRole = System.Windows.Forms.AccessibleRole.ComboBox
|
|
Me.btnCalculate.Location = New System.Drawing.Point(266, 115)
|
|
Me.btnCalculate.Name = "btnCalculate"
|
|
Me.btnCalculate.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnCalculate.TabIndex = 14
|
|
Me.btnCalculate.Text = "Berechnen"
|
|
Me.btnCalculate.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(5, 30)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(27, 13)
|
|
Me.Label1.TabIndex = 17
|
|
Me.Label1.Text = "PLZ"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(5, 52)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(21, 13)
|
|
Me.Label2.TabIndex = 18
|
|
Me.Label2.Text = "Ort"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(211, 56)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(21, 13)
|
|
Me.Label3.TabIndex = 19
|
|
Me.Label3.Text = "Ort"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(205, 30)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(27, 13)
|
|
Me.Label4.TabIndex = 20
|
|
Me.Label4.Text = "PLZ"
|
|
'
|
|
'txbCalcDistance
|
|
'
|
|
Me.txbCalcDistance._DateTimeOnly = False
|
|
Me.txbCalcDistance._numbersOnly = False
|
|
Me.txbCalcDistance._numbersOnlyKommastellen = ""
|
|
Me.txbCalcDistance._numbersOnlyTrennzeichen = True
|
|
Me.txbCalcDistance._Prozent = False
|
|
Me.txbCalcDistance._ShortDateNew = False
|
|
Me.txbCalcDistance._ShortDateOnly = False
|
|
Me.txbCalcDistance._TimeOnly = False
|
|
Me.txbCalcDistance._TimeOnly_Seconds = False
|
|
Me.txbCalcDistance._value = ""
|
|
Me.txbCalcDistance._Waehrung = False
|
|
Me.txbCalcDistance._WaehrungZeichen = True
|
|
Me.txbCalcDistance.ForeColor = System.Drawing.Color.Black
|
|
Me.txbCalcDistance.Location = New System.Drawing.Point(75, 170)
|
|
Me.txbCalcDistance.MaxLineLength = -1
|
|
Me.txbCalcDistance.MaxLines_Warning = ""
|
|
Me.txbCalcDistance.MaxLines_Warning_Label = Nothing
|
|
Me.txbCalcDistance.Name = "txbCalcDistance"
|
|
Me.txbCalcDistance.Size = New System.Drawing.Size(84, 20)
|
|
Me.txbCalcDistance.TabIndex = 21
|
|
'
|
|
'txbNachOrt
|
|
'
|
|
Me.txbNachOrt._DateTimeOnly = False
|
|
Me.txbNachOrt._numbersOnly = False
|
|
Me.txbNachOrt._numbersOnlyKommastellen = ""
|
|
Me.txbNachOrt._numbersOnlyTrennzeichen = True
|
|
Me.txbNachOrt._Prozent = False
|
|
Me.txbNachOrt._ShortDateNew = False
|
|
Me.txbNachOrt._ShortDateOnly = False
|
|
Me.txbNachOrt._TimeOnly = False
|
|
Me.txbNachOrt._TimeOnly_Seconds = False
|
|
Me.txbNachOrt._value = ""
|
|
Me.txbNachOrt._Waehrung = False
|
|
Me.txbNachOrt._WaehrungZeichen = True
|
|
Me.txbNachOrt.ForeColor = System.Drawing.Color.Black
|
|
Me.txbNachOrt.Location = New System.Drawing.Point(255, 49)
|
|
Me.txbNachOrt.MaxLineLength = -1
|
|
Me.txbNachOrt.MaxLines_Warning = ""
|
|
Me.txbNachOrt.MaxLines_Warning_Label = Nothing
|
|
Me.txbNachOrt.Name = "txbNachOrt"
|
|
Me.txbNachOrt.Size = New System.Drawing.Size(84, 20)
|
|
Me.txbNachOrt.TabIndex = 16
|
|
'
|
|
'txbVonOrt
|
|
'
|
|
Me.txbVonOrt._DateTimeOnly = False
|
|
Me.txbVonOrt._numbersOnly = False
|
|
Me.txbVonOrt._numbersOnlyKommastellen = ""
|
|
Me.txbVonOrt._numbersOnlyTrennzeichen = True
|
|
Me.txbVonOrt._Prozent = False
|
|
Me.txbVonOrt._ShortDateNew = False
|
|
Me.txbVonOrt._ShortDateOnly = False
|
|
Me.txbVonOrt._TimeOnly = False
|
|
Me.txbVonOrt._TimeOnly_Seconds = False
|
|
Me.txbVonOrt._value = ""
|
|
Me.txbVonOrt._Waehrung = False
|
|
Me.txbVonOrt._WaehrungZeichen = True
|
|
Me.txbVonOrt.ForeColor = System.Drawing.Color.Black
|
|
Me.txbVonOrt.Location = New System.Drawing.Point(75, 49)
|
|
Me.txbVonOrt.MaxLineLength = -1
|
|
Me.txbVonOrt.MaxLines_Warning = ""
|
|
Me.txbVonOrt.MaxLines_Warning_Label = Nothing
|
|
Me.txbVonOrt.Name = "txbVonOrt"
|
|
Me.txbVonOrt.Size = New System.Drawing.Size(91, 20)
|
|
Me.txbVonOrt.TabIndex = 15
|
|
'
|
|
'txbNachPLZ
|
|
'
|
|
Me.txbNachPLZ._DateTimeOnly = False
|
|
Me.txbNachPLZ._numbersOnly = False
|
|
Me.txbNachPLZ._numbersOnlyKommastellen = ""
|
|
Me.txbNachPLZ._numbersOnlyTrennzeichen = True
|
|
Me.txbNachPLZ._Prozent = False
|
|
Me.txbNachPLZ._ShortDateNew = False
|
|
Me.txbNachPLZ._ShortDateOnly = False
|
|
Me.txbNachPLZ._TimeOnly = False
|
|
Me.txbNachPLZ._TimeOnly_Seconds = False
|
|
Me.txbNachPLZ._value = ""
|
|
Me.txbNachPLZ._Waehrung = False
|
|
Me.txbNachPLZ._WaehrungZeichen = True
|
|
Me.txbNachPLZ.ForeColor = System.Drawing.Color.Black
|
|
Me.txbNachPLZ.Location = New System.Drawing.Point(255, 23)
|
|
Me.txbNachPLZ.MaxLineLength = -1
|
|
Me.txbNachPLZ.MaxLines_Warning = ""
|
|
Me.txbNachPLZ.MaxLines_Warning_Label = Nothing
|
|
Me.txbNachPLZ.Name = "txbNachPLZ"
|
|
Me.txbNachPLZ.Size = New System.Drawing.Size(84, 20)
|
|
Me.txbNachPLZ.TabIndex = 11
|
|
'
|
|
'txbVonPLZ
|
|
'
|
|
Me.txbVonPLZ._DateTimeOnly = False
|
|
Me.txbVonPLZ._numbersOnly = False
|
|
Me.txbVonPLZ._numbersOnlyKommastellen = ""
|
|
Me.txbVonPLZ._numbersOnlyTrennzeichen = True
|
|
Me.txbVonPLZ._Prozent = False
|
|
Me.txbVonPLZ._ShortDateNew = False
|
|
Me.txbVonPLZ._ShortDateOnly = False
|
|
Me.txbVonPLZ._TimeOnly = False
|
|
Me.txbVonPLZ._TimeOnly_Seconds = False
|
|
Me.txbVonPLZ._value = ""
|
|
Me.txbVonPLZ._Waehrung = False
|
|
Me.txbVonPLZ._WaehrungZeichen = True
|
|
Me.txbVonPLZ.ForeColor = System.Drawing.Color.Black
|
|
Me.txbVonPLZ.Location = New System.Drawing.Point(75, 23)
|
|
Me.txbVonPLZ.MaxLineLength = -1
|
|
Me.txbVonPLZ.MaxLines_Warning = ""
|
|
Me.txbVonPLZ.MaxLines_Warning_Label = Nothing
|
|
Me.txbVonPLZ.Name = "txbVonPLZ"
|
|
Me.txbVonPLZ.Size = New System.Drawing.Size(91, 20)
|
|
Me.txbVonPLZ.TabIndex = 10
|
|
'
|
|
'tbNichtEUAnteil
|
|
'
|
|
Me.tbNichtEUAnteil._DateTimeOnly = False
|
|
Me.tbNichtEUAnteil._numbersOnly = False
|
|
Me.tbNichtEUAnteil._numbersOnlyKommastellen = ""
|
|
Me.tbNichtEUAnteil._numbersOnlyTrennzeichen = True
|
|
Me.tbNichtEUAnteil._Prozent = True
|
|
Me.tbNichtEUAnteil._ShortDateNew = False
|
|
Me.tbNichtEUAnteil._ShortDateOnly = False
|
|
Me.tbNichtEUAnteil._TimeOnly = False
|
|
Me.tbNichtEUAnteil._TimeOnly_Seconds = False
|
|
Me.tbNichtEUAnteil._value = ""
|
|
Me.tbNichtEUAnteil._Waehrung = False
|
|
Me.tbNichtEUAnteil._WaehrungZeichen = False
|
|
Me.tbNichtEUAnteil.ForeColor = System.Drawing.Color.Black
|
|
Me.tbNichtEUAnteil.Location = New System.Drawing.Point(257, 170)
|
|
Me.tbNichtEUAnteil.MaxLineLength = -1
|
|
Me.tbNichtEUAnteil.MaxLines_Warning = ""
|
|
Me.tbNichtEUAnteil.MaxLines_Warning_Label = Nothing
|
|
Me.tbNichtEUAnteil.Name = "tbNichtEUAnteil"
|
|
Me.tbNichtEUAnteil.Size = New System.Drawing.Size(84, 20)
|
|
Me.tbNichtEUAnteil.TabIndex = 7
|
|
'
|
|
'tbEUAnteil
|
|
'
|
|
Me.tbEUAnteil._DateTimeOnly = False
|
|
Me.tbEUAnteil._numbersOnly = False
|
|
Me.tbEUAnteil._numbersOnlyKommastellen = ""
|
|
Me.tbEUAnteil._numbersOnlyTrennzeichen = False
|
|
Me.tbEUAnteil._Prozent = True
|
|
Me.tbEUAnteil._ShortDateNew = False
|
|
Me.tbEUAnteil._ShortDateOnly = False
|
|
Me.tbEUAnteil._TimeOnly = False
|
|
Me.tbEUAnteil._TimeOnly_Seconds = False
|
|
Me.tbEUAnteil._value = ""
|
|
Me.tbEUAnteil._Waehrung = False
|
|
Me.tbEUAnteil._WaehrungZeichen = False
|
|
Me.tbEUAnteil.ForeColor = System.Drawing.Color.Black
|
|
Me.tbEUAnteil.Location = New System.Drawing.Point(255, 144)
|
|
Me.tbEUAnteil.MaxLineLength = -1
|
|
Me.tbEUAnteil.MaxLines_Warning = ""
|
|
Me.tbEUAnteil.MaxLines_Warning_Label = Nothing
|
|
Me.tbEUAnteil.Name = "tbEUAnteil"
|
|
Me.tbEUAnteil.Size = New System.Drawing.Size(84, 20)
|
|
Me.tbEUAnteil.TabIndex = 6
|
|
'
|
|
'txbGewicht
|
|
'
|
|
Me.txbGewicht._DateTimeOnly = False
|
|
Me.txbGewicht._numbersOnly = False
|
|
Me.txbGewicht._numbersOnlyKommastellen = ""
|
|
Me.txbGewicht._numbersOnlyTrennzeichen = True
|
|
Me.txbGewicht._Prozent = False
|
|
Me.txbGewicht._ShortDateNew = False
|
|
Me.txbGewicht._ShortDateOnly = False
|
|
Me.txbGewicht._TimeOnly = False
|
|
Me.txbGewicht._TimeOnly_Seconds = False
|
|
Me.txbGewicht._value = ""
|
|
Me.txbGewicht._Waehrung = False
|
|
Me.txbGewicht._WaehrungZeichen = True
|
|
Me.txbGewicht.ForeColor = System.Drawing.Color.Black
|
|
Me.txbGewicht.Location = New System.Drawing.Point(75, 78)
|
|
Me.txbGewicht.MaxLineLength = -1
|
|
Me.txbGewicht.MaxLines_Warning = ""
|
|
Me.txbGewicht.MaxLines_Warning_Label = Nothing
|
|
Me.txbGewicht.Name = "txbGewicht"
|
|
Me.txbGewicht.ReadOnly = True
|
|
Me.txbGewicht.Size = New System.Drawing.Size(84, 20)
|
|
Me.txbGewicht.TabIndex = 22
|
|
'
|
|
'lblGesamtfrachkosten
|
|
'
|
|
Me.lblGesamtfrachkosten.AutoSize = True
|
|
Me.lblGesamtfrachkosten.Location = New System.Drawing.Point(1, 104)
|
|
Me.lblGesamtfrachkosten.Name = "lblGesamtfrachkosten"
|
|
Me.lblGesamtfrachkosten.Size = New System.Drawing.Size(92, 13)
|
|
Me.lblGesamtfrachkosten.TabIndex = 13
|
|
Me.lblGesamtfrachkosten.Text = "Frachtkosten ges."
|
|
'
|
|
'tbxGesamtfrachtkosten
|
|
'
|
|
Me.tbxGesamtfrachtkosten._DateTimeOnly = False
|
|
Me.tbxGesamtfrachtkosten._numbersOnly = False
|
|
Me.tbxGesamtfrachtkosten._numbersOnlyKommastellen = ""
|
|
Me.tbxGesamtfrachtkosten._numbersOnlyTrennzeichen = True
|
|
Me.tbxGesamtfrachtkosten._Prozent = False
|
|
Me.tbxGesamtfrachtkosten._ShortDateNew = False
|
|
Me.tbxGesamtfrachtkosten._ShortDateOnly = False
|
|
Me.tbxGesamtfrachtkosten._TimeOnly = False
|
|
Me.tbxGesamtfrachtkosten._TimeOnly_Seconds = False
|
|
Me.tbxGesamtfrachtkosten._value = ""
|
|
Me.tbxGesamtfrachtkosten._Waehrung = True
|
|
Me.tbxGesamtfrachtkosten._WaehrungZeichen = True
|
|
Me.tbxGesamtfrachtkosten.ForeColor = System.Drawing.Color.Black
|
|
Me.tbxGesamtfrachtkosten.Location = New System.Drawing.Point(99, 101)
|
|
Me.tbxGesamtfrachtkosten.MaxLineLength = -1
|
|
Me.tbxGesamtfrachtkosten.MaxLines_Warning = ""
|
|
Me.tbxGesamtfrachtkosten.MaxLines_Warning_Label = Nothing
|
|
Me.tbxGesamtfrachtkosten.Name = "tbxGesamtfrachtkosten"
|
|
Me.tbxGesamtfrachtkosten.ReadOnly = True
|
|
Me.tbxGesamtfrachtkosten.Size = New System.Drawing.Size(60, 20)
|
|
Me.tbxGesamtfrachtkosten.TabIndex = 23
|
|
'
|
|
'txbFactor
|
|
'
|
|
Me.txbFactor._DateTimeOnly = False
|
|
Me.txbFactor._numbersOnly = True
|
|
Me.txbFactor._numbersOnlyKommastellen = ""
|
|
Me.txbFactor._numbersOnlyTrennzeichen = True
|
|
Me.txbFactor._Prozent = False
|
|
Me.txbFactor._ShortDateNew = False
|
|
Me.txbFactor._ShortDateOnly = False
|
|
Me.txbFactor._TimeOnly = False
|
|
Me.txbFactor._TimeOnly_Seconds = False
|
|
Me.txbFactor._value = ""
|
|
Me.txbFactor._Waehrung = True
|
|
Me.txbFactor._WaehrungZeichen = True
|
|
Me.txbFactor.ForeColor = System.Drawing.Color.Black
|
|
Me.txbFactor.Location = New System.Drawing.Point(99, 122)
|
|
Me.txbFactor.MaxLineLength = -1
|
|
Me.txbFactor.MaxLines_Warning = ""
|
|
Me.txbFactor.MaxLines_Warning_Label = Nothing
|
|
Me.txbFactor.Name = "txbFactor"
|
|
Me.txbFactor.Size = New System.Drawing.Size(60, 20)
|
|
Me.txbFactor.TabIndex = 25
|
|
'
|
|
'lblFaktor
|
|
'
|
|
Me.lblFaktor.AutoSize = True
|
|
Me.lblFaktor.Location = New System.Drawing.Point(1, 125)
|
|
Me.lblFaktor.Name = "lblFaktor"
|
|
Me.lblFaktor.Size = New System.Drawing.Size(37, 13)
|
|
Me.lblFaktor.TabIndex = 24
|
|
Me.lblFaktor.Text = "Faktor"
|
|
'
|
|
'frmFrachtkostenBerechnen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(353, 252)
|
|
Me.Controls.Add(Me.txbFactor)
|
|
Me.Controls.Add(Me.lblFaktor)
|
|
Me.Controls.Add(Me.tbxGesamtfrachtkosten)
|
|
Me.Controls.Add(Me.txbGewicht)
|
|
Me.Controls.Add(Me.txbCalcDistance)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txbNachOrt)
|
|
Me.Controls.Add(Me.txbVonOrt)
|
|
Me.Controls.Add(Me.btnCalculate)
|
|
Me.Controls.Add(Me.lblGesamtfrachkosten)
|
|
Me.Controls.Add(Me.lblGewicht)
|
|
Me.Controls.Add(Me.lblDistanz)
|
|
Me.Controls.Add(Me.txbNachPLZ)
|
|
Me.Controls.Add(Me.txbVonPLZ)
|
|
Me.Controls.Add(Me.lblNichtEUAnteil)
|
|
Me.Controls.Add(Me.lblEUAnteil)
|
|
Me.Controls.Add(Me.tbNichtEUAnteil)
|
|
Me.Controls.Add(Me.tbEUAnteil)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.btnCancel)
|
|
Me.Controls.Add(Me.lblNach)
|
|
Me.Controls.Add(Me.lblVon)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmFrachtkostenBerechnen"
|
|
Me.Text = "Frachtkosten berechnen"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents lblVon As Label
|
|
Friend WithEvents lblNach As Label
|
|
Friend WithEvents btnCancel As Button
|
|
Friend WithEvents btnOK As Button
|
|
Friend WithEvents tbEUAnteil As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents tbNichtEUAnteil As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblEUAnteil As Label
|
|
Friend WithEvents lblNichtEUAnteil As Label
|
|
Friend WithEvents txbVonPLZ As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txbNachPLZ As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblDistanz As Label
|
|
Friend WithEvents lblGewicht As Label
|
|
Friend WithEvents btnCalculate As Button
|
|
Friend WithEvents txbVonOrt As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txbNachOrt As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents txbCalcDistance As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txbGewicht As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblGesamtfrachkosten As Label
|
|
Friend WithEvents tbxGesamtfrachtkosten As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txbFactor As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblFaktor As Label
|
|
End Class
|