369 lines
17 KiB
VB.net
369 lines
17 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.cbxAllowFoto = New System.Windows.Forms.CheckBox()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.txtMotto = 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.pnlHoverPic = New System.Windows.Forms.Panel()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.txtKonfigHinweis = New System.Windows.Forms.TextBox()
|
|
Me.pnlSrch.SuspendLayout()
|
|
Me.pnlMain.SuspendLayout()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlHoverPic.SuspendLayout()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox1, 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.pnlHoverPic)
|
|
Me.pnlMain.Controls.Add(Me.cbxAllowFoto)
|
|
Me.pnlMain.Controls.Add(Me.btn)
|
|
Me.pnlMain.Controls.Add(Me.txtMotto)
|
|
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, 364)
|
|
Me.pnlMain.TabIndex = 1
|
|
'
|
|
'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, 187)
|
|
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, 261)
|
|
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
|
|
'
|
|
'txtMotto
|
|
'
|
|
Me.txtMotto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
|
Me.txtMotto.Location = New System.Drawing.Point(357, 210)
|
|
Me.txtMotto.Name = "txtMotto"
|
|
Me.txtMotto.Size = New System.Drawing.Size(333, 29)
|
|
Me.txtMotto.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, 212)
|
|
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, 110)
|
|
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, 176)
|
|
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, 142)
|
|
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, 111)
|
|
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, 178)
|
|
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, 144)
|
|
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, 110)
|
|
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, 76)
|
|
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, 76)
|
|
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, 6)
|
|
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, 3)
|
|
Me.pic.Name = "pic"
|
|
Me.pic.Size = New System.Drawing.Size(165, 178)
|
|
Me.pic.TabIndex = 0
|
|
Me.pic.TabStop = False
|
|
'
|
|
'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, 232)
|
|
Me.pnlHoverPic.Name = "pnlHoverPic"
|
|
Me.pnlHoverPic.Size = New System.Drawing.Size(181, 100)
|
|
Me.pnlHoverPic.TabIndex = 37
|
|
Me.pnlHoverPic.Visible = False
|
|
'
|
|
'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:"
|
|
'
|
|
'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
|
|
'
|
|
'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
|
|
'
|
|
'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."
|
|
'
|
|
'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, 364)
|
|
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()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlHoverPic.ResumeLayout(False)
|
|
Me.pnlHoverPic.PerformLayout()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox1, 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 txtMotto 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
|
|
End Class
|