Timas, Asfinag-Schnittstelle
This commit is contained in:
43
UID/Mitarbeiter/frmMitarbTimas.Designer.vb
generated
43
UID/Mitarbeiter/frmMitarbTimas.Designer.vb
generated
@@ -43,8 +43,6 @@ Partial Class frmMitarbTimas
|
||||
Me.txtInfo = New System.Windows.Forms.TextBox()
|
||||
Me.lblInfo = New System.Windows.Forms.Label()
|
||||
Me.lkl = New System.Windows.Forms.LinkLabel()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.txtPwd = New System.Windows.Forms.TextBox()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.txtTelNr = New System.Windows.Forms.TextBox()
|
||||
Me.cbxEinsteigsDat = New System.Windows.Forms.CheckBox()
|
||||
@@ -80,6 +78,7 @@ Partial Class frmMitarbTimas
|
||||
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
||||
Me.dgvData = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
@@ -175,6 +174,7 @@ Partial Class frmMitarbTimas
|
||||
'
|
||||
'GroupBox2
|
||||
'
|
||||
Me.GroupBox2.Controls.Add(Me.Button1)
|
||||
Me.GroupBox2.Controls.Add(Me.txtLohn)
|
||||
Me.GroupBox2.Controls.Add(Me.lblLohnNr)
|
||||
Me.GroupBox2.Controls.Add(Me.cbxAccount)
|
||||
@@ -185,8 +185,6 @@ Partial Class frmMitarbTimas
|
||||
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)
|
||||
@@ -295,36 +293,18 @@ Partial Class frmMitarbTimas
|
||||
'
|
||||
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.Location = New System.Drawing.Point(266, 55)
|
||||
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"
|
||||
'
|
||||
'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)"
|
||||
'
|
||||
'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
|
||||
'
|
||||
'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.Location = New System.Drawing.Point(202, 55)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(53, 13)
|
||||
Me.Label6.TabIndex = 116
|
||||
@@ -674,6 +654,18 @@ Partial Class frmMitarbTimas
|
||||
Me.TabControl1.Size = New System.Drawing.Size(546, 242)
|
||||
Me.TabControl1.TabIndex = 123
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button1.BackColor = System.Drawing.Color.White
|
||||
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button1.Location = New System.Drawing.Point(418, 15)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(128, 23)
|
||||
Me.Button1.TabIndex = 88
|
||||
Me.Button1.Text = "aus AVISO laden"
|
||||
Me.Button1.UseVisualStyleBackColor = False
|
||||
'
|
||||
'frmMitarbTimas
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -740,8 +732,6 @@ Partial Class frmMitarbTimas
|
||||
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
|
||||
@@ -758,4 +748,5 @@ Partial Class frmMitarbTimas
|
||||
Private WithEvents GroupBox3 As GroupBox
|
||||
Friend WithEvents TabControl1 As TabControl
|
||||
Friend WithEvents dgvData As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents Button1 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user