NCTS 5
This commit is contained in:
@@ -26,6 +26,10 @@ Partial Class frmMitarbeitersucheBearbeiten
|
||||
Me.pnlSrch = New System.Windows.Forms.Panel()
|
||||
Me.btnClose = New System.Windows.Forms.Button()
|
||||
Me.pnlMain = 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.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()
|
||||
@@ -40,10 +44,13 @@ Partial Class frmMitarbeitersucheBearbeiten
|
||||
Me.lblWohnadresse = New System.Windows.Forms.Label()
|
||||
Me.lblName = New System.Windows.Forms.Label()
|
||||
Me.pic = New System.Windows.Forms.PictureBox()
|
||||
Me.cbxAllowFoto = New System.Windows.Forms.CheckBox()
|
||||
Me.pnlHoverPic = New System.Windows.Forms.Panel()
|
||||
Me.pnlSrch.SuspendLayout()
|
||||
Me.pnlMain.SuspendLayout()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.pnlHoverPic.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'pnlSrch
|
||||
@@ -92,12 +99,56 @@ Partial Class frmMitarbeitersucheBearbeiten
|
||||
Me.pnlMain.Controls.Add(Me.lblWohnadresse)
|
||||
Me.pnlMain.Controls.Add(Me.lblName)
|
||||
Me.pnlMain.Controls.Add(Me.pic)
|
||||
Me.pnlMain.Controls.Add(Me.pnlHoverPic)
|
||||
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnlMain.Location = New System.Drawing.Point(0, 29)
|
||||
Me.pnlMain.Name = "pnlMain"
|
||||
Me.pnlMain.Size = New System.Drawing.Size(703, 335)
|
||||
Me.pnlMain.TabIndex = 1
|
||||
'
|
||||
'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
|
||||
'
|
||||
'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
|
||||
@@ -241,16 +292,16 @@ Partial Class frmMitarbeitersucheBearbeiten
|
||||
Me.pic.TabIndex = 0
|
||||
Me.pic.TabStop = False
|
||||
'
|
||||
'cbxAllowFoto
|
||||
'pnlHoverPic
|
||||
'
|
||||
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
|
||||
Me.pnlHoverPic.Controls.Add(Me.Label1)
|
||||
Me.pnlHoverPic.Controls.Add(Me.PictureBox2)
|
||||
Me.pnlHoverPic.Controls.Add(Me.PictureBox1)
|
||||
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
|
||||
'
|
||||
'frmMitarbeitersucheBearbeiten
|
||||
'
|
||||
@@ -268,7 +319,11 @@ Partial Class frmMitarbeitersucheBearbeiten
|
||||
Me.pnlSrch.ResumeLayout(False)
|
||||
Me.pnlMain.ResumeLayout(False)
|
||||
Me.pnlMain.PerformLayout()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.pnlHoverPic.ResumeLayout(False)
|
||||
Me.pnlHoverPic.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
@@ -291,4 +346,8 @@ Partial Class frmMitarbeitersucheBearbeiten
|
||||
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
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user