diff --git a/SDL/My Project/AssemblyInfo.vb b/SDL/My Project/AssemblyInfo.vb index 10c038de..d0089b9a 100644 --- a/SDL/My Project/AssemblyInfo.vb +++ b/SDL/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/SDL/My Project/Resources.Designer.vb b/SDL/My Project/Resources.Designer.vb index f9249a28..2de536e3 100644 --- a/SDL/My Project/Resources.Designer.vb +++ b/SDL/My Project/Resources.Designer.vb @@ -2651,6 +2651,26 @@ Namespace My.Resources End Get End Property + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property ze_gehen() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ze_gehen", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property ze_kommen() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ze_kommen", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. ''' diff --git a/SDL/My Project/Resources.resx b/SDL/My Project/Resources.resx index 1439329e..e4a8f731 100644 --- a/SDL/My Project/Resources.resx +++ b/SDL/My Project/Resources.resx @@ -403,7 +403,6 @@ ..\Resources\therefore1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\viatoll.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -896,4 +895,10 @@ ..\Resources\Abrechnung_s.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\ze_gehen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ze_kommen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/SDL/Resources/ze_gehen.png b/SDL/Resources/ze_gehen.png new file mode 100644 index 00000000..8d6d78bc Binary files /dev/null and b/SDL/Resources/ze_gehen.png differ diff --git a/SDL/Resources/ze_kommen.png b/SDL/Resources/ze_kommen.png new file mode 100644 index 00000000..519e97d7 Binary files /dev/null and b/SDL/Resources/ze_kommen.png differ diff --git a/SDL/SDL.vbproj b/SDL/SDL.vbproj index 34b7d8f5..82097d1d 100644 --- a/SDL/SDL.vbproj +++ b/SDL/SDL.vbproj @@ -4605,6 +4605,8 @@ + + diff --git a/VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmMitarbeitersuche.Designer.vb b/VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmMitarbeitersuche.Designer.vb index 611982a1..4cea2e95 100644 --- a/VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmMitarbeitersuche.Designer.vb +++ b/VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmMitarbeitersuche.Designer.vb @@ -28,14 +28,15 @@ 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.pnlZeiten = New System.Windows.Forms.Panel() - Me.Button2 = New System.Windows.Forms.Button() - Me.Button1 = New System.Windows.Forms.Button() - Me.PictureBox9 = New System.Windows.Forms.PictureBox() + Me.btnZEGehen = New System.Windows.Forms.Button() + Me.btnZEKommen = New System.Windows.Forms.Button() Me.lblTimasSaldo = New System.Windows.Forms.Label() Me.lblMAId = New System.Windows.Forms.Label() + Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.Label5 = New System.Windows.Forms.Label() Me.btnSettings = New System.Windows.Forms.Button() Me.lblTimasZeiten = New System.Windows.Forms.Label() @@ -72,7 +73,6 @@ 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() @@ -144,6 +144,32 @@ 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 @@ -191,47 +217,41 @@ Partial Class frmMitarbeitersuche ' 'pnlZeiten ' - Me.pnlZeiten.Controls.Add(Me.Button2) - Me.pnlZeiten.Controls.Add(Me.Button1) + Me.pnlZeiten.Controls.Add(Me.btnZEGehen) + Me.pnlZeiten.Controls.Add(Me.btnZEKommen) Me.pnlZeiten.Controls.Add(Me.lblTimasSaldo) Me.pnlZeiten.Location = New System.Drawing.Point(58, 393) Me.pnlZeiten.Name = "pnlZeiten" - Me.pnlZeiten.Size = New System.Drawing.Size(569, 40) + Me.pnlZeiten.Size = New System.Drawing.Size(569, 48) Me.pnlZeiten.TabIndex = 22 ' - 'Button2 + 'btnZEGehen ' - Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom - Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopLeft - Me.Button2.Location = New System.Drawing.Point(488, 3) - Me.Button2.Name = "Button2" - Me.Button2.Size = New System.Drawing.Size(68, 35) - Me.Button2.TabIndex = 124 - Me.Button2.Text = "GEHEN" - Me.Button2.UseVisualStyleBackColor = True + Me.btnZEGehen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom + Me.btnZEGehen.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.btnZEGehen.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.ze_gehen + Me.btnZEGehen.ImageAlign = System.Drawing.ContentAlignment.TopRight + Me.btnZEGehen.Location = New System.Drawing.Point(460, 0) + Me.btnZEGehen.Name = "btnZEGehen" + Me.btnZEGehen.Size = New System.Drawing.Size(95, 45) + Me.btnZEGehen.TabIndex = 124 + Me.btnZEGehen.Text = "GEHEN" + Me.btnZEGehen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnZEGehen.UseVisualStyleBackColor = True ' - 'Button1 + 'btnZEKommen ' - Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom - Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopLeft - Me.Button1.Location = New System.Drawing.Point(414, 3) - Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(68, 35) - Me.Button1.TabIndex = 123 - Me.Button1.Text = "KOMMEN" - Me.Button1.UseVisualStyleBackColor = True - ' - 'PictureBox9 - ' - Me.PictureBox9.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.uhr_green - Me.PictureBox9.Location = New System.Drawing.Point(18, 400) - Me.PictureBox9.Name = "PictureBox9" - Me.PictureBox9.Size = New System.Drawing.Size(34, 27) - Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage - Me.PictureBox9.TabIndex = 120 - Me.PictureBox9.TabStop = False + Me.btnZEKommen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom + Me.btnZEKommen.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.btnZEKommen.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.ze_kommen + Me.btnZEKommen.ImageAlign = System.Drawing.ContentAlignment.TopLeft + Me.btnZEKommen.Location = New System.Drawing.Point(348, 0) + Me.btnZEKommen.Name = "btnZEKommen" + Me.btnZEKommen.Size = New System.Drawing.Size(106, 45) + Me.btnZEKommen.TabIndex = 123 + Me.btnZEKommen.Text = "KOMMEN" + Me.btnZEKommen.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnZEKommen.UseVisualStyleBackColor = True ' 'lblTimasSaldo ' @@ -253,6 +273,16 @@ Partial Class frmMitarbeitersuche Me.lblMAId.Text = "12345" Me.lblMAId.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' + 'PictureBox9 + ' + Me.PictureBox9.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.uhr_green + Me.PictureBox9.Location = New System.Drawing.Point(18, 396) + Me.PictureBox9.Name = "PictureBox9" + Me.PictureBox9.Size = New System.Drawing.Size(34, 34) + Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage + Me.PictureBox9.TabIndex = 120 + Me.PictureBox9.TabStop = False + ' 'Label5 ' Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) @@ -268,10 +298,10 @@ Partial Class frmMitarbeitersuche Me.btnSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btnSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSettings.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.wheel_s - Me.btnSettings.ImageAlign = System.Drawing.ContentAlignment.TopLeft - Me.btnSettings.Location = New System.Drawing.Point(641, 396) + Me.btnSettings.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnSettings.Location = New System.Drawing.Point(641, 394) Me.btnSettings.Name = "btnSettings" - Me.btnSettings.Size = New System.Drawing.Size(125, 35) + Me.btnSettings.Size = New System.Drawing.Size(125, 45) Me.btnSettings.TabIndex = 29 Me.btnSettings.Text = "Einstellungen" Me.btnSettings.TextAlign = System.Drawing.ContentAlignment.MiddleRight @@ -628,32 +658,6 @@ 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!) @@ -736,6 +740,6 @@ Partial Class frmMitarbeitersuche Friend WithEvents lblMAId As Windows.Forms.Label Friend WithEvents Label5 As Windows.Forms.Label Friend WithEvents pnlZeiten As Windows.Forms.Panel - Friend WithEvents Button2 As Windows.Forms.Button - Friend WithEvents Button1 As Windows.Forms.Button + Friend WithEvents btnZEGehen As Windows.Forms.Button + Friend WithEvents btnZEKommen As Windows.Forms.Button End Class diff --git a/VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmMitarbeitersuche.vb b/VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmMitarbeitersuche.vb index aebd8aa8..ebc226c5 100644 --- a/VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmMitarbeitersuche.vb +++ b/VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmMitarbeitersuche.vb @@ -295,9 +295,9 @@ Public Class frmMitarbeitersuche End If End Sub - Private Sub Button1_Click_1(sender As Object, e As EventArgs) Handles Button1.Click, Button2.Click + Private Sub Button1_Click_1(sender As Object, e As EventArgs) Handles btnZEKommen.Click, btnZEGehen.Click Dim art As String - If sender Is Button1 Then + If sender Is btnZEKommen Then art = "in" Else art = "out" @@ -334,12 +334,12 @@ Public Class frmMitarbeitersuche If timas.getTimeEntries(MA.mit_timasId, dtZeiten, requestDone) Then PictureBox9.Image = VERAG_PROG_ALLGEMEIN.My.Resources.Resources.uhr_green - Button2.Enabled = True - Button1.Enabled = False + btnZEGehen.Enabled = True + btnZEKommen.Enabled = False Else PictureBox9.Image = VERAG_PROG_ALLGEMEIN.My.Resources.Resources.uhr_red - Button2.Enabled = False - Button1.Enabled = True + btnZEGehen.Enabled = False + btnZEKommen.Enabled = True End If If dtZeiten.Rows.Count > 0 AndAlso VERAG_PROG_ALLGEMEIN.cAllgemein.USRID = MA.mit_id Then diff --git a/VERAG_PROG_ALLGEMEIN/My Project/Resources.Designer.vb b/VERAG_PROG_ALLGEMEIN/My Project/Resources.Designer.vb index 297d144c..6cf3621a 100644 --- a/VERAG_PROG_ALLGEMEIN/My Project/Resources.Designer.vb +++ b/VERAG_PROG_ALLGEMEIN/My Project/Resources.Designer.vb @@ -590,6 +590,26 @@ Namespace My.Resources End Get End Property + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property ze_gehen() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ze_gehen", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property ze_kommen() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ze_kommen", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. ''' diff --git a/VERAG_PROG_ALLGEMEIN/My Project/Resources.resx b/VERAG_PROG_ALLGEMEIN/My Project/Resources.resx index 2f20c2fc..1f6f7de2 100644 --- a/VERAG_PROG_ALLGEMEIN/My Project/Resources.resx +++ b/VERAG_PROG_ALLGEMEIN/My Project/Resources.resx @@ -121,15 +121,12 @@ ..\Resources\scanner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\house.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\..\..\..\AVISO\Aviso\Diverses\wheel_s.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\personGray_m.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\today.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\seal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -142,9 +139,15 @@ ..\Resources\pfeil_links.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Verag-Spedition-GMBH-Logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\seal2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Verag-AG-Logopng.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\docAllgemein.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -163,8 +166,11 @@ ..\Resources\aviso.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\people.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\TiMaS-Paket-Time.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\pfeil_unten.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\Unisped_logo.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -1354,6 +1360,21 @@ ..\Resources\pdf_gray.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\picboxNext_Enter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\picboxRotateLeft_Enter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\picboxZoomIn_Enter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\sicherheit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\weiblich.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + iVBORw0KGgoAAAANSUhEUgAAA5YAAAPUCAYAAADWm6YZAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6 @@ -1958,30 +1979,9 @@ Fy9uXn75Zbv0yOsRACAqTOz/AQDTq+UV1OGCAAAAAElFTkSuQmCC - - ..\Resources\picboxNext_Enter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\picboxRotateLeft_Enter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\picboxZoomIn_Enter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\weiblich.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\..\..\..\AVISO\Aviso\Diverses\wheel_s.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\Verag-AG-Logopng.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\Logo_blue_globe_Horizontal.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\pfeil_unten.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\person.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -1997,6 +1997,9 @@ ..\Resources\pfeil_rechts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Atilla.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\house1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -2030,16 +2033,19 @@ ..\Resources\uhr_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\Verag-Spedition-GMBH-Logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\house.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\sicherheit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\today.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\Atilla.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\people.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\TiMaS-Paket-Time.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\ze_gehen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ze_kommen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/VERAG_PROG_ALLGEMEIN/Resources/ze_gehen.png b/VERAG_PROG_ALLGEMEIN/Resources/ze_gehen.png new file mode 100644 index 00000000..8d6d78bc Binary files /dev/null and b/VERAG_PROG_ALLGEMEIN/Resources/ze_gehen.png differ diff --git a/VERAG_PROG_ALLGEMEIN/Resources/ze_kommen.png b/VERAG_PROG_ALLGEMEIN/Resources/ze_kommen.png new file mode 100644 index 00000000..519e97d7 Binary files /dev/null and b/VERAG_PROG_ALLGEMEIN/Resources/ze_kommen.png differ diff --git a/VERAG_PROG_ALLGEMEIN/VERAG_PROG_ALLGEMEIN.vbproj b/VERAG_PROG_ALLGEMEIN/VERAG_PROG_ALLGEMEIN.vbproj index 27b77b1b..2dd2d9ba 100644 --- a/VERAG_PROG_ALLGEMEIN/VERAG_PROG_ALLGEMEIN.vbproj +++ b/VERAG_PROG_ALLGEMEIN/VERAG_PROG_ALLGEMEIN.vbproj @@ -1315,6 +1315,12 @@ + + + + + +