473 lines
22 KiB
VB.net
473 lines
22 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmMitarbeitersucheBearbeiten
|
|
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(frmMitarbeitersucheBearbeiten))
|
|
Me.pnlSrch = New System.Windows.Forms.Panel()
|
|
Me.btnClose = New System.Windows.Forms.Button()
|
|
Me.pnlMain = New System.Windows.Forms.Panel()
|
|
Me.pnlHoverPic = New System.Windows.Forms.Panel()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.txtKonfigHinweis = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cbxAllowFoto = New System.Windows.Forms.CheckBox()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.txtNotfall_Name = New System.Windows.Forms.TextBox()
|
|
Me.cbxMotto = New System.Windows.Forms.CheckBox()
|
|
Me.cbxGeburtsdatumOhneJahr = New System.Windows.Forms.CheckBox()
|
|
Me.txtHandynummer = New System.Windows.Forms.TextBox()
|
|
Me.txtSpitzname = New System.Windows.Forms.TextBox()
|
|
Me.lblGeburtstag = New System.Windows.Forms.Label()
|
|
Me.cbxHandynummer = New System.Windows.Forms.CheckBox()
|
|
Me.cbxSpitzname = New System.Windows.Forms.CheckBox()
|
|
Me.cbxGeburtsdatum = New System.Windows.Forms.CheckBox()
|
|
Me.cbxWohnort = New System.Windows.Forms.CheckBox()
|
|
Me.lblWohnadresse = New System.Windows.Forms.Label()
|
|
Me.lblName = New System.Windows.Forms.Label()
|
|
Me.pic = New System.Windows.Forms.PictureBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtNotfall_Handy = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtNotfall_Mail = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtMotto = New System.Windows.Forms.TextBox()
|
|
Me.pnlSrch.SuspendLayout()
|
|
Me.pnlMain.SuspendLayout()
|
|
Me.pnlHoverPic.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnlSrch
|
|
'
|
|
Me.pnlSrch.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.pnlSrch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnlSrch.Controls.Add(Me.btnClose)
|
|
Me.pnlSrch.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnlSrch.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlSrch.Name = "pnlSrch"
|
|
Me.pnlSrch.Size = New System.Drawing.Size(703, 29)
|
|
Me.pnlSrch.TabIndex = 0
|
|
'
|
|
'btnClose
|
|
'
|
|
Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnClose.BackColor = System.Drawing.Color.Red
|
|
Me.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.White
|
|
Me.btnClose.FlatAppearance.BorderSize = 0
|
|
Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnClose.ForeColor = System.Drawing.Color.White
|
|
Me.btnClose.Location = New System.Drawing.Point(639, -1)
|
|
Me.btnClose.Name = "btnClose"
|
|
Me.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.Yes
|
|
Me.btnClose.Size = New System.Drawing.Size(63, 28)
|
|
Me.btnClose.TabIndex = 19
|
|
Me.btnClose.Text = "X"
|
|
Me.btnClose.UseVisualStyleBackColor = False
|
|
'
|
|
'pnlMain
|
|
'
|
|
Me.pnlMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnlMain.Controls.Add(Me.txtMotto)
|
|
Me.pnlMain.Controls.Add(Me.Label6)
|
|
Me.pnlMain.Controls.Add(Me.Label5)
|
|
Me.pnlMain.Controls.Add(Me.txtNotfall_Mail)
|
|
Me.pnlMain.Controls.Add(Me.Label4)
|
|
Me.pnlMain.Controls.Add(Me.txtNotfall_Handy)
|
|
Me.pnlMain.Controls.Add(Me.Label3)
|
|
Me.pnlMain.Controls.Add(Me.Label2)
|
|
Me.pnlMain.Controls.Add(Me.pnlHoverPic)
|
|
Me.pnlMain.Controls.Add(Me.cbxAllowFoto)
|
|
Me.pnlMain.Controls.Add(Me.btn)
|
|
Me.pnlMain.Controls.Add(Me.txtNotfall_Name)
|
|
Me.pnlMain.Controls.Add(Me.cbxMotto)
|
|
Me.pnlMain.Controls.Add(Me.cbxGeburtsdatumOhneJahr)
|
|
Me.pnlMain.Controls.Add(Me.txtHandynummer)
|
|
Me.pnlMain.Controls.Add(Me.txtSpitzname)
|
|
Me.pnlMain.Controls.Add(Me.lblGeburtstag)
|
|
Me.pnlMain.Controls.Add(Me.cbxHandynummer)
|
|
Me.pnlMain.Controls.Add(Me.cbxSpitzname)
|
|
Me.pnlMain.Controls.Add(Me.cbxGeburtsdatum)
|
|
Me.pnlMain.Controls.Add(Me.cbxWohnort)
|
|
Me.pnlMain.Controls.Add(Me.lblWohnadresse)
|
|
Me.pnlMain.Controls.Add(Me.lblName)
|
|
Me.pnlMain.Controls.Add(Me.pic)
|
|
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlMain.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlMain.Name = "pnlMain"
|
|
Me.pnlMain.Size = New System.Drawing.Size(703, 525)
|
|
Me.pnlMain.TabIndex = 1
|
|
'
|
|
'pnlHoverPic
|
|
'
|
|
Me.pnlHoverPic.Controls.Add(Me.PictureBox1)
|
|
Me.pnlHoverPic.Controls.Add(Me.PictureBox2)
|
|
Me.pnlHoverPic.Controls.Add(Me.txtKonfigHinweis)
|
|
Me.pnlHoverPic.Controls.Add(Me.Label1)
|
|
Me.pnlHoverPic.Location = New System.Drawing.Point(-1, 280)
|
|
Me.pnlHoverPic.Name = "pnlHoverPic"
|
|
Me.pnlHoverPic.Size = New System.Drawing.Size(181, 100)
|
|
Me.pnlHoverPic.TabIndex = 37
|
|
Me.pnlHoverPic.Visible = False
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.personGray_m
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.PictureBox1.Location = New System.Drawing.Point(8, 29)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(63, 59)
|
|
Me.PictureBox1.TabIndex = 34
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'PictureBox2
|
|
'
|
|
Me.PictureBox2.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.personGray_m
|
|
Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.PictureBox2.Location = New System.Drawing.Point(77, 29)
|
|
Me.PictureBox2.Name = "PictureBox2"
|
|
Me.PictureBox2.Size = New System.Drawing.Size(63, 59)
|
|
Me.PictureBox2.TabIndex = 35
|
|
Me.PictureBox2.TabStop = False
|
|
'
|
|
'txtKonfigHinweis
|
|
'
|
|
Me.txtKonfigHinweis.BackColor = System.Drawing.Color.White
|
|
Me.txtKonfigHinweis.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.txtKonfigHinweis.Location = New System.Drawing.Point(8, 9)
|
|
Me.txtKonfigHinweis.Multiline = True
|
|
Me.txtKonfigHinweis.Name = "txtKonfigHinweis"
|
|
Me.txtKonfigHinweis.Size = New System.Drawing.Size(321, 66)
|
|
Me.txtKonfigHinweis.TabIndex = 38
|
|
Me.txtKonfigHinweis.Text = "Sie müssen Ihren Benutzer erstmal konfigurieren, um das Verzeichnis einsehen zu k" &
|
|
"önnen. Sie können die Einstellungen jederzeit ändern."
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.Label1.Location = New System.Drawing.Point(4, 1)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(98, 24)
|
|
Me.Label1.TabIndex = 36
|
|
Me.Label1.Text = "Hover-Pic:"
|
|
'
|
|
'cbxAllowFoto
|
|
'
|
|
Me.cbxAllowFoto.AutoSize = True
|
|
Me.cbxAllowFoto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.cbxAllowFoto.Location = New System.Drawing.Point(7, 235)
|
|
Me.cbxAllowFoto.Name = "cbxAllowFoto"
|
|
Me.cbxAllowFoto.Size = New System.Drawing.Size(150, 28)
|
|
Me.cbxAllowFoto.TabIndex = 33
|
|
Me.cbxAllowFoto.Text = "Foto anzeigen"
|
|
Me.cbxAllowFoto.UseVisualStyleBackColor = True
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.btn.Location = New System.Drawing.Point(357, 449)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(333, 51)
|
|
Me.btn.TabIndex = 32
|
|
Me.btn.Text = "Speichern"
|
|
Me.btn.UseVisualStyleBackColor = True
|
|
'
|
|
'txtNotfall_Name
|
|
'
|
|
Me.txtNotfall_Name.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.txtNotfall_Name.Location = New System.Drawing.Point(357, 348)
|
|
Me.txtNotfall_Name.Name = "txtNotfall_Name"
|
|
Me.txtNotfall_Name.Size = New System.Drawing.Size(333, 29)
|
|
Me.txtNotfall_Name.TabIndex = 31
|
|
'
|
|
'cbxMotto
|
|
'
|
|
Me.cbxMotto.AutoSize = True
|
|
Me.cbxMotto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.cbxMotto.Location = New System.Drawing.Point(186, 260)
|
|
Me.cbxMotto.Name = "cbxMotto"
|
|
Me.cbxMotto.Size = New System.Drawing.Size(75, 28)
|
|
Me.cbxMotto.TabIndex = 30
|
|
Me.cbxMotto.Text = "Motto"
|
|
Me.cbxMotto.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxGeburtsdatumOhneJahr
|
|
'
|
|
Me.cbxGeburtsdatumOhneJahr.AutoSize = True
|
|
Me.cbxGeburtsdatumOhneJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.cbxGeburtsdatumOhneJahr.Location = New System.Drawing.Point(489, 158)
|
|
Me.cbxGeburtsdatumOhneJahr.Name = "cbxGeburtsdatumOhneJahr"
|
|
Me.cbxGeburtsdatumOhneJahr.Size = New System.Drawing.Size(114, 28)
|
|
Me.cbxGeburtsdatumOhneJahr.TabIndex = 29
|
|
Me.cbxGeburtsdatumOhneJahr.Text = "ohne Jahr"
|
|
Me.cbxGeburtsdatumOhneJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'txtHandynummer
|
|
'
|
|
Me.txtHandynummer.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.txtHandynummer.Location = New System.Drawing.Point(357, 224)
|
|
Me.txtHandynummer.Name = "txtHandynummer"
|
|
Me.txtHandynummer.Size = New System.Drawing.Size(333, 29)
|
|
Me.txtHandynummer.TabIndex = 28
|
|
'
|
|
'txtSpitzname
|
|
'
|
|
Me.txtSpitzname.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.txtSpitzname.Location = New System.Drawing.Point(357, 190)
|
|
Me.txtSpitzname.Name = "txtSpitzname"
|
|
Me.txtSpitzname.Size = New System.Drawing.Size(333, 29)
|
|
Me.txtSpitzname.TabIndex = 27
|
|
'
|
|
'lblGeburtstag
|
|
'
|
|
Me.lblGeburtstag.AutoSize = True
|
|
Me.lblGeburtstag.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold)
|
|
Me.lblGeburtstag.Location = New System.Drawing.Point(353, 159)
|
|
Me.lblGeburtstag.Name = "lblGeburtstag"
|
|
Me.lblGeburtstag.Size = New System.Drawing.Size(110, 24)
|
|
Me.lblGeburtstag.TabIndex = 12
|
|
Me.lblGeburtstag.Text = "01.01.2020"
|
|
Me.lblGeburtstag.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'cbxHandynummer
|
|
'
|
|
Me.cbxHandynummer.AutoSize = True
|
|
Me.cbxHandynummer.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.cbxHandynummer.Location = New System.Drawing.Point(186, 226)
|
|
Me.cbxHandynummer.Name = "cbxHandynummer"
|
|
Me.cbxHandynummer.Size = New System.Drawing.Size(155, 28)
|
|
Me.cbxHandynummer.TabIndex = 26
|
|
Me.cbxHandynummer.Text = "Handynummer"
|
|
Me.cbxHandynummer.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxSpitzname
|
|
'
|
|
Me.cbxSpitzname.AutoSize = True
|
|
Me.cbxSpitzname.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.cbxSpitzname.Location = New System.Drawing.Point(186, 192)
|
|
Me.cbxSpitzname.Name = "cbxSpitzname"
|
|
Me.cbxSpitzname.Size = New System.Drawing.Size(117, 28)
|
|
Me.cbxSpitzname.TabIndex = 25
|
|
Me.cbxSpitzname.Text = "Spitzname"
|
|
Me.cbxSpitzname.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxGeburtsdatum
|
|
'
|
|
Me.cbxGeburtsdatum.AutoSize = True
|
|
Me.cbxGeburtsdatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.cbxGeburtsdatum.Location = New System.Drawing.Point(186, 158)
|
|
Me.cbxGeburtsdatum.Name = "cbxGeburtsdatum"
|
|
Me.cbxGeburtsdatum.Size = New System.Drawing.Size(147, 28)
|
|
Me.cbxGeburtsdatum.TabIndex = 24
|
|
Me.cbxGeburtsdatum.Text = "Geburtsdatum"
|
|
Me.cbxGeburtsdatum.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxWohnort
|
|
'
|
|
Me.cbxWohnort.AutoSize = True
|
|
Me.cbxWohnort.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.cbxWohnort.Location = New System.Drawing.Point(186, 124)
|
|
Me.cbxWohnort.Name = "cbxWohnort"
|
|
Me.cbxWohnort.Size = New System.Drawing.Size(101, 28)
|
|
Me.cbxWohnort.TabIndex = 23
|
|
Me.cbxWohnort.Text = "Wohnort"
|
|
Me.cbxWohnort.UseVisualStyleBackColor = True
|
|
'
|
|
'lblWohnadresse
|
|
'
|
|
Me.lblWohnadresse.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold)
|
|
Me.lblWohnadresse.Location = New System.Drawing.Point(353, 124)
|
|
Me.lblWohnadresse.Name = "lblWohnadresse"
|
|
Me.lblWohnadresse.Size = New System.Drawing.Size(341, 28)
|
|
Me.lblWohnadresse.TabIndex = 11
|
|
Me.lblWohnadresse.Text = "A 4975 Suben"
|
|
'
|
|
'lblName
|
|
'
|
|
Me.lblName.BackColor = System.Drawing.Color.Transparent
|
|
Me.lblName.Font = New System.Drawing.Font("Microsoft Sans Serif", 30.0!)
|
|
Me.lblName.Location = New System.Drawing.Point(178, 54)
|
|
Me.lblName.Name = "lblName"
|
|
Me.lblName.Size = New System.Drawing.Size(452, 52)
|
|
Me.lblName.TabIndex = 1
|
|
Me.lblName.Text = "Max Mustermann"
|
|
Me.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
'
|
|
'pic
|
|
'
|
|
Me.pic.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.personGray_m
|
|
Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.pic.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.pic.Location = New System.Drawing.Point(7, 51)
|
|
Me.pic.Name = "pic"
|
|
Me.pic.Size = New System.Drawing.Size(165, 178)
|
|
Me.pic.TabIndex = 0
|
|
Me.pic.TabStop = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold)
|
|
Me.Label2.Location = New System.Drawing.Point(186, 309)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(139, 24)
|
|
Me.Label2.TabIndex = 38
|
|
Me.Label2.Text = "Notfallkontakt:"
|
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.Label3.Location = New System.Drawing.Point(189, 350)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(66, 24)
|
|
Me.Label3.TabIndex = 39
|
|
Me.Label3.Text = "Name:"
|
|
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.Label4.Location = New System.Drawing.Point(189, 379)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(141, 24)
|
|
Me.Label4.TabIndex = 41
|
|
Me.Label4.Text = "Handynummer:"
|
|
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'txtNotfall_Handy
|
|
'
|
|
Me.txtNotfall_Handy.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.txtNotfall_Handy.Location = New System.Drawing.Point(357, 376)
|
|
Me.txtNotfall_Handy.Name = "txtNotfall_Handy"
|
|
Me.txtNotfall_Handy.Size = New System.Drawing.Size(333, 29)
|
|
Me.txtNotfall_Handy.TabIndex = 40
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.Label5.Location = New System.Drawing.Point(189, 406)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(68, 24)
|
|
Me.Label5.TabIndex = 43
|
|
Me.Label5.Text = "E-Mail:"
|
|
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'txtNotfall_Mail
|
|
'
|
|
Me.txtNotfall_Mail.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.txtNotfall_Mail.Location = New System.Drawing.Point(357, 404)
|
|
Me.txtNotfall_Mail.Name = "txtNotfall_Mail"
|
|
Me.txtNotfall_Mail.Size = New System.Drawing.Size(333, 29)
|
|
Me.txtNotfall_Mail.TabIndex = 42
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Label6.Location = New System.Drawing.Point(354, 309)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(334, 34)
|
|
Me.Label6.TabIndex = 44
|
|
Me.Label6.Text = "Nur für mich und berechtigte Personen einsehbar. " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Im Notfall wird der angegebene" &
|
|
" Kontakt verständigt."
|
|
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
'
|
|
'txtMotto
|
|
'
|
|
Me.txtMotto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.txtMotto.Location = New System.Drawing.Point(357, 258)
|
|
Me.txtMotto.Name = "txtMotto"
|
|
Me.txtMotto.Size = New System.Drawing.Size(333, 29)
|
|
Me.txtMotto.TabIndex = 45
|
|
'
|
|
'frmMitarbeitersucheBearbeiten
|
|
'
|
|
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(703, 525)
|
|
Me.Controls.Add(Me.pnlSrch)
|
|
Me.Controls.Add(Me.pnlMain)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMitarbeitersucheBearbeiten"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "frmMitarbeitersuche"
|
|
Me.pnlSrch.ResumeLayout(False)
|
|
Me.pnlMain.ResumeLayout(False)
|
|
Me.pnlMain.PerformLayout()
|
|
Me.pnlHoverPic.ResumeLayout(False)
|
|
Me.pnlHoverPic.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents pnlSrch As Windows.Forms.Panel
|
|
Friend WithEvents pnlMain As Windows.Forms.Panel
|
|
Friend WithEvents lblName As Windows.Forms.Label
|
|
Friend WithEvents pic As Windows.Forms.PictureBox
|
|
Friend WithEvents lblGeburtstag As Windows.Forms.Label
|
|
Friend WithEvents lblWohnadresse As Windows.Forms.Label
|
|
Friend WithEvents btnClose As Windows.Forms.Button
|
|
Friend WithEvents btn As Windows.Forms.Button
|
|
Friend WithEvents txtNotfall_Name As Windows.Forms.TextBox
|
|
Friend WithEvents cbxMotto As Windows.Forms.CheckBox
|
|
Friend WithEvents cbxGeburtsdatumOhneJahr As Windows.Forms.CheckBox
|
|
Friend WithEvents txtHandynummer As Windows.Forms.TextBox
|
|
Friend WithEvents txtSpitzname As Windows.Forms.TextBox
|
|
Friend WithEvents cbxHandynummer As Windows.Forms.CheckBox
|
|
Friend WithEvents cbxSpitzname As Windows.Forms.CheckBox
|
|
Friend WithEvents cbxGeburtsdatum As Windows.Forms.CheckBox
|
|
Friend WithEvents cbxWohnort As Windows.Forms.CheckBox
|
|
Friend WithEvents cbxAllowFoto As Windows.Forms.CheckBox
|
|
Friend WithEvents Label1 As Windows.Forms.Label
|
|
Friend WithEvents PictureBox2 As Windows.Forms.PictureBox
|
|
Friend WithEvents PictureBox1 As Windows.Forms.PictureBox
|
|
Friend WithEvents pnlHoverPic As Windows.Forms.Panel
|
|
Friend WithEvents txtKonfigHinweis As Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As Windows.Forms.Label
|
|
Friend WithEvents txtNotfall_Mail As Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As Windows.Forms.Label
|
|
Friend WithEvents txtNotfall_Handy As Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As Windows.Forms.Label
|
|
Friend WithEvents Label2 As Windows.Forms.Label
|
|
Public WithEvents Label6 As Windows.Forms.Label
|
|
Friend WithEvents txtMotto As Windows.Forms.TextBox
|
|
End Class
|