Mitarbeitermaske eingebaut, TimasAPI
This commit is contained in:
22
SDL/frmMain.Designer.vb
generated
22
SDL/frmMain.Designer.vb
generated
@@ -105,6 +105,7 @@ Partial Class frmMain
|
||||
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.AuswertungenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.Timer_REFRESH = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.btnMitarbeiterKonto = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||
Me.pnlLeft.SuspendLayout()
|
||||
Me.MenuStripSDL.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
@@ -483,6 +484,7 @@ Partial Class frmMain
|
||||
'pnlHeader
|
||||
'
|
||||
Me.pnlHeader.BackColor = System.Drawing.Color.White
|
||||
Me.pnlHeader.Controls.Add(Me.btnMitarbeiterKonto)
|
||||
Me.pnlHeader.Controls.Add(Me.pnlInfo)
|
||||
Me.pnlHeader.Controls.Add(Me.Label9)
|
||||
Me.pnlHeader.Controls.Add(Me.Button9)
|
||||
@@ -831,6 +833,7 @@ Partial Class frmMain
|
||||
Me.KdSearchBox1._displayWoelflKd = False
|
||||
Me.KdSearchBox1._hideIfListEmpty = True
|
||||
Me.KdSearchBox1._loadKdData = False
|
||||
Me.KdSearchBox1._searchName1 = True
|
||||
Me.KdSearchBox1._UseFIRMA = ""
|
||||
Me.KdSearchBox1._ValueKdAndName = True
|
||||
Me.KdSearchBox1.dgvpos = "RIGHT"
|
||||
@@ -951,6 +954,24 @@ Partial Class frmMain
|
||||
Me.Timer_REFRESH.Enabled = True
|
||||
Me.Timer_REFRESH.Interval = 5000
|
||||
'
|
||||
'btnMitarbeiterKonto
|
||||
'
|
||||
Me.btnMitarbeiterKonto.allowBorder = False
|
||||
Me.btnMitarbeiterKonto.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnMitarbeiterKonto.BackColor = System.Drawing.Color.White
|
||||
Me.btnMitarbeiterKonto.FlatAppearance.BorderSize = 0
|
||||
Me.btnMitarbeiterKonto.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnMitarbeiterKonto.ForeColor = System.Drawing.Color.Black
|
||||
Me.btnMitarbeiterKonto.Image = CType(resources.GetObject("btnMitarbeiterKonto.Image"), System.Drawing.Image)
|
||||
Me.btnMitarbeiterKonto.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
||||
Me.btnMitarbeiterKonto.Location = New System.Drawing.Point(716, 0)
|
||||
Me.btnMitarbeiterKonto.Name = "btnMitarbeiterKonto"
|
||||
Me.btnMitarbeiterKonto.Size = New System.Drawing.Size(137, 61)
|
||||
Me.btnMitarbeiterKonto.TabIndex = 87
|
||||
Me.btnMitarbeiterKonto.Text = "Andreas Luxbauer"
|
||||
Me.btnMitarbeiterKonto.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
||||
Me.btnMitarbeiterKonto.UseVisualStyleBackColor = False
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
|
||||
@@ -1067,4 +1088,5 @@ Partial Class frmMain
|
||||
Friend WithEvents USTVAnträgeToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents BesuchsberichteToolStripMenuItem1 As ToolStripMenuItem
|
||||
Friend WithEvents mnueEssensbestellung As ToolStripMenuItem
|
||||
Friend WithEvents btnMitarbeiterKonto As VERAG_PROG_ALLGEMEIN.FlatButton
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user