481 lines
23 KiB
VB.net
481 lines
23 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNeuerKunde
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNeuerKunde))
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.ComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.ComboBox2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.lblError = New System.Windows.Forms.Label()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.MyRichTextBox1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
|
Me.cboUstIdLand = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.txtEORINL = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtUstId = New System.Windows.Forms.TextBox()
|
|
Me.txtEORI = New System.Windows.Forms.TextBox()
|
|
Me.sbLand = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
|
Me.txtPLZ = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtStrasse = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtOrt = New System.Windows.Forms.TextBox()
|
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.TextBox1.Location = New System.Drawing.Point(14, 70)
|
|
Me.TextBox1.MaxLength = 50
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(491, 26)
|
|
Me.TextBox1.TabIndex = 3
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(11, 52)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(187, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Ordnungsbegriff ( ""Firmanname; Ort"" ):"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(11, 267)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(92, 13)
|
|
Me.Label2.TabIndex = 17
|
|
Me.Label2.Text = "Zuständige Filiale:"
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1._allowedValuesFreiText = Nothing
|
|
Me.ComboBox1._allowFreiText = False
|
|
Me.ComboBox1._value = ""
|
|
Me.ComboBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox1.DropDownWidth = 400
|
|
Me.ComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.ComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Location = New System.Drawing.Point(14, 286)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(318, 28)
|
|
Me.ComboBox1.TabIndex = 18
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(8, 9)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(384, 26)
|
|
Me.Label3.TabIndex = 0
|
|
Me.Label3.Text = "Sie sind gerade dabei einen neuen Kunden in der Stammdatenbank anzulegen. " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Bitte" &
|
|
" geben Sie den Kurznamen (=Suchbegriff) ein:"
|
|
'
|
|
'FlatButton1
|
|
'
|
|
Me.FlatButton1.allowBorder = False
|
|
Me.FlatButton1.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton1.Image = Global.SDL.My.Resources.save
|
|
Me.FlatButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton1.Location = New System.Drawing.Point(10, 396)
|
|
Me.FlatButton1.Name = "FlatButton1"
|
|
Me.FlatButton1.Size = New System.Drawing.Size(135, 39)
|
|
Me.FlatButton1.TabIndex = 22
|
|
Me.FlatButton1.Text = "Kunde eintragen"
|
|
Me.FlatButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.FlatButton1.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton2
|
|
'
|
|
Me.FlatButton2.allowBorder = False
|
|
Me.FlatButton2.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton2.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton2.Image = Global.SDL.My.Resources.del
|
|
Me.FlatButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton2.Location = New System.Drawing.Point(159, 396)
|
|
Me.FlatButton2.Name = "FlatButton2"
|
|
Me.FlatButton2.Size = New System.Drawing.Size(106, 39)
|
|
Me.FlatButton2.TabIndex = 23
|
|
Me.FlatButton2.Text = "Abbrechen"
|
|
Me.FlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.FlatButton2.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.Location = New System.Drawing.Point(11, 320)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(69, 13)
|
|
Me.Label4.TabIndex = 19
|
|
Me.Label4.Text = "Kundenkreis:"
|
|
'
|
|
'ComboBox2
|
|
'
|
|
Me.ComboBox2._allowedValuesFreiText = Nothing
|
|
Me.ComboBox2._allowFreiText = False
|
|
Me.ComboBox2._value = ""
|
|
Me.ComboBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox2.DropDownWidth = 400
|
|
Me.ComboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.ComboBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ComboBox2.FormattingEnabled = True
|
|
Me.ComboBox2.Items.AddRange(New Object() {"", "100000-199999: XXXXXX", "200000-299999: XXXXXX", "300000-399999: XXXXXX", "400000-499999: XXXXXX", "500000-599999: XXXXXX", "600000-699999: XXXXXX", "700000-799999: XXXXXX", "800000-899999: XXXXXX", "900000-999999: XXXXXX"})
|
|
Me.ComboBox2.Location = New System.Drawing.Point(14, 339)
|
|
Me.ComboBox2.Name = "ComboBox2"
|
|
Me.ComboBox2.Size = New System.Drawing.Size(318, 28)
|
|
Me.ComboBox2.TabIndex = 20
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Image = Global.SDL.My.Resources.add_person
|
|
Me.PictureBox1.Location = New System.Drawing.Point(345, 286)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(166, 149)
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox1.TabIndex = 4
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'lblError
|
|
'
|
|
Me.lblError.ForeColor = System.Drawing.Color.Red
|
|
Me.lblError.Location = New System.Drawing.Point(14, 376)
|
|
Me.lblError.Name = "lblError"
|
|
Me.lblError.Size = New System.Drawing.Size(318, 28)
|
|
Me.lblError.TabIndex = 21
|
|
Me.lblError.Text = "ERROR"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel1.Controls.Add(Me.FlatButton3)
|
|
Me.Panel1.Controls.Add(Me.Label5)
|
|
Me.Panel1.Controls.Add(Me.Label9)
|
|
Me.Panel1.Controls.Add(Me.MyRichTextBox1)
|
|
Me.Panel1.Controls.Add(Me.cboUstIdLand)
|
|
Me.Panel1.Controls.Add(Me.txtEORINL)
|
|
Me.Panel1.Controls.Add(Me.Label8)
|
|
Me.Panel1.Controls.Add(Me.Label7)
|
|
Me.Panel1.Controls.Add(Me.txtUstId)
|
|
Me.Panel1.Controls.Add(Me.txtEORI)
|
|
Me.Panel1.Controls.Add(Me.sbLand)
|
|
Me.Panel1.Controls.Add(Me.txtPLZ)
|
|
Me.Panel1.Controls.Add(Me.txtStrasse)
|
|
Me.Panel1.Controls.Add(Me.Label6)
|
|
Me.Panel1.Controls.Add(Me.txtOrt)
|
|
Me.Panel1.Controls.Add(Me.Label3)
|
|
Me.Panel1.Controls.Add(Me.lblError)
|
|
Me.Panel1.Controls.Add(Me.TextBox1)
|
|
Me.Panel1.Controls.Add(Me.PictureBox1)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Controls.Add(Me.FlatButton2)
|
|
Me.Panel1.Controls.Add(Me.Label2)
|
|
Me.Panel1.Controls.Add(Me.FlatButton1)
|
|
Me.Panel1.Controls.Add(Me.Label4)
|
|
Me.Panel1.Controls.Add(Me.ComboBox2)
|
|
Me.Panel1.Controls.Add(Me.ComboBox1)
|
|
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(846, 443)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'FlatButton3
|
|
'
|
|
Me.FlatButton3.allowBorder = False
|
|
Me.FlatButton3.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton3.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton3.Image = Global.SDL.My.Resources.save
|
|
Me.FlatButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton3.Location = New System.Drawing.Point(523, 396)
|
|
Me.FlatButton3.Name = "FlatButton3"
|
|
Me.FlatButton3.Padding = New System.Windows.Forms.Padding(0, 0, 35, 0)
|
|
Me.FlatButton3.Size = New System.Drawing.Size(310, 39)
|
|
Me.FlatButton3.TabIndex = 24
|
|
Me.FlatButton3.Text = "Kunde eintragen + zur Detailansicht ..."
|
|
Me.FlatButton3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.FlatButton3.UseVisualStyleBackColor = True
|
|
Me.FlatButton3.Visible = False
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label5.Location = New System.Drawing.Point(269, 208)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(281, 62)
|
|
Me.Label5.TabIndex = 14
|
|
Me.Label5.Text = "Der Kunde wurde " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "erfolgreich angelegt!"
|
|
Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.Label5.Visible = False
|
|
'
|
|
'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(520, 52)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label9.TabIndex = 2
|
|
Me.Label9.Text = "Besonderheiten:"
|
|
'
|
|
'MyRichTextBox1
|
|
'
|
|
Me.MyRichTextBox1.Location = New System.Drawing.Point(523, 70)
|
|
Me.MyRichTextBox1.MaxLength = 500
|
|
Me.MyRichTextBox1.MaxLineLength = -1
|
|
Me.MyRichTextBox1.MaxLines_Warning = ""
|
|
Me.MyRichTextBox1.MaxLines_Warning_Label = Nothing
|
|
Me.MyRichTextBox1.Name = "MyRichTextBox1"
|
|
Me.MyRichTextBox1.Size = New System.Drawing.Size(310, 324)
|
|
Me.MyRichTextBox1.TabIndex = 16
|
|
Me.MyRichTextBox1.Text = ""
|
|
'
|
|
'cboUstIdLand
|
|
'
|
|
Me.cboUstIdLand._allowedValuesFreiText = Nothing
|
|
Me.cboUstIdLand._allowFreiText = False
|
|
Me.cboUstIdLand._value = ""
|
|
Me.cboUstIdLand.Enabled = False
|
|
Me.cboUstIdLand.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!)
|
|
Me.cboUstIdLand.FormattingEnabled = True
|
|
Me.cboUstIdLand.Location = New System.Drawing.Point(54, 215)
|
|
Me.cboUstIdLand.Name = "cboUstIdLand"
|
|
Me.cboUstIdLand.Size = New System.Drawing.Size(69, 26)
|
|
Me.cboUstIdLand.TabIndex = 13
|
|
'
|
|
'txtEORINL
|
|
'
|
|
Me.txtEORINL._DateTimeOnly = False
|
|
Me.txtEORINL._numbersOnly = True
|
|
Me.txtEORINL._numbersOnlyKommastellen = ""
|
|
Me.txtEORINL._Prozent = False
|
|
Me.txtEORINL._ShortDateNew = False
|
|
Me.txtEORINL._ShortDateOnly = False
|
|
Me.txtEORINL._TimeOnly = False
|
|
Me.txtEORINL._value = ""
|
|
Me.txtEORINL._Waehrung = False
|
|
Me.txtEORINL.Enabled = False
|
|
Me.txtEORINL.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtEORINL.ForeColor = System.Drawing.Color.Black
|
|
Me.txtEORINL.Location = New System.Drawing.Point(382, 187)
|
|
Me.txtEORINL.MaxLength = 4
|
|
Me.txtEORINL.MaxLineLength = -1
|
|
Me.txtEORINL.MaxLines_Warning = ""
|
|
Me.txtEORINL.MaxLines_Warning_Label = Nothing
|
|
Me.txtEORINL.Name = "txtEORINL"
|
|
Me.txtEORINL.Size = New System.Drawing.Size(120, 26)
|
|
Me.txtEORINL.TabIndex = 11
|
|
'
|
|
'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(14, 223)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label8.TabIndex = 12
|
|
Me.Label8.Text = "USt-Id:"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(14, 195)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(36, 13)
|
|
Me.Label7.TabIndex = 9
|
|
Me.Label7.Text = "EORI:"
|
|
'
|
|
'txtUstId
|
|
'
|
|
Me.txtUstId.Enabled = False
|
|
Me.txtUstId.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtUstId.Location = New System.Drawing.Point(125, 215)
|
|
Me.txtUstId.MaxLength = 40
|
|
Me.txtUstId.Name = "txtUstId"
|
|
Me.txtUstId.Size = New System.Drawing.Size(377, 26)
|
|
Me.txtUstId.TabIndex = 15
|
|
'
|
|
'txtEORI
|
|
'
|
|
Me.txtEORI.Enabled = False
|
|
Me.txtEORI.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtEORI.Location = New System.Drawing.Point(54, 187)
|
|
Me.txtEORI.MaxLength = 17
|
|
Me.txtEORI.Name = "txtEORI"
|
|
Me.txtEORI.Size = New System.Drawing.Size(326, 26)
|
|
Me.txtEORI.TabIndex = 10
|
|
'
|
|
'sbLand
|
|
'
|
|
Me.sbLand._allowFreitext = False
|
|
Me.sbLand._AllowSetValue = False
|
|
Me.sbLand._autoSizeGross = False
|
|
Me.sbLand._hideIfListEmpty = True
|
|
Me.sbLand._value = Nothing
|
|
Me.sbLand.conn_art = "FMZOLL"
|
|
Me.sbLand.dgvpos = "LEFT"
|
|
Me.sbLand.DISPLAY_PARAM = Nothing
|
|
Me.sbLand.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.sbLand.INVISIBLE_COLUMNS = Nothing
|
|
Me.sbLand.key_visible = False
|
|
Me.sbLand.KEYPARAM = Nothing
|
|
Me.sbLand.Location = New System.Drawing.Point(14, 147)
|
|
Me.sbLand.Name = "sbLand"
|
|
Me.sbLand.searchActive = True
|
|
Me.sbLand.Size = New System.Drawing.Size(38, 26)
|
|
Me.sbLand.SQL_ORDER_BY = Nothing
|
|
Me.sbLand.SQL_SELECT = Nothing
|
|
Me.sbLand.SQL_WHERE = Nothing
|
|
Me.sbLand.SQL_WhereParamList = Nothing
|
|
Me.sbLand.TabIndex = 6
|
|
Me.sbLand.usrcntl = Nothing
|
|
'
|
|
'txtPLZ
|
|
'
|
|
Me.txtPLZ._DateTimeOnly = False
|
|
Me.txtPLZ._numbersOnly = True
|
|
Me.txtPLZ._numbersOnlyKommastellen = ""
|
|
Me.txtPLZ._Prozent = False
|
|
Me.txtPLZ._ShortDateNew = False
|
|
Me.txtPLZ._ShortDateOnly = False
|
|
Me.txtPLZ._TimeOnly = False
|
|
Me.txtPLZ._value = ""
|
|
Me.txtPLZ._Waehrung = False
|
|
Me.txtPLZ.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtPLZ.ForeColor = System.Drawing.Color.Black
|
|
Me.txtPLZ.Location = New System.Drawing.Point(54, 147)
|
|
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(69, 26)
|
|
Me.txtPLZ.TabIndex = 7
|
|
'
|
|
'txtStrasse
|
|
'
|
|
Me.txtStrasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtStrasse.Location = New System.Drawing.Point(14, 119)
|
|
Me.txtStrasse.MaxLength = 40
|
|
Me.txtStrasse.Name = "txtStrasse"
|
|
Me.txtStrasse.Size = New System.Drawing.Size(491, 26)
|
|
Me.txtStrasse.TabIndex = 5
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(11, 103)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(48, 13)
|
|
Me.Label6.TabIndex = 4
|
|
Me.Label6.Text = "Adresse:"
|
|
'
|
|
'txtOrt
|
|
'
|
|
Me.txtOrt.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtOrt.Location = New System.Drawing.Point(125, 147)
|
|
Me.txtOrt.MaxLength = 40
|
|
Me.txtOrt.Name = "txtOrt"
|
|
Me.txtOrt.Size = New System.Drawing.Size(380, 26)
|
|
Me.txtOrt.TabIndex = 8
|
|
'
|
|
'Timer1
|
|
'
|
|
Me.Timer1.Interval = 1000
|
|
'
|
|
'frmNeuerKunde
|
|
'
|
|
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(846, 443)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmNeuerKunde"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Neuen Kunden anlegen"
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents ComboBox1 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents ComboBox2 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents lblError As System.Windows.Forms.Label
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Timer1 As System.Windows.Forms.Timer
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txtStrasse As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents txtOrt As System.Windows.Forms.TextBox
|
|
Friend WithEvents sbLand As VERAG_PROG_ALLGEMEIN.MySearchBox
|
|
Friend WithEvents txtPLZ As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents cboUstIdLand As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents txtEORINL As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents txtUstId As TextBox
|
|
Friend WithEvents txtEORI As TextBox
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents MyRichTextBox1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
|
Friend WithEvents FlatButton3 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
End Class
|