Partial Class frmMitarbeitersucheEinstellungen Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMitarbeitersucheEinstellungen)) Me.pnlSrch = New System.Windows.Forms.Panel() Me.btnClose = New System.Windows.Forms.Button() Me.pnlMain = New System.Windows.Forms.Panel() Me.cboTeam = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.btn = New System.Windows.Forms.Button() Me.lblName = New System.Windows.Forms.Label() Me.pic = New System.Windows.Forms.PictureBox() Me.Label2 = New System.Windows.Forms.Label() Me.lbSprachen = New VERAG_PROG_ALLGEMEIN.MyListBox() Me.pnlSrch.SuspendLayout() Me.pnlMain.SuspendLayout() 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(704, 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(640, -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.lbSprachen) Me.pnlMain.Controls.Add(Me.Label2) Me.pnlMain.Controls.Add(Me.cboTeam) Me.pnlMain.Controls.Add(Me.Label1) Me.pnlMain.Controls.Add(Me.btn) 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, 29) Me.pnlMain.Name = "pnlMain" Me.pnlMain.Size = New System.Drawing.Size(704, 289) Me.pnlMain.TabIndex = 1 ' 'cboTeam ' Me.cboTeam._allowedValuesFreiText = Nothing Me.cboTeam._allowFreiText = False Me.cboTeam._value = "" Me.cboTeam.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!) Me.cboTeam.FormattingEnabled = True Me.cboTeam.Location = New System.Drawing.Point(270, 61) Me.cboTeam.Name = "cboTeam" Me.cboTeam.Size = New System.Drawing.Size(421, 32) Me.cboTeam.TabIndex = 35 ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!) Me.Label1.Location = New System.Drawing.Point(174, 65) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(76, 28) Me.Label1.TabIndex = 34 Me.Label1.Text = "Team:" ' '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(503, 222) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(182, 51) Me.btn.TabIndex = 32 Me.btn.Text = "Speichern" Me.btn.UseVisualStyleBackColor = True ' '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 ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!) Me.Label2.Location = New System.Drawing.Point(174, 98) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(90, 28) Me.Label2.TabIndex = 36 Me.Label2.Text = "Sprache:" ' 'lbSprachen ' Me.lbSprachen._value = "" Me.lbSprachen.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbSprachen.FormattingEnabled = True Me.lbSprachen.Location = New System.Drawing.Point(270, 98) Me.lbSprachen.MultiColumn = True Me.lbSprachen.Name = "lbSprachen" Me.lbSprachen.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple Me.lbSprachen.Size = New System.Drawing.Size(192, 121) Me.lbSprachen.TabIndex = 98 ' 'frmMitarbeitersucheEinstellungen ' 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(704, 318) Me.Controls.Add(Me.pnlMain) Me.Controls.Add(Me.pnlSrch) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMitarbeitersucheEinstellungen" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmMitarbeitersuche" Me.pnlSrch.ResumeLayout(False) Me.pnlMain.ResumeLayout(False) 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 btnClose As Windows.Forms.Button Friend WithEvents btn As Windows.Forms.Button Friend WithEvents cboTeam As MyComboBox Friend WithEvents Label1 As Windows.Forms.Label Friend WithEvents Label2 As Windows.Forms.Label Friend WithEvents lbSprachen As MyListBox End Class