_ Partial Class frmMitarbDetails 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(frmMitarbDetails)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.txtInfo = New System.Windows.Forms.RichTextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.txtKurzbez = New System.Windows.Forms.TextBox() Me.txtVname = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtNname = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.txtPwd = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.cbxBerechtigung = New System.Windows.Forms.ComboBox() Me.Label8 = New System.Windows.Forms.Label() Me.cbxNiederlassung = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.btnCancel = New System.Windows.Forms.Button() Me.btnOK = New System.Windows.Forms.Button() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.DISPO.My.Resources.Resources.dispo Me.PictureBox1.Location = New System.Drawing.Point(12, 7) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(198, 41) Me.PictureBox1.TabIndex = 13 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Cursor = System.Windows.Forms.Cursors.Default Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(202, 19) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(71, 16) Me.Label1.TabIndex = 18 Me.Label1.Text = "Mitarbeiter" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(631, 57) Me.Panel1.TabIndex = 23 ' 'txtInfo ' Me.txtInfo.Location = New System.Drawing.Point(16, 195) Me.txtInfo.Name = "txtInfo" Me.txtInfo.Size = New System.Drawing.Size(553, 68) Me.txtInfo.TabIndex = 6 Me.txtInfo.Text = "" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(13, 179) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(28, 13) Me.Label4.TabIndex = 37 Me.Label4.Text = "Info:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(13, 61) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(92, 13) Me.Label3.TabIndex = 36 Me.Label3.Text = "Kurzbezeichnung:" ' 'txtKurzbez ' Me.txtKurzbez.Location = New System.Drawing.Point(111, 58) Me.txtKurzbez.Name = "txtKurzbez" Me.txtKurzbez.Size = New System.Drawing.Size(177, 20) Me.txtKurzbez.TabIndex = 0 ' 'txtVname ' Me.txtVname.Location = New System.Drawing.Point(111, 82) Me.txtVname.Name = "txtVname" Me.txtVname.Size = New System.Drawing.Size(177, 20) Me.txtVname.TabIndex = 2 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(13, 85) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(52, 13) Me.Label2.TabIndex = 40 Me.Label2.Text = "Vorname:" ' 'txtNname ' Me.txtNname.Location = New System.Drawing.Point(392, 82) Me.txtNname.Name = "txtNname" Me.txtNname.Size = New System.Drawing.Size(177, 20) Me.txtNname.TabIndex = 3 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(294, 85) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(62, 13) Me.Label5.TabIndex = 42 Me.Label5.Text = "Nachname:" ' 'txtPwd ' Me.txtPwd.Location = New System.Drawing.Point(111, 111) Me.txtPwd.Name = "txtPwd" Me.txtPwd.Size = New System.Drawing.Size(134, 20) Me.txtPwd.TabIndex = 4 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(13, 114) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(53, 13) Me.Label6.TabIndex = 44 Me.Label6.Text = "Passwort:" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(13, 147) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(73, 13) Me.Label7.TabIndex = 46 Me.Label7.Text = "Berechtigung:" ' 'cbxBerechtigung ' Me.cbxBerechtigung.FormattingEnabled = True Me.cbxBerechtigung.Location = New System.Drawing.Point(111, 144) Me.cbxBerechtigung.Name = "cbxBerechtigung" Me.cbxBerechtigung.Size = New System.Drawing.Size(177, 21) Me.cbxBerechtigung.TabIndex = 5 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(251, 114) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(146, 13) Me.Label8.TabIndex = 48 Me.Label8.Text = "(erst bei Doppelklick sichtbar)" ' 'cbxNiederlassung ' Me.cbxNiederlassung.FormattingEnabled = True Me.cbxNiederlassung.Items.AddRange(New Object() {"Suben", "Salzburg", "Waidhaus", "Nickelsdorf"}) Me.cbxNiederlassung.Location = New System.Drawing.Point(392, 57) Me.cbxNiederlassung.Name = "cbxNiederlassung" Me.cbxNiederlassung.Size = New System.Drawing.Size(177, 21) Me.cbxNiederlassung.TabIndex = 1 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(294, 60) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(77, 13) Me.Label9.TabIndex = 49 Me.Label9.Text = "Niederlassung:" ' 'btnCancel ' Me.btnCancel.Location = New System.Drawing.Point(122, 272) Me.btnCancel.Name = "btnCancel" Me.btnCancel.Size = New System.Drawing.Size(88, 35) Me.btnCancel.TabIndex = 52 Me.btnCancel.Text = "Abbrechen" Me.btnCancel.UseVisualStyleBackColor = True ' 'btnOK ' Me.btnOK.Location = New System.Drawing.Point(17, 272) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(88, 35) Me.btnOK.TabIndex = 51 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = True ' 'frmMitarbDetails ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(631, 319) Me.Controls.Add(Me.btnCancel) Me.Controls.Add(Me.btnOK) Me.Controls.Add(Me.cbxNiederlassung) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.cbxBerechtigung) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.txtPwd) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.txtNname) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.txtVname) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtInfo) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.txtKurzbez) Me.Controls.Add(Me.Label3) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMitarbDetails" Me.Text = "frmMitarbDetails" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents txtInfo As System.Windows.Forms.RichTextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtKurzbez As System.Windows.Forms.TextBox Friend WithEvents txtVname As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtNname As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtPwd As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents cbxBerechtigung As System.Windows.Forms.ComboBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents cbxNiederlassung As System.Windows.Forms.ComboBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents btnCancel As System.Windows.Forms.Button Friend WithEvents btnOK As System.Windows.Forms.Button End Class