Projektdateien hinzufügen.
This commit is contained in:
220
UID/frmFrachtkostenNew.Designer.vb
generated
Normal file
220
UID/frmFrachtkostenNew.Designer.vb
generated
Normal file
@@ -0,0 +1,220 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmFrachtkostenNew
|
||||
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(frmFrachtkostenNew))
|
||||
Me.cboFirmen = New System.Windows.Forms.ComboBox()
|
||||
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
||||
Me.Label12 = New System.Windows.Forms.Label()
|
||||
Me.txtFirmaProvision = New System.Windows.Forms.TextBox()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.txtFirmaPreisProLDM = New System.Windows.Forms.TextBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.txtFirmaPreisProM3 = New System.Windows.Forms.TextBox()
|
||||
Me.Label11 = New System.Windows.Forms.Label()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.btnSave = New System.Windows.Forms.Button()
|
||||
Me.btnCancel = New System.Windows.Forms.Button()
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'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(63, 12)
|
||||
Me.cboFirmen.Name = "cboFirmen"
|
||||
Me.cboFirmen.Size = New System.Drawing.Size(620, 24)
|
||||
Me.cboFirmen.TabIndex = 44
|
||||
'
|
||||
'GroupBox2
|
||||
'
|
||||
Me.GroupBox2.Controls.Add(Me.Label12)
|
||||
Me.GroupBox2.Controls.Add(Me.txtFirmaProvision)
|
||||
Me.GroupBox2.Controls.Add(Me.Label9)
|
||||
Me.GroupBox2.Controls.Add(Me.txtFirmaPreisProLDM)
|
||||
Me.GroupBox2.Controls.Add(Me.Label8)
|
||||
Me.GroupBox2.Controls.Add(Me.txtFirmaPreisProM3)
|
||||
Me.GroupBox2.Controls.Add(Me.Label11)
|
||||
Me.GroupBox2.Controls.Add(Me.Label10)
|
||||
Me.GroupBox2.Location = New System.Drawing.Point(19, 59)
|
||||
Me.GroupBox2.Name = "GroupBox2"
|
||||
Me.GroupBox2.Size = New System.Drawing.Size(665, 100)
|
||||
Me.GroupBox2.TabIndex = 46
|
||||
Me.GroupBox2.TabStop = False
|
||||
Me.GroupBox2.Text = "Daten"
|
||||
'
|
||||
'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
|
||||
'
|
||||
'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
|
||||
'
|
||||
'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(6, 30)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(52, 13)
|
||||
Me.Label8.TabIndex = 41
|
||||
Me.Label8.Text = "Preis / m³"
|
||||
'
|
||||
'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(6, 46)
|
||||
Me.txtFirmaPreisProM3.Name = "txtFirmaPreisProM3"
|
||||
Me.txtFirmaPreisProM3.Size = New System.Drawing.Size(110, 20)
|
||||
Me.txtFirmaPreisProM3.TabIndex = 0
|
||||
Me.txtFirmaPreisProM3.Tag = ""
|
||||
Me.txtFirmaPreisProM3.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 = "€"
|
||||
'
|
||||
'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(16, 17)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(41, 13)
|
||||
Me.Label1.TabIndex = 45
|
||||
Me.Label1.Text = "Firma:"
|
||||
'
|
||||
'btnSave
|
||||
'
|
||||
Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnSave.Location = New System.Drawing.Point(15, 175)
|
||||
Me.btnSave.Name = "btnSave"
|
||||
Me.btnSave.Size = New System.Drawing.Size(80, 35)
|
||||
Me.btnSave.TabIndex = 47
|
||||
Me.btnSave.Text = "Speichern"
|
||||
Me.btnSave.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnCancel
|
||||
'
|
||||
Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnCancel.Location = New System.Drawing.Point(101, 175)
|
||||
Me.btnCancel.Name = "btnCancel"
|
||||
Me.btnCancel.Size = New System.Drawing.Size(80, 35)
|
||||
Me.btnCancel.TabIndex = 47
|
||||
Me.btnCancel.Text = "Abbrechen"
|
||||
Me.btnCancel.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmFrachtkostenNew
|
||||
'
|
||||
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(695, 228)
|
||||
Me.Controls.Add(Me.btnCancel)
|
||||
Me.Controls.Add(Me.btnSave)
|
||||
Me.Controls.Add(Me.cboFirmen)
|
||||
Me.Controls.Add(Me.GroupBox2)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmFrachtkostenNew"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Neue Firma für Frachtkostenberechnung"
|
||||
Me.GroupBox2.ResumeLayout(False)
|
||||
Me.GroupBox2.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents cboFirmen As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents Label12 As System.Windows.Forms.Label
|
||||
Friend WithEvents txtFirmaProvision As System.Windows.Forms.TextBox
|
||||
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 Label11 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label10 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents btnSave As System.Windows.Forms.Button
|
||||
Friend WithEvents btnCancel As System.Windows.Forms.Button
|
||||
End Class
|
||||
Reference in New Issue
Block a user