_ Partial Class frmFrachtkosten Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFrachtkosten)) Me.btnClose = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.txtCalcStueck = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtCalcLaenge = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtCalcBreite = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.txtCalcHoehe = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label33 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.txtCalcKurs = New System.Windows.Forms.TextBox() Me.txtCalcLademeter = New System.Windows.Forms.TextBox() Me.Label32 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Label31 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.txtCalcBetrag = New System.Windows.Forms.TextBox() Me.txtCalcGewichtLDM = New System.Windows.Forms.TextBox() Me.txtCalcTatGewicht = New System.Windows.Forms.TextBox() Me.txtCalcGewichtM3 = New System.Windows.Forms.TextBox() Me.lblCalcM3 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label30 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label22 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.btnSave = New System.Windows.Forms.Button() Me.Label12 = New System.Windows.Forms.Label() Me.txtFirmaProvision = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.txtFirmaPreisProLDM = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.txtFirmaPreisProM3 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.cboFirmen = New System.Windows.Forms.ComboBox() Me.btnNext = New System.Windows.Forms.Button() Me.btnPrev = New System.Windows.Forms.Button() Me.dgvFrachtkosten = New System.Windows.Forms.DataGridView() Me.clmnStueck = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnLaenge = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnBreite = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnHoehe = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnLDM = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnTatGewicht = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.FrachtpfGewichtM3 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnFrachtpfGewichtLDM = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnKurs = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnBetrag = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.txtSumGewM3 = New System.Windows.Forms.TextBox() Me.txtSumGewLDM = New System.Windows.Forms.TextBox() Me.txtSumBetrag = New System.Windows.Forms.TextBox() Me.txtSumStk = New System.Windows.Forms.TextBox() Me.txtSumLdm = New System.Windows.Forms.TextBox() Me.txtSumTatGew = New System.Windows.Forms.TextBox() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() CType(Me.dgvFrachtkosten, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btnClose ' Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnClose.Location = New System.Drawing.Point(12, 388) Me.btnClose.Name = "btnClose" Me.btnClose.Size = New System.Drawing.Size(134, 35) Me.btnClose.TabIndex = 2 Me.btnClose.Text = "Schließen" Me.btnClose.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 20) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(41, 13) Me.Label1.TabIndex = 41 Me.Label1.Text = "Firma:" ' 'txtCalcStueck ' Me.txtCalcStueck.AccessibleDescription = "" Me.txtCalcStueck.AccessibleName = "" Me.txtCalcStueck.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtCalcStueck.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcStueck.Location = New System.Drawing.Point(6, 81) Me.txtCalcStueck.Name = "txtCalcStueck" Me.txtCalcStueck.Size = New System.Drawing.Size(93, 20) Me.txtCalcStueck.TabIndex = 1 Me.txtCalcStueck.Tag = "" Me.txtCalcStueck.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(6, 65) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(40, 13) Me.Label2.TabIndex = 41 Me.Label2.Text = "Menge" ' 'txtCalcLaenge ' Me.txtCalcLaenge.AccessibleDescription = "" Me.txtCalcLaenge.AccessibleName = "" Me.txtCalcLaenge.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtCalcLaenge.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcLaenge.Location = New System.Drawing.Point(161, 81) Me.txtCalcLaenge.Name = "txtCalcLaenge" Me.txtCalcLaenge.Size = New System.Drawing.Size(61, 20) Me.txtCalcLaenge.TabIndex = 2 Me.txtCalcLaenge.Tag = "" Me.txtCalcLaenge.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(159, 65) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(60, 13) Me.Label3.TabIndex = 41 Me.Label3.Text = "Länge (cm)" ' 'txtCalcBreite ' Me.txtCalcBreite.AccessibleDescription = "" Me.txtCalcBreite.AccessibleName = "" Me.txtCalcBreite.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtCalcBreite.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcBreite.Location = New System.Drawing.Point(246, 81) Me.txtCalcBreite.Name = "txtCalcBreite" Me.txtCalcBreite.Size = New System.Drawing.Size(61, 20) Me.txtCalcBreite.TabIndex = 3 Me.txtCalcBreite.Tag = "" Me.txtCalcBreite.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(228, 84) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(12, 13) Me.Label5.TabIndex = 41 Me.Label5.Text = "x" ' 'txtCalcHoehe ' Me.txtCalcHoehe.AccessibleDescription = "" Me.txtCalcHoehe.AccessibleName = "" Me.txtCalcHoehe.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtCalcHoehe.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcHoehe.Location = New System.Drawing.Point(331, 81) Me.txtCalcHoehe.Name = "txtCalcHoehe" Me.txtCalcHoehe.Size = New System.Drawing.Size(61, 20) Me.txtCalcHoehe.TabIndex = 4 Me.txtCalcHoehe.Tag = "" Me.txtCalcHoehe.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(313, 84) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(12, 13) Me.Label6.TabIndex = 41 Me.Label6.Text = "x" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(243, 65) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(57, 13) Me.Label4.TabIndex = 41 Me.Label4.Text = "Breite (cm)" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(328, 65) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(56, 13) Me.Label7.TabIndex = 41 Me.Label7.Text = "Höhe (cm)" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label33) Me.GroupBox1.Controls.Add(Me.Label18) Me.GroupBox1.Controls.Add(Me.txtCalcKurs) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.txtCalcLademeter) Me.GroupBox1.Controls.Add(Me.txtCalcStueck) Me.GroupBox1.Controls.Add(Me.Label32) Me.GroupBox1.Controls.Add(Me.txtCalcLaenge) Me.GroupBox1.Controls.Add(Me.Label19) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.txtCalcBreite) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.Label17) Me.GroupBox1.Controls.Add(Me.Label31) Me.GroupBox1.Controls.Add(Me.Label21) Me.GroupBox1.Controls.Add(Me.Label23) Me.GroupBox1.Controls.Add(Me.Label16) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.txtCalcBetrag) Me.GroupBox1.Controls.Add(Me.txtCalcGewichtLDM) Me.GroupBox1.Controls.Add(Me.txtCalcTatGewicht) Me.GroupBox1.Controls.Add(Me.txtCalcGewichtM3) Me.GroupBox1.Controls.Add(Me.txtCalcHoehe) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.lblCalcM3) Me.GroupBox1.Controls.Add(Me.Label13) Me.GroupBox1.Controls.Add(Me.Label30) Me.GroupBox1.Controls.Add(Me.Label20) Me.GroupBox1.Controls.Add(Me.Label22) Me.GroupBox1.Controls.Add(Me.Label15) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Location = New System.Drawing.Point(697, 62) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(75, 22) Me.GroupBox1.TabIndex = 42 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Rechner" Me.GroupBox1.Visible = False ' 'Label33 ' Me.Label33.AutoSize = True Me.Label33.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label33.Location = New System.Drawing.Point(296, 190) Me.Label33.Name = "Label33" Me.Label33.Size = New System.Drawing.Size(28, 13) Me.Label33.TabIndex = 41 Me.Label33.Text = "Kurs" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.Location = New System.Drawing.Point(296, 119) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(57, 13) Me.Label18.TabIndex = 41 Me.Label18.Text = "Lademeter" ' 'txtCalcKurs ' Me.txtCalcKurs.AccessibleDescription = "" Me.txtCalcKurs.AccessibleName = "" Me.txtCalcKurs.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtCalcKurs.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcKurs.Location = New System.Drawing.Point(299, 206) Me.txtCalcKurs.Name = "txtCalcKurs" Me.txtCalcKurs.Size = New System.Drawing.Size(93, 20) Me.txtCalcKurs.TabIndex = 6 Me.txtCalcKurs.Tag = "" Me.txtCalcKurs.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtCalcLademeter ' Me.txtCalcLademeter.AccessibleDescription = "" Me.txtCalcLademeter.AccessibleName = "" Me.txtCalcLademeter.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtCalcLademeter.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcLademeter.Location = New System.Drawing.Point(299, 135) Me.txtCalcLademeter.Name = "txtCalcLademeter" Me.txtCalcLademeter.Size = New System.Drawing.Size(93, 20) Me.txtCalcLademeter.TabIndex = 5 Me.txtCalcLademeter.Tag = "" Me.txtCalcLademeter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label32 ' Me.Label32.AutoSize = True Me.Label32.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label32.Location = New System.Drawing.Point(399, 209) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(13, 13) Me.Label32.TabIndex = 41 Me.Label32.Text = "€" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(399, 138) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(15, 13) Me.Label19.TabIndex = 41 Me.Label19.Text = "m" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(105, 84) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(26, 13) Me.Label17.TabIndex = 41 Me.Label17.Text = "Stk." ' 'Label31 ' Me.Label31.AutoSize = True Me.Label31.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label31.Location = New System.Drawing.Point(643, 209) Me.Label31.Name = "Label31" Me.Label31.Size = New System.Drawing.Size(13, 13) Me.Label31.TabIndex = 41 Me.Label31.Text = "€" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label21.Location = New System.Drawing.Point(643, 138) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(19, 13) Me.Label21.TabIndex = 41 Me.Label21.Text = "kg" ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label23.Location = New System.Drawing.Point(643, 35) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(19, 13) Me.Label23.TabIndex = 41 Me.Label23.Text = "kg" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Location = New System.Drawing.Point(643, 84) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(19, 13) Me.Label16.TabIndex = 41 Me.Label16.Text = "kg" ' 'txtCalcBetrag ' Me.txtCalcBetrag.AccessibleDescription = "" Me.txtCalcBetrag.AccessibleName = "" Me.txtCalcBetrag.BackColor = System.Drawing.SystemColors.ControlLightLight Me.txtCalcBetrag.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcBetrag.Location = New System.Drawing.Point(497, 206) Me.txtCalcBetrag.Name = "txtCalcBetrag" Me.txtCalcBetrag.ReadOnly = True Me.txtCalcBetrag.Size = New System.Drawing.Size(140, 20) Me.txtCalcBetrag.TabIndex = 38 Me.txtCalcBetrag.Tag = "" Me.txtCalcBetrag.Text = "0.00" Me.txtCalcBetrag.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtCalcGewichtLDM ' Me.txtCalcGewichtLDM.AccessibleDescription = "" Me.txtCalcGewichtLDM.AccessibleName = "" Me.txtCalcGewichtLDM.BackColor = System.Drawing.SystemColors.ControlLightLight Me.txtCalcGewichtLDM.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcGewichtLDM.Location = New System.Drawing.Point(497, 135) Me.txtCalcGewichtLDM.Name = "txtCalcGewichtLDM" Me.txtCalcGewichtLDM.ReadOnly = True Me.txtCalcGewichtLDM.Size = New System.Drawing.Size(140, 20) Me.txtCalcGewichtLDM.TabIndex = 38 Me.txtCalcGewichtLDM.Tag = "" Me.txtCalcGewichtLDM.Text = "0.00" Me.txtCalcGewichtLDM.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtCalcTatGewicht ' Me.txtCalcTatGewicht.AccessibleDescription = "" Me.txtCalcTatGewicht.AccessibleName = "" Me.txtCalcTatGewicht.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtCalcTatGewicht.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcTatGewicht.Location = New System.Drawing.Point(497, 32) Me.txtCalcTatGewicht.Name = "txtCalcTatGewicht" Me.txtCalcTatGewicht.Size = New System.Drawing.Size(140, 20) Me.txtCalcTatGewicht.TabIndex = 0 Me.txtCalcTatGewicht.Tag = "" Me.txtCalcTatGewicht.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtCalcGewichtM3 ' Me.txtCalcGewichtM3.AccessibleDescription = "" Me.txtCalcGewichtM3.AccessibleName = "" Me.txtCalcGewichtM3.BackColor = System.Drawing.SystemColors.ControlLightLight Me.txtCalcGewichtM3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCalcGewichtM3.Location = New System.Drawing.Point(497, 81) Me.txtCalcGewichtM3.Name = "txtCalcGewichtM3" Me.txtCalcGewichtM3.ReadOnly = True Me.txtCalcGewichtM3.Size = New System.Drawing.Size(140, 20) Me.txtCalcGewichtM3.TabIndex = 38 Me.txtCalcGewichtM3.Tag = "" Me.txtCalcGewichtM3.Text = "0.00" Me.txtCalcGewichtM3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'lblCalcM3 ' Me.lblCalcM3.AutoSize = True Me.lblCalcM3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCalcM3.Location = New System.Drawing.Point(413, 84) Me.lblCalcM3.Name = "lblCalcM3" Me.lblCalcM3.Size = New System.Drawing.Size(42, 13) Me.lblCalcM3.TabIndex = 41 Me.lblCalcM3.Text = "0.00 m³" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.Location = New System.Drawing.Point(398, 84) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(13, 13) Me.Label13.TabIndex = 41 Me.Label13.Text = "=" ' 'Label30 ' Me.Label30.AutoSize = True Me.Label30.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label30.Location = New System.Drawing.Point(494, 190) Me.Label30.Name = "Label30" Me.Label30.Size = New System.Drawing.Size(38, 13) Me.Label30.TabIndex = 41 Me.Label30.Text = "Betrag" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(494, 119) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(146, 13) Me.Label20.TabIndex = 41 Me.Label20.Text = "Frachtpfl. Gewicht nach LDM" ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label22.Location = New System.Drawing.Point(494, 16) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(115, 13) Me.Label22.TabIndex = 41 Me.Label22.Text = "Tatsächliches Gewicht" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(494, 65) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(134, 13) Me.Label15.TabIndex = 41 Me.Label15.Text = "Frachtpfl. Gewicht nach m³" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.btnSave) Me.GroupBox2.Controls.Add(Me.Label12) Me.GroupBox2.Controls.Add(Me.txtFirmaProvision) Me.GroupBox2.Controls.Add(Me.Label14) Me.GroupBox2.Controls.Add(Me.Label9) Me.GroupBox2.Controls.Add(Me.txtFirmaPreisProLDM) Me.GroupBox2.Controls.Add(Me.Label11) Me.GroupBox2.Controls.Add(Me.Label10) Me.GroupBox2.Controls.Add(Me.txtFirmaPreisProM3) Me.GroupBox2.Location = New System.Drawing.Point(15, 62) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(665, 100) Me.GroupBox2.TabIndex = 43 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Daten" ' 'btnSave ' Me.btnSave.Location = New System.Drawing.Point(497, 44) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(75, 23) Me.btnSave.TabIndex = 3 Me.btnSave.Text = "Speichern" Me.btnSave.UseVisualStyleBackColor = True ' '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(362, 30) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(50, 13) Me.Label12.TabIndex = 41 Me.Label12.Text = "Provision" ' 'txtFirmaProvision ' Me.txtFirmaProvision.AccessibleDescription = "" Me.txtFirmaProvision.AccessibleName = "" Me.txtFirmaProvision.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtFirmaProvision.Location = New System.Drawing.Point(362, 46) Me.txtFirmaProvision.Name = "txtFirmaProvision" Me.txtFirmaProvision.Size = New System.Drawing.Size(110, 20) Me.txtFirmaProvision.TabIndex = 2 Me.txtFirmaProvision.Tag = "" Me.txtFirmaProvision.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(6, 30) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(52, 13) Me.Label14.TabIndex = 41 Me.Label14.Text = "Preis / m³" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(159, 30) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(64, 13) Me.Label9.TabIndex = 41 Me.Label9.Text = "Preis / LDM" ' 'txtFirmaPreisProLDM ' Me.txtFirmaPreisProLDM.AccessibleDescription = "" Me.txtFirmaPreisProLDM.AccessibleName = "" Me.txtFirmaPreisProLDM.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtFirmaPreisProLDM.Location = New System.Drawing.Point(159, 46) Me.txtFirmaPreisProLDM.Name = "txtFirmaPreisProLDM" Me.txtFirmaPreisProLDM.Size = New System.Drawing.Size(110, 20) Me.txtFirmaPreisProLDM.TabIndex = 1 Me.txtFirmaPreisProLDM.Tag = "" Me.txtFirmaPreisProLDM.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(275, 49) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(13, 13) Me.Label11.TabIndex = 41 Me.Label11.Text = "€" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(122, 49) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(13, 13) Me.Label10.TabIndex = 41 Me.Label10.Text = "€" ' 'txtFirmaPreisProM3 ' Me.txtFirmaPreisProM3.AccessibleDescription = "" Me.txtFirmaPreisProM3.AccessibleName = "" Me.txtFirmaPreisProM3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtFirmaPreisProM3.Location = New System.Drawing.Point(9, 46) Me.txtFirmaPreisProM3.Name = "txtFirmaPreisProM3" Me.txtFirmaPreisProM3.Size = New System.Drawing.Size(107, 20) Me.txtFirmaPreisProM3.TabIndex = 0 Me.txtFirmaPreisProM3.Tag = "" Me.txtFirmaPreisProM3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(13, 336) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(45, 13) Me.Label8.TabIndex = 41 Me.Label8.Text = "Summe:" ' 'cboFirmen ' Me.cboFirmen.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.cboFirmen.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cboFirmen.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cboFirmen.FormattingEnabled = True Me.cboFirmen.Location = New System.Drawing.Point(59, 15) Me.cboFirmen.Name = "cboFirmen" Me.cboFirmen.Size = New System.Drawing.Size(620, 24) Me.cboFirmen.TabIndex = 4 ' 'btnNext ' Me.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNext.Location = New System.Drawing.Point(962, 388) Me.btnNext.Name = "btnNext" Me.btnNext.Size = New System.Drawing.Size(88, 35) Me.btnNext.TabIndex = 0 Me.btnNext.Text = ">>" Me.btnNext.UseVisualStyleBackColor = True ' 'btnPrev ' Me.btnPrev.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnPrev.Location = New System.Drawing.Point(868, 388) Me.btnPrev.Name = "btnPrev" Me.btnPrev.Size = New System.Drawing.Size(88, 35) Me.btnPrev.TabIndex = 1 Me.btnPrev.Text = "<<" Me.btnPrev.UseVisualStyleBackColor = True ' 'dgvFrachtkosten ' Me.dgvFrachtkosten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvFrachtkosten.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnStueck, Me.clmnLaenge, Me.clmnBreite, Me.clmnHoehe, Me.clmnLDM, Me.clmnTatGewicht, Me.FrachtpfGewichtM3, Me.clmnFrachtpfGewichtLDM, Me.clmnKurs, Me.clmnBetrag}) Me.dgvFrachtkosten.Location = New System.Drawing.Point(15, 181) Me.dgvFrachtkosten.Name = "dgvFrachtkosten" Me.dgvFrachtkosten.Size = New System.Drawing.Size(1035, 150) Me.dgvFrachtkosten.TabIndex = 44 ' 'clmnStueck ' Me.clmnStueck.HeaderText = "Stück" Me.clmnStueck.Name = "clmnStueck" Me.clmnStueck.Width = 70 ' 'clmnLaenge ' Me.clmnLaenge.HeaderText = "Länge (cm)" Me.clmnLaenge.Name = "clmnLaenge" Me.clmnLaenge.Width = 85 ' 'clmnBreite ' Me.clmnBreite.HeaderText = "Breite (cm)" Me.clmnBreite.Name = "clmnBreite" Me.clmnBreite.Width = 85 ' 'clmnHoehe ' Me.clmnHoehe.HeaderText = "Höhe (cm)" Me.clmnHoehe.Name = "clmnHoehe" Me.clmnHoehe.Width = 88 ' 'clmnLDM ' Me.clmnLDM.HeaderText = "LDM" Me.clmnLDM.Name = "clmnLDM" Me.clmnLDM.Width = 65 ' 'clmnTatGewicht ' Me.clmnTatGewicht.FillWeight = 150.0! Me.clmnTatGewicht.HeaderText = "Tatsächl.Gewicht (kg)" Me.clmnTatGewicht.Name = "clmnTatGewicht" Me.clmnTatGewicht.Width = 140 ' 'FrachtpfGewichtM3 ' Me.FrachtpfGewichtM3.HeaderText = "Frachtpfl. Gew. m³" Me.FrachtpfGewichtM3.Name = "FrachtpfGewichtM3" Me.FrachtpfGewichtM3.Width = 140 ' 'clmnFrachtpfGewichtLDM ' Me.clmnFrachtpfGewichtLDM.HeaderText = "Frachtpfl. Gew. LDM" Me.clmnFrachtpfGewichtLDM.Name = "clmnFrachtpfGewichtLDM" Me.clmnFrachtpfGewichtLDM.Width = 140 ' 'clmnKurs ' Me.clmnKurs.HeaderText = "Kurs (€)" Me.clmnKurs.Name = "clmnKurs" Me.clmnKurs.Width = 80 ' 'clmnBetrag ' Me.clmnBetrag.HeaderText = "Betrag" Me.clmnBetrag.Name = "clmnBetrag" Me.clmnBetrag.Width = 80 ' 'txtSumGewM3 ' Me.txtSumGewM3.AccessibleDescription = "" Me.txtSumGewM3.AccessibleName = "" Me.txtSumGewM3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSumGewM3.Location = New System.Drawing.Point(593, 333) Me.txtSumGewM3.Name = "txtSumGewM3" Me.txtSumGewM3.Size = New System.Drawing.Size(140, 20) Me.txtSumGewM3.TabIndex = 0 Me.txtSumGewM3.Tag = "" Me.txtSumGewM3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSumGewLDM ' Me.txtSumGewLDM.AccessibleDescription = "" Me.txtSumGewLDM.AccessibleName = "" Me.txtSumGewLDM.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSumGewLDM.Location = New System.Drawing.Point(733, 333) Me.txtSumGewLDM.Name = "txtSumGewLDM" Me.txtSumGewLDM.Size = New System.Drawing.Size(140, 20) Me.txtSumGewLDM.TabIndex = 0 Me.txtSumGewLDM.Tag = "" Me.txtSumGewLDM.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSumBetrag ' Me.txtSumBetrag.AccessibleDescription = "" Me.txtSumBetrag.AccessibleName = "" Me.txtSumBetrag.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSumBetrag.Location = New System.Drawing.Point(956, 333) Me.txtSumBetrag.Name = "txtSumBetrag" Me.txtSumBetrag.Size = New System.Drawing.Size(76, 20) Me.txtSumBetrag.TabIndex = 0 Me.txtSumBetrag.Tag = "" Me.txtSumBetrag.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSumStk ' Me.txtSumStk.AccessibleDescription = "" Me.txtSumStk.AccessibleName = "" Me.txtSumStk.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSumStk.Location = New System.Drawing.Point(59, 333) Me.txtSumStk.Name = "txtSumStk" Me.txtSumStk.Size = New System.Drawing.Size(72, 20) Me.txtSumStk.TabIndex = 0 Me.txtSumStk.Tag = "" Me.txtSumStk.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSumLdm ' Me.txtSumLdm.AccessibleDescription = "" Me.txtSumLdm.AccessibleName = "" Me.txtSumLdm.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSumLdm.Location = New System.Drawing.Point(380, 333) Me.txtSumLdm.Name = "txtSumLdm" Me.txtSumLdm.Size = New System.Drawing.Size(73, 20) Me.txtSumLdm.TabIndex = 0 Me.txtSumLdm.Tag = "" Me.txtSumLdm.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSumTatGew ' Me.txtSumTatGew.AccessibleDescription = "" Me.txtSumTatGew.AccessibleName = "" Me.txtSumTatGew.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSumTatGew.Location = New System.Drawing.Point(453, 333) Me.txtSumTatGew.Name = "txtSumTatGew" Me.txtSumTatGew.Size = New System.Drawing.Size(140, 20) Me.txtSumTatGew.TabIndex = 0 Me.txtSumTatGew.Tag = "" Me.txtSumTatGew.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'frmFrachtkosten ' 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(1058, 435) Me.Controls.Add(Me.cboFirmen) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.btnPrev) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.btnNext) Me.Controls.Add(Me.txtSumBetrag) Me.Controls.Add(Me.txtSumGewLDM) Me.Controls.Add(Me.txtSumTatGew) Me.Controls.Add(Me.txtSumGewM3) Me.Controls.Add(Me.txtSumLdm) Me.Controls.Add(Me.txtSumStk) Me.Controls.Add(Me.btnClose) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.dgvFrachtkosten) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmFrachtkosten" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Frachtkosten - Rechner" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.dgvFrachtkosten, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnClose As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtCalcStueck As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtCalcLaenge As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtCalcBreite As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtCalcHoehe As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents txtFirmaPreisProLDM As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents txtFirmaPreisProM3 As System.Windows.Forms.TextBox Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents txtFirmaProvision As System.Windows.Forms.TextBox Friend WithEvents txtCalcGewichtM3 As System.Windows.Forms.TextBox Friend WithEvents lblCalcM3 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents btnSave As System.Windows.Forms.Button Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents txtCalcLademeter As System.Windows.Forms.TextBox Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents txtCalcGewichtLDM As System.Windows.Forms.TextBox Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents Label23 As System.Windows.Forms.Label Friend WithEvents txtCalcTatGewicht As System.Windows.Forms.TextBox Friend WithEvents Label22 As System.Windows.Forms.Label Friend WithEvents Label33 As System.Windows.Forms.Label Friend WithEvents txtCalcKurs As System.Windows.Forms.TextBox Friend WithEvents Label32 As System.Windows.Forms.Label Friend WithEvents Label31 As System.Windows.Forms.Label Friend WithEvents txtCalcBetrag As System.Windows.Forms.TextBox Friend WithEvents Label30 As System.Windows.Forms.Label Friend WithEvents cboFirmen As System.Windows.Forms.ComboBox Friend WithEvents btnNext As System.Windows.Forms.Button Friend WithEvents btnPrev As System.Windows.Forms.Button Friend WithEvents dgvFrachtkosten As System.Windows.Forms.DataGridView Friend WithEvents txtSumGewM3 As System.Windows.Forms.TextBox Friend WithEvents txtSumGewLDM As System.Windows.Forms.TextBox Friend WithEvents txtSumBetrag As System.Windows.Forms.TextBox Friend WithEvents txtSumStk As System.Windows.Forms.TextBox Friend WithEvents txtSumLdm As System.Windows.Forms.TextBox Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents txtSumTatGew As System.Windows.Forms.TextBox Friend WithEvents clmnStueck As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents clmnLaenge As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents clmnBreite As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents clmnHoehe As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents clmnLDM As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents clmnTatGewicht As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents FrachtpfGewichtM3 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents clmnFrachtpfGewichtLDM As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents clmnKurs As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents clmnBetrag As System.Windows.Forms.DataGridViewTextBoxColumn End Class