Timas Korrektur

This commit is contained in:
2023-09-26 13:49:00 +02:00
parent 791b0ad4be
commit 1bbc91e993
5 changed files with 19 additions and 18 deletions

View File

@@ -81,7 +81,7 @@ Partial Class frmMitarbDetails
Me.rtfInfoTimas = New System.Windows.Forms.RichTextBox()
Me.btngetInfo = New System.Windows.Forms.Button()
Me.cbxTimasAngelegt = New System.Windows.Forms.CheckBox()
Me.txtPersonalNr = New System.Windows.Forms.TextBox()
Me.txtLohnNr = New System.Windows.Forms.TextBox()
Me.btnMAanlegen = New System.Windows.Forms.Button()
Me.TabPage7 = New System.Windows.Forms.TabPage()
Me.lbSprachen = New VERAG_PROG_ALLGEMEIN.MyListBox()
@@ -810,7 +810,7 @@ Partial Class frmMitarbDetails
Me.TabPage6.Controls.Add(Me.rtfInfoTimas)
Me.TabPage6.Controls.Add(Me.btngetInfo)
Me.TabPage6.Controls.Add(Me.cbxTimasAngelegt)
Me.TabPage6.Controls.Add(Me.txtPersonalNr)
Me.TabPage6.Controls.Add(Me.txtLohnNr)
Me.TabPage6.Controls.Add(Me.btnMAanlegen)
Me.TabPage6.Location = New System.Drawing.Point(4, 22)
Me.TabPage6.Name = "TabPage6"
@@ -878,13 +878,13 @@ Partial Class frmMitarbDetails
Me.cbxTimasAngelegt.Text = "Account - PersonalNr (Lohnverr.)"
Me.cbxTimasAngelegt.UseVisualStyleBackColor = True
'
'txtPersonalNr
'txtLohnNr
'
Me.txtPersonalNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPersonalNr.Location = New System.Drawing.Point(189, 3)
Me.txtPersonalNr.Name = "txtPersonalNr"
Me.txtPersonalNr.Size = New System.Drawing.Size(47, 20)
Me.txtPersonalNr.TabIndex = 114
Me.txtLohnNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLohnNr.Location = New System.Drawing.Point(189, 3)
Me.txtLohnNr.Name = "txtLohnNr"
Me.txtLohnNr.Size = New System.Drawing.Size(47, 20)
Me.txtLohnNr.TabIndex = 114
'
'btnMAanlegen
'
@@ -2472,7 +2472,7 @@ Partial Class frmMitarbDetails
Friend WithEvents txtTelNr As TextBox
Friend WithEvents TabPage6 As TabPage
Friend WithEvents cbxTimasAngelegt As CheckBox
Friend WithEvents txtPersonalNr As TextBox
Friend WithEvents txtLohnNr As TextBox
Friend WithEvents btnMAanlegen As Button
Friend WithEvents btngetInfo As Button
Friend WithEvents rtfInfoTimas As RichTextBox