Partial Class frmKundenSicherheiten_Details 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(frmKundenSicherheiten_Details)) Me.Panel1 = New System.Windows.Forms.Panel() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.cboSicherheitsgeberLand = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.btnSave = New System.Windows.Forms.Button() Me.txtSicherheitsgeber = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label11 = New System.Windows.Forms.Label() Me.MyTextBox3 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label5 = New System.Windows.Forms.Label() Me.txtBetrag = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label4 = New System.Windows.Forms.Label() Me.cboSicherheitsart = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.txtDatumBis = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label13 = New System.Windows.Forms.Label() Me.lblErr_DocNr = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Label12 = New System.Windows.Forms.Label() Me.txtKunde = New VERAG_PROG_ALLGEMEIN.KdSearchBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.txtDatumVon = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.btnUpload = New System.Windows.Forms.Button() Me.btnScan = New System.Windows.Forms.Button() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.Panel2 = New System.Windows.Forms.Panel() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.Label10 = New System.Windows.Forms.Label() Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.txtInfo = New System.Windows.Forms.RichTextBox() Me.lblErr_Ausstellungsdatum = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.Label7) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.cboSicherheitsgeberLand) Me.Panel1.Controls.Add(Me.btnSave) Me.Panel1.Controls.Add(Me.txtSicherheitsgeber) Me.Panel1.Controls.Add(Me.Label11) Me.Panel1.Controls.Add(Me.MyTextBox3) Me.Panel1.Controls.Add(Me.Label5) Me.Panel1.Controls.Add(Me.txtBetrag) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.cboSicherheitsart) Me.Panel1.Controls.Add(Me.txtDatumBis) Me.Panel1.Controls.Add(Me.Label13) Me.Panel1.Controls.Add(Me.lblErr_DocNr) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.Label12) Me.Panel1.Controls.Add(Me.txtKunde) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.txtDatumVon) Me.Panel1.Controls.Add(Me.btnUpload) Me.Panel1.Controls.Add(Me.btnScan) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Controls.Add(Me.FlatButton4) Me.Panel1.Controls.Add(Me.txtInfo) Me.Panel1.Controls.Add(Me.lblErr_Ausstellungsdatum) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(658, 420) Me.Panel1.TabIndex = 0 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic) Me.Label7.ForeColor = System.Drawing.Color.Red Me.Label7.Location = New System.Drawing.Point(319, 272) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(56, 13) Me.Label7.TabIndex = 120 Me.Label7.Text = "Pflichtfeld!" Me.Label7.TextAlign = System.Drawing.ContentAlignment.TopRight Me.Label7.Visible = False ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic) Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(318, 173) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 13) Me.Label6.TabIndex = 119 Me.Label6.Text = "Pflichtfeld!" Me.Label6.TextAlign = System.Drawing.ContentAlignment.TopRight Me.Label6.Visible = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.White Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button1.Image = Global.SDL.My.Resources.Resources.del_small Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(473, 373) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(175, 30) Me.Button1.TabIndex = 3 Me.Button1.Text = "Abbrechen " Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = False ' 'cboSicherheitsgeberLand ' Me.cboSicherheitsgeberLand._allowedValuesFreiText = Nothing Me.cboSicherheitsgeberLand._allowFreiText = False Me.cboSicherheitsgeberLand._value = "" Me.cboSicherheitsgeberLand.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.cboSicherheitsgeberLand.FormattingEnabled = True Me.cboSicherheitsgeberLand.Location = New System.Drawing.Point(380, 142) Me.cboSicherheitsgeberLand.Name = "cboSicherheitsgeberLand" Me.cboSicherheitsgeberLand.Size = New System.Drawing.Size(63, 28) Me.cboSicherheitsgeberLand.TabIndex = 118 ' 'btnSave ' Me.btnSave.BackColor = System.Drawing.Color.White Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSave.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.btnSave.Image = Global.SDL.My.Resources.Resources.save Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSave.Location = New System.Drawing.Point(473, 297) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(175, 72) Me.btnSave.TabIndex = 2 Me.btnSave.Text = "Speichern " Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnSave.UseVisualStyleBackColor = False ' 'txtSicherheitsgeber ' Me.txtSicherheitsgeber._DateTimeOnly = False Me.txtSicherheitsgeber._numbersOnly = False Me.txtSicherheitsgeber._numbersOnlyKommastellen = "" Me.txtSicherheitsgeber._numbersOnlyTrennzeichen = False Me.txtSicherheitsgeber._Prozent = False Me.txtSicherheitsgeber._ShortDateNew = False Me.txtSicherheitsgeber._ShortDateOnly = False Me.txtSicherheitsgeber._TimeOnly = False Me.txtSicherheitsgeber._TimeOnly_Seconds = False Me.txtSicherheitsgeber._value = "" Me.txtSicherheitsgeber._Waehrung = False Me.txtSicherheitsgeber._WaehrungZeichen = False Me.txtSicherheitsgeber.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.txtSicherheitsgeber.ForeColor = System.Drawing.Color.Black Me.txtSicherheitsgeber.Location = New System.Drawing.Point(156, 144) Me.txtSicherheitsgeber.MaxLength = 10 Me.txtSicherheitsgeber.MaxLineLength = -1 Me.txtSicherheitsgeber.MaxLines_Warning = "" Me.txtSicherheitsgeber.MaxLines_Warning_Label = Nothing Me.txtSicherheitsgeber.Name = "txtSicherheitsgeber" Me.txtSicherheitsgeber.Size = New System.Drawing.Size(219, 26) Me.txtSicherheitsgeber.TabIndex = 117 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label11.Location = New System.Drawing.Point(9, 147) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(128, 20) Me.Label11.TabIndex = 116 Me.Label11.Text = "Sich.geber/-land:" ' 'MyTextBox3 ' Me.MyTextBox3._DateTimeOnly = False Me.MyTextBox3._numbersOnly = False Me.MyTextBox3._numbersOnlyKommastellen = "" Me.MyTextBox3._numbersOnlyTrennzeichen = False Me.MyTextBox3._Prozent = False Me.MyTextBox3._ShortDateNew = False Me.MyTextBox3._ShortDateOnly = False Me.MyTextBox3._TimeOnly = False Me.MyTextBox3._TimeOnly_Seconds = False Me.MyTextBox3._value = "EUR" Me.MyTextBox3._Waehrung = False Me.MyTextBox3._WaehrungZeichen = False Me.MyTextBox3.Enabled = False Me.MyTextBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.MyTextBox3.ForeColor = System.Drawing.Color.Black Me.MyTextBox3.Location = New System.Drawing.Point(380, 243) Me.MyTextBox3.MaxLength = 10 Me.MyTextBox3.MaxLineLength = -1 Me.MyTextBox3.MaxLines_Warning = "" Me.MyTextBox3.MaxLines_Warning_Label = Nothing Me.MyTextBox3.Name = "MyTextBox3" Me.MyTextBox3.Size = New System.Drawing.Size(64, 26) Me.MyTextBox3.TabIndex = 115 Me.MyTextBox3.Text = "EUR" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label5.Location = New System.Drawing.Point(7, 246) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(61, 20) Me.Label5.TabIndex = 114 Me.Label5.Text = "Betrag:" ' 'txtBetrag ' Me.txtBetrag._DateTimeOnly = False Me.txtBetrag._numbersOnly = True Me.txtBetrag._numbersOnlyKommastellen = "" Me.txtBetrag._numbersOnlyTrennzeichen = False Me.txtBetrag._Prozent = False Me.txtBetrag._ShortDateNew = False Me.txtBetrag._ShortDateOnly = False Me.txtBetrag._TimeOnly = False Me.txtBetrag._TimeOnly_Seconds = False Me.txtBetrag._value = "" Me.txtBetrag._Waehrung = False Me.txtBetrag._WaehrungZeichen = False Me.txtBetrag.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.txtBetrag.ForeColor = System.Drawing.Color.Black Me.txtBetrag.Location = New System.Drawing.Point(155, 243) Me.txtBetrag.MaxLength = 10 Me.txtBetrag.MaxLineLength = -1 Me.txtBetrag.MaxLines_Warning = "" Me.txtBetrag.MaxLines_Warning_Label = Nothing Me.txtBetrag.Name = "txtBetrag" Me.txtBetrag.Size = New System.Drawing.Size(219, 26) Me.txtBetrag.TabIndex = 113 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic) Me.Label4.ForeColor = System.Drawing.Color.Red Me.Label4.Location = New System.Drawing.Point(154, 51) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 13) Me.Label4.TabIndex = 112 Me.Label4.Text = "Pflichtfeld!" Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopRight Me.Label4.Visible = False ' 'cboSicherheitsart ' Me.cboSicherheitsart._allowedValuesFreiText = Nothing Me.cboSicherheitsart._allowFreiText = False Me.cboSicherheitsart._value = "" Me.cboSicherheitsart.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.cboSicherheitsart.FormattingEnabled = True Me.cboSicherheitsart.Location = New System.Drawing.Point(156, 110) Me.cboSicherheitsart.Name = "cboSicherheitsart" Me.cboSicherheitsart.Size = New System.Drawing.Size(288, 28) Me.cboSicherheitsart.TabIndex = 111 ' 'txtDatumBis ' Me.txtDatumBis._DateTimeOnly = False Me.txtDatumBis._numbersOnly = False Me.txtDatumBis._numbersOnlyKommastellen = "" Me.txtDatumBis._numbersOnlyTrennzeichen = False Me.txtDatumBis._Prozent = False Me.txtDatumBis._ShortDateNew = True Me.txtDatumBis._ShortDateOnly = False Me.txtDatumBis._TimeOnly = False Me.txtDatumBis._TimeOnly_Seconds = False Me.txtDatumBis._value = "" Me.txtDatumBis._Waehrung = False Me.txtDatumBis._WaehrungZeichen = False Me.txtDatumBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.txtDatumBis.ForeColor = System.Drawing.Color.Black Me.txtDatumBis.Location = New System.Drawing.Point(304, 190) Me.txtDatumBis.MaxLength = 10 Me.txtDatumBis.MaxLineLength = -1 Me.txtDatumBis.MaxLines_Warning = "" Me.txtDatumBis.MaxLines_Warning_Label = Nothing Me.txtDatumBis.Name = "txtDatumBis" Me.txtDatumBis.Size = New System.Drawing.Size(140, 26) Me.txtDatumBis.TabIndex = 109 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic) Me.Label13.ForeColor = System.Drawing.Color.Red Me.Label13.Location = New System.Drawing.Point(387, 217) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(56, 13) Me.Label13.TabIndex = 110 Me.Label13.Text = "Pflichtfeld!" Me.Label13.TextAlign = System.Drawing.ContentAlignment.TopRight Me.Label13.Visible = False ' 'lblErr_DocNr ' Me.lblErr_DocNr.AutoSize = True Me.lblErr_DocNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic) Me.lblErr_DocNr.ForeColor = System.Drawing.Color.Red Me.lblErr_DocNr.Location = New System.Drawing.Point(387, 96) Me.lblErr_DocNr.Name = "lblErr_DocNr" Me.lblErr_DocNr.Size = New System.Drawing.Size(56, 13) Me.lblErr_DocNr.TabIndex = 107 Me.lblErr_DocNr.Text = "Pflichtfeld!" Me.lblErr_DocNr.TextAlign = System.Drawing.ContentAlignment.TopRight Me.lblErr_DocNr.Visible = False ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button2.Image = Global.SDL.My.Resources.Resources.android_note12 Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.Location = New System.Drawing.Point(473, 211) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(175, 31) Me.Button2.TabIndex = 100 Me.Button2.Text = "Aus Zwischenablage" Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button2.UseVisualStyleBackColor = True ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label12.Location = New System.Drawing.Point(7, 297) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(41, 20) Me.Label12.TabIndex = 66 Me.Label12.Text = "Info:" ' 'txtKunde ' Me.txtKunde._AlleFirmenCLUSTER = False Me.txtKunde._AllowSetValue = True Me.txtKunde._autoSizeGross = True Me.txtKunde._display_Name1 = False Me.txtKunde._displayAVISO_Email = False Me.txtKunde._displayFullName = False Me.txtKunde._displayWoelflKd = False Me.txtKunde._hideIfListEmpty = True Me.txtKunde._loadKdData = True Me.txtKunde._searchName1 = True Me.txtKunde._UseFIRMA = "" Me.txtKunde._ValueKdAndName = True Me.txtKunde.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtKunde.dgvpos = "LEFT" Me.txtKunde.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.txtKunde.KdName = "" Me.txtKunde.KdNr = "-1" Me.txtKunde.kdNrField = Nothing Me.txtKunde.KdNrNullInt = Nothing Me.txtKunde.Location = New System.Drawing.Point(156, 67) Me.txtKunde.MaxLength = 50 Me.txtKunde.Name = "txtKunde" Me.txtKunde.nurAktive = False Me.txtKunde.searchActive = True Me.txtKunde.Size = New System.Drawing.Size(263, 26) Me.txtKunde.TabIndex = 3 Me.txtKunde.TIMER_SEARCH = True Me.txtKunde.usrcntl = Nothing ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label3.Location = New System.Drawing.Point(8, 70) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(59, 20) Me.Label3.TabIndex = 11 Me.Label3.Text = "Kunde:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label2.Location = New System.Drawing.Point(8, 193) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(125, 20) Me.Label2.TabIndex = 9 Me.Label2.Text = "Datum (von-bis):" ' 'txtDatumVon ' Me.txtDatumVon._DateTimeOnly = False Me.txtDatumVon._numbersOnly = False Me.txtDatumVon._numbersOnlyKommastellen = "" Me.txtDatumVon._numbersOnlyTrennzeichen = False Me.txtDatumVon._Prozent = False Me.txtDatumVon._ShortDateNew = True Me.txtDatumVon._ShortDateOnly = False Me.txtDatumVon._TimeOnly = False Me.txtDatumVon._TimeOnly_Seconds = False Me.txtDatumVon._value = "" Me.txtDatumVon._Waehrung = False Me.txtDatumVon._WaehrungZeichen = False Me.txtDatumVon.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.txtDatumVon.ForeColor = System.Drawing.Color.Black Me.txtDatumVon.Location = New System.Drawing.Point(156, 190) Me.txtDatumVon.MaxLength = 10 Me.txtDatumVon.MaxLineLength = -1 Me.txtDatumVon.MaxLines_Warning = "" Me.txtDatumVon.MaxLines_Warning_Label = Nothing Me.txtDatumVon.Name = "txtDatumVon" Me.txtDatumVon.Size = New System.Drawing.Size(140, 26) Me.txtDatumVon.TabIndex = 2 ' 'btnUpload ' Me.btnUpload.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnUpload.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.btnUpload.Image = Global.SDL.My.Resources.Resources.pdf_s Me.btnUpload.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnUpload.Location = New System.Drawing.Point(473, 181) Me.btnUpload.Name = "btnUpload" Me.btnUpload.Size = New System.Drawing.Size(175, 31) Me.btnUpload.TabIndex = 11 Me.btnUpload.Text = "Upload..." Me.btnUpload.UseVisualStyleBackColor = True ' 'btnScan ' Me.btnScan.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnScan.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.btnScan.Image = Global.SDL.My.Resources.Resources.scanner1 Me.btnScan.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnScan.Location = New System.Drawing.Point(473, 151) Me.btnScan.Name = "btnScan" Me.btnScan.Size = New System.Drawing.Size(175, 31) Me.btnScan.TabIndex = 10 Me.btnScan.Text = "Scan..." Me.btnScan.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.SDL.My.Resources.Resources.pdf_gray Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox1.Location = New System.Drawing.Point(473, 67) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(175, 76) Me.PictureBox1.TabIndex = 5 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label1.Location = New System.Drawing.Point(7, 113) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(110, 20) Me.Label1.TabIndex = 4 Me.Label1.Text = "Sicherheit-Art:" ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel2.Controls.Add(Me.PictureBox6) Me.Panel2.Controls.Add(Me.Label10) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(658, 44) Me.Panel2.TabIndex = 1 ' 'PictureBox6 ' Me.PictureBox6.BackgroundImage = Global.SDL.My.Resources.Resources.fragezeichen Me.PictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox6.Location = New System.Drawing.Point(640, 0) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(18, 19) Me.PictureBox6.TabIndex = 134 Me.PictureBox6.TabStop = False ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Label10.ForeColor = System.Drawing.Color.White Me.Label10.Location = New System.Drawing.Point(13, 14) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(259, 17) Me.Label10.TabIndex = 5 Me.Label10.Text = "Bitte erfassen Sie die Daten vollständig." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'FlatButton4 ' Me.FlatButton4.allowBorder = False Me.FlatButton4.BackgroundImage = CType(resources.GetObject("FlatButton4.BackgroundImage"), System.Drawing.Image) Me.FlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.FlatButton4.FlatAppearance.BorderSize = 0 Me.FlatButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton4.ForeColor = System.Drawing.Color.Black Me.FlatButton4.Location = New System.Drawing.Point(418, 66) Me.FlatButton4.Name = "FlatButton4" Me.FlatButton4.Size = New System.Drawing.Size(26, 26) Me.FlatButton4.TabIndex = 98 Me.FlatButton4.TabStop = False Me.FlatButton4.UseVisualStyleBackColor = True ' 'txtInfo ' Me.txtInfo.Location = New System.Drawing.Point(155, 297) Me.txtInfo.Name = "txtInfo" Me.txtInfo.Size = New System.Drawing.Size(289, 106) Me.txtInfo.TabIndex = 9 Me.txtInfo.Text = "" ' 'lblErr_Ausstellungsdatum ' Me.lblErr_Ausstellungsdatum.AutoSize = True Me.lblErr_Ausstellungsdatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic) Me.lblErr_Ausstellungsdatum.ForeColor = System.Drawing.Color.Red Me.lblErr_Ausstellungsdatum.Location = New System.Drawing.Point(245, 217) Me.lblErr_Ausstellungsdatum.Name = "lblErr_Ausstellungsdatum" Me.lblErr_Ausstellungsdatum.Size = New System.Drawing.Size(56, 13) Me.lblErr_Ausstellungsdatum.TabIndex = 106 Me.lblErr_Ausstellungsdatum.Text = "Pflichtfeld!" Me.lblErr_Ausstellungsdatum.TextAlign = System.Drawing.ContentAlignment.TopRight Me.lblErr_Ausstellungsdatum.Visible = False ' 'frmKundenSicherheiten_Details ' Me.AllowDrop = True Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(658, 420) Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmKundenSicherheiten_Details" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Kunden-Sicherheit" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label1 As Label Friend WithEvents btnSave As Button Friend WithEvents Panel2 As Panel Friend WithEvents btnScan As Button Friend WithEvents Label2 As Label Friend WithEvents txtDatumVon As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents btnUpload As Button Friend WithEvents Label3 As Label Friend WithEvents Label10 As Label Friend WithEvents txtKunde As VERAG_PROG_ALLGEMEIN.KdSearchBox Friend WithEvents Button1 As Button Friend WithEvents FlatButton4 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents Label12 As Label Friend WithEvents txtInfo As RichTextBox Friend WithEvents Button2 As Button Friend WithEvents lblErr_DocNr As Label Friend WithEvents lblErr_Ausstellungsdatum As Label Friend WithEvents PictureBox6 As PictureBox Friend WithEvents MyTextBox3 As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label5 As Label Friend WithEvents txtBetrag As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label4 As Label Friend WithEvents cboSicherheitsart As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents txtDatumBis As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label13 As Label Friend WithEvents cboSicherheitsgeberLand As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents txtSicherheitsgeber As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label11 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label End Class