_ Partial Class frmKundenFremdeSpedAdd 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() Me.lblFirmA = New System.Windows.Forms.Label() 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.pnl = New System.Windows.Forms.Panel() Me.txtFirma = New VERAG_PROG_ALLGEMEIN.KdSearchBox() Me.txtSpedition = New VERAG_PROG_ALLGEMEIN.KdSearchBox() Me.Button1 = New System.Windows.Forms.Button() Me.btnOK = New System.Windows.Forms.Button() Me.txtOrt = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtPlz = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtBemerkung = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtFirmaKdNr = New System.Windows.Forms.Label() Me.txtSpeditionKdNr = New System.Windows.Forms.Label() Me.pnl.SuspendLayout() Me.SuspendLayout() ' 'lblFirmA ' Me.lblFirmA.AutoSize = True Me.lblFirmA.Location = New System.Drawing.Point(6, 9) Me.lblFirmA.Name = "lblFirmA" Me.lblFirmA.Size = New System.Drawing.Size(35, 13) Me.lblFirmA.TabIndex = 0 Me.lblFirmA.Text = "Firma:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 49) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(24, 13) Me.Label1.TabIndex = 2 Me.Label1.Text = "Plz:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(8, 104) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(54, 13) Me.Label2.TabIndex = 6 Me.Label2.Text = "Spedition:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(8, 147) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(64, 13) Me.Label3.TabIndex = 8 Me.Label3.Text = "Bemerkung:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(84, 49) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(24, 13) Me.Label4.TabIndex = 3 Me.Label4.Text = "Ort:" ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.txtSpeditionKdNr) Me.pnl.Controls.Add(Me.txtFirmaKdNr) Me.pnl.Controls.Add(Me.txtFirma) Me.pnl.Controls.Add(Me.txtSpedition) Me.pnl.Controls.Add(Me.Button1) Me.pnl.Controls.Add(Me.btnOK) Me.pnl.Controls.Add(Me.lblFirmA) Me.pnl.Controls.Add(Me.Label4) Me.pnl.Controls.Add(Me.txtOrt) Me.pnl.Controls.Add(Me.txtPlz) Me.pnl.Controls.Add(Me.Label3) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Controls.Add(Me.txtBemerkung) Me.pnl.Controls.Add(Me.Label2) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(550, 332) Me.pnl.TabIndex = 0 ' 'txtFirma ' Me.txtFirma._AllowSetValue = True Me.txtFirma._autoSizeGross = False Me.txtFirma._displayAVISO_Email = False Me.txtFirma._displayFullName = False Me.txtFirma._displayWoelflKd = False Me.txtFirma._hideIfListEmpty = True Me.txtFirma._loadKdData = False Me.txtFirma._ValueKdAndName = False Me.txtFirma.dgvpos = "LEFT" Me.txtFirma.KdName = Nothing Me.txtFirma.KdNr = "-1" Me.txtFirma.kdNrField = Nothing Me.txtFirma.KdNrNullInt = 0 Me.txtFirma.Location = New System.Drawing.Point(11, 26) Me.txtFirma.Name = "txtFirma" Me.txtFirma.nurAktive = True Me.txtFirma.searchActive = True Me.txtFirma.Size = New System.Drawing.Size(526, 20) Me.txtFirma.TabIndex = 1 Me.txtFirma.usrcntl = Nothing ' 'txtSpedition ' Me.txtSpedition._AllowSetValue = True Me.txtSpedition._autoSizeGross = False Me.txtSpedition._displayAVISO_Email = False Me.txtSpedition._displayFullName = False Me.txtSpedition._displayWoelflKd = False Me.txtSpedition._hideIfListEmpty = True Me.txtSpedition._loadKdData = False Me.txtSpedition._ValueKdAndName = False Me.txtSpedition.dgvpos = "LEFT" Me.txtSpedition.KdName = "" Me.txtSpedition.KdNr = "-1" Me.txtSpedition.kdNrField = Nothing Me.txtSpedition.KdNrNullInt = 0 Me.txtSpedition.Location = New System.Drawing.Point(11, 120) Me.txtSpedition.Name = "txtSpedition" Me.txtSpedition.nurAktive = True Me.txtSpedition.searchActive = True Me.txtSpedition.Size = New System.Drawing.Size(526, 20) Me.txtSpedition.TabIndex = 7 Me.txtSpedition.usrcntl = Nothing ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(192, 281) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(84, 38) Me.Button1.TabIndex = 11 Me.Button1.Text = "Abbrechen" Me.Button1.UseVisualStyleBackColor = True ' 'btnOK ' Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnOK.Location = New System.Drawing.Point(11, 281) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(180, 38) Me.btnOK.TabIndex = 10 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = True ' 'txtOrt ' Me.txtOrt._DateTimeOnly = False Me.txtOrt._numbersOnly = False Me.txtOrt._numbersOnlyKommastellen = "" Me.txtOrt._Prozent = False Me.txtOrt._ShortDateNew = False Me.txtOrt._ShortDateOnly = False Me.txtOrt._TimeOnly = False Me.txtOrt._value = Nothing Me.txtOrt._Waehrung = False Me.txtOrt.ForeColor = System.Drawing.Color.Black Me.txtOrt.Location = New System.Drawing.Point(87, 65) Me.txtOrt.MaxLineLength = -1 Me.txtOrt.MaxLines_Warning = "" Me.txtOrt.MaxLines_Warning_Label = Nothing Me.txtOrt.Name = "txtOrt" Me.txtOrt.Size = New System.Drawing.Size(450, 20) Me.txtOrt.TabIndex = 5 ' 'txtPlz ' Me.txtPlz._DateTimeOnly = False Me.txtPlz._numbersOnly = False Me.txtPlz._numbersOnlyKommastellen = "" Me.txtPlz._Prozent = False Me.txtPlz._ShortDateNew = False Me.txtPlz._ShortDateOnly = False Me.txtPlz._TimeOnly = False Me.txtPlz._value = Nothing Me.txtPlz._Waehrung = False Me.txtPlz.ForeColor = System.Drawing.Color.Black Me.txtPlz.Location = New System.Drawing.Point(11, 65) Me.txtPlz.MaxLineLength = -1 Me.txtPlz.MaxLines_Warning = "" Me.txtPlz.MaxLines_Warning_Label = Nothing Me.txtPlz.Name = "txtPlz" Me.txtPlz.Size = New System.Drawing.Size(70, 20) Me.txtPlz.TabIndex = 4 ' 'txtBemerkung ' Me.txtBemerkung._DateTimeOnly = False Me.txtBemerkung._numbersOnly = False Me.txtBemerkung._numbersOnlyKommastellen = "" Me.txtBemerkung._Prozent = False Me.txtBemerkung._ShortDateNew = False Me.txtBemerkung._ShortDateOnly = False Me.txtBemerkung._TimeOnly = False Me.txtBemerkung._value = Nothing Me.txtBemerkung._Waehrung = False Me.txtBemerkung.ForeColor = System.Drawing.Color.Black Me.txtBemerkung.Location = New System.Drawing.Point(11, 163) Me.txtBemerkung.MaxLineLength = -1 Me.txtBemerkung.MaxLines_Warning = "" Me.txtBemerkung.MaxLines_Warning_Label = Nothing Me.txtBemerkung.Multiline = True Me.txtBemerkung.Name = "txtBemerkung" Me.txtBemerkung.Size = New System.Drawing.Size(526, 112) Me.txtBemerkung.TabIndex = 9 ' 'txtFirmaKdNr ' Me.txtFirmaKdNr.Location = New System.Drawing.Point(470, 49) Me.txtFirmaKdNr.Name = "txtFirmaKdNr" Me.txtFirmaKdNr.Size = New System.Drawing.Size(67, 13) Me.txtFirmaKdNr.TabIndex = 12 Me.txtFirmaKdNr.Text = "-" Me.txtFirmaKdNr.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtSpeditionKdNr ' Me.txtSpeditionKdNr.Location = New System.Drawing.Point(470, 143) Me.txtSpeditionKdNr.Name = "txtSpeditionKdNr" Me.txtSpeditionKdNr.Size = New System.Drawing.Size(67, 13) Me.txtSpeditionKdNr.TabIndex = 13 Me.txtSpeditionKdNr.Text = "-" Me.txtSpeditionKdNr.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'frmKundenFremdeSpedAdd ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(550, 332) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "frmKundenFremdeSpedAdd" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmKundenFremdeSpedAdd" Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents lblFirmA As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtPlz As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtBemerkung As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtOrt As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents txtSpedition As VERAG_PROG_ALLGEMEIN.KdSearchBox Friend WithEvents txtFirma As VERAG_PROG_ALLGEMEIN.KdSearchBox Friend WithEvents txtSpeditionKdNr As System.Windows.Forms.Label Friend WithEvents txtFirmaKdNr As System.Windows.Forms.Label End Class