680 lines
33 KiB
VB.net
680 lines
33 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmKundenKontakteDetails
|
|
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(frmKundenKontakteDetails))
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.cboKontaktArt = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.pnlKontakt = New System.Windows.Forms.Panel()
|
|
Me.txtOrt = New System.Windows.Forms.TextBox()
|
|
Me.picBoxKorr = New System.Windows.Forms.PictureBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblEmailBCC = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtKorrAdd = New System.Windows.Forms.TextBox()
|
|
Me.PictureBox10 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox7 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox8 = New System.Windows.Forms.PictureBox()
|
|
Me.lblEmailCC = New System.Windows.Forms.TextBox()
|
|
Me.txtPLZ = New System.Windows.Forms.TextBox()
|
|
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
|
|
Me.cbxLand = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.lblMobil = New System.Windows.Forms.TextBox()
|
|
Me.lblFax = New System.Windows.Forms.TextBox()
|
|
Me.txtStrasse = New System.Windows.Forms.TextBox()
|
|
Me.lblEmail = New System.Windows.Forms.TextBox()
|
|
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.lblTel = New System.Windows.Forms.TextBox()
|
|
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
|
Me.cboMannFrau = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.lblAnsprechpartnerVN = New System.Windows.Forms.TextBox()
|
|
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
|
Me.lblAnsprechpartnerNN = New System.Windows.Forms.TextBox()
|
|
Me.pnlGeschaeftsfuehrer = New System.Windows.Forms.Panel()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtPassgueltigbis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.PictureBox9 = New System.Windows.Forms.PictureBox()
|
|
Me.txtGebDatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.pnlMain = New System.Windows.Forms.Panel()
|
|
Me.txtGeburtsort = New System.Windows.Forms.TextBox()
|
|
Me.cbxGeburtsland = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.pnlKontakt.SuspendLayout()
|
|
CType(Me.picBoxKorr, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlGeschaeftsfuehrer.SuspendLayout()
|
|
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlMain.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Location = New System.Drawing.Point(374, 391)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(136, 39)
|
|
Me.btn.TabIndex = 9
|
|
Me.btn.Text = "OK"
|
|
Me.btn.UseVisualStyleBackColor = True
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(5, 0)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(59, 13)
|
|
Me.lbl.TabIndex = 0
|
|
Me.lbl.Text = "Kontaktart:"
|
|
'
|
|
'cboKontaktArt
|
|
'
|
|
Me.cboKontaktArt._allowedValuesFreiText = Nothing
|
|
Me.cboKontaktArt._allowFreiText = False
|
|
Me.cboKontaktArt._value = ""
|
|
Me.cboKontaktArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.cboKontaktArt.FormattingEnabled = True
|
|
Me.cboKontaktArt.Location = New System.Drawing.Point(8, 16)
|
|
Me.cboKontaktArt.Name = "cboKontaktArt"
|
|
Me.cboKontaktArt.Size = New System.Drawing.Size(495, 28)
|
|
Me.cboKontaktArt.TabIndex = 1
|
|
'
|
|
'pnlKontakt
|
|
'
|
|
Me.pnlKontakt.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.pnlKontakt.Controls.Add(Me.txtOrt)
|
|
Me.pnlKontakt.Controls.Add(Me.picBoxKorr)
|
|
Me.pnlKontakt.Controls.Add(Me.Label2)
|
|
Me.pnlKontakt.Controls.Add(Me.Label1)
|
|
Me.pnlKontakt.Controls.Add(Me.lblEmailBCC)
|
|
Me.pnlKontakt.Controls.Add(Me.Label3)
|
|
Me.pnlKontakt.Controls.Add(Me.txtKorrAdd)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox10)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox7)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox8)
|
|
Me.pnlKontakt.Controls.Add(Me.lblEmailCC)
|
|
Me.pnlKontakt.Controls.Add(Me.txtPLZ)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox6)
|
|
Me.pnlKontakt.Controls.Add(Me.cbxLand)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox1)
|
|
Me.pnlKontakt.Controls.Add(Me.lblMobil)
|
|
Me.pnlKontakt.Controls.Add(Me.lblFax)
|
|
Me.pnlKontakt.Controls.Add(Me.txtStrasse)
|
|
Me.pnlKontakt.Controls.Add(Me.lblEmail)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox4)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox2)
|
|
Me.pnlKontakt.Controls.Add(Me.lblTel)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox3)
|
|
Me.pnlKontakt.Controls.Add(Me.cboMannFrau)
|
|
Me.pnlKontakt.Controls.Add(Me.lblAnsprechpartnerVN)
|
|
Me.pnlKontakt.Controls.Add(Me.PictureBox5)
|
|
Me.pnlKontakt.Controls.Add(Me.lblAnsprechpartnerNN)
|
|
Me.pnlKontakt.Location = New System.Drawing.Point(8, 50)
|
|
Me.pnlKontakt.Name = "pnlKontakt"
|
|
Me.pnlKontakt.Size = New System.Drawing.Size(505, 271)
|
|
Me.pnlKontakt.TabIndex = 10
|
|
'
|
|
'txtOrt
|
|
'
|
|
Me.txtOrt.BackColor = System.Drawing.Color.White
|
|
Me.txtOrt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
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(261, 240)
|
|
Me.txtOrt.Name = "txtOrt"
|
|
Me.txtOrt.Size = New System.Drawing.Size(234, 26)
|
|
Me.txtOrt.TabIndex = 255
|
|
Me.txtOrt.Text = "ort"
|
|
'
|
|
'picBoxKorr
|
|
'
|
|
Me.picBoxKorr.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.picBoxKorr.Image = CType(resources.GetObject("picBoxKorr.Image"), System.Drawing.Image)
|
|
Me.picBoxKorr.Location = New System.Drawing.Point(0, 194)
|
|
Me.picBoxKorr.Name = "picBoxKorr"
|
|
Me.picBoxKorr.Size = New System.Drawing.Size(25, 18)
|
|
Me.picBoxKorr.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.picBoxKorr.TabIndex = 267
|
|
Me.picBoxKorr.TabStop = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(41, 144)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(31, 13)
|
|
Me.Label2.TabIndex = 235
|
|
Me.Label2.Text = "BCC:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(41, 119)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(24, 13)
|
|
Me.Label1.TabIndex = 234
|
|
Me.Label1.Text = "CC:"
|
|
'
|
|
'lblEmailBCC
|
|
'
|
|
Me.lblEmailBCC.BackColor = System.Drawing.Color.White
|
|
Me.lblEmailBCC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.lblEmailBCC.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.lblEmailBCC.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblEmailBCC.Location = New System.Drawing.Point(78, 137)
|
|
Me.lblEmailBCC.Name = "lblEmailBCC"
|
|
Me.lblEmailBCC.Size = New System.Drawing.Size(417, 26)
|
|
Me.lblEmailBCC.TabIndex = 232
|
|
Me.lblEmailBCC.Text = "email"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(35, 247)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(78, 13)
|
|
Me.Label3.TabIndex = 262
|
|
Me.Label3.Text = "Land/PLZ/Ort:"
|
|
'
|
|
'txtKorrAdd
|
|
'
|
|
Me.txtKorrAdd.BackColor = System.Drawing.Color.White
|
|
Me.txtKorrAdd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.txtKorrAdd.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtKorrAdd.Location = New System.Drawing.Point(44, 189)
|
|
Me.txtKorrAdd.Name = "txtKorrAdd"
|
|
Me.txtKorrAdd.Size = New System.Drawing.Size(451, 26)
|
|
Me.txtKorrAdd.TabIndex = 264
|
|
Me.txtKorrAdd.Text = "adresse"
|
|
'
|
|
'PictureBox10
|
|
'
|
|
Me.PictureBox10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox10.Image = CType(resources.GetObject("PictureBox10.Image"), System.Drawing.Image)
|
|
Me.PictureBox10.Location = New System.Drawing.Point(0, 242)
|
|
Me.PictureBox10.Name = "PictureBox10"
|
|
Me.PictureBox10.Size = New System.Drawing.Size(25, 18)
|
|
Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox10.TabIndex = 261
|
|
Me.PictureBox10.TabStop = False
|
|
'
|
|
'PictureBox7
|
|
'
|
|
Me.PictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox7.Image = Global.SDL.My.Resources.Resources.email
|
|
Me.PictureBox7.Location = New System.Drawing.Point(4, 139)
|
|
Me.PictureBox7.Name = "PictureBox7"
|
|
Me.PictureBox7.Size = New System.Drawing.Size(22, 18)
|
|
Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox7.TabIndex = 233
|
|
Me.PictureBox7.TabStop = False
|
|
'
|
|
'PictureBox8
|
|
'
|
|
Me.PictureBox8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image)
|
|
Me.PictureBox8.Location = New System.Drawing.Point(1, 217)
|
|
Me.PictureBox8.Name = "PictureBox8"
|
|
Me.PictureBox8.Size = New System.Drawing.Size(25, 18)
|
|
Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox8.TabIndex = 259
|
|
Me.PictureBox8.TabStop = False
|
|
'
|
|
'lblEmailCC
|
|
'
|
|
Me.lblEmailCC.BackColor = System.Drawing.Color.White
|
|
Me.lblEmailCC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.lblEmailCC.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.lblEmailCC.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblEmailCC.Location = New System.Drawing.Point(78, 112)
|
|
Me.lblEmailCC.Name = "lblEmailCC"
|
|
Me.lblEmailCC.Size = New System.Drawing.Size(417, 26)
|
|
Me.lblEmailCC.TabIndex = 230
|
|
Me.lblEmailCC.Text = "email"
|
|
'
|
|
'txtPLZ
|
|
'
|
|
Me.txtPLZ.BackColor = System.Drawing.Color.White
|
|
Me.txtPLZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.txtPLZ.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtPLZ.Location = New System.Drawing.Point(162, 240)
|
|
Me.txtPLZ.Name = "txtPLZ"
|
|
Me.txtPLZ.Size = New System.Drawing.Size(99, 26)
|
|
Me.txtPLZ.TabIndex = 257
|
|
Me.txtPLZ.Text = "plz"
|
|
'
|
|
'PictureBox6
|
|
'
|
|
Me.PictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox6.Image = Global.SDL.My.Resources.Resources.email
|
|
Me.PictureBox6.Location = New System.Drawing.Point(4, 114)
|
|
Me.PictureBox6.Name = "PictureBox6"
|
|
Me.PictureBox6.Size = New System.Drawing.Size(22, 18)
|
|
Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox6.TabIndex = 231
|
|
Me.PictureBox6.TabStop = False
|
|
'
|
|
'cbxLand
|
|
'
|
|
Me.cbxLand._allowedValuesFreiText = Nothing
|
|
Me.cbxLand._allowFreiText = False
|
|
Me.cbxLand._value = ""
|
|
Me.cbxLand.DropDownWidth = 150
|
|
Me.cbxLand.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!)
|
|
Me.cbxLand.FormattingEnabled = True
|
|
Me.cbxLand.Location = New System.Drawing.Point(115, 240)
|
|
Me.cbxLand.Name = "cbxLand"
|
|
Me.cbxLand.Size = New System.Drawing.Size(50, 26)
|
|
Me.cbxLand.TabIndex = 256
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox1.Image = Global.SDL.My.Resources.Resources.telefon
|
|
Me.PictureBox1.Location = New System.Drawing.Point(0, 16)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(25, 18)
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox1.TabIndex = 227
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'lblMobil
|
|
'
|
|
Me.lblMobil.BackColor = System.Drawing.Color.White
|
|
Me.lblMobil.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.lblMobil.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblMobil.Location = New System.Drawing.Point(41, 61)
|
|
Me.lblMobil.Name = "lblMobil"
|
|
Me.lblMobil.Size = New System.Drawing.Size(454, 26)
|
|
Me.lblMobil.TabIndex = 220
|
|
Me.lblMobil.Text = "mobil"
|
|
'
|
|
'lblFax
|
|
'
|
|
Me.lblFax.BackColor = System.Drawing.Color.White
|
|
Me.lblFax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.lblFax.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblFax.Location = New System.Drawing.Point(41, 38)
|
|
Me.lblFax.Name = "lblFax"
|
|
Me.lblFax.Size = New System.Drawing.Size(454, 26)
|
|
Me.lblFax.TabIndex = 219
|
|
Me.lblFax.Text = "fax"
|
|
'
|
|
'txtStrasse
|
|
'
|
|
Me.txtStrasse.BackColor = System.Drawing.Color.White
|
|
Me.txtStrasse.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
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(44, 214)
|
|
Me.txtStrasse.Name = "txtStrasse"
|
|
Me.txtStrasse.Size = New System.Drawing.Size(451, 26)
|
|
Me.txtStrasse.TabIndex = 254
|
|
Me.txtStrasse.Text = "adresse"
|
|
'
|
|
'lblEmail
|
|
'
|
|
Me.lblEmail.BackColor = System.Drawing.Color.White
|
|
Me.lblEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.lblEmail.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.lblEmail.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblEmail.Location = New System.Drawing.Point(41, 87)
|
|
Me.lblEmail.Name = "lblEmail"
|
|
Me.lblEmail.Size = New System.Drawing.Size(454, 26)
|
|
Me.lblEmail.TabIndex = 221
|
|
Me.lblEmail.Text = "email"
|
|
'
|
|
'PictureBox4
|
|
'
|
|
Me.PictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox4.Image = Global.SDL.My.Resources.Resources.email
|
|
Me.PictureBox4.Location = New System.Drawing.Point(4, 89)
|
|
Me.PictureBox4.Name = "PictureBox4"
|
|
Me.PictureBox4.Size = New System.Drawing.Size(22, 18)
|
|
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox4.TabIndex = 228
|
|
Me.PictureBox4.TabStop = False
|
|
'
|
|
'PictureBox2
|
|
'
|
|
Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox2.Image = Global.SDL.My.Resources.Resources.fax
|
|
Me.PictureBox2.Location = New System.Drawing.Point(0, 40)
|
|
Me.PictureBox2.Name = "PictureBox2"
|
|
Me.PictureBox2.Size = New System.Drawing.Size(25, 18)
|
|
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox2.TabIndex = 226
|
|
Me.PictureBox2.TabStop = False
|
|
'
|
|
'lblTel
|
|
'
|
|
Me.lblTel.BackColor = System.Drawing.Color.White
|
|
Me.lblTel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.lblTel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblTel.Location = New System.Drawing.Point(41, 14)
|
|
Me.lblTel.Name = "lblTel"
|
|
Me.lblTel.Size = New System.Drawing.Size(454, 26)
|
|
Me.lblTel.TabIndex = 218
|
|
Me.lblTel.Text = "tel"
|
|
'
|
|
'PictureBox3
|
|
'
|
|
Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox3.Image = Global.SDL.My.Resources.Resources.handy
|
|
Me.PictureBox3.Location = New System.Drawing.Point(0, 64)
|
|
Me.PictureBox3.Name = "PictureBox3"
|
|
Me.PictureBox3.Size = New System.Drawing.Size(25, 18)
|
|
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox3.TabIndex = 225
|
|
Me.PictureBox3.TabStop = False
|
|
'
|
|
'cboMannFrau
|
|
'
|
|
Me.cboMannFrau._allowedValuesFreiText = Nothing
|
|
Me.cboMannFrau._allowFreiText = False
|
|
Me.cboMannFrau._value = ""
|
|
Me.cboMannFrau.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!)
|
|
Me.cboMannFrau.FormattingEnabled = True
|
|
Me.cboMannFrau.Location = New System.Drawing.Point(44, 163)
|
|
Me.cboMannFrau.Name = "cboMannFrau"
|
|
Me.cboMannFrau.Size = New System.Drawing.Size(54, 26)
|
|
Me.cboMannFrau.TabIndex = 250
|
|
'
|
|
'lblAnsprechpartnerVN
|
|
'
|
|
Me.lblAnsprechpartnerVN.BackColor = System.Drawing.Color.White
|
|
Me.lblAnsprechpartnerVN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.lblAnsprechpartnerVN.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAnsprechpartnerVN.Location = New System.Drawing.Point(97, 163)
|
|
Me.lblAnsprechpartnerVN.Name = "lblAnsprechpartnerVN"
|
|
Me.lblAnsprechpartnerVN.Size = New System.Drawing.Size(200, 26)
|
|
Me.lblAnsprechpartnerVN.TabIndex = 251
|
|
Me.lblAnsprechpartnerVN.Text = "ansprechpartner"
|
|
'
|
|
'PictureBox5
|
|
'
|
|
Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox5.Image = Global.SDL.My.Resources.Resources.person
|
|
Me.PictureBox5.Location = New System.Drawing.Point(1, 172)
|
|
Me.PictureBox5.Name = "PictureBox5"
|
|
Me.PictureBox5.Size = New System.Drawing.Size(25, 18)
|
|
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox5.TabIndex = 253
|
|
Me.PictureBox5.TabStop = False
|
|
'
|
|
'lblAnsprechpartnerNN
|
|
'
|
|
Me.lblAnsprechpartnerNN.BackColor = System.Drawing.Color.White
|
|
Me.lblAnsprechpartnerNN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.lblAnsprechpartnerNN.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAnsprechpartnerNN.Location = New System.Drawing.Point(296, 163)
|
|
Me.lblAnsprechpartnerNN.Name = "lblAnsprechpartnerNN"
|
|
Me.lblAnsprechpartnerNN.Size = New System.Drawing.Size(199, 26)
|
|
Me.lblAnsprechpartnerNN.TabIndex = 252
|
|
Me.lblAnsprechpartnerNN.Text = "ansprechpartner"
|
|
'
|
|
'pnlGeschaeftsfuehrer
|
|
'
|
|
Me.pnlGeschaeftsfuehrer.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.Label7)
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.Label6)
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.cbxGeburtsland)
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.Label5)
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.txtGeburtsort)
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.txtPassgueltigbis)
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.Label4)
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.PictureBox9)
|
|
Me.pnlGeschaeftsfuehrer.Controls.Add(Me.txtGebDatum)
|
|
Me.pnlGeschaeftsfuehrer.Location = New System.Drawing.Point(9, 322)
|
|
Me.pnlGeschaeftsfuehrer.Name = "pnlGeschaeftsfuehrer"
|
|
Me.pnlGeschaeftsfuehrer.Size = New System.Drawing.Size(500, 65)
|
|
Me.pnlGeschaeftsfuehrer.TabIndex = 11
|
|
Me.pnlGeschaeftsfuehrer.Visible = False
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(268, 8)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(80, 13)
|
|
Me.Label5.TabIndex = 266
|
|
Me.Label5.Text = "Pass gültig bis.:"
|
|
'
|
|
'txtPassgueltigbis
|
|
'
|
|
Me.txtPassgueltigbis._DateTimeOnly = False
|
|
Me.txtPassgueltigbis._numbersOnly = False
|
|
Me.txtPassgueltigbis._numbersOnlyKommastellen = ""
|
|
Me.txtPassgueltigbis._numbersOnlyTrennzeichen = True
|
|
Me.txtPassgueltigbis._Prozent = False
|
|
Me.txtPassgueltigbis._ShortDateNew = True
|
|
Me.txtPassgueltigbis._ShortDateOnly = False
|
|
Me.txtPassgueltigbis._TimeOnly = False
|
|
Me.txtPassgueltigbis._TimeOnly_Seconds = False
|
|
Me.txtPassgueltigbis._value = "geburtsdatum"
|
|
Me.txtPassgueltigbis._Waehrung = False
|
|
Me.txtPassgueltigbis._WaehrungZeichen = False
|
|
Me.txtPassgueltigbis.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtPassgueltigbis.ForeColor = System.Drawing.Color.Red
|
|
Me.txtPassgueltigbis.Location = New System.Drawing.Point(354, 3)
|
|
Me.txtPassgueltigbis.MaxLength = 10
|
|
Me.txtPassgueltigbis.MaxLineLength = -1
|
|
Me.txtPassgueltigbis.MaxLines_Warning = ""
|
|
Me.txtPassgueltigbis.MaxLines_Warning_Label = Nothing
|
|
Me.txtPassgueltigbis.Multiline = True
|
|
Me.txtPassgueltigbis.Name = "txtPassgueltigbis"
|
|
Me.txtPassgueltigbis.Size = New System.Drawing.Size(140, 26)
|
|
Me.txtPassgueltigbis.TabIndex = 265
|
|
Me.txtPassgueltigbis.Text = "passgueltigbis"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(34, 11)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label4.TabIndex = 263
|
|
Me.Label4.Text = "Geb-Dat.:"
|
|
'
|
|
'PictureBox9
|
|
'
|
|
Me.PictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.PictureBox9.Image = CType(resources.GetObject("PictureBox9.Image"), System.Drawing.Image)
|
|
Me.PictureBox9.Location = New System.Drawing.Point(3, 8)
|
|
Me.PictureBox9.Name = "PictureBox9"
|
|
Me.PictureBox9.Size = New System.Drawing.Size(25, 18)
|
|
Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.PictureBox9.TabIndex = 260
|
|
Me.PictureBox9.TabStop = False
|
|
'
|
|
'txtGebDatum
|
|
'
|
|
Me.txtGebDatum._DateTimeOnly = False
|
|
Me.txtGebDatum._numbersOnly = False
|
|
Me.txtGebDatum._numbersOnlyKommastellen = ""
|
|
Me.txtGebDatum._numbersOnlyTrennzeichen = True
|
|
Me.txtGebDatum._Prozent = False
|
|
Me.txtGebDatum._ShortDateNew = True
|
|
Me.txtGebDatum._ShortDateOnly = False
|
|
Me.txtGebDatum._TimeOnly = False
|
|
Me.txtGebDatum._TimeOnly_Seconds = False
|
|
Me.txtGebDatum._value = "geburtsdatum"
|
|
Me.txtGebDatum._Waehrung = False
|
|
Me.txtGebDatum._WaehrungZeichen = False
|
|
Me.txtGebDatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtGebDatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtGebDatum.Location = New System.Drawing.Point(114, 3)
|
|
Me.txtGebDatum.MaxLength = 10
|
|
Me.txtGebDatum.MaxLineLength = -1
|
|
Me.txtGebDatum.MaxLines_Warning = ""
|
|
Me.txtGebDatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtGebDatum.Multiline = True
|
|
Me.txtGebDatum.Name = "txtGebDatum"
|
|
Me.txtGebDatum.Size = New System.Drawing.Size(146, 26)
|
|
Me.txtGebDatum.TabIndex = 258
|
|
Me.txtGebDatum.Text = "geburtsdatum"
|
|
'
|
|
'pnlMain
|
|
'
|
|
Me.pnlMain.Controls.Add(Me.lbl)
|
|
Me.pnlMain.Controls.Add(Me.btn)
|
|
Me.pnlMain.Controls.Add(Me.pnlGeschaeftsfuehrer)
|
|
Me.pnlMain.Controls.Add(Me.cboKontaktArt)
|
|
Me.pnlMain.Controls.Add(Me.pnlKontakt)
|
|
Me.pnlMain.Location = New System.Drawing.Point(7, 12)
|
|
Me.pnlMain.Name = "pnlMain"
|
|
Me.pnlMain.Size = New System.Drawing.Size(513, 433)
|
|
Me.pnlMain.TabIndex = 12
|
|
'
|
|
'txtGeburtsort
|
|
'
|
|
Me.txtGeburtsort.BackColor = System.Drawing.Color.White
|
|
Me.txtGeburtsort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.txtGeburtsort.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtGeburtsort.Location = New System.Drawing.Point(77, 35)
|
|
Me.txtGeburtsort.Name = "txtGeburtsort"
|
|
Me.txtGeburtsort.Size = New System.Drawing.Size(183, 26)
|
|
Me.txtGeburtsort.TabIndex = 268
|
|
Me.txtGeburtsort.Text = "geburtsort"
|
|
'
|
|
'cbxGeburtsland
|
|
'
|
|
Me.cbxGeburtsland._allowedValuesFreiText = Nothing
|
|
Me.cbxGeburtsland._allowFreiText = False
|
|
Me.cbxGeburtsland._value = ""
|
|
Me.cbxGeburtsland.DropDownWidth = 150
|
|
Me.cbxGeburtsland.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!)
|
|
Me.cbxGeburtsland.FormattingEnabled = True
|
|
Me.cbxGeburtsland.Location = New System.Drawing.Point(354, 35)
|
|
Me.cbxGeburtsland.Name = "cbxGeburtsland"
|
|
Me.cbxGeburtsland.Size = New System.Drawing.Size(140, 26)
|
|
Me.cbxGeburtsland.TabIndex = 268
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(268, 42)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(67, 13)
|
|
Me.Label6.TabIndex = 269
|
|
Me.Label6.Text = "Geburtsland:"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(4, 42)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(59, 13)
|
|
Me.Label7.TabIndex = 270
|
|
Me.Label7.Text = "Geburtsort:"
|
|
'
|
|
'frmKundenKontakteDetails
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoSize = True
|
|
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(524, 455)
|
|
Me.Controls.Add(Me.pnlMain)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKundenKontakteDetails"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Kunden Kontakt"
|
|
Me.pnlKontakt.ResumeLayout(False)
|
|
Me.pnlKontakt.PerformLayout()
|
|
CType(Me.picBoxKorr, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlGeschaeftsfuehrer.ResumeLayout(False)
|
|
Me.pnlGeschaeftsfuehrer.PerformLayout()
|
|
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlMain.ResumeLayout(False)
|
|
Me.pnlMain.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents btn As Button
|
|
Friend WithEvents lbl As Label
|
|
Friend WithEvents cboKontaktArt As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents pnlKontakt As Panel
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents lblEmailBCC As TextBox
|
|
Friend WithEvents PictureBox7 As PictureBox
|
|
Friend WithEvents lblEmailCC As TextBox
|
|
Friend WithEvents PictureBox6 As PictureBox
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents lblMobil As TextBox
|
|
Friend WithEvents lblFax As TextBox
|
|
Friend WithEvents lblEmail As TextBox
|
|
Friend WithEvents PictureBox4 As PictureBox
|
|
Friend WithEvents PictureBox2 As PictureBox
|
|
Friend WithEvents lblTel As TextBox
|
|
Friend WithEvents PictureBox3 As PictureBox
|
|
Friend WithEvents pnlGeschaeftsfuehrer As Panel
|
|
Friend WithEvents picBoxKorr As PictureBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtPassgueltigbis As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtKorrAdd As TextBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents PictureBox10 As PictureBox
|
|
Friend WithEvents PictureBox9 As PictureBox
|
|
Friend WithEvents PictureBox8 As PictureBox
|
|
Friend WithEvents txtGebDatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtPLZ As TextBox
|
|
Friend WithEvents cbxLand As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents txtOrt As TextBox
|
|
Friend WithEvents txtStrasse As TextBox
|
|
Friend WithEvents cboMannFrau As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents lblAnsprechpartnerVN As TextBox
|
|
Friend WithEvents lblAnsprechpartnerNN As TextBox
|
|
Friend WithEvents PictureBox5 As PictureBox
|
|
Friend WithEvents pnlMain As Panel
|
|
Friend WithEvents txtGeburtsort As TextBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents cbxGeburtsland As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
End Class
|