Mitarbeiter-Logik, Abrechnung AMBAR
This commit is contained in:
@@ -28,7 +28,6 @@ Partial Class frmMitarbeitersuche
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.btnClose = New System.Windows.Forms.Button()
|
||||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||||
Me.sbMitarbeiter = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.pnlMain = New System.Windows.Forms.Panel()
|
||||
Me.pnl = New System.Windows.Forms.Panel()
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
@@ -60,7 +59,7 @@ Partial Class frmMitarbeitersuche
|
||||
Me.pnlMotto = New System.Windows.Forms.Panel()
|
||||
Me.lblMotto = New System.Windows.Forms.Label()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.btn = New System.Windows.Forms.Button()
|
||||
Me.btnEdit = New System.Windows.Forms.Button()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.picGeschlecht = New System.Windows.Forms.PictureBox()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
@@ -83,6 +82,7 @@ Partial Class frmMitarbeitersuche
|
||||
Me.lblFirma = New System.Windows.Forms.Label()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.sbMitarbeiter = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.pnlSrch.SuspendLayout()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.pnlMain.SuspendLayout()
|
||||
@@ -155,32 +155,6 @@ Partial Class frmMitarbeitersuche
|
||||
Me.PictureBox2.TabIndex = 18
|
||||
Me.PictureBox2.TabStop = False
|
||||
'
|
||||
'sbMitarbeiter
|
||||
'
|
||||
Me.sbMitarbeiter._allowFreitext = False
|
||||
Me.sbMitarbeiter._AllowSetValue = False
|
||||
Me.sbMitarbeiter._allowSpaceAsSplitter = True
|
||||
Me.sbMitarbeiter._autoSizeGross = False
|
||||
Me.sbMitarbeiter._hideIfListEmpty = True
|
||||
Me.sbMitarbeiter._value = Nothing
|
||||
Me.sbMitarbeiter.conn_art = "FMZOLL"
|
||||
Me.sbMitarbeiter.dgvpos = "LEFT"
|
||||
Me.sbMitarbeiter.DISPLAY_PARAM = Nothing
|
||||
Me.sbMitarbeiter.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
||||
Me.sbMitarbeiter.INVISIBLE_COLUMNS = Nothing
|
||||
Me.sbMitarbeiter.key_visible = False
|
||||
Me.sbMitarbeiter.KEYPARAM = Nothing
|
||||
Me.sbMitarbeiter.Location = New System.Drawing.Point(45, 11)
|
||||
Me.sbMitarbeiter.Name = "sbMitarbeiter"
|
||||
Me.sbMitarbeiter.searchActive = True
|
||||
Me.sbMitarbeiter.Size = New System.Drawing.Size(582, 29)
|
||||
Me.sbMitarbeiter.SQL_ORDER_BY = Nothing
|
||||
Me.sbMitarbeiter.SQL_SELECT = Nothing
|
||||
Me.sbMitarbeiter.SQL_WHERE = Nothing
|
||||
Me.sbMitarbeiter.SQL_WhereParamList = Nothing
|
||||
Me.sbMitarbeiter.TabIndex = 0
|
||||
Me.sbMitarbeiter.usrcntl = Nothing
|
||||
'
|
||||
'pnlMain
|
||||
'
|
||||
Me.pnlMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
@@ -209,7 +183,7 @@ Partial Class frmMitarbeitersuche
|
||||
Me.pnl.Controls.Add(Me.Panel3)
|
||||
Me.pnl.Controls.Add(Me.PictureBox3)
|
||||
Me.pnl.Controls.Add(Me.pnlMotto)
|
||||
Me.pnl.Controls.Add(Me.btn)
|
||||
Me.pnl.Controls.Add(Me.btnEdit)
|
||||
Me.pnl.Controls.Add(Me.Label1)
|
||||
Me.pnl.Controls.Add(Me.picGeschlecht)
|
||||
Me.pnl.Controls.Add(Me.Label10)
|
||||
@@ -297,6 +271,7 @@ Partial Class frmMitarbeitersuche
|
||||
Me.pnlZeiten.Name = "pnlZeiten"
|
||||
Me.pnlZeiten.Size = New System.Drawing.Size(624, 66)
|
||||
Me.pnlZeiten.TabIndex = 22
|
||||
Me.pnlZeiten.Visible = False
|
||||
'
|
||||
'btnAkten
|
||||
'
|
||||
@@ -565,20 +540,20 @@ Partial Class frmMitarbeitersuche
|
||||
Me.Label7.TabIndex = 10
|
||||
Me.Label7.Text = "Motto:"
|
||||
'
|
||||
'btn
|
||||
'btnEdit
|
||||
'
|
||||
Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btn.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.stift
|
||||
Me.btn.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
||||
Me.btn.Location = New System.Drawing.Point(702, 9)
|
||||
Me.btn.Name = "btn"
|
||||
Me.btn.Size = New System.Drawing.Size(70, 58)
|
||||
Me.btn.TabIndex = 9
|
||||
Me.btn.Text = "Bearbeiten"
|
||||
Me.btn.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
||||
Me.btn.UseVisualStyleBackColor = True
|
||||
Me.btn.Visible = False
|
||||
Me.btnEdit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnEdit.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.stift
|
||||
Me.btnEdit.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
||||
Me.btnEdit.Location = New System.Drawing.Point(702, 9)
|
||||
Me.btnEdit.Name = "btnEdit"
|
||||
Me.btnEdit.Size = New System.Drawing.Size(70, 58)
|
||||
Me.btnEdit.TabIndex = 9
|
||||
Me.btnEdit.Text = "Bearbeiten"
|
||||
Me.btnEdit.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
||||
Me.btnEdit.UseVisualStyleBackColor = True
|
||||
Me.btnEdit.Visible = False
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
@@ -815,6 +790,32 @@ Partial Class frmMitarbeitersuche
|
||||
Me.Label3.Text = "Niederlassung:"
|
||||
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'sbMitarbeiter
|
||||
'
|
||||
Me.sbMitarbeiter._allowFreitext = False
|
||||
Me.sbMitarbeiter._AllowSetValue = False
|
||||
Me.sbMitarbeiter._allowSpaceAsSplitter = True
|
||||
Me.sbMitarbeiter._autoSizeGross = False
|
||||
Me.sbMitarbeiter._hideIfListEmpty = True
|
||||
Me.sbMitarbeiter._value = Nothing
|
||||
Me.sbMitarbeiter.conn_art = "FMZOLL"
|
||||
Me.sbMitarbeiter.dgvpos = "LEFT"
|
||||
Me.sbMitarbeiter.DISPLAY_PARAM = Nothing
|
||||
Me.sbMitarbeiter.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
|
||||
Me.sbMitarbeiter.INVISIBLE_COLUMNS = Nothing
|
||||
Me.sbMitarbeiter.key_visible = False
|
||||
Me.sbMitarbeiter.KEYPARAM = Nothing
|
||||
Me.sbMitarbeiter.Location = New System.Drawing.Point(45, 11)
|
||||
Me.sbMitarbeiter.Name = "sbMitarbeiter"
|
||||
Me.sbMitarbeiter.searchActive = True
|
||||
Me.sbMitarbeiter.Size = New System.Drawing.Size(582, 29)
|
||||
Me.sbMitarbeiter.SQL_ORDER_BY = Nothing
|
||||
Me.sbMitarbeiter.SQL_SELECT = Nothing
|
||||
Me.sbMitarbeiter.SQL_WHERE = Nothing
|
||||
Me.sbMitarbeiter.SQL_WhereParamList = Nothing
|
||||
Me.sbMitarbeiter.TabIndex = 0
|
||||
Me.sbMitarbeiter.usrcntl = Nothing
|
||||
'
|
||||
'frmMitarbeitersuche
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -855,7 +856,7 @@ Partial Class frmMitarbeitersuche
|
||||
|
||||
Friend WithEvents pnlSrch As Windows.Forms.Panel
|
||||
Friend WithEvents pnlMain As Windows.Forms.Panel
|
||||
Friend WithEvents btn As Windows.Forms.Button
|
||||
Friend WithEvents btnEdit As Windows.Forms.Button
|
||||
Friend WithEvents lblAbteilung As Windows.Forms.Label
|
||||
Friend WithEvents lblNiederlassung As Windows.Forms.Label
|
||||
Friend WithEvents lblFirma As Windows.Forms.Label
|
||||
|
||||
Reference in New Issue
Block a user