760 lines
36 KiB
VB.net
760 lines
36 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmMitarbTimas
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMitarbTimas))
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Label48 = New System.Windows.Forms.Label()
|
|
Me.Label47 = New System.Windows.Forms.Label()
|
|
Me.btnCancel = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.cbxTestaccount = New System.Windows.Forms.CheckBox()
|
|
Me.cbxGebDat = New System.Windows.Forms.CheckBox()
|
|
Me.txtGebDat = New System.Windows.Forms.DateTimePicker()
|
|
Me.lblgeb = New System.Windows.Forms.Label()
|
|
Me.txtMobiltel = New System.Windows.Forms.TextBox()
|
|
Me.Label18 = New System.Windows.Forms.Label()
|
|
Me.txtOrt = New System.Windows.Forms.TextBox()
|
|
Me.Label16 = New System.Windows.Forms.Label()
|
|
Me.txtPlz = New System.Windows.Forms.TextBox()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.txtStrasse = New System.Windows.Forms.TextBox()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.rbtnGeschlechtW = New System.Windows.Forms.RadioButton()
|
|
Me.rbtnGeschlechtM = New System.Windows.Forms.RadioButton()
|
|
Me.txtNname = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtVname = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtUsername = New System.Windows.Forms.TextBox()
|
|
Me.Label19 = New System.Windows.Forms.Label()
|
|
Me.txtDurchwahl = New System.Windows.Forms.TextBox()
|
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
Me.txtEmail = New System.Windows.Forms.TextBox()
|
|
Me.cbxGekuendigt = New System.Windows.Forms.CheckBox()
|
|
Me.datGekuendigtAm = New System.Windows.Forms.DateTimePicker()
|
|
Me.datEinstiegsdatum = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label30 = New System.Windows.Forms.Label()
|
|
Me.cbxEinsteigsDat = New System.Windows.Forms.CheckBox()
|
|
Me.txtTelNr = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtPwd = New System.Windows.Forms.TextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.lkl = New System.Windows.Forms.LinkLabel()
|
|
Me.lblInfo = New System.Windows.Forms.Label()
|
|
Me.txtInfo = New System.Windows.Forms.TextBox()
|
|
Me.lblCard = New System.Windows.Forms.Label()
|
|
Me.txtCard = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.cbxAccount = New System.Windows.Forms.CheckBox()
|
|
Me.lblLohnNr = New System.Windows.Forms.Label()
|
|
Me.txtLohn = New System.Windows.Forms.TextBox()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.dgvData = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
CType(Me.dgvData, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
|
Me.PictureBox1.Location = New System.Drawing.Point(12, 7)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(198, 41)
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
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.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(216, 19)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(101, 16)
|
|
Me.Label1.TabIndex = 18
|
|
Me.Label1.Text = "Zeiterfassung"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.Label48)
|
|
Me.Panel1.Controls.Add(Me.Label47)
|
|
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(570, 57)
|
|
Me.Panel1.TabIndex = 23
|
|
'
|
|
'Label48
|
|
'
|
|
Me.Label48.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.Label48.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label48.Location = New System.Drawing.Point(449, 22)
|
|
Me.Label48.Name = "Label48"
|
|
Me.Label48.Size = New System.Drawing.Size(82, 16)
|
|
Me.Label48.TabIndex = 93
|
|
Me.Label48.Text = "00"
|
|
Me.Label48.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label47
|
|
'
|
|
Me.Label47.AutoSize = True
|
|
Me.Label47.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label47.Location = New System.Drawing.Point(508, 9)
|
|
Me.Label47.Name = "Label47"
|
|
Me.Label47.Size = New System.Drawing.Size(21, 13)
|
|
Me.Label47.TabIndex = 92
|
|
Me.Label47.Text = "ID:"
|
|
'
|
|
'btnCancel
|
|
'
|
|
Me.btnCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnCancel.BackColor = System.Drawing.Color.White
|
|
Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnCancel.Location = New System.Drawing.Point(191, 871)
|
|
Me.btnCancel.Name = "btnCancel"
|
|
Me.btnCancel.Size = New System.Drawing.Size(88, 36)
|
|
Me.btnCancel.TabIndex = 52
|
|
Me.btnCancel.Text = "Abbrechen"
|
|
Me.btnCancel.UseVisualStyleBackColor = False
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnOK.BackColor = System.Drawing.Color.White
|
|
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOK.Location = New System.Drawing.Point(12, 871)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(173, 36)
|
|
Me.btnOK.TabIndex = 51
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = False
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.txtLohn)
|
|
Me.GroupBox2.Controls.Add(Me.lblLohnNr)
|
|
Me.GroupBox2.Controls.Add(Me.cbxAccount)
|
|
Me.GroupBox2.Controls.Add(Me.TextBox2)
|
|
Me.GroupBox2.Controls.Add(Me.Label7)
|
|
Me.GroupBox2.Controls.Add(Me.txtCard)
|
|
Me.GroupBox2.Controls.Add(Me.lblCard)
|
|
Me.GroupBox2.Controls.Add(Me.txtInfo)
|
|
Me.GroupBox2.Controls.Add(Me.lblInfo)
|
|
Me.GroupBox2.Controls.Add(Me.lkl)
|
|
Me.GroupBox2.Controls.Add(Me.Label8)
|
|
Me.GroupBox2.Controls.Add(Me.txtPwd)
|
|
Me.GroupBox2.Controls.Add(Me.Label6)
|
|
Me.GroupBox2.Controls.Add(Me.txtTelNr)
|
|
Me.GroupBox2.Controls.Add(Me.cbxEinsteigsDat)
|
|
Me.GroupBox2.Controls.Add(Me.Label30)
|
|
Me.GroupBox2.Controls.Add(Me.datEinstiegsdatum)
|
|
Me.GroupBox2.Controls.Add(Me.datGekuendigtAm)
|
|
Me.GroupBox2.Controls.Add(Me.cbxGekuendigt)
|
|
Me.GroupBox2.Controls.Add(Me.txtEmail)
|
|
Me.GroupBox2.Controls.Add(Me.Label20)
|
|
Me.GroupBox2.Controls.Add(Me.txtDurchwahl)
|
|
Me.GroupBox2.Controls.Add(Me.Label19)
|
|
Me.GroupBox2.Controls.Add(Me.txtUsername)
|
|
Me.GroupBox2.Controls.Add(Me.Label3)
|
|
Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox2.Location = New System.Drawing.Point(6, 289)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(552, 303)
|
|
Me.GroupBox2.TabIndex = 86
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Timas - User"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.cbxTestaccount)
|
|
Me.GroupBox1.Controls.Add(Me.cbxGebDat)
|
|
Me.GroupBox1.Controls.Add(Me.txtGebDat)
|
|
Me.GroupBox1.Controls.Add(Me.lblgeb)
|
|
Me.GroupBox1.Controls.Add(Me.txtMobiltel)
|
|
Me.GroupBox1.Controls.Add(Me.Label18)
|
|
Me.GroupBox1.Controls.Add(Me.txtOrt)
|
|
Me.GroupBox1.Controls.Add(Me.Label16)
|
|
Me.GroupBox1.Controls.Add(Me.txtPlz)
|
|
Me.GroupBox1.Controls.Add(Me.Label14)
|
|
Me.GroupBox1.Controls.Add(Me.txtStrasse)
|
|
Me.GroupBox1.Controls.Add(Me.Label13)
|
|
Me.GroupBox1.Controls.Add(Me.rbtnGeschlechtW)
|
|
Me.GroupBox1.Controls.Add(Me.rbtnGeschlechtM)
|
|
Me.GroupBox1.Controls.Add(Me.txtNname)
|
|
Me.GroupBox1.Controls.Add(Me.Label5)
|
|
Me.GroupBox1.Controls.Add(Me.txtVname)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 63)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(552, 220)
|
|
Me.GroupBox1.TabIndex = 85
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Person"
|
|
'
|
|
'cbxTestaccount
|
|
'
|
|
Me.cbxTestaccount.AutoSize = True
|
|
Me.cbxTestaccount.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxTestaccount.Location = New System.Drawing.Point(389, 61)
|
|
Me.cbxTestaccount.Name = "cbxTestaccount"
|
|
Me.cbxTestaccount.Size = New System.Drawing.Size(86, 17)
|
|
Me.cbxTestaccount.TabIndex = 92
|
|
Me.cbxTestaccount.Text = "Testaccount"
|
|
Me.cbxTestaccount.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxGebDat
|
|
'
|
|
Me.cbxGebDat.AutoSize = True
|
|
Me.cbxGebDat.Checked = True
|
|
Me.cbxGebDat.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxGebDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxGebDat.Location = New System.Drawing.Point(9, 196)
|
|
Me.cbxGebDat.Name = "cbxGebDat"
|
|
Me.cbxGebDat.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxGebDat.TabIndex = 91
|
|
Me.cbxGebDat.UseVisualStyleBackColor = True
|
|
'
|
|
'txtGebDat
|
|
'
|
|
Me.txtGebDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtGebDat.Location = New System.Drawing.Point(30, 194)
|
|
Me.txtGebDat.Name = "txtGebDat"
|
|
Me.txtGebDat.Size = New System.Drawing.Size(200, 20)
|
|
Me.txtGebDat.TabIndex = 10
|
|
'
|
|
'lblgeb
|
|
'
|
|
Me.lblgeb.AutoSize = True
|
|
Me.lblgeb.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblgeb.Location = New System.Drawing.Point(6, 178)
|
|
Me.lblgeb.Name = "lblgeb"
|
|
Me.lblgeb.Size = New System.Drawing.Size(62, 13)
|
|
Me.lblgeb.TabIndex = 82
|
|
Me.lblgeb.Text = "Geburtstag:"
|
|
'
|
|
'txtMobiltel
|
|
'
|
|
Me.txtMobiltel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMobiltel.Location = New System.Drawing.Point(9, 155)
|
|
Me.txtMobiltel.Name = "txtMobiltel"
|
|
Me.txtMobiltel.Size = New System.Drawing.Size(286, 20)
|
|
Me.txtMobiltel.TabIndex = 8
|
|
'
|
|
'Label18
|
|
'
|
|
Me.Label18.AutoSize = True
|
|
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label18.Location = New System.Drawing.Point(6, 139)
|
|
Me.Label18.Name = "Label18"
|
|
Me.Label18.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label18.TabIndex = 79
|
|
Me.Label18.Text = "Mobiltelefon-Nr.:"
|
|
'
|
|
'txtOrt
|
|
'
|
|
Me.txtOrt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtOrt.Location = New System.Drawing.Point(196, 116)
|
|
Me.txtOrt.Name = "txtOrt"
|
|
Me.txtOrt.Size = New System.Drawing.Size(177, 20)
|
|
Me.txtOrt.TabIndex = 7
|
|
'
|
|
'Label16
|
|
'
|
|
Me.Label16.AutoSize = True
|
|
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label16.Location = New System.Drawing.Point(193, 100)
|
|
Me.Label16.Name = "Label16"
|
|
Me.Label16.Size = New System.Drawing.Size(24, 13)
|
|
Me.Label16.TabIndex = 75
|
|
Me.Label16.Text = "Ort:"
|
|
'
|
|
'txtPlz
|
|
'
|
|
Me.txtPlz.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtPlz.Location = New System.Drawing.Point(10, 116)
|
|
Me.txtPlz.Name = "txtPlz"
|
|
Me.txtPlz.Size = New System.Drawing.Size(177, 20)
|
|
Me.txtPlz.TabIndex = 6
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label14.Location = New System.Drawing.Point(7, 100)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(30, 13)
|
|
Me.Label14.TabIndex = 73
|
|
Me.Label14.Text = "PLZ:"
|
|
'
|
|
'txtStrasse
|
|
'
|
|
Me.txtStrasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtStrasse.Location = New System.Drawing.Point(9, 77)
|
|
Me.txtStrasse.Name = "txtStrasse"
|
|
Me.txtStrasse.Size = New System.Drawing.Size(286, 20)
|
|
Me.txtStrasse.TabIndex = 3
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label13.Location = New System.Drawing.Point(6, 61)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(45, 13)
|
|
Me.Label13.TabIndex = 71
|
|
Me.Label13.Text = "Strasse:"
|
|
'
|
|
'rbtnGeschlechtW
|
|
'
|
|
Me.rbtnGeschlechtW.AutoSize = True
|
|
Me.rbtnGeschlechtW.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.rbtnGeschlechtW.Location = New System.Drawing.Point(389, 35)
|
|
Me.rbtnGeschlechtW.Name = "rbtnGeschlechtW"
|
|
Me.rbtnGeschlechtW.Size = New System.Drawing.Size(33, 17)
|
|
Me.rbtnGeschlechtW.TabIndex = 65
|
|
Me.rbtnGeschlechtW.Text = "w"
|
|
Me.rbtnGeschlechtW.UseVisualStyleBackColor = True
|
|
'
|
|
'rbtnGeschlechtM
|
|
'
|
|
Me.rbtnGeschlechtM.AutoSize = True
|
|
Me.rbtnGeschlechtM.Checked = True
|
|
Me.rbtnGeschlechtM.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.rbtnGeschlechtM.Location = New System.Drawing.Point(389, 19)
|
|
Me.rbtnGeschlechtM.Name = "rbtnGeschlechtM"
|
|
Me.rbtnGeschlechtM.Size = New System.Drawing.Size(33, 17)
|
|
Me.rbtnGeschlechtM.TabIndex = 64
|
|
Me.rbtnGeschlechtM.TabStop = True
|
|
Me.rbtnGeschlechtM.Text = "m"
|
|
Me.rbtnGeschlechtM.UseVisualStyleBackColor = True
|
|
'
|
|
'txtNname
|
|
'
|
|
Me.txtNname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtNname.Location = New System.Drawing.Point(193, 32)
|
|
Me.txtNname.Name = "txtNname"
|
|
Me.txtNname.Size = New System.Drawing.Size(177, 20)
|
|
Me.txtNname.TabIndex = 2
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(190, 16)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(62, 13)
|
|
Me.Label5.TabIndex = 61
|
|
Me.Label5.Text = "Nachname:"
|
|
'
|
|
'txtVname
|
|
'
|
|
Me.txtVname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtVname.Location = New System.Drawing.Point(10, 32)
|
|
Me.txtVname.Name = "txtVname"
|
|
Me.txtVname.Size = New System.Drawing.Size(177, 20)
|
|
Me.txtVname.TabIndex = 1
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(7, 16)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(52, 13)
|
|
Me.Label2.TabIndex = 60
|
|
Me.Label2.Text = "Vorname:"
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.dgvData)
|
|
Me.GroupBox3.Controls.Add(Me.TabControl1)
|
|
Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox3.Location = New System.Drawing.Point(6, 598)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(552, 261)
|
|
Me.GroupBox3.TabIndex = 87
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Timas - Gruppen"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(13, 39)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label3.TabIndex = 56
|
|
Me.Label3.Text = "Username:"
|
|
'
|
|
'txtUsername
|
|
'
|
|
Me.txtUsername.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtUsername.Location = New System.Drawing.Point(16, 55)
|
|
Me.txtUsername.Name = "txtUsername"
|
|
Me.txtUsername.Size = New System.Drawing.Size(177, 20)
|
|
Me.txtUsername.TabIndex = 0
|
|
'
|
|
'Label19
|
|
'
|
|
Me.Label19.AutoSize = True
|
|
Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label19.Location = New System.Drawing.Point(15, 188)
|
|
Me.Label19.Name = "Label19"
|
|
Me.Label19.Size = New System.Drawing.Size(108, 13)
|
|
Me.Label19.TabIndex = 81
|
|
Me.Label19.Text = "Telefon / Durchwahl:"
|
|
'
|
|
'txtDurchwahl
|
|
'
|
|
Me.txtDurchwahl.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtDurchwahl.Location = New System.Drawing.Point(138, 204)
|
|
Me.txtDurchwahl.Name = "txtDurchwahl"
|
|
Me.txtDurchwahl.Size = New System.Drawing.Size(54, 20)
|
|
Me.txtDurchwahl.TabIndex = 6
|
|
'
|
|
'Label20
|
|
'
|
|
Me.Label20.AutoSize = True
|
|
Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label20.Location = New System.Drawing.Point(207, 188)
|
|
Me.Label20.Name = "Label20"
|
|
Me.Label20.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label20.TabIndex = 83
|
|
Me.Label20.Text = "E-Mail:"
|
|
'
|
|
'txtEmail
|
|
'
|
|
Me.txtEmail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtEmail.Location = New System.Drawing.Point(210, 204)
|
|
Me.txtEmail.Name = "txtEmail"
|
|
Me.txtEmail.Size = New System.Drawing.Size(178, 20)
|
|
Me.txtEmail.TabIndex = 7
|
|
'
|
|
'cbxGekuendigt
|
|
'
|
|
Me.cbxGekuendigt.AutoSize = True
|
|
Me.cbxGekuendigt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxGekuendigt.Location = New System.Drawing.Point(16, 262)
|
|
Me.cbxGekuendigt.Name = "cbxGekuendigt"
|
|
Me.cbxGekuendigt.Size = New System.Drawing.Size(69, 17)
|
|
Me.cbxGekuendigt.TabIndex = 8
|
|
Me.cbxGekuendigt.Text = "Ende DV"
|
|
Me.cbxGekuendigt.UseVisualStyleBackColor = True
|
|
'
|
|
'datGekuendigtAm
|
|
'
|
|
Me.datGekuendigtAm.Enabled = False
|
|
Me.datGekuendigtAm.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.datGekuendigtAm.Location = New System.Drawing.Point(118, 259)
|
|
Me.datGekuendigtAm.Name = "datGekuendigtAm"
|
|
Me.datGekuendigtAm.Size = New System.Drawing.Size(200, 20)
|
|
Me.datGekuendigtAm.TabIndex = 9
|
|
'
|
|
'datEinstiegsdatum
|
|
'
|
|
Me.datEinstiegsdatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.datEinstiegsdatum.Location = New System.Drawing.Point(118, 236)
|
|
Me.datEinstiegsdatum.Name = "datEinstiegsdatum"
|
|
Me.datEinstiegsdatum.Size = New System.Drawing.Size(200, 20)
|
|
Me.datEinstiegsdatum.TabIndex = 2
|
|
'
|
|
'Label30
|
|
'
|
|
Me.Label30.AutoSize = True
|
|
Me.Label30.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label30.Location = New System.Drawing.Point(31, 238)
|
|
Me.Label30.Name = "Label30"
|
|
Me.Label30.Size = New System.Drawing.Size(81, 13)
|
|
Me.Label30.TabIndex = 89
|
|
Me.Label30.Text = "Einstiegsdatum:"
|
|
'
|
|
'cbxEinsteigsDat
|
|
'
|
|
Me.cbxEinsteigsDat.AutoSize = True
|
|
Me.cbxEinsteigsDat.Checked = True
|
|
Me.cbxEinsteigsDat.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxEinsteigsDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxEinsteigsDat.Location = New System.Drawing.Point(16, 238)
|
|
Me.cbxEinsteigsDat.Name = "cbxEinsteigsDat"
|
|
Me.cbxEinsteigsDat.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxEinsteigsDat.TabIndex = 90
|
|
Me.cbxEinsteigsDat.UseVisualStyleBackColor = True
|
|
'
|
|
'txtTelNr
|
|
'
|
|
Me.txtTelNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtTelNr.Location = New System.Drawing.Point(18, 204)
|
|
Me.txtTelNr.Name = "txtTelNr"
|
|
Me.txtTelNr.Size = New System.Drawing.Size(114, 20)
|
|
Me.txtTelNr.TabIndex = 113
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(202, 36)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label6.TabIndex = 116
|
|
Me.Label6.Text = "Passwort:"
|
|
'
|
|
'txtPwd
|
|
'
|
|
Me.txtPwd.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtPwd.Location = New System.Drawing.Point(204, 52)
|
|
Me.txtPwd.Name = "txtPwd"
|
|
Me.txtPwd.Size = New System.Drawing.Size(178, 20)
|
|
Me.txtPwd.TabIndex = 115
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(206, 55)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(146, 13)
|
|
Me.Label8.TabIndex = 114
|
|
Me.Label8.Text = "(erst bei Doppelklick sichtbar)"
|
|
'
|
|
'lkl
|
|
'
|
|
Me.lkl.AutoSize = True
|
|
Me.lkl.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lkl.Location = New System.Drawing.Point(347, 36)
|
|
Me.lkl.Name = "lkl"
|
|
Me.lkl.Size = New System.Drawing.Size(35, 13)
|
|
Me.lkl.TabIndex = 117
|
|
Me.lkl.TabStop = True
|
|
Me.lkl.Text = "Reset"
|
|
'
|
|
'lblInfo
|
|
'
|
|
Me.lblInfo.AutoSize = True
|
|
Me.lblInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblInfo.Location = New System.Drawing.Point(13, 125)
|
|
Me.lblInfo.Name = "lblInfo"
|
|
Me.lblInfo.Size = New System.Drawing.Size(28, 13)
|
|
Me.lblInfo.TabIndex = 119
|
|
Me.lblInfo.Text = "Info:"
|
|
'
|
|
'txtInfo
|
|
'
|
|
Me.txtInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtInfo.Location = New System.Drawing.Point(16, 141)
|
|
Me.txtInfo.Name = "txtInfo"
|
|
Me.txtInfo.Size = New System.Drawing.Size(179, 20)
|
|
Me.txtInfo.TabIndex = 118
|
|
'
|
|
'lblCard
|
|
'
|
|
Me.lblCard.AutoSize = True
|
|
Me.lblCard.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblCard.Location = New System.Drawing.Point(202, 80)
|
|
Me.lblCard.Name = "lblCard"
|
|
Me.lblCard.Size = New System.Drawing.Size(55, 13)
|
|
Me.lblCard.TabIndex = 123
|
|
Me.lblCard.Text = "Karten-Nr:"
|
|
'
|
|
'txtCard
|
|
'
|
|
Me.txtCard.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtCard.Location = New System.Drawing.Point(205, 96)
|
|
Me.txtCard.Name = "txtCard"
|
|
Me.txtCard.Size = New System.Drawing.Size(179, 20)
|
|
Me.txtCard.TabIndex = 122
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(13, 80)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(49, 13)
|
|
Me.Label7.TabIndex = 125
|
|
Me.Label7.Text = "RFID-Nr:"
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.TextBox2.Location = New System.Drawing.Point(16, 96)
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(179, 20)
|
|
Me.TextBox2.TabIndex = 124
|
|
'
|
|
'cbxAccount
|
|
'
|
|
Me.cbxAccount.AutoSize = True
|
|
Me.cbxAccount.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxAccount.Location = New System.Drawing.Point(16, 19)
|
|
Me.cbxAccount.Name = "cbxAccount"
|
|
Me.cbxAccount.Size = New System.Drawing.Size(52, 17)
|
|
Me.cbxAccount.TabIndex = 126
|
|
Me.cbxAccount.Text = "Login"
|
|
Me.cbxAccount.UseVisualStyleBackColor = True
|
|
'
|
|
'lblLohnNr
|
|
'
|
|
Me.lblLohnNr.AutoSize = True
|
|
Me.lblLohnNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblLohnNr.Location = New System.Drawing.Point(204, 125)
|
|
Me.lblLohnNr.Name = "lblLohnNr"
|
|
Me.lblLohnNr.Size = New System.Drawing.Size(48, 13)
|
|
Me.lblLohnNr.TabIndex = 128
|
|
Me.lblLohnNr.Text = "Lohn-Nr:"
|
|
'
|
|
'txtLohn
|
|
'
|
|
Me.txtLohn.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtLohn.Location = New System.Drawing.Point(207, 141)
|
|
Me.txtLohn.Name = "txtLohn"
|
|
Me.txtLohn.Size = New System.Drawing.Size(179, 20)
|
|
Me.txtLohn.TabIndex = 127
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.TabControl1.Location = New System.Drawing.Point(6, 19)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(546, 242)
|
|
Me.TabControl1.TabIndex = 123
|
|
'
|
|
'dgvData
|
|
'
|
|
Me.dgvData.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvData.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvData.Location = New System.Drawing.Point(6, 19)
|
|
Me.dgvData.Name = "dgvData"
|
|
Me.dgvData.Size = New System.Drawing.Size(546, 242)
|
|
Me.dgvData.TabIndex = 124
|
|
'
|
|
'frmMitarbTimas
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.ClientSize = New System.Drawing.Size(570, 919)
|
|
Me.Controls.Add(Me.GroupBox3)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.btnCancel)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMitarbTimas"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "frmMitarbDetails"
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
CType(Me.dgvData, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
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 btnCancel As System.Windows.Forms.Button
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents Label48 As System.Windows.Forms.Label
|
|
Friend WithEvents Label47 As System.Windows.Forms.Label
|
|
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
|
Private WithEvents GroupBox2 As GroupBox
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents cbxTestaccount As CheckBox
|
|
Friend WithEvents cbxGebDat As CheckBox
|
|
Friend WithEvents txtGebDat As DateTimePicker
|
|
Friend WithEvents lblgeb As Label
|
|
Friend WithEvents txtMobiltel As TextBox
|
|
Friend WithEvents Label18 As Label
|
|
Friend WithEvents txtOrt As TextBox
|
|
Friend WithEvents Label16 As Label
|
|
Friend WithEvents txtPlz As TextBox
|
|
Friend WithEvents Label14 As Label
|
|
Friend WithEvents txtStrasse As TextBox
|
|
Friend WithEvents Label13 As Label
|
|
Friend WithEvents rbtnGeschlechtW As RadioButton
|
|
Friend WithEvents rbtnGeschlechtM As RadioButton
|
|
Friend WithEvents txtNname As TextBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtVname As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtLohn As TextBox
|
|
Friend WithEvents lblLohnNr As Label
|
|
Friend WithEvents cbxAccount As CheckBox
|
|
Friend WithEvents TextBox2 As TextBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents txtCard As TextBox
|
|
Friend WithEvents lblCard As Label
|
|
Friend WithEvents txtInfo As TextBox
|
|
Friend WithEvents lblInfo As Label
|
|
Friend WithEvents lkl As LinkLabel
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents txtPwd As TextBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents txtTelNr As TextBox
|
|
Friend WithEvents cbxEinsteigsDat As CheckBox
|
|
Friend WithEvents Label30 As Label
|
|
Friend WithEvents datEinstiegsdatum As DateTimePicker
|
|
Friend WithEvents datGekuendigtAm As DateTimePicker
|
|
Friend WithEvents cbxGekuendigt As CheckBox
|
|
Friend WithEvents txtEmail As TextBox
|
|
Friend WithEvents Label20 As Label
|
|
Friend WithEvents txtDurchwahl As TextBox
|
|
Friend WithEvents Label19 As Label
|
|
Friend WithEvents txtUsername As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Private WithEvents GroupBox3 As GroupBox
|
|
Friend WithEvents TabControl1 As TabControl
|
|
Friend WithEvents dgvData As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
End Class
|