703 lines
33 KiB
VB.net
703 lines
33 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKundenSyska_DatenÜbertragen
|
|
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(frmKundenSyska_DatenÜbertragen))
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.lblAVISO_UID = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblSYSKA_UID = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblSYSKA_EMail = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblAVISO_EMail = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.cbxUID = New System.Windows.Forms.CheckBox()
|
|
Me.cbxEMail = New System.Windows.Forms.CheckBox()
|
|
Me.cbxFirma = New System.Windows.Forms.CheckBox()
|
|
Me.lblSYSKA_Name1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblAVISO_Name1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblSYSKA_Name2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblAVISO_Name2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.cbxAdresse = New System.Windows.Forms.CheckBox()
|
|
Me.lblSYSKA_Strasse = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblAVISO_Strasse = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblAVISO_Ort = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblAVISO_Land = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblAVISO_PLZ = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblSYSKA_PLZ = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblSYSKA_Land = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblSYSKA_Ort = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.lblErrSyska = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(90, 40)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(44, 13)
|
|
Me.Label3.TabIndex = 2
|
|
Me.Label3.Text = "AVISO"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.Location = New System.Drawing.Point(683, 40)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label4.TabIndex = 3
|
|
Me.Label4.Text = "SYSKA"
|
|
'
|
|
'lblAVISO_UID
|
|
'
|
|
Me.lblAVISO_UID._DateTimeOnly = False
|
|
Me.lblAVISO_UID._numbersOnly = False
|
|
Me.lblAVISO_UID._numbersOnlyKommastellen = ""
|
|
Me.lblAVISO_UID._Prozent = False
|
|
Me.lblAVISO_UID._ShortDateNew = False
|
|
Me.lblAVISO_UID._ShortDateOnly = False
|
|
Me.lblAVISO_UID._TimeOnly = False
|
|
Me.lblAVISO_UID._value = "AVISO"
|
|
Me.lblAVISO_UID._Waehrung = False
|
|
Me.lblAVISO_UID._WaehrungZeichen = True
|
|
Me.lblAVISO_UID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAVISO_UID.ForeColor = System.Drawing.Color.Black
|
|
Me.lblAVISO_UID.Location = New System.Drawing.Point(93, 141)
|
|
Me.lblAVISO_UID.MaxLineLength = -1
|
|
Me.lblAVISO_UID.MaxLines_Warning = ""
|
|
Me.lblAVISO_UID.MaxLines_Warning_Label = Nothing
|
|
Me.lblAVISO_UID.Name = "lblAVISO_UID"
|
|
Me.lblAVISO_UID.ReadOnly = True
|
|
Me.lblAVISO_UID.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblAVISO_UID.TabIndex = 5
|
|
Me.lblAVISO_UID.Text = "AVISO"
|
|
'
|
|
'lblSYSKA_UID
|
|
'
|
|
Me.lblSYSKA_UID._DateTimeOnly = False
|
|
Me.lblSYSKA_UID._numbersOnly = False
|
|
Me.lblSYSKA_UID._numbersOnlyKommastellen = ""
|
|
Me.lblSYSKA_UID._Prozent = False
|
|
Me.lblSYSKA_UID._ShortDateNew = False
|
|
Me.lblSYSKA_UID._ShortDateOnly = False
|
|
Me.lblSYSKA_UID._TimeOnly = False
|
|
Me.lblSYSKA_UID._value = "SYSKA"
|
|
Me.lblSYSKA_UID._Waehrung = False
|
|
Me.lblSYSKA_UID._WaehrungZeichen = True
|
|
Me.lblSYSKA_UID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSYSKA_UID.ForeColor = System.Drawing.Color.Black
|
|
Me.lblSYSKA_UID.Location = New System.Drawing.Point(439, 139)
|
|
Me.lblSYSKA_UID.MaxLineLength = -1
|
|
Me.lblSYSKA_UID.MaxLines_Warning = ""
|
|
Me.lblSYSKA_UID.MaxLines_Warning_Label = Nothing
|
|
Me.lblSYSKA_UID.Name = "lblSYSKA_UID"
|
|
Me.lblSYSKA_UID.ReadOnly = True
|
|
Me.lblSYSKA_UID.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblSYSKA_UID.TabIndex = 6
|
|
Me.lblSYSKA_UID.Text = "SYSKA"
|
|
'
|
|
'lblSYSKA_EMail
|
|
'
|
|
Me.lblSYSKA_EMail._DateTimeOnly = False
|
|
Me.lblSYSKA_EMail._numbersOnly = False
|
|
Me.lblSYSKA_EMail._numbersOnlyKommastellen = ""
|
|
Me.lblSYSKA_EMail._Prozent = False
|
|
Me.lblSYSKA_EMail._ShortDateNew = False
|
|
Me.lblSYSKA_EMail._ShortDateOnly = False
|
|
Me.lblSYSKA_EMail._TimeOnly = False
|
|
Me.lblSYSKA_EMail._value = "SYSKA"
|
|
Me.lblSYSKA_EMail._Waehrung = False
|
|
Me.lblSYSKA_EMail._WaehrungZeichen = True
|
|
Me.lblSYSKA_EMail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSYSKA_EMail.ForeColor = System.Drawing.Color.Black
|
|
Me.lblSYSKA_EMail.Location = New System.Drawing.Point(439, 165)
|
|
Me.lblSYSKA_EMail.MaxLineLength = -1
|
|
Me.lblSYSKA_EMail.MaxLines_Warning = ""
|
|
Me.lblSYSKA_EMail.MaxLines_Warning_Label = Nothing
|
|
Me.lblSYSKA_EMail.Name = "lblSYSKA_EMail"
|
|
Me.lblSYSKA_EMail.ReadOnly = True
|
|
Me.lblSYSKA_EMail.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblSYSKA_EMail.TabIndex = 8
|
|
Me.lblSYSKA_EMail.Text = "SYSKA"
|
|
Me.lblSYSKA_EMail.Visible = False
|
|
'
|
|
'lblAVISO_EMail
|
|
'
|
|
Me.lblAVISO_EMail._DateTimeOnly = False
|
|
Me.lblAVISO_EMail._numbersOnly = False
|
|
Me.lblAVISO_EMail._numbersOnlyKommastellen = ""
|
|
Me.lblAVISO_EMail._Prozent = False
|
|
Me.lblAVISO_EMail._ShortDateNew = False
|
|
Me.lblAVISO_EMail._ShortDateOnly = False
|
|
Me.lblAVISO_EMail._TimeOnly = False
|
|
Me.lblAVISO_EMail._value = "AVISO"
|
|
Me.lblAVISO_EMail._Waehrung = False
|
|
Me.lblAVISO_EMail._WaehrungZeichen = True
|
|
Me.lblAVISO_EMail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAVISO_EMail.ForeColor = System.Drawing.Color.Black
|
|
Me.lblAVISO_EMail.Location = New System.Drawing.Point(93, 167)
|
|
Me.lblAVISO_EMail.MaxLineLength = -1
|
|
Me.lblAVISO_EMail.MaxLines_Warning = ""
|
|
Me.lblAVISO_EMail.MaxLines_Warning_Label = Nothing
|
|
Me.lblAVISO_EMail.Name = "lblAVISO_EMail"
|
|
Me.lblAVISO_EMail.ReadOnly = True
|
|
Me.lblAVISO_EMail.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblAVISO_EMail.TabIndex = 7
|
|
Me.lblAVISO_EMail.Text = "AVISO"
|
|
Me.lblAVISO_EMail.Visible = False
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label10.Location = New System.Drawing.Point(401, 40)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(21, 13)
|
|
Me.Label10.TabIndex = 9
|
|
Me.Label10.Text = ">>"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!)
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.Location = New System.Drawing.Point(93, 231)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(637, 42)
|
|
Me.Button1.TabIndex = 10
|
|
Me.Button1.Text = "Übertragen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxUID
|
|
'
|
|
Me.cbxUID.AutoSize = True
|
|
Me.cbxUID.Checked = True
|
|
Me.cbxUID.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxUID.Location = New System.Drawing.Point(15, 141)
|
|
Me.cbxUID.Name = "cbxUID"
|
|
Me.cbxUID.Size = New System.Drawing.Size(48, 17)
|
|
Me.cbxUID.TabIndex = 11
|
|
Me.cbxUID.Text = "UID:"
|
|
Me.cbxUID.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxEMail
|
|
'
|
|
Me.cbxEMail.AutoSize = True
|
|
Me.cbxEMail.Location = New System.Drawing.Point(15, 168)
|
|
Me.cbxEMail.Name = "cbxEMail"
|
|
Me.cbxEMail.Size = New System.Drawing.Size(58, 17)
|
|
Me.cbxEMail.TabIndex = 12
|
|
Me.cbxEMail.Text = "E-Mail:"
|
|
Me.cbxEMail.UseVisualStyleBackColor = True
|
|
Me.cbxEMail.Visible = False
|
|
'
|
|
'cbxFirma
|
|
'
|
|
Me.cbxFirma.AutoSize = True
|
|
Me.cbxFirma.Checked = True
|
|
Me.cbxFirma.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxFirma.Location = New System.Drawing.Point(15, 58)
|
|
Me.cbxFirma.Name = "cbxFirma"
|
|
Me.cbxFirma.Size = New System.Drawing.Size(54, 17)
|
|
Me.cbxFirma.TabIndex = 15
|
|
Me.cbxFirma.Text = "Firma:"
|
|
Me.cbxFirma.UseVisualStyleBackColor = True
|
|
'
|
|
'lblSYSKA_Name1
|
|
'
|
|
Me.lblSYSKA_Name1._DateTimeOnly = False
|
|
Me.lblSYSKA_Name1._numbersOnly = False
|
|
Me.lblSYSKA_Name1._numbersOnlyKommastellen = ""
|
|
Me.lblSYSKA_Name1._Prozent = False
|
|
Me.lblSYSKA_Name1._ShortDateNew = False
|
|
Me.lblSYSKA_Name1._ShortDateOnly = False
|
|
Me.lblSYSKA_Name1._TimeOnly = False
|
|
Me.lblSYSKA_Name1._value = "SYSKA"
|
|
Me.lblSYSKA_Name1._Waehrung = False
|
|
Me.lblSYSKA_Name1._WaehrungZeichen = True
|
|
Me.lblSYSKA_Name1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSYSKA_Name1.ForeColor = System.Drawing.Color.Black
|
|
Me.lblSYSKA_Name1.Location = New System.Drawing.Point(439, 56)
|
|
Me.lblSYSKA_Name1.MaxLineLength = -1
|
|
Me.lblSYSKA_Name1.MaxLines_Warning = ""
|
|
Me.lblSYSKA_Name1.MaxLines_Warning_Label = Nothing
|
|
Me.lblSYSKA_Name1.Name = "lblSYSKA_Name1"
|
|
Me.lblSYSKA_Name1.ReadOnly = True
|
|
Me.lblSYSKA_Name1.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblSYSKA_Name1.TabIndex = 14
|
|
Me.lblSYSKA_Name1.Text = "SYSKA"
|
|
'
|
|
'lblAVISO_Name1
|
|
'
|
|
Me.lblAVISO_Name1._DateTimeOnly = False
|
|
Me.lblAVISO_Name1._numbersOnly = False
|
|
Me.lblAVISO_Name1._numbersOnlyKommastellen = ""
|
|
Me.lblAVISO_Name1._Prozent = False
|
|
Me.lblAVISO_Name1._ShortDateNew = False
|
|
Me.lblAVISO_Name1._ShortDateOnly = False
|
|
Me.lblAVISO_Name1._TimeOnly = False
|
|
Me.lblAVISO_Name1._value = "AVISO"
|
|
Me.lblAVISO_Name1._Waehrung = False
|
|
Me.lblAVISO_Name1._WaehrungZeichen = True
|
|
Me.lblAVISO_Name1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAVISO_Name1.ForeColor = System.Drawing.Color.Black
|
|
Me.lblAVISO_Name1.Location = New System.Drawing.Point(93, 58)
|
|
Me.lblAVISO_Name1.MaxLineLength = -1
|
|
Me.lblAVISO_Name1.MaxLines_Warning = ""
|
|
Me.lblAVISO_Name1.MaxLines_Warning_Label = Nothing
|
|
Me.lblAVISO_Name1.Name = "lblAVISO_Name1"
|
|
Me.lblAVISO_Name1.ReadOnly = True
|
|
Me.lblAVISO_Name1.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblAVISO_Name1.TabIndex = 13
|
|
Me.lblAVISO_Name1.Text = "AVISO"
|
|
'
|
|
'lblSYSKA_Name2
|
|
'
|
|
Me.lblSYSKA_Name2._DateTimeOnly = False
|
|
Me.lblSYSKA_Name2._numbersOnly = False
|
|
Me.lblSYSKA_Name2._numbersOnlyKommastellen = ""
|
|
Me.lblSYSKA_Name2._Prozent = False
|
|
Me.lblSYSKA_Name2._ShortDateNew = False
|
|
Me.lblSYSKA_Name2._ShortDateOnly = False
|
|
Me.lblSYSKA_Name2._TimeOnly = False
|
|
Me.lblSYSKA_Name2._value = "SYSKA"
|
|
Me.lblSYSKA_Name2._Waehrung = False
|
|
Me.lblSYSKA_Name2._WaehrungZeichen = True
|
|
Me.lblSYSKA_Name2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSYSKA_Name2.ForeColor = System.Drawing.Color.Black
|
|
Me.lblSYSKA_Name2.Location = New System.Drawing.Point(439, 75)
|
|
Me.lblSYSKA_Name2.MaxLineLength = -1
|
|
Me.lblSYSKA_Name2.MaxLines_Warning = ""
|
|
Me.lblSYSKA_Name2.MaxLines_Warning_Label = Nothing
|
|
Me.lblSYSKA_Name2.Name = "lblSYSKA_Name2"
|
|
Me.lblSYSKA_Name2.ReadOnly = True
|
|
Me.lblSYSKA_Name2.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblSYSKA_Name2.TabIndex = 17
|
|
Me.lblSYSKA_Name2.Text = "SYSKA"
|
|
'
|
|
'lblAVISO_Name2
|
|
'
|
|
Me.lblAVISO_Name2._DateTimeOnly = False
|
|
Me.lblAVISO_Name2._numbersOnly = False
|
|
Me.lblAVISO_Name2._numbersOnlyKommastellen = ""
|
|
Me.lblAVISO_Name2._Prozent = False
|
|
Me.lblAVISO_Name2._ShortDateNew = False
|
|
Me.lblAVISO_Name2._ShortDateOnly = False
|
|
Me.lblAVISO_Name2._TimeOnly = False
|
|
Me.lblAVISO_Name2._value = "AVISO"
|
|
Me.lblAVISO_Name2._Waehrung = False
|
|
Me.lblAVISO_Name2._WaehrungZeichen = True
|
|
Me.lblAVISO_Name2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAVISO_Name2.ForeColor = System.Drawing.Color.Black
|
|
Me.lblAVISO_Name2.Location = New System.Drawing.Point(93, 77)
|
|
Me.lblAVISO_Name2.MaxLineLength = -1
|
|
Me.lblAVISO_Name2.MaxLines_Warning = ""
|
|
Me.lblAVISO_Name2.MaxLines_Warning_Label = Nothing
|
|
Me.lblAVISO_Name2.Name = "lblAVISO_Name2"
|
|
Me.lblAVISO_Name2.ReadOnly = True
|
|
Me.lblAVISO_Name2.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblAVISO_Name2.TabIndex = 16
|
|
Me.lblAVISO_Name2.Text = "AVISO"
|
|
'
|
|
'cbxAdresse
|
|
'
|
|
Me.cbxAdresse.AutoSize = True
|
|
Me.cbxAdresse.Checked = True
|
|
Me.cbxAdresse.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxAdresse.Location = New System.Drawing.Point(15, 96)
|
|
Me.cbxAdresse.Name = "cbxAdresse"
|
|
Me.cbxAdresse.Size = New System.Drawing.Size(67, 17)
|
|
Me.cbxAdresse.TabIndex = 21
|
|
Me.cbxAdresse.Text = "Adresse:"
|
|
Me.cbxAdresse.UseVisualStyleBackColor = True
|
|
'
|
|
'lblSYSKA_Strasse
|
|
'
|
|
Me.lblSYSKA_Strasse._DateTimeOnly = False
|
|
Me.lblSYSKA_Strasse._numbersOnly = False
|
|
Me.lblSYSKA_Strasse._numbersOnlyKommastellen = ""
|
|
Me.lblSYSKA_Strasse._Prozent = False
|
|
Me.lblSYSKA_Strasse._ShortDateNew = False
|
|
Me.lblSYSKA_Strasse._ShortDateOnly = False
|
|
Me.lblSYSKA_Strasse._TimeOnly = False
|
|
Me.lblSYSKA_Strasse._value = "SYSKA"
|
|
Me.lblSYSKA_Strasse._Waehrung = False
|
|
Me.lblSYSKA_Strasse._WaehrungZeichen = True
|
|
Me.lblSYSKA_Strasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSYSKA_Strasse.ForeColor = System.Drawing.Color.Black
|
|
Me.lblSYSKA_Strasse.Location = New System.Drawing.Point(439, 94)
|
|
Me.lblSYSKA_Strasse.MaxLineLength = -1
|
|
Me.lblSYSKA_Strasse.MaxLines_Warning = ""
|
|
Me.lblSYSKA_Strasse.MaxLines_Warning_Label = Nothing
|
|
Me.lblSYSKA_Strasse.Name = "lblSYSKA_Strasse"
|
|
Me.lblSYSKA_Strasse.ReadOnly = True
|
|
Me.lblSYSKA_Strasse.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblSYSKA_Strasse.TabIndex = 20
|
|
Me.lblSYSKA_Strasse.Text = "SYSKA"
|
|
'
|
|
'lblAVISO_Strasse
|
|
'
|
|
Me.lblAVISO_Strasse._DateTimeOnly = False
|
|
Me.lblAVISO_Strasse._numbersOnly = False
|
|
Me.lblAVISO_Strasse._numbersOnlyKommastellen = ""
|
|
Me.lblAVISO_Strasse._Prozent = False
|
|
Me.lblAVISO_Strasse._ShortDateNew = False
|
|
Me.lblAVISO_Strasse._ShortDateOnly = False
|
|
Me.lblAVISO_Strasse._TimeOnly = False
|
|
Me.lblAVISO_Strasse._value = "AVISO"
|
|
Me.lblAVISO_Strasse._Waehrung = False
|
|
Me.lblAVISO_Strasse._WaehrungZeichen = True
|
|
Me.lblAVISO_Strasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAVISO_Strasse.ForeColor = System.Drawing.Color.Black
|
|
Me.lblAVISO_Strasse.Location = New System.Drawing.Point(93, 96)
|
|
Me.lblAVISO_Strasse.MaxLineLength = -1
|
|
Me.lblAVISO_Strasse.MaxLines_Warning = ""
|
|
Me.lblAVISO_Strasse.MaxLines_Warning_Label = Nothing
|
|
Me.lblAVISO_Strasse.Name = "lblAVISO_Strasse"
|
|
Me.lblAVISO_Strasse.ReadOnly = True
|
|
Me.lblAVISO_Strasse.Size = New System.Drawing.Size(291, 20)
|
|
Me.lblAVISO_Strasse.TabIndex = 19
|
|
Me.lblAVISO_Strasse.Text = "AVISO"
|
|
'
|
|
'lblAVISO_Ort
|
|
'
|
|
Me.lblAVISO_Ort._DateTimeOnly = False
|
|
Me.lblAVISO_Ort._numbersOnly = False
|
|
Me.lblAVISO_Ort._numbersOnlyKommastellen = ""
|
|
Me.lblAVISO_Ort._Prozent = False
|
|
Me.lblAVISO_Ort._ShortDateNew = False
|
|
Me.lblAVISO_Ort._ShortDateOnly = False
|
|
Me.lblAVISO_Ort._TimeOnly = False
|
|
Me.lblAVISO_Ort._value = "AVISO"
|
|
Me.lblAVISO_Ort._Waehrung = False
|
|
Me.lblAVISO_Ort._WaehrungZeichen = True
|
|
Me.lblAVISO_Ort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAVISO_Ort.ForeColor = System.Drawing.Color.Black
|
|
Me.lblAVISO_Ort.Location = New System.Drawing.Point(171, 113)
|
|
Me.lblAVISO_Ort.MaxLineLength = -1
|
|
Me.lblAVISO_Ort.MaxLines_Warning = ""
|
|
Me.lblAVISO_Ort.MaxLines_Warning_Label = Nothing
|
|
Me.lblAVISO_Ort.Name = "lblAVISO_Ort"
|
|
Me.lblAVISO_Ort.ReadOnly = True
|
|
Me.lblAVISO_Ort.Size = New System.Drawing.Size(213, 20)
|
|
Me.lblAVISO_Ort.TabIndex = 22
|
|
Me.lblAVISO_Ort.Text = "AVISO"
|
|
'
|
|
'lblAVISO_Land
|
|
'
|
|
Me.lblAVISO_Land._DateTimeOnly = False
|
|
Me.lblAVISO_Land._numbersOnly = False
|
|
Me.lblAVISO_Land._numbersOnlyKommastellen = ""
|
|
Me.lblAVISO_Land._Prozent = False
|
|
Me.lblAVISO_Land._ShortDateNew = False
|
|
Me.lblAVISO_Land._ShortDateOnly = False
|
|
Me.lblAVISO_Land._TimeOnly = False
|
|
Me.lblAVISO_Land._value = "AVISO"
|
|
Me.lblAVISO_Land._Waehrung = False
|
|
Me.lblAVISO_Land._WaehrungZeichen = True
|
|
Me.lblAVISO_Land.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAVISO_Land.ForeColor = System.Drawing.Color.Black
|
|
Me.lblAVISO_Land.Location = New System.Drawing.Point(93, 113)
|
|
Me.lblAVISO_Land.MaxLineLength = -1
|
|
Me.lblAVISO_Land.MaxLines_Warning = ""
|
|
Me.lblAVISO_Land.MaxLines_Warning_Label = Nothing
|
|
Me.lblAVISO_Land.Name = "lblAVISO_Land"
|
|
Me.lblAVISO_Land.ReadOnly = True
|
|
Me.lblAVISO_Land.Size = New System.Drawing.Size(26, 20)
|
|
Me.lblAVISO_Land.TabIndex = 24
|
|
Me.lblAVISO_Land.Text = "AVISO"
|
|
'
|
|
'lblAVISO_PLZ
|
|
'
|
|
Me.lblAVISO_PLZ._DateTimeOnly = False
|
|
Me.lblAVISO_PLZ._numbersOnly = False
|
|
Me.lblAVISO_PLZ._numbersOnlyKommastellen = ""
|
|
Me.lblAVISO_PLZ._Prozent = False
|
|
Me.lblAVISO_PLZ._ShortDateNew = False
|
|
Me.lblAVISO_PLZ._ShortDateOnly = False
|
|
Me.lblAVISO_PLZ._TimeOnly = False
|
|
Me.lblAVISO_PLZ._value = "AVISO"
|
|
Me.lblAVISO_PLZ._Waehrung = False
|
|
Me.lblAVISO_PLZ._WaehrungZeichen = True
|
|
Me.lblAVISO_PLZ.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAVISO_PLZ.ForeColor = System.Drawing.Color.Black
|
|
Me.lblAVISO_PLZ.Location = New System.Drawing.Point(118, 113)
|
|
Me.lblAVISO_PLZ.MaxLineLength = -1
|
|
Me.lblAVISO_PLZ.MaxLines_Warning = ""
|
|
Me.lblAVISO_PLZ.MaxLines_Warning_Label = Nothing
|
|
Me.lblAVISO_PLZ.Name = "lblAVISO_PLZ"
|
|
Me.lblAVISO_PLZ.ReadOnly = True
|
|
Me.lblAVISO_PLZ.Size = New System.Drawing.Size(54, 20)
|
|
Me.lblAVISO_PLZ.TabIndex = 25
|
|
Me.lblAVISO_PLZ.Text = "AVISO"
|
|
'
|
|
'lblSYSKA_PLZ
|
|
'
|
|
Me.lblSYSKA_PLZ._DateTimeOnly = False
|
|
Me.lblSYSKA_PLZ._numbersOnly = False
|
|
Me.lblSYSKA_PLZ._numbersOnlyKommastellen = ""
|
|
Me.lblSYSKA_PLZ._Prozent = False
|
|
Me.lblSYSKA_PLZ._ShortDateNew = False
|
|
Me.lblSYSKA_PLZ._ShortDateOnly = False
|
|
Me.lblSYSKA_PLZ._TimeOnly = False
|
|
Me.lblSYSKA_PLZ._value = "SYSKA"
|
|
Me.lblSYSKA_PLZ._Waehrung = False
|
|
Me.lblSYSKA_PLZ._WaehrungZeichen = True
|
|
Me.lblSYSKA_PLZ.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSYSKA_PLZ.ForeColor = System.Drawing.Color.Black
|
|
Me.lblSYSKA_PLZ.Location = New System.Drawing.Point(464, 113)
|
|
Me.lblSYSKA_PLZ.MaxLineLength = -1
|
|
Me.lblSYSKA_PLZ.MaxLines_Warning = ""
|
|
Me.lblSYSKA_PLZ.MaxLines_Warning_Label = Nothing
|
|
Me.lblSYSKA_PLZ.Name = "lblSYSKA_PLZ"
|
|
Me.lblSYSKA_PLZ.ReadOnly = True
|
|
Me.lblSYSKA_PLZ.Size = New System.Drawing.Size(54, 20)
|
|
Me.lblSYSKA_PLZ.TabIndex = 28
|
|
Me.lblSYSKA_PLZ.Text = "SYSKA"
|
|
'
|
|
'lblSYSKA_Land
|
|
'
|
|
Me.lblSYSKA_Land._DateTimeOnly = False
|
|
Me.lblSYSKA_Land._numbersOnly = False
|
|
Me.lblSYSKA_Land._numbersOnlyKommastellen = ""
|
|
Me.lblSYSKA_Land._Prozent = False
|
|
Me.lblSYSKA_Land._ShortDateNew = False
|
|
Me.lblSYSKA_Land._ShortDateOnly = False
|
|
Me.lblSYSKA_Land._TimeOnly = False
|
|
Me.lblSYSKA_Land._value = "SYSKA"
|
|
Me.lblSYSKA_Land._Waehrung = False
|
|
Me.lblSYSKA_Land._WaehrungZeichen = True
|
|
Me.lblSYSKA_Land.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSYSKA_Land.ForeColor = System.Drawing.Color.Black
|
|
Me.lblSYSKA_Land.Location = New System.Drawing.Point(439, 113)
|
|
Me.lblSYSKA_Land.MaxLineLength = -1
|
|
Me.lblSYSKA_Land.MaxLines_Warning = ""
|
|
Me.lblSYSKA_Land.MaxLines_Warning_Label = Nothing
|
|
Me.lblSYSKA_Land.Name = "lblSYSKA_Land"
|
|
Me.lblSYSKA_Land.ReadOnly = True
|
|
Me.lblSYSKA_Land.Size = New System.Drawing.Size(26, 20)
|
|
Me.lblSYSKA_Land.TabIndex = 27
|
|
Me.lblSYSKA_Land.Text = "SYSKA"
|
|
'
|
|
'lblSYSKA_Ort
|
|
'
|
|
Me.lblSYSKA_Ort._DateTimeOnly = False
|
|
Me.lblSYSKA_Ort._numbersOnly = False
|
|
Me.lblSYSKA_Ort._numbersOnlyKommastellen = ""
|
|
Me.lblSYSKA_Ort._Prozent = False
|
|
Me.lblSYSKA_Ort._ShortDateNew = False
|
|
Me.lblSYSKA_Ort._ShortDateOnly = False
|
|
Me.lblSYSKA_Ort._TimeOnly = False
|
|
Me.lblSYSKA_Ort._value = "SYSKA"
|
|
Me.lblSYSKA_Ort._Waehrung = False
|
|
Me.lblSYSKA_Ort._WaehrungZeichen = True
|
|
Me.lblSYSKA_Ort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSYSKA_Ort.ForeColor = System.Drawing.Color.Black
|
|
Me.lblSYSKA_Ort.Location = New System.Drawing.Point(517, 113)
|
|
Me.lblSYSKA_Ort.MaxLineLength = -1
|
|
Me.lblSYSKA_Ort.MaxLines_Warning = ""
|
|
Me.lblSYSKA_Ort.MaxLines_Warning_Label = Nothing
|
|
Me.lblSYSKA_Ort.Name = "lblSYSKA_Ort"
|
|
Me.lblSYSKA_Ort.ReadOnly = True
|
|
Me.lblSYSKA_Ort.Size = New System.Drawing.Size(213, 20)
|
|
Me.lblSYSKA_Ort.TabIndex = 26
|
|
Me.lblSYSKA_Ort.Text = "SYSKA"
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Location = New System.Drawing.Point(15, 191)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(50, 17)
|
|
Me.CheckBox1.TabIndex = 31
|
|
Me.CheckBox1.Text = "ZZiel"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
Me.CheckBox1.Visible = False
|
|
'
|
|
'MyTextBox1
|
|
'
|
|
Me.MyTextBox1._DateTimeOnly = False
|
|
Me.MyTextBox1._numbersOnly = False
|
|
Me.MyTextBox1._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox1._Prozent = False
|
|
Me.MyTextBox1._ShortDateNew = False
|
|
Me.MyTextBox1._ShortDateOnly = False
|
|
Me.MyTextBox1._TimeOnly = False
|
|
Me.MyTextBox1._value = "SYSKA"
|
|
Me.MyTextBox1._Waehrung = False
|
|
Me.MyTextBox1._WaehrungZeichen = True
|
|
Me.MyTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.MyTextBox1.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox1.Location = New System.Drawing.Point(439, 188)
|
|
Me.MyTextBox1.MaxLineLength = -1
|
|
Me.MyTextBox1.MaxLines_Warning = ""
|
|
Me.MyTextBox1.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox1.Name = "MyTextBox1"
|
|
Me.MyTextBox1.ReadOnly = True
|
|
Me.MyTextBox1.Size = New System.Drawing.Size(291, 20)
|
|
Me.MyTextBox1.TabIndex = 30
|
|
Me.MyTextBox1.Text = "SYSKA"
|
|
Me.MyTextBox1.Visible = False
|
|
'
|
|
'MyTextBox2
|
|
'
|
|
Me.MyTextBox2._DateTimeOnly = False
|
|
Me.MyTextBox2._numbersOnly = False
|
|
Me.MyTextBox2._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox2._Prozent = False
|
|
Me.MyTextBox2._ShortDateNew = False
|
|
Me.MyTextBox2._ShortDateOnly = False
|
|
Me.MyTextBox2._TimeOnly = False
|
|
Me.MyTextBox2._value = "AVISO"
|
|
Me.MyTextBox2._Waehrung = False
|
|
Me.MyTextBox2._WaehrungZeichen = True
|
|
Me.MyTextBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.MyTextBox2.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox2.Location = New System.Drawing.Point(93, 190)
|
|
Me.MyTextBox2.MaxLineLength = -1
|
|
Me.MyTextBox2.MaxLines_Warning = ""
|
|
Me.MyTextBox2.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox2.Name = "MyTextBox2"
|
|
Me.MyTextBox2.ReadOnly = True
|
|
Me.MyTextBox2.Size = New System.Drawing.Size(291, 20)
|
|
Me.MyTextBox2.TabIndex = 29
|
|
Me.MyTextBox2.Text = "AVISO"
|
|
Me.MyTextBox2.Visible = False
|
|
'
|
|
'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(90, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label1.TabIndex = 32
|
|
Me.Label1.Text = "Firma:"
|
|
'
|
|
'cboFirma
|
|
'
|
|
Me.cboFirma._allowedValuesFreiText = Nothing
|
|
Me.cboFirma._allowFreiText = False
|
|
Me.cboFirma._value = ""
|
|
Me.cboFirma.FormattingEnabled = True
|
|
Me.cboFirma.Location = New System.Drawing.Point(138, 6)
|
|
Me.cboFirma.Name = "cboFirma"
|
|
Me.cboFirma.Size = New System.Drawing.Size(592, 21)
|
|
Me.cboFirma.TabIndex = 33
|
|
'
|
|
'lblErrSyska
|
|
'
|
|
Me.lblErrSyska.AutoSize = True
|
|
Me.lblErrSyska.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblErrSyska.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErrSyska.Location = New System.Drawing.Point(436, 40)
|
|
Me.lblErrSyska.Name = "lblErrSyska"
|
|
Me.lblErrSyska.Size = New System.Drawing.Size(80, 13)
|
|
Me.lblErrSyska.TabIndex = 34
|
|
Me.lblErrSyska.Text = "Kein Eintrag!"
|
|
Me.lblErrSyska.Visible = False
|
|
'
|
|
'frmKundenSyska_DatenÜbertragen
|
|
'
|
|
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(748, 295)
|
|
Me.Controls.Add(Me.lblErrSyska)
|
|
Me.Controls.Add(Me.cboFirma)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.CheckBox1)
|
|
Me.Controls.Add(Me.MyTextBox1)
|
|
Me.Controls.Add(Me.MyTextBox2)
|
|
Me.Controls.Add(Me.lblSYSKA_PLZ)
|
|
Me.Controls.Add(Me.lblSYSKA_Land)
|
|
Me.Controls.Add(Me.lblSYSKA_Ort)
|
|
Me.Controls.Add(Me.lblAVISO_PLZ)
|
|
Me.Controls.Add(Me.lblAVISO_Land)
|
|
Me.Controls.Add(Me.lblAVISO_Ort)
|
|
Me.Controls.Add(Me.cbxAdresse)
|
|
Me.Controls.Add(Me.lblSYSKA_Strasse)
|
|
Me.Controls.Add(Me.lblAVISO_Strasse)
|
|
Me.Controls.Add(Me.lblSYSKA_Name2)
|
|
Me.Controls.Add(Me.lblAVISO_Name2)
|
|
Me.Controls.Add(Me.cbxFirma)
|
|
Me.Controls.Add(Me.lblSYSKA_Name1)
|
|
Me.Controls.Add(Me.lblAVISO_Name1)
|
|
Me.Controls.Add(Me.cbxEMail)
|
|
Me.Controls.Add(Me.cbxUID)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.lblSYSKA_EMail)
|
|
Me.Controls.Add(Me.lblAVISO_EMail)
|
|
Me.Controls.Add(Me.lblSYSKA_UID)
|
|
Me.Controls.Add(Me.lblAVISO_UID)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKundenSyska_DatenÜbertragen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Übertrag Syska"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents lblAVISO_UID As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblSYSKA_UID As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblSYSKA_EMail As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblAVISO_EMail As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents cbxUID As CheckBox
|
|
Friend WithEvents cbxEMail As CheckBox
|
|
Friend WithEvents cbxFirma As CheckBox
|
|
Friend WithEvents lblSYSKA_Name1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblAVISO_Name1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblSYSKA_Name2 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblAVISO_Name2 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents cbxAdresse As CheckBox
|
|
Friend WithEvents lblSYSKA_Strasse As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblAVISO_Strasse As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblAVISO_Ort As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblAVISO_Land As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblAVISO_PLZ As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblSYSKA_PLZ As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblSYSKA_Land As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblSYSKA_Ort As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents CheckBox1 As CheckBox
|
|
Friend WithEvents MyTextBox1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents MyTextBox2 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents cboFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents lblErrSyska As Label
|
|
End Class
|