NEU
This commit is contained in:
229
Aviso/Anhänge/frmAddSendnung.Designer.vb
generated
Normal file
229
Aviso/Anhänge/frmAddSendnung.Designer.vb
generated
Normal file
@@ -0,0 +1,229 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmAddSendnung
|
||||
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(frmAddSendnung))
|
||||
Me.cboAbfertigungsart = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.txtEmpfaenger = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
||||
Me.txtGewicht = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label19 = New System.Windows.Forms.Label()
|
||||
Me.Label17 = New System.Windows.Forms.Label()
|
||||
Me.txtColli = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.rtbWarenbezeichnung = New System.Windows.Forms.RichTextBox()
|
||||
Me.Label23 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.btn = New System.Windows.Forms.Button()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'cboAbfertigungsart
|
||||
'
|
||||
Me.cboAbfertigungsart._allowedValuesFreiText = Nothing
|
||||
Me.cboAbfertigungsart._allowFreiText = False
|
||||
Me.cboAbfertigungsart._value = ""
|
||||
Me.cboAbfertigungsart.BackColor = System.Drawing.Color.White
|
||||
Me.cboAbfertigungsart.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboAbfertigungsart.FormattingEnabled = True
|
||||
Me.cboAbfertigungsart.Location = New System.Drawing.Point(12, 29)
|
||||
Me.cboAbfertigungsart.Name = "cboAbfertigungsart"
|
||||
Me.cboAbfertigungsart.Size = New System.Drawing.Size(359, 24)
|
||||
Me.cboAbfertigungsart.TabIndex = 1
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label1.ForeColor = System.Drawing.Color.Black
|
||||
Me.Label1.Location = New System.Drawing.Point(10, 9)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(109, 17)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Abfertigungsart:"
|
||||
'
|
||||
'txtEmpfaenger
|
||||
'
|
||||
Me.txtEmpfaenger._AllowSetValue = True
|
||||
Me.txtEmpfaenger._autoSizeGross = True
|
||||
Me.txtEmpfaenger._display_Name1 = False
|
||||
Me.txtEmpfaenger._displayAVISO_Email = False
|
||||
Me.txtEmpfaenger._displayFullName = False
|
||||
Me.txtEmpfaenger._displayWoelflKd = False
|
||||
Me.txtEmpfaenger._hideIfListEmpty = True
|
||||
Me.txtEmpfaenger._loadKdData = True
|
||||
Me.txtEmpfaenger._ValueKdAndName = False
|
||||
Me.txtEmpfaenger.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.txtEmpfaenger.dgvpos = "LEFT"
|
||||
Me.txtEmpfaenger.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtEmpfaenger.KdName = Nothing
|
||||
Me.txtEmpfaenger.KdNr = "-1"
|
||||
Me.txtEmpfaenger.kdNrField = Nothing
|
||||
Me.txtEmpfaenger.KdNrNullInt = Nothing
|
||||
Me.txtEmpfaenger.Location = New System.Drawing.Point(12, 84)
|
||||
Me.txtEmpfaenger.Name = "txtEmpfaenger"
|
||||
Me.txtEmpfaenger.nurAktive = True
|
||||
Me.txtEmpfaenger.searchActive = True
|
||||
Me.txtEmpfaenger.Size = New System.Drawing.Size(359, 23)
|
||||
Me.txtEmpfaenger.TabIndex = 3
|
||||
Me.txtEmpfaenger.usrcntl = Nothing
|
||||
'
|
||||
'txtGewicht
|
||||
'
|
||||
Me.txtGewicht._DateTimeOnly = False
|
||||
Me.txtGewicht._numbersOnly = False
|
||||
Me.txtGewicht._numbersOnlyKommastellen = ""
|
||||
Me.txtGewicht._Prozent = False
|
||||
Me.txtGewicht._ShortDateNew = False
|
||||
Me.txtGewicht._ShortDateOnly = False
|
||||
Me.txtGewicht._TimeOnly = False
|
||||
Me.txtGewicht._value = Nothing
|
||||
Me.txtGewicht._Waehrung = False
|
||||
Me.txtGewicht._WaehrungZeichen = True
|
||||
Me.txtGewicht.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGewicht.Location = New System.Drawing.Point(152, 165)
|
||||
Me.txtGewicht.MaxLineLength = -1
|
||||
Me.txtGewicht.MaxLines_Warning = ""
|
||||
Me.txtGewicht.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGewicht.Name = "txtGewicht"
|
||||
Me.txtGewicht.Size = New System.Drawing.Size(60, 20)
|
||||
Me.txtGewicht.TabIndex = 9
|
||||
Me.txtGewicht.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
||||
'
|
||||
'Label19
|
||||
'
|
||||
Me.Label19.AutoSize = True
|
||||
Me.Label19.Location = New System.Drawing.Point(9, 117)
|
||||
Me.Label19.Name = "Label19"
|
||||
Me.Label19.Size = New System.Drawing.Size(100, 13)
|
||||
Me.Label19.TabIndex = 4
|
||||
Me.Label19.Text = "Warenbezeichnung"
|
||||
'
|
||||
'Label17
|
||||
'
|
||||
Me.Label17.AutoSize = True
|
||||
Me.Label17.Location = New System.Drawing.Point(10, 168)
|
||||
Me.Label17.Name = "Label17"
|
||||
Me.Label17.Size = New System.Drawing.Size(73, 13)
|
||||
Me.Label17.TabIndex = 6
|
||||
Me.Label17.Text = "Colli/Gewicht:"
|
||||
'
|
||||
'txtColli
|
||||
'
|
||||
Me.txtColli._DateTimeOnly = False
|
||||
Me.txtColli._numbersOnly = False
|
||||
Me.txtColli._numbersOnlyKommastellen = ""
|
||||
Me.txtColli._Prozent = False
|
||||
Me.txtColli._ShortDateNew = False
|
||||
Me.txtColli._ShortDateOnly = False
|
||||
Me.txtColli._TimeOnly = False
|
||||
Me.txtColli._value = Nothing
|
||||
Me.txtColli._Waehrung = False
|
||||
Me.txtColli._WaehrungZeichen = True
|
||||
Me.txtColli.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtColli.Location = New System.Drawing.Point(84, 165)
|
||||
Me.txtColli.MaxLineLength = -1
|
||||
Me.txtColli.MaxLines_Warning = ""
|
||||
Me.txtColli.MaxLines_Warning_Label = Nothing
|
||||
Me.txtColli.Name = "txtColli"
|
||||
Me.txtColli.Size = New System.Drawing.Size(46, 20)
|
||||
Me.txtColli.TabIndex = 7
|
||||
Me.txtColli.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
||||
'
|
||||
'rtbWarenbezeichnung
|
||||
'
|
||||
Me.rtbWarenbezeichnung.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.rtbWarenbezeichnung.Cursor = System.Windows.Forms.Cursors.IBeam
|
||||
Me.rtbWarenbezeichnung.Location = New System.Drawing.Point(12, 133)
|
||||
Me.rtbWarenbezeichnung.MaxLength = 500
|
||||
Me.rtbWarenbezeichnung.Name = "rtbWarenbezeichnung"
|
||||
Me.rtbWarenbezeichnung.Size = New System.Drawing.Size(359, 32)
|
||||
Me.rtbWarenbezeichnung.TabIndex = 5
|
||||
Me.rtbWarenbezeichnung.Text = ""
|
||||
'
|
||||
'Label23
|
||||
'
|
||||
Me.Label23.AutoSize = True
|
||||
Me.Label23.Location = New System.Drawing.Point(129, 168)
|
||||
Me.Label23.Name = "Label23"
|
||||
Me.Label23.Size = New System.Drawing.Size(23, 13)
|
||||
Me.Label23.TabIndex = 8
|
||||
Me.Label23.Text = "Pk."
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.Label2.Location = New System.Drawing.Point(10, 64)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(81, 17)
|
||||
Me.Label2.TabIndex = 2
|
||||
Me.Label2.Text = "Empfänger:"
|
||||
'
|
||||
'btn
|
||||
'
|
||||
Me.btn.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btn.Location = New System.Drawing.Point(12, 197)
|
||||
Me.btn.Name = "btn"
|
||||
Me.btn.Size = New System.Drawing.Size(359, 52)
|
||||
Me.btn.TabIndex = 10
|
||||
Me.btn.Text = "OK"
|
||||
Me.btn.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmAddSendnung
|
||||
'
|
||||
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(389, 261)
|
||||
Me.Controls.Add(Me.btn)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.txtGewicht)
|
||||
Me.Controls.Add(Me.Label19)
|
||||
Me.Controls.Add(Me.Label17)
|
||||
Me.Controls.Add(Me.txtColli)
|
||||
Me.Controls.Add(Me.rtbWarenbezeichnung)
|
||||
Me.Controls.Add(Me.Label23)
|
||||
Me.Controls.Add(Me.txtEmpfaenger)
|
||||
Me.Controls.Add(Me.cboAbfertigungsart)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmAddSendnung"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Sendnung hinzufügen"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents cboAbfertigungsart As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents txtEmpfaenger As VERAG_PROG_ALLGEMEIN.KdSearchBox
|
||||
Friend WithEvents txtGewicht As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents Label19 As Label
|
||||
Friend WithEvents Label17 As Label
|
||||
Friend WithEvents txtColli As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents rtbWarenbezeichnung As RichTextBox
|
||||
Friend WithEvents Label23 As Label
|
||||
Friend WithEvents Label2 As Label
|
||||
Friend WithEvents btn As Button
|
||||
End Class
|
||||
Reference in New Issue
Block a user