div. Änderungen
This commit is contained in:
70
UID/Mitarbeiter/frmMitarbDetails.Designer.vb
generated
70
UID/Mitarbeiter/frmMitarbDetails.Designer.vb
generated
@@ -125,10 +125,8 @@ Partial Class frmMitarbDetails
|
||||
Me.cboNiederlassung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||
Me.cbxTimasNichtStempeln1 = New System.Windows.Forms.CheckBox()
|
||||
Me.txtprivateEMail = New System.Windows.Forms.TextBox()
|
||||
Me.Label64 = New System.Windows.Forms.Label()
|
||||
Me.cbxHO = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxChatBenutzer = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxTestaccount = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxGebDat = New System.Windows.Forms.CheckBox()
|
||||
@@ -232,6 +230,9 @@ Partial Class frmMitarbDetails
|
||||
Me.dgvData = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.Label66 = New System.Windows.Forms.Label()
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.cbxHO = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxBeiBeendenAusstempeln = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxTimasNichtStempeln1 = New System.Windows.Forms.CheckBox()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.TabControl2.SuspendLayout()
|
||||
@@ -1394,10 +1395,8 @@ Partial Class frmMitarbDetails
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.Controls.Add(Me.cbxTimasNichtStempeln1)
|
||||
Me.GroupBox1.Controls.Add(Me.txtprivateEMail)
|
||||
Me.GroupBox1.Controls.Add(Me.Label64)
|
||||
Me.GroupBox1.Controls.Add(Me.cbxHO)
|
||||
Me.GroupBox1.Controls.Add(Me.cbxChatBenutzer)
|
||||
Me.GroupBox1.Controls.Add(Me.cbxTestaccount)
|
||||
Me.GroupBox1.Controls.Add(Me.cbxGebDat)
|
||||
@@ -1433,17 +1432,6 @@ Partial Class frmMitarbDetails
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Person"
|
||||
'
|
||||
'cbxTimasNichtStempeln1
|
||||
'
|
||||
Me.cbxTimasNichtStempeln1.AutoSize = True
|
||||
Me.cbxTimasNichtStempeln1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxTimasNichtStempeln1.Location = New System.Drawing.Point(523, 182)
|
||||
Me.cbxTimasNichtStempeln1.Name = "cbxTimasNichtStempeln1"
|
||||
Me.cbxTimasNichtStempeln1.Size = New System.Drawing.Size(164, 17)
|
||||
Me.cbxTimasNichtStempeln1.TabIndex = 97
|
||||
Me.cbxTimasNichtStempeln1.Text = "Zeiterfassung: Kein Stempeln"
|
||||
Me.cbxTimasNichtStempeln1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtprivateEMail
|
||||
'
|
||||
Me.txtprivateEMail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
@@ -1462,17 +1450,6 @@ Partial Class frmMitarbDetails
|
||||
Me.Label64.TabIndex = 96
|
||||
Me.Label64.Text = "private EMail (für ZE-Daten):"
|
||||
'
|
||||
'cbxHO
|
||||
'
|
||||
Me.cbxHO.AutoSize = True
|
||||
Me.cbxHO.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxHO.Location = New System.Drawing.Point(295, 202)
|
||||
Me.cbxHO.Name = "cbxHO"
|
||||
Me.cbxHO.Size = New System.Drawing.Size(80, 17)
|
||||
Me.cbxHO.TabIndex = 94
|
||||
Me.cbxHO.Text = "Homeoffice"
|
||||
Me.cbxHO.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxChatBenutzer
|
||||
'
|
||||
Me.cbxChatBenutzer.AutoSize = True
|
||||
@@ -2253,6 +2230,9 @@ Partial Class frmMitarbDetails
|
||||
'
|
||||
'TabPage8
|
||||
'
|
||||
Me.TabPage8.Controls.Add(Me.cbxTimasNichtStempeln1)
|
||||
Me.TabPage8.Controls.Add(Me.cbxBeiBeendenAusstempeln)
|
||||
Me.TabPage8.Controls.Add(Me.cbxHO)
|
||||
Me.TabPage8.Controls.Add(Me.Button7)
|
||||
Me.TabPage8.Controls.Add(Me.TabControl3)
|
||||
Me.TabPage8.Controls.Add(Me.rtfInfoTimas)
|
||||
@@ -2589,6 +2569,39 @@ Partial Class frmMitarbDetails
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
||||
'
|
||||
'cbxHO
|
||||
'
|
||||
Me.cbxHO.AutoSize = True
|
||||
Me.cbxHO.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxHO.Location = New System.Drawing.Point(569, 9)
|
||||
Me.cbxHO.Name = "cbxHO"
|
||||
Me.cbxHO.Size = New System.Drawing.Size(80, 17)
|
||||
Me.cbxHO.TabIndex = 151
|
||||
Me.cbxHO.Text = "Homeoffice"
|
||||
Me.cbxHO.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxBeiBeendenAusstempeln
|
||||
'
|
||||
Me.cbxBeiBeendenAusstempeln.AutoSize = True
|
||||
Me.cbxBeiBeendenAusstempeln.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxBeiBeendenAusstempeln.Location = New System.Drawing.Point(569, 32)
|
||||
Me.cbxBeiBeendenAusstempeln.Name = "cbxBeiBeendenAusstempeln"
|
||||
Me.cbxBeiBeendenAusstempeln.Size = New System.Drawing.Size(144, 17)
|
||||
Me.cbxBeiBeendenAusstempeln.TabIndex = 152
|
||||
Me.cbxBeiBeendenAusstempeln.Text = "Bei Beenden austempeln"
|
||||
Me.cbxBeiBeendenAusstempeln.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxTimasNichtStempeln1
|
||||
'
|
||||
Me.cbxTimasNichtStempeln1.AutoSize = True
|
||||
Me.cbxTimasNichtStempeln1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxTimasNichtStempeln1.Location = New System.Drawing.Point(569, 55)
|
||||
Me.cbxTimasNichtStempeln1.Name = "cbxTimasNichtStempeln1"
|
||||
Me.cbxTimasNichtStempeln1.Size = New System.Drawing.Size(164, 17)
|
||||
Me.cbxTimasNichtStempeln1.TabIndex = 153
|
||||
Me.cbxTimasNichtStempeln1.Text = "Zeiterfassung: Kein Stempeln"
|
||||
Me.cbxTimasNichtStempeln1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmMitarbDetails
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -2812,10 +2825,8 @@ Partial Class frmMitarbDetails
|
||||
Friend WithEvents lbSprachen As VERAG_PROG_ALLGEMEIN.MyListBox
|
||||
Friend WithEvents Label62 As Label
|
||||
Friend WithEvents cboEZOLL_SB_UNISPED As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents cbxHO As CheckBox
|
||||
Friend WithEvents txtprivateEMail As TextBox
|
||||
Friend WithEvents Label64 As Label
|
||||
Friend WithEvents cbxTimasNichtStempeln1 As CheckBox
|
||||
Friend WithEvents TabPage8 As TabPage
|
||||
Friend WithEvents Label68 As Label
|
||||
Friend WithEvents cbabwJahresurlaub As CheckBox
|
||||
@@ -2846,4 +2857,7 @@ Partial Class frmMitarbDetails
|
||||
Friend WithEvents rtfInfoTimas As RichTextBox
|
||||
Friend WithEvents dgvData As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents Button7 As Button
|
||||
Friend WithEvents cbxTimasNichtStempeln1 As CheckBox
|
||||
Friend WithEvents cbxBeiBeendenAusstempeln As CheckBox
|
||||
Friend WithEvents cbxHO As CheckBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user