feature_Frachtkostenberechnung
This commit is contained in:
514
Aviso/frmFrachtkostenBerechnen.Designer.vb
generated
514
Aviso/frmFrachtkostenBerechnen.Designer.vb
generated
@@ -25,19 +25,29 @@ Partial Class frmFrachtkostenBerechnen
|
||||
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.cbxVon = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.cbxNach = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.btnCancel = New System.Windows.Forms.Button()
|
||||
Me.btnOK = New System.Windows.Forms.Button()
|
||||
Me.tbEUAnteil = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.tbNichtEUAnteil = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.lblEUAnteil = New System.Windows.Forms.Label()
|
||||
Me.lblNichtEUAnteil = New System.Windows.Forms.Label()
|
||||
Me.txbVon = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txbNach = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.lblRohmasse = New System.Windows.Forms.Label()
|
||||
Me.lblFrachtfaktor = 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
|
||||
@@ -52,40 +62,16 @@ Partial Class frmFrachtkostenBerechnen
|
||||
'lblNach
|
||||
'
|
||||
Me.lblNach.AutoSize = True
|
||||
Me.lblNach.Location = New System.Drawing.Point(229, 6)
|
||||
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:"
|
||||
'
|
||||
'cbxVon
|
||||
'
|
||||
Me.cbxVon._allowedValuesFreiText = Nothing
|
||||
Me.cbxVon._allowFreiText = False
|
||||
Me.cbxVon._value = ""
|
||||
Me.cbxVon.Enabled = False
|
||||
Me.cbxVon.FormattingEnabled = True
|
||||
Me.cbxVon.Location = New System.Drawing.Point(74, 6)
|
||||
Me.cbxVon.Name = "cbxVon"
|
||||
Me.cbxVon.Size = New System.Drawing.Size(121, 21)
|
||||
Me.cbxVon.TabIndex = 2
|
||||
'
|
||||
'cbxNach
|
||||
'
|
||||
Me.cbxNach._allowedValuesFreiText = Nothing
|
||||
Me.cbxNach._allowFreiText = False
|
||||
Me.cbxNach._value = ""
|
||||
Me.cbxNach.Enabled = False
|
||||
Me.cbxNach.FormattingEnabled = True
|
||||
Me.cbxNach.Location = New System.Drawing.Point(319, 6)
|
||||
Me.cbxNach.Name = "cbxNach"
|
||||
Me.cbxNach.Size = New System.Drawing.Size(121, 21)
|
||||
Me.cbxNach.TabIndex = 3
|
||||
'
|
||||
'btnCancel
|
||||
'
|
||||
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||
Me.btnCancel.Location = New System.Drawing.Point(10, 170)
|
||||
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
|
||||
@@ -96,63 +82,17 @@ Partial Class frmFrachtkostenBerechnen
|
||||
'
|
||||
Me.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.ComboBox
|
||||
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.btnOK.Location = New System.Drawing.Point(365, 170)
|
||||
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
|
||||
'
|
||||
'tbEUAnteil
|
||||
'
|
||||
Me.tbEUAnteil._DateTimeOnly = False
|
||||
Me.tbEUAnteil._numbersOnly = False
|
||||
Me.tbEUAnteil._numbersOnlyKommastellen = ""
|
||||
Me.tbEUAnteil._numbersOnlyTrennzeichen = True
|
||||
Me.tbEUAnteil._Prozent = False
|
||||
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 = True
|
||||
Me.tbEUAnteil.ForeColor = System.Drawing.Color.Black
|
||||
Me.tbEUAnteil.Location = New System.Drawing.Point(340, 91)
|
||||
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(100, 20)
|
||||
Me.tbEUAnteil.TabIndex = 6
|
||||
'
|
||||
'tbNichtEUAnteil
|
||||
'
|
||||
Me.tbNichtEUAnteil._DateTimeOnly = False
|
||||
Me.tbNichtEUAnteil._numbersOnly = False
|
||||
Me.tbNichtEUAnteil._numbersOnlyKommastellen = ""
|
||||
Me.tbNichtEUAnteil._numbersOnlyTrennzeichen = True
|
||||
Me.tbNichtEUAnteil._Prozent = False
|
||||
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 = True
|
||||
Me.tbNichtEUAnteil.ForeColor = System.Drawing.Color.Black
|
||||
Me.tbNichtEUAnteil.Location = New System.Drawing.Point(340, 121)
|
||||
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(100, 20)
|
||||
Me.tbNichtEUAnteil.TabIndex = 7
|
||||
'
|
||||
'lblEUAnteil
|
||||
'
|
||||
Me.lblEUAnteil.AutoSize = True
|
||||
Me.lblEUAnteil.Location = New System.Drawing.Point(229, 98)
|
||||
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
|
||||
@@ -161,104 +101,354 @@ Partial Class frmFrachtkostenBerechnen
|
||||
'lblNichtEUAnteil
|
||||
'
|
||||
Me.lblNichtEUAnteil.AutoSize = True
|
||||
Me.lblNichtEUAnteil.Location = New System.Drawing.Point(229, 124)
|
||||
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"
|
||||
'
|
||||
'txbVon
|
||||
'lblDistanz
|
||||
'
|
||||
Me.txbVon._DateTimeOnly = False
|
||||
Me.txbVon._numbersOnly = False
|
||||
Me.txbVon._numbersOnlyKommastellen = ""
|
||||
Me.txbVon._numbersOnlyTrennzeichen = True
|
||||
Me.txbVon._Prozent = False
|
||||
Me.txbVon._ShortDateNew = False
|
||||
Me.txbVon._ShortDateOnly = False
|
||||
Me.txbVon._TimeOnly = False
|
||||
Me.txbVon._TimeOnly_Seconds = False
|
||||
Me.txbVon._value = ""
|
||||
Me.txbVon._Waehrung = False
|
||||
Me.txbVon._WaehrungZeichen = True
|
||||
Me.txbVon.ForeColor = System.Drawing.Color.Black
|
||||
Me.txbVon.Location = New System.Drawing.Point(74, 33)
|
||||
Me.txbVon.MaxLineLength = -1
|
||||
Me.txbVon.MaxLines_Warning = ""
|
||||
Me.txbVon.MaxLines_Warning_Label = Nothing
|
||||
Me.txbVon.Name = "txbVon"
|
||||
Me.txbVon.Size = New System.Drawing.Size(121, 20)
|
||||
Me.txbVon.TabIndex = 10
|
||||
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"
|
||||
'
|
||||
'txbNach
|
||||
'lblGewicht
|
||||
'
|
||||
Me.txbNach._DateTimeOnly = False
|
||||
Me.txbNach._numbersOnly = False
|
||||
Me.txbNach._numbersOnlyKommastellen = ""
|
||||
Me.txbNach._numbersOnlyTrennzeichen = True
|
||||
Me.txbNach._Prozent = False
|
||||
Me.txbNach._ShortDateNew = False
|
||||
Me.txbNach._ShortDateOnly = False
|
||||
Me.txbNach._TimeOnly = False
|
||||
Me.txbNach._TimeOnly_Seconds = False
|
||||
Me.txbNach._value = ""
|
||||
Me.txbNach._Waehrung = False
|
||||
Me.txbNach._WaehrungZeichen = True
|
||||
Me.txbNach.ForeColor = System.Drawing.Color.Black
|
||||
Me.txbNach.Location = New System.Drawing.Point(319, 33)
|
||||
Me.txbNach.MaxLineLength = -1
|
||||
Me.txbNach.MaxLines_Warning = ""
|
||||
Me.txbNach.MaxLines_Warning_Label = Nothing
|
||||
Me.txbNach.Name = "txbNach"
|
||||
Me.txbNach.Size = New System.Drawing.Size(121, 20)
|
||||
Me.txbNach.TabIndex = 11
|
||||
'
|
||||
'lblRohmasse
|
||||
'
|
||||
Me.lblRohmasse.AutoSize = True
|
||||
Me.lblRohmasse.Location = New System.Drawing.Point(5, 102)
|
||||
Me.lblRohmasse.Name = "lblRohmasse"
|
||||
Me.lblRohmasse.Size = New System.Drawing.Size(57, 13)
|
||||
Me.lblRohmasse.TabIndex = 12
|
||||
Me.lblRohmasse.Text = "Rohmasse"
|
||||
'
|
||||
'lblFrachtfaktor
|
||||
'
|
||||
Me.lblFrachtfaktor.AutoSize = True
|
||||
Me.lblFrachtfaktor.Location = New System.Drawing.Point(5, 128)
|
||||
Me.lblFrachtfaktor.Name = "lblFrachtfaktor"
|
||||
Me.lblFrachtfaktor.Size = New System.Drawing.Size(73, 13)
|
||||
Me.lblFrachtfaktor.TabIndex = 13
|
||||
Me.lblFrachtfaktor.Text = "Faktor pro KG"
|
||||
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(365, 147)
|
||||
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(450, 205)
|
||||
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.lblFrachtfaktor)
|
||||
Me.Controls.Add(Me.lblRohmasse)
|
||||
Me.Controls.Add(Me.txbNach)
|
||||
Me.Controls.Add(Me.txbVon)
|
||||
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.cbxNach)
|
||||
Me.Controls.Add(Me.cbxVon)
|
||||
Me.Controls.Add(Me.lblNach)
|
||||
Me.Controls.Add(Me.lblVon)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
@@ -271,17 +461,27 @@ Partial Class frmFrachtkostenBerechnen
|
||||
|
||||
Friend WithEvents lblVon As Label
|
||||
Friend WithEvents lblNach As Label
|
||||
Friend WithEvents cbxVon As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents cbxNach As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
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 txbVon As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents txbNach As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents lblRohmasse As Label
|
||||
Friend WithEvents lblFrachtfaktor 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
|
||||
|
||||
Reference in New Issue
Block a user