ADMIN UsrParam, DHF Import

This commit is contained in:
2025-08-20 21:32:46 +02:00
parent c0984d7145
commit 01a8f1f7ad
13 changed files with 455 additions and 328 deletions

View File

@@ -1094,6 +1094,7 @@
<None Include="Resources\active_directory2_logo.png" /> <None Include="Resources\active_directory2_logo.png" />
<None Include="Resources\ok.png" /> <None Include="Resources\ok.png" />
<None Include="Resources\fragezeichen.png" /> <None Include="Resources\fragezeichen.png" />
<None Include="Resources\sdl_ico2.ico" />
<Content Include="uid.ico" /> <Content Include="uid.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -78,6 +78,8 @@ Partial Class frmMitarbDetails
Me.Label59 = New System.Windows.Forms.Label() Me.Label59 = New System.Windows.Forms.Label()
Me.TabPage7 = New System.Windows.Forms.TabPage() Me.TabPage7 = New System.Windows.Forms.TabPage()
Me.lbSprachen = New VERAG_PROG_ALLGEMEIN.MyListBox() Me.lbSprachen = New VERAG_PROG_ALLGEMEIN.MyListBox()
Me.tabParameter = New System.Windows.Forms.TabPage()
Me.dgvUserParameter = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Label4 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label()
Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.txtTelNr = New System.Windows.Forms.TextBox() Me.txtTelNr = New System.Windows.Forms.TextBox()
@@ -200,6 +202,7 @@ Partial Class frmMitarbDetails
Me.cboAdminBer = New System.Windows.Forms.ComboBox() Me.cboAdminBer = New System.Windows.Forms.ComboBox()
Me.Label7 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label()
Me.TabPage8 = New System.Windows.Forms.TabPage() Me.TabPage8 = New System.Windows.Forms.TabPage()
Me.cbxClient = New System.Windows.Forms.ComboBox()
Me.cbxTimasMehrereFirmen = New System.Windows.Forms.CheckBox() Me.cbxTimasMehrereFirmen = New System.Windows.Forms.CheckBox()
Me.clbTimasMehreFirmen = New System.Windows.Forms.CheckedListBox() Me.clbTimasMehreFirmen = New System.Windows.Forms.CheckedListBox()
Me.lblName1 = New System.Windows.Forms.TextBox() Me.lblName1 = New System.Windows.Forms.TextBox()
@@ -236,7 +239,6 @@ Partial Class frmMitarbDetails
Me.dgvUberstundenauszahlungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.dgvUberstundenauszahlungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.dgvData = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.dgvData = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.cbxClient = New System.Windows.Forms.ComboBox()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout() Me.Panel1.SuspendLayout()
Me.TabControl2.SuspendLayout() Me.TabControl2.SuspendLayout()
@@ -246,6 +248,8 @@ Partial Class frmMitarbDetails
Me.TabPage4.SuspendLayout() Me.TabPage4.SuspendLayout()
Me.TabPage5.SuspendLayout() Me.TabPage5.SuspendLayout()
Me.TabPage7.SuspendLayout() Me.TabPage7.SuspendLayout()
Me.tabParameter.SuspendLayout()
CType(Me.dgvUserParameter, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox2.SuspendLayout() Me.GroupBox2.SuspendLayout()
Me.GroupBox1.SuspendLayout() Me.GroupBox1.SuspendLayout()
CType(Me.picFoto, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.picFoto, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -386,6 +390,7 @@ Partial Class frmMitarbDetails
Me.tbcntr.Controls.Add(Me.TabPage4) Me.tbcntr.Controls.Add(Me.TabPage4)
Me.tbcntr.Controls.Add(Me.TabPage5) Me.tbcntr.Controls.Add(Me.TabPage5)
Me.tbcntr.Controls.Add(Me.TabPage7) Me.tbcntr.Controls.Add(Me.TabPage7)
Me.tbcntr.Controls.Add(Me.tabParameter)
Me.tbcntr.Location = New System.Drawing.Point(2, 539) Me.tbcntr.Location = New System.Drawing.Point(2, 539)
Me.tbcntr.Name = "tbcntr" Me.tbcntr.Name = "tbcntr"
Me.tbcntr.SelectedIndex = 0 Me.tbcntr.SelectedIndex = 0
@@ -882,6 +887,27 @@ Partial Class frmMitarbDetails
Me.lbSprachen.Size = New System.Drawing.Size(152, 134) Me.lbSprachen.Size = New System.Drawing.Size(152, 134)
Me.lbSprachen.TabIndex = 97 Me.lbSprachen.TabIndex = 97
' '
'tabParameter
'
Me.tabParameter.Controls.Add(Me.dgvUserParameter)
Me.tabParameter.Location = New System.Drawing.Point(4, 22)
Me.tabParameter.Name = "tabParameter"
Me.tabParameter.Padding = New System.Windows.Forms.Padding(3)
Me.tabParameter.Size = New System.Drawing.Size(442, 174)
Me.tabParameter.TabIndex = 5
Me.tabParameter.Text = "Parameter"
Me.tabParameter.UseVisualStyleBackColor = True
'
'dgvUserParameter
'
Me.dgvUserParameter.AKTUALISIERUNGS_INTERVALL = -1
Me.dgvUserParameter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvUserParameter.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvUserParameter.Location = New System.Drawing.Point(3, 3)
Me.dgvUserParameter.Name = "dgvUserParameter"
Me.dgvUserParameter.Size = New System.Drawing.Size(436, 168)
Me.dgvUserParameter.TabIndex = 0
'
'Label4 'Label4
' '
Me.Label4.AutoSize = True Me.Label4.AutoSize = True
@@ -2277,6 +2303,17 @@ Partial Class frmMitarbDetails
Me.TabPage8.Text = "Zeiterfassung" Me.TabPage8.Text = "Zeiterfassung"
Me.TabPage8.UseVisualStyleBackColor = True Me.TabPage8.UseVisualStyleBackColor = True
' '
'cbxClient
'
Me.cbxClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbxClient.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxClient.FormattingEnabled = True
Me.cbxClient.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5"})
Me.cbxClient.Location = New System.Drawing.Point(253, 144)
Me.cbxClient.Name = "cbxClient"
Me.cbxClient.Size = New System.Drawing.Size(54, 21)
Me.cbxClient.TabIndex = 159
'
'cbxTimasMehrereFirmen 'cbxTimasMehrereFirmen
' '
Me.cbxTimasMehrereFirmen.AutoSize = True Me.cbxTimasMehrereFirmen.AutoSize = True
@@ -2637,17 +2674,6 @@ Partial Class frmMitarbDetails
Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4) Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
' '
'cbxClient
'
Me.cbxClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbxClient.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxClient.FormattingEnabled = True
Me.cbxClient.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5"})
Me.cbxClient.Location = New System.Drawing.Point(253, 144)
Me.cbxClient.Name = "cbxClient"
Me.cbxClient.Size = New System.Drawing.Size(54, 21)
Me.cbxClient.TabIndex = 159
'
'frmMitarbDetails 'frmMitarbDetails
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -2676,6 +2702,8 @@ Partial Class frmMitarbDetails
Me.TabPage5.ResumeLayout(False) Me.TabPage5.ResumeLayout(False)
Me.TabPage5.PerformLayout() Me.TabPage5.PerformLayout()
Me.TabPage7.ResumeLayout(False) Me.TabPage7.ResumeLayout(False)
Me.tabParameter.ResumeLayout(False)
CType(Me.dgvUserParameter, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout() Me.GroupBox2.PerformLayout()
Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False)
@@ -2910,4 +2938,6 @@ Partial Class frmMitarbDetails
Friend WithEvents cbxTimasMehrereFirmen As CheckBox Friend WithEvents cbxTimasMehrereFirmen As CheckBox
Friend WithEvents clbTimasMehreFirmen As CheckedListBox Friend WithEvents clbTimasMehreFirmen As CheckedListBox
Friend WithEvents cbxClient As ComboBox Friend WithEvents cbxClient As ComboBox
Friend WithEvents tabParameter As TabPage
Friend WithEvents dgvUserParameter As VERAG_PROG_ALLGEMEIN.MyDatagridview
End Class End Class

View File

@@ -18,6 +18,10 @@ Public Class frmMitarbDetails
Dim timas As cTimasAPI Dim timas As cTimasAPI
Dim dtTimas As New DataTable Dim dtTimas As New DataTable
Dim USRPARAM_Bind As cEasyBinding
Sub New() Sub New()
' Dieser Aufruf ist für den Designer erforderlich. ' Dieser Aufruf ist für den Designer erforderlich.
@@ -46,6 +50,31 @@ Public Class frmMitarbDetails
End Sub End Sub
Sub initUsrParamBinding(maId)
Try
With dgvUserParameter
Dim table = "tblMitarbeiter_UserParams"
USRPARAM_Bind = New cEasyBinding("ADMIN")
USRPARAM_Bind.initBinding("SELECT * FROM " & table & " WHERE usrPr_maId='" & maId & "'", table)
.DataSource = USRPARAM_Bind.bindingdataTable
.AutoSize = True
USRPARAM_Bind.bindingdataTable.Columns("usrPr_maId").DefaultValue = maId
If .ColumnCount > 0 Then
.Columns("usrPr_maId").Visible = False
.Columns("usrPr_parameter").HeaderText = "Parameter"
.Columns("usrPr_parameter").Width = 150
.Columns("usrPr_value").HeaderText = "Wert"
.ScrollBars = ScrollBars.Vertical
.Columns("usrPr_value").AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill
End If
End With
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub
Private Sub frmMitarbDetails_Load(sender As Object, e As EventArgs) Handles MyBase.Load Private Sub frmMitarbDetails_Load(sender As Object, e As EventArgs) Handles MyBase.Load
cboFirmaFMZOLL.fillWithSQL("SELECT[Firma_ID],[Firma_Bez] FROM [tblFirma] ", True, "FMZOLL", True) cboFirmaFMZOLL.fillWithSQL("SELECT[Firma_ID],[Firma_Bez] FROM [tblFirma] ", True, "FMZOLL", True)
@@ -222,6 +251,7 @@ Public Class frmMitarbDetails
If Not IsNothing(mitarbeiter) Then If Not IsNothing(mitarbeiter) Then
initMitarbeiter() initMitarbeiter()
initUsrParamBinding(mid)
Else Else
MsgBox("Fehler beim Laden der Daten!") MsgBox("Fehler beim Laden der Daten!")
End If End If
@@ -438,7 +468,11 @@ Public Class frmMitarbDetails
Private Sub btnOK_Click(sender As Object, e As EventArgs) Handles btnOK.Click Private Sub btnOK_Click(sender As Object, e As EventArgs) Handles btnOK.Click
Dim newMid As Integer = 0 Dim newMid As Integer = 0
If txtVname.Text = "" And txtNname.Text = "" Then MsgBox("Bitte geben Sie einen Namen ein!") : Exit Sub If txtVname.Text = "" And txtNname.Text = "" Then MsgBox("Bitte geben Sie einen Namen ein!") : Exit Sub
USRPARAM_Bind.updateBinding()
getMitarbeiter() getMitarbeiter()
If isUpdate Then If isUpdate Then
mitarbeiter.mit_id = mid mitarbeiter.mit_id = mid
If UID.updateMitarbeiter(mitarbeiter) Then saveBerechtigungen(newMid) : Me.Close() If UID.updateMitarbeiter(mitarbeiter) Then saveBerechtigungen(newMid) : Me.Close()

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben: ' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.2.3.7")> <Assembly: AssemblyVersion("1.2.3.8")>
<Assembly: AssemblyFileVersion("1.2.3.7")> <Assembly: AssemblyFileVersion("1.2.3.8")>

View File

@@ -554,6 +554,16 @@ Namespace My.Resources
End Get End Get
End Property End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property sdl_ico1() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("sdl_ico1", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary> '''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary> '''</summary>

View File

@@ -118,161 +118,119 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="fd1" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="dp_tv" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\fd.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\dp_tv.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="personGray_m" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Bürgschaften_Vorlage" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\personGray_m.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\resources\bürgschaften_vorlage.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="DSC_0121" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\DSC_0121.JPG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="urlaub1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\urlaub1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="uid_ico" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uid1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="kalender" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\kalender.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ATILLA_DURMAZ" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ATILLA_DURMAZ.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Verag_Academy_blue" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Verag-Academy_blue.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="asd3ad2asd3asd2asd" xml:space="preserve">
<value />
</data>
<data name="connStringFMZOLL_DEV" xml:space="preserve">
<value>Data Source=192.168.0.90\DEVSQL;Initial Catalog=VERAG;Integrated Security=false;User ID=AppUser;Password=yp/THDd?xM+pZ$;</value>
</data>
<data name="cmr_logo_klein" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\cmr-logo_klein.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="connStringAdmin_DEF" xml:space="preserve">
<value>Data Source=192.168.0.90\DEVSQL;Initial Catalog=ADMIN;Integrated Security=false;User ID=AppUser;Password=yp/THDd?xM+pZ$;</value>
</data>
<data name="spedbuch" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\spedbuch.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="sdl_ico" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\sdl_ico1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Buergschaften_JahresauswertungSplit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\buergschaften_jahresauswertungsplit.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="plus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\plus.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="admin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="aviso_tv" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\aviso_tv.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="doku_sym" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\doku_sym1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UpdaterVersion" xml:space="preserve">
<value>4.0</value>
</data>
<data name="sanduhr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\sanduhr.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="connStringFMZOLL" xml:space="preserve"> <data name="connStringFMZOLL" xml:space="preserve">
<value>Data Source=192.168.91\SQLFMZOLL;Initial Catalog=VERAG;Integrated Security=false;User ID=AppUser;Password=yp/THDd?xM+pZ$;</value> <value>Data Source=192.168.91\SQLFMZOLL;Initial Catalog=VERAG;Integrated Security=false;User ID=AppUser;Password=yp/THDd?xM+pZ$;</value>
</data> </data>
<data name="uid" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="schule" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uid.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\schule.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stift" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stift.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\chain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="refresh1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\refresh1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="uhr_red" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uhr_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="del" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\del.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="admin_logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Buergschaften_Jahresauswertung" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Buergschaften_Jahresauswertung.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Aviso" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Aviso.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="krank" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="krank" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\krank.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\krank.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="schule" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Buergschaften_Jahresauswertung" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\schule.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\Buergschaften_Jahresauswertung.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Excel_2013_logo-155x110" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Excel_2013_logo-155x110.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="dispo_ico" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dispo_ico1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Dienstplan" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Dienstplan.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="wait" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\wait.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="printer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\printer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="active_directory_logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\active_directory2_logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Verag_AG_Logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Verag-AG-Logo.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gear1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\gear1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="uhr_green" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uhr_green.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="personGray_w" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\personGray_w.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="gear2" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="gear2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\gear2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\gear2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="dispo" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="doku_sym" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dispo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\doku_sym1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="connStringAdmin" xml:space="preserve">
<value>Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=ADMIN;Integrated Security=false;User ID=AppUser;Password=yp/THDd?xM+pZ$;</value>
</data>
<data name="dp_tv" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dp_tv.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="save" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="save" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\save.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\save.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="asd3ad2asd3asd2asd" xml:space="preserve">
<value />
</data>
<data name="uhr_red" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uhr_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="dispo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dispo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="reise" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="reise" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\reise.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\reise.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="admin_logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="refresh1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\refresh1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="uhr_green" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uhr_green.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="personGray_m" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\personGray_m.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="dispo_ico" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dispo_ico1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="cmr_logo_klein" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\cmr-logo_klein.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Verag_Academy_blue" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Verag-Academy_blue.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="fd" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\fd.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="fd1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\fd.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="CMR" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="CMR" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\CMR.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\CMR.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="search" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="spedbuch" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\search.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\spedbuch.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="admin1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="kalender" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\kalender.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="plus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\plus.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="uhr_notime" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uhr_notime.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="connStringFMZOLL_DEV" xml:space="preserve">
<value>Data Source=192.168.0.90\DEVSQL;Initial Catalog=VERAG;Integrated Security=false;User ID=AppUser;Password=yp/THDd?xM+pZ$;</value>
</data>
<data name="bbvn6" xml:space="preserve">
<value />
</data>
<data name="personGray_w" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\personGray_w.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="sanduhr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\sanduhr.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="uid_ico" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uid1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Dienstplan" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Dienstplan.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="admin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Aviso" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Aviso.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="DSC_0121" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\DSC_0121.JPG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Verag_AG_Logopng" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Verag_AG_Logopng" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Verag-AG-Logopng.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\Verag-AG-Logopng.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -280,37 +238,82 @@
<data name="admin_monitoring" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="admin_monitoring" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin_monitoring1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\admin_monitoring1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="admin2" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="fragezeichen" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\fragezeichen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="uhr_notime" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="connStringAdmin_DEF" xml:space="preserve">
<value>..\Resources\uhr_notime.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Data Source=192.168.0.90\DEVSQL;Initial Catalog=ADMIN;Integrated Security=false;User ID=AppUser;Password=yp/THDd?xM+pZ$;</value>
</data>
<data name="urlaub" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\urlaub.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="fd" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\fd.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Bürgschaften_Vorlage" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\bürgschaften_vorlage.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="parkzeit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\1374582040_38117.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="admin1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="bbvn6" xml:space="preserve">
<value />
</data> </data>
<data name="gear" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="gear" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\gear.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\gear.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="aviso_tv" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\aviso_tv.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="search" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\search.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ok" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="ok" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ok.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\ok.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="fragezeichen" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="wait" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\fragezeichen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\wait.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="urlaub1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\urlaub1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="urlaub" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\urlaub.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="stift" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\stift.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gear1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\gear1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UpdaterVersion" xml:space="preserve">
<value>4.0</value>
</data>
<data name="printer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\printer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="parkzeit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\1374582040_38117.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Verag_AG_Logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Verag-AG-Logo.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="connStringAdmin" xml:space="preserve">
<value>Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=ADMIN;Integrated Security=false;User ID=AppUser;Password=yp/THDd?xM+pZ$;</value>
</data>
<data name="chain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\chain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="uid" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uid.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="sdl_ico" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\sdl_ico1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="active_directory_logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\active_directory2_logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Excel_2013_logo-155x110" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Excel_2013_logo-155x110.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Buergschaften_JahresauswertungSplit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\buergschaften_jahresauswertungsplit.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="admin2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\admin2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ATILLA_DURMAZ" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ATILLA_DURMAZ.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="del" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\del.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="sdl_ico1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\sdl_ico2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
</root> </root>

View File

@@ -283,6 +283,7 @@ Partial Class frmProgDetails
' '
'btnSourceAkt 'btnSourceAkt
' '
Me.btnSourceAkt.Enabled = False
Me.btnSourceAkt.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSourceAkt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSourceAkt.Location = New System.Drawing.Point(427, 125) Me.btnSourceAkt.Location = New System.Drawing.Point(427, 125)
Me.btnSourceAkt.Name = "btnSourceAkt" Me.btnSourceAkt.Name = "btnSourceAkt"
@@ -296,9 +297,9 @@ Partial Class frmProgDetails
Me.Label5.AutoSize = True Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(20, 130) Me.Label5.Location = New System.Drawing.Point(20, 130)
Me.Label5.Name = "Label5" Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(69, 13) Me.Label5.Size = New System.Drawing.Size(81, 26)
Me.Label5.TabIndex = 52 Me.Label5.TabIndex = 52
Me.Label5.Text = "Source-Pfad:" Me.Label5.Text = "Source-Pfad:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Usrespezifisch)"
' '
'txtSourcePfad 'txtSourcePfad
' '
@@ -329,6 +330,7 @@ Partial Class frmProgDetails
' '
'btnInstallSourceAkt 'btnInstallSourceAkt
' '
Me.btnInstallSourceAkt.Enabled = False
Me.btnInstallSourceAkt.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnInstallSourceAkt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnInstallSourceAkt.Location = New System.Drawing.Point(427, 449) Me.btnInstallSourceAkt.Location = New System.Drawing.Point(427, 449)
Me.btnInstallSourceAkt.Name = "btnInstallSourceAkt" Me.btnInstallSourceAkt.Name = "btnInstallSourceAkt"
@@ -342,9 +344,9 @@ Partial Class frmProgDetails
Me.Label8.AutoSize = True Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(20, 454) Me.Label8.Location = New System.Drawing.Point(20, 454)
Me.Label8.Name = "Label8" Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(69, 13) Me.Label8.Size = New System.Drawing.Size(81, 26)
Me.Label8.TabIndex = 65 Me.Label8.TabIndex = 65
Me.Label8.Text = "Source-Pfad:" Me.Label8.Text = "Source-Pfad:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Usrespezifisch)"
' '
'txtInstallSourcePfad 'txtInstallSourcePfad
' '
@@ -1049,8 +1051,6 @@ Partial Class frmProgDetails
'cbxStandorttxtErstellenAMB 'cbxStandorttxtErstellenAMB
' '
Me.cbxStandorttxtErstellenAMB.AutoSize = True Me.cbxStandorttxtErstellenAMB.AutoSize = True
Me.cbxStandorttxtErstellenAMB.Checked = True
Me.cbxStandorttxtErstellenAMB.CheckState = System.Windows.Forms.CheckState.Checked
Me.cbxStandorttxtErstellenAMB.Location = New System.Drawing.Point(615, 401) Me.cbxStandorttxtErstellenAMB.Location = New System.Drawing.Point(615, 401)
Me.cbxStandorttxtErstellenAMB.Name = "cbxStandorttxtErstellenAMB" Me.cbxStandorttxtErstellenAMB.Name = "cbxStandorttxtErstellenAMB"
Me.cbxStandorttxtErstellenAMB.Size = New System.Drawing.Size(126, 17) Me.cbxStandorttxtErstellenAMB.Size = New System.Drawing.Size(126, 17)
@@ -1073,9 +1073,9 @@ Partial Class frmProgDetails
Me.Label26.AutoSize = True Me.Label26.AutoSize = True
Me.Label26.Location = New System.Drawing.Point(20, 401) Me.Label26.Location = New System.Drawing.Point(20, 401)
Me.Label26.Name = "Label26" Me.Label26.Name = "Label26"
Me.Label26.Size = New System.Drawing.Size(96, 13) Me.Label26.Size = New System.Drawing.Size(99, 13)
Me.Label26.TabIndex = 139 Me.Label26.TabIndex = 139
Me.Label26.Text = "Produktiv-AMBAR:" Me.Label26.Text = "Produktiv Erweitert:"
' '
'txtProdPfadAMB 'txtProdPfadAMB
' '

View File

@@ -35,10 +35,15 @@ Public Class frmProgDetails
Dim daten As cProgramm = Nothing Dim daten As cProgramm = Nothing
' daten = New cProgramm ' daten = New cProgramm
daten = PROG.getProgrammByCodeName(codename) daten = PROG.getProgrammByCodeName(codename)
txtSourcePfad.Text = daten.prog_source_path txtSourcePfad.Text = getSourcePath()
txtDevPfad.Text = daten.prog_dev_path txtDevPfad.Text = daten.prog_dev_path
txtProdPfad.Text = daten.prog_prod_path txtProdPfad.Text = daten.prog_prod_path
txtInstallSourcePfad.Text = daten.prog_installer_source_path txtInstallSourcePfad.Text = getSourceInstallPath() ' daten.prog_installer_source_path
txtInstallDevPfad.Text = daten.prog_installer_dev_path txtInstallDevPfad.Text = daten.prog_installer_dev_path
txtInstallProdPfad.Text = daten.prog_installer_prod_path txtInstallProdPfad.Text = daten.prog_installer_prod_path
txtVersion.Text = daten.prog_aktuelleVersion txtVersion.Text = daten.prog_aktuelleVersion
@@ -70,6 +75,14 @@ Public Class frmProgDetails
End Sub End Sub
Function getSourcePath() As String
'PROG_initPath_AVISO
Return VERAG_PROG_ALLGEMEIN.cMitarbeiter.GetUserParam("PROG_initPath_" & codename.Replace("AVISO_NEW", "AVISO"),, "")
End Function
Function getSourceInstallPath() As String
'PROG_initInstallPath_AVISO
Return VERAG_PROG_ALLGEMEIN.cMitarbeiter.GetUserParam("PROG_initInstallPath_" & codename.Replace("AVISO_NEW", "AVISO"),, "")
End Function
Private Sub btnVersionAkt_Click(sender As Object, e As EventArgs) Handles btnVersionAkt.Click Private Sub btnVersionAkt_Click(sender As Object, e As EventArgs) Handles btnVersionAkt.Click
PROG.setProgrammVersion(codename, txtVersion.Text) PROG.setProgrammVersion(codename, txtVersion.Text)
init() init()
@@ -135,10 +148,10 @@ Public Class frmProgDetails
daten.prog_name = txtProgramName.Text daten.prog_name = txtProgramName.Text
daten.prog_aktuelleVersion = txtVersion.Text daten.prog_aktuelleVersion = txtVersion.Text
daten.prog_info = txtInfo.Text daten.prog_info = txtInfo.Text
daten.prog_source_path = txtSourcePfad.Text ' daten.prog_source_path = txtSourcePfad.Text
daten.prog_dev_path = txtDevPfad.Text daten.prog_dev_path = txtDevPfad.Text
daten.prog_prod_path = txtProdPfad.Text daten.prog_prod_path = txtProdPfad.Text
daten.prog_installer_source_path = txtInstallSourcePfad.Text ' daten.prog_installer_source_path = txtInstallSourcePfad.Text
daten.prog_installer_dev_path = txtInstallDevPfad.Text daten.prog_installer_dev_path = txtInstallDevPfad.Text
daten.prog_installer_prod_path = txtInstallProdPfad.Text daten.prog_installer_prod_path = txtInstallProdPfad.Text

View File

@@ -150,17 +150,18 @@ Partial Class usrCntlProgramme
' '
Me.Label3.AutoSize = True Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(226, 77) Me.Label3.Location = New System.Drawing.Point(753, 77)
Me.Label3.Name = "Label3" Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(120, 13) Me.Label3.Size = New System.Drawing.Size(120, 13)
Me.Label3.TabIndex = 4 Me.Label3.TabIndex = 4
Me.Label3.Text = "UID-VERWALTUNG" Me.Label3.Text = "UID-VERWALTUNG"
Me.Label3.Visible = False
' '
'Label4 'Label4
' '
Me.Label4.AutoSize = True Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(374, 77) Me.Label4.Location = New System.Drawing.Point(206, 77)
Me.Label4.Name = "Label4" Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(139, 13) Me.Label4.Size = New System.Drawing.Size(139, 13)
Me.Label4.TabIndex = 6 Me.Label4.TabIndex = 6
@@ -170,11 +171,12 @@ Partial Class usrCntlProgramme
' '
Me.Label5.AutoSize = True Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(531, 77) Me.Label5.Location = New System.Drawing.Point(748, 292)
Me.Label5.Name = "Label5" Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(142, 13) Me.Label5.Size = New System.Drawing.Size(142, 13)
Me.Label5.TabIndex = 8 Me.Label5.TabIndex = 8
Me.Label5.Text = "WABERER's Parkzeiten" Me.Label5.Text = "WABERER's Parkzeiten"
Me.Label5.Visible = False
' '
'btnAdminAkt 'btnAdminAkt
' '
@@ -212,41 +214,45 @@ Partial Class usrCntlProgramme
' '
'btnUidDetails 'btnUidDetails
' '
Me.btnUidDetails.Location = New System.Drawing.Point(229, 173) Me.btnUidDetails.Location = New System.Drawing.Point(756, 173)
Me.btnUidDetails.Name = "btnUidDetails" Me.btnUidDetails.Name = "btnUidDetails"
Me.btnUidDetails.Size = New System.Drawing.Size(100, 39) Me.btnUidDetails.Size = New System.Drawing.Size(100, 39)
Me.btnUidDetails.TabIndex = 18 Me.btnUidDetails.TabIndex = 18
Me.btnUidDetails.Text = "Details" Me.btnUidDetails.Text = "Details"
Me.btnUidDetails.UseVisualStyleBackColor = True Me.btnUidDetails.UseVisualStyleBackColor = True
Me.btnUidDetails.Visible = False
' '
'Label7 'Label7
' '
Me.Label7.AutoSize = True Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(226, 107) Me.Label7.Location = New System.Drawing.Point(753, 107)
Me.Label7.Name = "Label7" Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(86, 13) Me.Label7.Size = New System.Drawing.Size(86, 13)
Me.Label7.TabIndex = 17 Me.Label7.TabIndex = 17
Me.Label7.Text = "Aktuelle Version:" Me.Label7.Text = "Aktuelle Version:"
Me.Label7.Visible = False
' '
'txtUidVersionAkt 'txtUidVersionAkt
' '
Me.txtUidVersionAkt.Location = New System.Drawing.Point(229, 123) Me.txtUidVersionAkt.Location = New System.Drawing.Point(756, 123)
Me.txtUidVersionAkt.Name = "txtUidVersionAkt" Me.txtUidVersionAkt.Name = "txtUidVersionAkt"
Me.txtUidVersionAkt.Size = New System.Drawing.Size(100, 20) Me.txtUidVersionAkt.Size = New System.Drawing.Size(100, 20)
Me.txtUidVersionAkt.TabIndex = 16 Me.txtUidVersionAkt.TabIndex = 16
Me.txtUidVersionAkt.Visible = False
' '
'btnUidAkt 'btnUidAkt
' '
Me.btnUidAkt.Location = New System.Drawing.Point(229, 144) Me.btnUidAkt.Location = New System.Drawing.Point(756, 144)
Me.btnUidAkt.Name = "btnUidAkt" Me.btnUidAkt.Name = "btnUidAkt"
Me.btnUidAkt.Size = New System.Drawing.Size(100, 23) Me.btnUidAkt.Size = New System.Drawing.Size(100, 23)
Me.btnUidAkt.TabIndex = 15 Me.btnUidAkt.TabIndex = 15
Me.btnUidAkt.Text = "Aktualisieren" Me.btnUidAkt.Text = "Aktualisieren"
Me.btnUidAkt.UseVisualStyleBackColor = True Me.btnUidAkt.UseVisualStyleBackColor = True
Me.btnUidAkt.Visible = False
' '
'btnDispoDetails 'btnDispoDetails
' '
Me.btnDispoDetails.Location = New System.Drawing.Point(395, 173) Me.btnDispoDetails.Location = New System.Drawing.Point(227, 173)
Me.btnDispoDetails.Name = "btnDispoDetails" Me.btnDispoDetails.Name = "btnDispoDetails"
Me.btnDispoDetails.Size = New System.Drawing.Size(100, 39) Me.btnDispoDetails.Size = New System.Drawing.Size(100, 39)
Me.btnDispoDetails.TabIndex = 24 Me.btnDispoDetails.TabIndex = 24
@@ -256,7 +262,7 @@ Partial Class usrCntlProgramme
'Label8 'Label8
' '
Me.Label8.AutoSize = True Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(392, 107) Me.Label8.Location = New System.Drawing.Point(224, 107)
Me.Label8.Name = "Label8" Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(86, 13) Me.Label8.Size = New System.Drawing.Size(86, 13)
Me.Label8.TabIndex = 23 Me.Label8.TabIndex = 23
@@ -264,14 +270,14 @@ Partial Class usrCntlProgramme
' '
'txtDispoVersionAkt 'txtDispoVersionAkt
' '
Me.txtDispoVersionAkt.Location = New System.Drawing.Point(395, 123) Me.txtDispoVersionAkt.Location = New System.Drawing.Point(227, 123)
Me.txtDispoVersionAkt.Name = "txtDispoVersionAkt" Me.txtDispoVersionAkt.Name = "txtDispoVersionAkt"
Me.txtDispoVersionAkt.Size = New System.Drawing.Size(100, 20) Me.txtDispoVersionAkt.Size = New System.Drawing.Size(100, 20)
Me.txtDispoVersionAkt.TabIndex = 22 Me.txtDispoVersionAkt.TabIndex = 22
' '
'btnDispoAkt 'btnDispoAkt
' '
Me.btnDispoAkt.Location = New System.Drawing.Point(395, 144) Me.btnDispoAkt.Location = New System.Drawing.Point(227, 144)
Me.btnDispoAkt.Name = "btnDispoAkt" Me.btnDispoAkt.Name = "btnDispoAkt"
Me.btnDispoAkt.Size = New System.Drawing.Size(100, 23) Me.btnDispoAkt.Size = New System.Drawing.Size(100, 23)
Me.btnDispoAkt.TabIndex = 21 Me.btnDispoAkt.TabIndex = 21
@@ -280,37 +286,41 @@ Partial Class usrCntlProgramme
' '
'btnParkzeitDetails 'btnParkzeitDetails
' '
Me.btnParkzeitDetails.Location = New System.Drawing.Point(539, 173) Me.btnParkzeitDetails.Location = New System.Drawing.Point(756, 388)
Me.btnParkzeitDetails.Name = "btnParkzeitDetails" Me.btnParkzeitDetails.Name = "btnParkzeitDetails"
Me.btnParkzeitDetails.Size = New System.Drawing.Size(100, 39) Me.btnParkzeitDetails.Size = New System.Drawing.Size(100, 39)
Me.btnParkzeitDetails.TabIndex = 30 Me.btnParkzeitDetails.TabIndex = 30
Me.btnParkzeitDetails.Text = "Details" Me.btnParkzeitDetails.Text = "Details"
Me.btnParkzeitDetails.UseVisualStyleBackColor = True Me.btnParkzeitDetails.UseVisualStyleBackColor = True
Me.btnParkzeitDetails.Visible = False
' '
'Label9 'Label9
' '
Me.Label9.AutoSize = True Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(536, 107) Me.Label9.Location = New System.Drawing.Point(753, 322)
Me.Label9.Name = "Label9" Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(86, 13) Me.Label9.Size = New System.Drawing.Size(86, 13)
Me.Label9.TabIndex = 29 Me.Label9.TabIndex = 29
Me.Label9.Text = "Aktuelle Version:" Me.Label9.Text = "Aktuelle Version:"
Me.Label9.Visible = False
' '
'txtParkzeitVersionAkt 'txtParkzeitVersionAkt
' '
Me.txtParkzeitVersionAkt.Location = New System.Drawing.Point(539, 123) Me.txtParkzeitVersionAkt.Location = New System.Drawing.Point(756, 338)
Me.txtParkzeitVersionAkt.Name = "txtParkzeitVersionAkt" Me.txtParkzeitVersionAkt.Name = "txtParkzeitVersionAkt"
Me.txtParkzeitVersionAkt.Size = New System.Drawing.Size(100, 20) Me.txtParkzeitVersionAkt.Size = New System.Drawing.Size(100, 20)
Me.txtParkzeitVersionAkt.TabIndex = 28 Me.txtParkzeitVersionAkt.TabIndex = 28
Me.txtParkzeitVersionAkt.Visible = False
' '
'btnParkzeitAkt 'btnParkzeitAkt
' '
Me.btnParkzeitAkt.Location = New System.Drawing.Point(539, 144) Me.btnParkzeitAkt.Location = New System.Drawing.Point(756, 359)
Me.btnParkzeitAkt.Name = "btnParkzeitAkt" Me.btnParkzeitAkt.Name = "btnParkzeitAkt"
Me.btnParkzeitAkt.Size = New System.Drawing.Size(100, 23) Me.btnParkzeitAkt.Size = New System.Drawing.Size(100, 23)
Me.btnParkzeitAkt.TabIndex = 27 Me.btnParkzeitAkt.TabIndex = 27
Me.btnParkzeitAkt.Text = "Aktualisieren" Me.btnParkzeitAkt.Text = "Aktualisieren"
Me.btnParkzeitAkt.UseVisualStyleBackColor = True Me.btnParkzeitAkt.UseVisualStyleBackColor = True
Me.btnParkzeitAkt.Visible = False
' '
'btnAdminBerechtigungen 'btnAdminBerechtigungen
' '
@@ -323,16 +333,17 @@ Partial Class usrCntlProgramme
' '
'btnUidBerechtigungen 'btnUidBerechtigungen
' '
Me.btnUidBerechtigungen.Location = New System.Drawing.Point(229, 218) Me.btnUidBerechtigungen.Location = New System.Drawing.Point(756, 218)
Me.btnUidBerechtigungen.Name = "btnUidBerechtigungen" Me.btnUidBerechtigungen.Name = "btnUidBerechtigungen"
Me.btnUidBerechtigungen.Size = New System.Drawing.Size(100, 23) Me.btnUidBerechtigungen.Size = New System.Drawing.Size(100, 23)
Me.btnUidBerechtigungen.TabIndex = 39 Me.btnUidBerechtigungen.TabIndex = 39
Me.btnUidBerechtigungen.Text = "Berechtigungen" Me.btnUidBerechtigungen.Text = "Berechtigungen"
Me.btnUidBerechtigungen.UseVisualStyleBackColor = True Me.btnUidBerechtigungen.UseVisualStyleBackColor = True
Me.btnUidBerechtigungen.Visible = False
' '
'btnDispoBerechtigungen 'btnDispoBerechtigungen
' '
Me.btnDispoBerechtigungen.Location = New System.Drawing.Point(395, 218) Me.btnDispoBerechtigungen.Location = New System.Drawing.Point(227, 218)
Me.btnDispoBerechtigungen.Name = "btnDispoBerechtigungen" Me.btnDispoBerechtigungen.Name = "btnDispoBerechtigungen"
Me.btnDispoBerechtigungen.Size = New System.Drawing.Size(100, 23) Me.btnDispoBerechtigungen.Size = New System.Drawing.Size(100, 23)
Me.btnDispoBerechtigungen.TabIndex = 40 Me.btnDispoBerechtigungen.TabIndex = 40
@@ -341,12 +352,13 @@ Partial Class usrCntlProgramme
' '
'btnParkzeitBerechtigungen 'btnParkzeitBerechtigungen
' '
Me.btnParkzeitBerechtigungen.Location = New System.Drawing.Point(539, 218) Me.btnParkzeitBerechtigungen.Location = New System.Drawing.Point(756, 433)
Me.btnParkzeitBerechtigungen.Name = "btnParkzeitBerechtigungen" Me.btnParkzeitBerechtigungen.Name = "btnParkzeitBerechtigungen"
Me.btnParkzeitBerechtigungen.Size = New System.Drawing.Size(100, 23) Me.btnParkzeitBerechtigungen.Size = New System.Drawing.Size(100, 23)
Me.btnParkzeitBerechtigungen.TabIndex = 41 Me.btnParkzeitBerechtigungen.TabIndex = 41
Me.btnParkzeitBerechtigungen.Text = "Berechtigungen" Me.btnParkzeitBerechtigungen.Text = "Berechtigungen"
Me.btnParkzeitBerechtigungen.UseVisualStyleBackColor = True Me.btnParkzeitBerechtigungen.UseVisualStyleBackColor = True
Me.btnParkzeitBerechtigungen.Visible = False
' '
'btnAdd 'btnAdd
' '
@@ -360,16 +372,17 @@ Partial Class usrCntlProgramme
'PictureBox4 'PictureBox4
' '
Me.PictureBox4.Image = Global.ADMIN.My.Resources.Resources.parkzeit Me.PictureBox4.Image = Global.ADMIN.My.Resources.Resources.parkzeit
Me.PictureBox4.Location = New System.Drawing.Point(572, 41) Me.PictureBox4.Location = New System.Drawing.Point(789, 256)
Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(34, 33) Me.PictureBox4.Size = New System.Drawing.Size(34, 33)
Me.PictureBox4.TabIndex = 7 Me.PictureBox4.TabIndex = 7
Me.PictureBox4.TabStop = False Me.PictureBox4.TabStop = False
Me.PictureBox4.Visible = False
' '
'PictureBox3 'PictureBox3
' '
Me.PictureBox3.Image = Global.ADMIN.My.Resources.Resources.dispo_ico Me.PictureBox3.Image = Global.ADMIN.My.Resources.Resources.dispo_ico
Me.PictureBox3.Location = New System.Drawing.Point(424, 41) Me.PictureBox3.Location = New System.Drawing.Point(256, 41)
Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(34, 33) Me.PictureBox3.Size = New System.Drawing.Size(34, 33)
Me.PictureBox3.TabIndex = 5 Me.PictureBox3.TabIndex = 5
@@ -378,11 +391,12 @@ Partial Class usrCntlProgramme
'PictureBox2 'PictureBox2
' '
Me.PictureBox2.Image = Global.ADMIN.My.Resources.Resources.uid_ico Me.PictureBox2.Image = Global.ADMIN.My.Resources.Resources.uid_ico
Me.PictureBox2.Location = New System.Drawing.Point(262, 41) Me.PictureBox2.Location = New System.Drawing.Point(789, 41)
Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(34, 33) Me.PictureBox2.Size = New System.Drawing.Size(34, 33)
Me.PictureBox2.TabIndex = 3 Me.PictureBox2.TabIndex = 3
Me.PictureBox2.TabStop = False Me.PictureBox2.TabStop = False
Me.PictureBox2.Visible = False
' '
'PictureBox1 'PictureBox1
' '
@@ -448,6 +462,8 @@ Partial Class usrCntlProgramme
' '
'PictureBox6 'PictureBox6
' '
Me.PictureBox6.BackgroundImage = Global.ADMIN.My.Resources.Resources.sdl_ico
Me.PictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox6.Location = New System.Drawing.Point(256, 256) Me.PictureBox6.Location = New System.Drawing.Point(256, 256)
Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Name = "PictureBox6"
Me.PictureBox6.Size = New System.Drawing.Size(34, 33) Me.PictureBox6.Size = New System.Drawing.Size(34, 33)
@@ -520,7 +536,7 @@ Partial Class usrCntlProgramme
'PictureBox8 'PictureBox8
' '
Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image) Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image)
Me.PictureBox8.Location = New System.Drawing.Point(417, 256) Me.PictureBox8.Location = New System.Drawing.Point(574, 256)
Me.PictureBox8.Name = "PictureBox8" Me.PictureBox8.Name = "PictureBox8"
Me.PictureBox8.Size = New System.Drawing.Size(34, 33) Me.PictureBox8.Size = New System.Drawing.Size(34, 33)
Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
@@ -531,7 +547,7 @@ Partial Class usrCntlProgramme
' '
Me.Label23.AutoSize = True Me.Label23.AutoSize = True
Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label23.Location = New System.Drawing.Point(377, 292) Me.Label23.Location = New System.Drawing.Point(534, 292)
Me.Label23.Name = "Label23" Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(112, 13) Me.Label23.Size = New System.Drawing.Size(112, 13)
Me.Label23.TabIndex = 53 Me.Label23.TabIndex = 53
@@ -540,7 +556,7 @@ Partial Class usrCntlProgramme
'Label24 'Label24
' '
Me.Label24.AutoSize = True Me.Label24.AutoSize = True
Me.Label24.Location = New System.Drawing.Point(368, 322) Me.Label24.Location = New System.Drawing.Point(536, 322)
Me.Label24.Name = "Label24" Me.Label24.Name = "Label24"
Me.Label24.Size = New System.Drawing.Size(86, 13) Me.Label24.Size = New System.Drawing.Size(86, 13)
Me.Label24.TabIndex = 56 Me.Label24.TabIndex = 56
@@ -548,7 +564,7 @@ Partial Class usrCntlProgramme
' '
'btnMonitoringDetails 'btnMonitoringDetails
' '
Me.btnMonitoringDetails.Location = New System.Drawing.Point(371, 388) Me.btnMonitoringDetails.Location = New System.Drawing.Point(539, 388)
Me.btnMonitoringDetails.Name = "btnMonitoringDetails" Me.btnMonitoringDetails.Name = "btnMonitoringDetails"
Me.btnMonitoringDetails.Size = New System.Drawing.Size(100, 39) Me.btnMonitoringDetails.Size = New System.Drawing.Size(100, 39)
Me.btnMonitoringDetails.TabIndex = 72 Me.btnMonitoringDetails.TabIndex = 72
@@ -557,14 +573,14 @@ Partial Class usrCntlProgramme
' '
'txtMonitoringVersionAkt 'txtMonitoringVersionAkt
' '
Me.txtMonitoringVersionAkt.Location = New System.Drawing.Point(371, 338) Me.txtMonitoringVersionAkt.Location = New System.Drawing.Point(539, 338)
Me.txtMonitoringVersionAkt.Name = "txtMonitoringVersionAkt" Me.txtMonitoringVersionAkt.Name = "txtMonitoringVersionAkt"
Me.txtMonitoringVersionAkt.Size = New System.Drawing.Size(100, 20) Me.txtMonitoringVersionAkt.Size = New System.Drawing.Size(100, 20)
Me.txtMonitoringVersionAkt.TabIndex = 73 Me.txtMonitoringVersionAkt.TabIndex = 73
' '
'btnMonitoringAkt 'btnMonitoringAkt
' '
Me.btnMonitoringAkt.Location = New System.Drawing.Point(371, 359) Me.btnMonitoringAkt.Location = New System.Drawing.Point(539, 359)
Me.btnMonitoringAkt.Name = "btnMonitoringAkt" Me.btnMonitoringAkt.Name = "btnMonitoringAkt"
Me.btnMonitoringAkt.Size = New System.Drawing.Size(100, 23) Me.btnMonitoringAkt.Size = New System.Drawing.Size(100, 23)
Me.btnMonitoringAkt.TabIndex = 72 Me.btnMonitoringAkt.TabIndex = 72
@@ -573,7 +589,7 @@ Partial Class usrCntlProgramme
' '
'Button1 'Button1
' '
Me.Button1.Location = New System.Drawing.Point(76, 604) Me.Button1.Location = New System.Drawing.Point(76, 620)
Me.Button1.Name = "Button1" Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(100, 39) Me.Button1.Size = New System.Drawing.Size(100, 39)
Me.Button1.TabIndex = 76 Me.Button1.TabIndex = 76
@@ -584,7 +600,7 @@ Partial Class usrCntlProgramme
' '
Me.Label10.AutoSize = True Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(93, 587) Me.Label10.Location = New System.Drawing.Point(93, 603)
Me.Label10.Name = "Label10" Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(72, 13) Me.Label10.Size = New System.Drawing.Size(72, 13)
Me.Label10.TabIndex = 75 Me.Label10.TabIndex = 75
@@ -593,7 +609,7 @@ Partial Class usrCntlProgramme
'PictureBox9 'PictureBox9
' '
Me.PictureBox9.Image = Global.ADMIN.My.Resources.Resources.aviso_tv Me.PictureBox9.Image = Global.ADMIN.My.Resources.Resources.aviso_tv
Me.PictureBox9.Location = New System.Drawing.Point(111, 551) Me.PictureBox9.Location = New System.Drawing.Point(111, 567)
Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Name = "PictureBox9"
Me.PictureBox9.Size = New System.Drawing.Size(34, 33) Me.PictureBox9.Size = New System.Drawing.Size(34, 33)
Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
@@ -602,7 +618,7 @@ Partial Class usrCntlProgramme
' '
'Button2 'Button2
' '
Me.Button2.Location = New System.Drawing.Point(229, 604) Me.Button2.Location = New System.Drawing.Point(229, 620)
Me.Button2.Name = "Button2" Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(100, 39) Me.Button2.Size = New System.Drawing.Size(100, 39)
Me.Button2.TabIndex = 79 Me.Button2.TabIndex = 79
@@ -613,7 +629,7 @@ Partial Class usrCntlProgramme
' '
Me.Label11.AutoSize = True Me.Label11.AutoSize = True
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.Location = New System.Drawing.Point(232, 587) Me.Label11.Location = New System.Drawing.Point(232, 603)
Me.Label11.Name = "Label11" Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(95, 13) Me.Label11.Size = New System.Drawing.Size(95, 13)
Me.Label11.TabIndex = 78 Me.Label11.TabIndex = 78
@@ -622,7 +638,7 @@ Partial Class usrCntlProgramme
'PictureBox10 'PictureBox10
' '
Me.PictureBox10.Image = Global.ADMIN.My.Resources.Resources.dp_tv Me.PictureBox10.Image = Global.ADMIN.My.Resources.Resources.dp_tv
Me.PictureBox10.Location = New System.Drawing.Point(262, 551) Me.PictureBox10.Location = New System.Drawing.Point(262, 567)
Me.PictureBox10.Name = "PictureBox10" Me.PictureBox10.Name = "PictureBox10"
Me.PictureBox10.Size = New System.Drawing.Size(34, 33) Me.PictureBox10.Size = New System.Drawing.Size(34, 33)
Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
@@ -631,32 +647,35 @@ Partial Class usrCntlProgramme
' '
'Button3 'Button3
' '
Me.Button3.Location = New System.Drawing.Point(391, 604) Me.Button3.Location = New System.Drawing.Point(391, 620)
Me.Button3.Name = "Button3" Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(100, 39) Me.Button3.Size = New System.Drawing.Size(100, 39)
Me.Button3.TabIndex = 82 Me.Button3.TabIndex = 82
Me.Button3.Text = "Details" Me.Button3.Text = "Details"
Me.Button3.UseVisualStyleBackColor = True Me.Button3.UseVisualStyleBackColor = True
Me.Button3.Visible = False
' '
'Label12 'Label12
' '
Me.Label12.AutoSize = True Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.Location = New System.Drawing.Point(403, 587) Me.Label12.Location = New System.Drawing.Point(403, 603)
Me.Label12.Name = "Label12" Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(75, 13) Me.Label12.Size = New System.Drawing.Size(75, 13)
Me.Label12.TabIndex = 81 Me.Label12.TabIndex = 81
Me.Label12.Text = "Fahrerdaten" Me.Label12.Text = "Fahrerdaten"
Me.Label12.Visible = False
' '
'PictureBox11 'PictureBox11
' '
Me.PictureBox11.Image = Global.ADMIN.My.Resources.Resources.fd1 Me.PictureBox11.Image = Global.ADMIN.My.Resources.Resources.fd1
Me.PictureBox11.Location = New System.Drawing.Point(424, 551) Me.PictureBox11.Location = New System.Drawing.Point(424, 567)
Me.PictureBox11.Name = "PictureBox11" Me.PictureBox11.Name = "PictureBox11"
Me.PictureBox11.Size = New System.Drawing.Size(34, 33) Me.PictureBox11.Size = New System.Drawing.Size(34, 33)
Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox11.TabIndex = 80 Me.PictureBox11.TabIndex = 80
Me.PictureBox11.TabStop = False Me.PictureBox11.TabStop = False
Me.PictureBox11.Visible = False
' '
'Button7 'Button7
' '
@@ -687,7 +706,7 @@ Partial Class usrCntlProgramme
' '
'Button4 'Button4
' '
Me.Button4.Location = New System.Drawing.Point(522, 604) Me.Button4.Location = New System.Drawing.Point(522, 620)
Me.Button4.Name = "Button4" Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(100, 39) Me.Button4.Size = New System.Drawing.Size(100, 39)
Me.Button4.TabIndex = 96 Me.Button4.TabIndex = 96
@@ -698,7 +717,7 @@ Partial Class usrCntlProgramme
' '
Me.Label13.AutoSize = True Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label13.Location = New System.Drawing.Point(519, 587) Me.Label13.Location = New System.Drawing.Point(519, 603)
Me.Label13.Name = "Label13" Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(104, 13) Me.Label13.Size = New System.Drawing.Size(104, 13)
Me.Label13.TabIndex = 95 Me.Label13.TabIndex = 95
@@ -707,7 +726,7 @@ Partial Class usrCntlProgramme
'PictureBox5 'PictureBox5
' '
Me.PictureBox5.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring Me.PictureBox5.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring
Me.PictureBox5.Location = New System.Drawing.Point(557, 551) Me.PictureBox5.Location = New System.Drawing.Point(557, 567)
Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Name = "PictureBox5"
Me.PictureBox5.Size = New System.Drawing.Size(34, 33) Me.PictureBox5.Size = New System.Drawing.Size(34, 33)
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
@@ -716,7 +735,7 @@ Partial Class usrCntlProgramme
' '
'Button5 'Button5
' '
Me.Button5.Location = New System.Drawing.Point(638, 604) Me.Button5.Location = New System.Drawing.Point(638, 620)
Me.Button5.Name = "Button5" Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(100, 39) Me.Button5.Size = New System.Drawing.Size(100, 39)
Me.Button5.TabIndex = 99 Me.Button5.TabIndex = 99
@@ -727,7 +746,7 @@ Partial Class usrCntlProgramme
' '
Me.Label14.AutoSize = True Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.Location = New System.Drawing.Point(653, 587) Me.Label14.Location = New System.Drawing.Point(653, 603)
Me.Label14.Name = "Label14" Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(74, 13) Me.Label14.Size = New System.Drawing.Size(74, 13)
Me.Label14.TabIndex = 98 Me.Label14.TabIndex = 98
@@ -736,7 +755,7 @@ Partial Class usrCntlProgramme
'PictureBox12 'PictureBox12
' '
Me.PictureBox12.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring Me.PictureBox12.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring
Me.PictureBox12.Location = New System.Drawing.Point(673, 551) Me.PictureBox12.Location = New System.Drawing.Point(673, 567)
Me.PictureBox12.Name = "PictureBox12" Me.PictureBox12.Name = "PictureBox12"
Me.PictureBox12.Size = New System.Drawing.Size(34, 33) Me.PictureBox12.Size = New System.Drawing.Size(34, 33)
Me.PictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
@@ -745,14 +764,14 @@ Partial Class usrCntlProgramme
' '
'txtDokuVersionAkt 'txtDokuVersionAkt
' '
Me.txtDokuVersionAkt.Location = New System.Drawing.Point(539, 338) Me.txtDokuVersionAkt.Location = New System.Drawing.Point(373, 123)
Me.txtDokuVersionAkt.Name = "txtDokuVersionAkt" Me.txtDokuVersionAkt.Name = "txtDokuVersionAkt"
Me.txtDokuVersionAkt.Size = New System.Drawing.Size(100, 20) Me.txtDokuVersionAkt.Size = New System.Drawing.Size(100, 20)
Me.txtDokuVersionAkt.TabIndex = 105 Me.txtDokuVersionAkt.TabIndex = 105
' '
'Button6 'Button6
' '
Me.Button6.Location = New System.Drawing.Point(539, 359) Me.Button6.Location = New System.Drawing.Point(373, 144)
Me.Button6.Name = "Button6" Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(100, 23) Me.Button6.Size = New System.Drawing.Size(100, 23)
Me.Button6.TabIndex = 103 Me.Button6.TabIndex = 103
@@ -761,7 +780,7 @@ Partial Class usrCntlProgramme
' '
'Button10 'Button10
' '
Me.Button10.Location = New System.Drawing.Point(539, 388) Me.Button10.Location = New System.Drawing.Point(373, 173)
Me.Button10.Name = "Button10" Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(100, 39) Me.Button10.Size = New System.Drawing.Size(100, 39)
Me.Button10.TabIndex = 104 Me.Button10.TabIndex = 104
@@ -771,7 +790,7 @@ Partial Class usrCntlProgramme
'Label15 'Label15
' '
Me.Label15.AutoSize = True Me.Label15.AutoSize = True
Me.Label15.Location = New System.Drawing.Point(536, 322) Me.Label15.Location = New System.Drawing.Point(370, 107)
Me.Label15.Name = "Label15" Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(86, 13) Me.Label15.Size = New System.Drawing.Size(86, 13)
Me.Label15.TabIndex = 102 Me.Label15.TabIndex = 102
@@ -781,7 +800,7 @@ Partial Class usrCntlProgramme
' '
Me.Label16.AutoSize = True Me.Label16.AutoSize = True
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label16.Location = New System.Drawing.Point(545, 292) Me.Label16.Location = New System.Drawing.Point(379, 77)
Me.Label16.Name = "Label16" Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(88, 13) Me.Label16.Size = New System.Drawing.Size(88, 13)
Me.Label16.TabIndex = 101 Me.Label16.TabIndex = 101
@@ -790,7 +809,7 @@ Partial Class usrCntlProgramme
'PictureBox13 'PictureBox13
' '
Me.PictureBox13.Image = Global.ADMIN.My.Resources.Resources.doku_sym Me.PictureBox13.Image = Global.ADMIN.My.Resources.Resources.doku_sym
Me.PictureBox13.Location = New System.Drawing.Point(572, 256) Me.PictureBox13.Location = New System.Drawing.Point(406, 41)
Me.PictureBox13.Name = "PictureBox13" Me.PictureBox13.Name = "PictureBox13"
Me.PictureBox13.Size = New System.Drawing.Size(34, 33) Me.PictureBox13.Size = New System.Drawing.Size(34, 33)
Me.PictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
@@ -799,32 +818,35 @@ Partial Class usrCntlProgramme
' '
'Button11 'Button11
' '
Me.Button11.Location = New System.Drawing.Point(754, 604) Me.Button11.Location = New System.Drawing.Point(754, 620)
Me.Button11.Name = "Button11" Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(100, 39) Me.Button11.Size = New System.Drawing.Size(100, 39)
Me.Button11.TabIndex = 108 Me.Button11.TabIndex = 108
Me.Button11.Text = "Details" Me.Button11.Text = "Details"
Me.Button11.UseVisualStyleBackColor = True Me.Button11.UseVisualStyleBackColor = True
Me.Button11.UseWaitCursor = True
' '
'Label17 'Label17
' '
Me.Label17.AutoSize = True Me.Label17.AutoSize = True
Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label17.Location = New System.Drawing.Point(775, 587) Me.Label17.Location = New System.Drawing.Point(775, 603)
Me.Label17.Name = "Label17" Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(61, 13) Me.Label17.Size = New System.Drawing.Size(61, 13)
Me.Label17.TabIndex = 107 Me.Label17.TabIndex = 107
Me.Label17.Text = "RKSV DE" Me.Label17.Text = "RKSV DE"
Me.Label17.UseWaitCursor = True
' '
'PictureBox14 'PictureBox14
' '
Me.PictureBox14.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring Me.PictureBox14.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring
Me.PictureBox14.Location = New System.Drawing.Point(789, 551) Me.PictureBox14.Location = New System.Drawing.Point(789, 567)
Me.PictureBox14.Name = "PictureBox14" Me.PictureBox14.Name = "PictureBox14"
Me.PictureBox14.Size = New System.Drawing.Size(34, 33) Me.PictureBox14.Size = New System.Drawing.Size(34, 33)
Me.PictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox14.TabIndex = 106 Me.PictureBox14.TabIndex = 106
Me.PictureBox14.TabStop = False Me.PictureBox14.TabStop = False
Me.PictureBox14.UseWaitCursor = True
' '
'Button12 'Button12
' '
@@ -856,7 +878,7 @@ Partial Class usrCntlProgramme
' '
'Button13 'Button13
' '
Me.Button13.Location = New System.Drawing.Point(754, 309) Me.Button13.Location = New System.Drawing.Point(539, 83)
Me.Button13.Name = "Button13" Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(100, 39) Me.Button13.Size = New System.Drawing.Size(100, 39)
Me.Button13.TabIndex = 114 Me.Button13.TabIndex = 114
@@ -867,7 +889,7 @@ Partial Class usrCntlProgramme
' '
Me.Label20.AutoSize = True Me.Label20.AutoSize = True
Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label20.Location = New System.Drawing.Point(766, 292) Me.Label20.Location = New System.Drawing.Point(551, 66)
Me.Label20.Name = "Label20" Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(79, 13) Me.Label20.Size = New System.Drawing.Size(79, 13)
Me.Label20.TabIndex = 113 Me.Label20.TabIndex = 113
@@ -876,7 +898,7 @@ Partial Class usrCntlProgramme
'PictureBox15 'PictureBox15
' '
Me.PictureBox15.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring Me.PictureBox15.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring
Me.PictureBox15.Location = New System.Drawing.Point(789, 256) Me.PictureBox15.Location = New System.Drawing.Point(574, 30)
Me.PictureBox15.Name = "PictureBox15" Me.PictureBox15.Name = "PictureBox15"
Me.PictureBox15.Size = New System.Drawing.Size(34, 33) Me.PictureBox15.Size = New System.Drawing.Size(34, 33)
Me.PictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
@@ -885,7 +907,7 @@ Partial Class usrCntlProgramme
' '
'Button14 'Button14
' '
Me.Button14.Location = New System.Drawing.Point(754, 417) Me.Button14.Location = New System.Drawing.Point(539, 191)
Me.Button14.Name = "Button14" Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(100, 39) Me.Button14.Size = New System.Drawing.Size(100, 39)
Me.Button14.TabIndex = 117 Me.Button14.TabIndex = 117
@@ -896,7 +918,7 @@ Partial Class usrCntlProgramme
' '
Me.Label25.AutoSize = True Me.Label25.AutoSize = True
Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label25.Location = New System.Drawing.Point(766, 400) Me.Label25.Location = New System.Drawing.Point(551, 174)
Me.Label25.Name = "Label25" Me.Label25.Name = "Label25"
Me.Label25.Size = New System.Drawing.Size(107, 13) Me.Label25.Size = New System.Drawing.Size(107, 13)
Me.Label25.TabIndex = 116 Me.Label25.TabIndex = 116
@@ -905,7 +927,7 @@ Partial Class usrCntlProgramme
'PictureBox16 'PictureBox16
' '
Me.PictureBox16.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring Me.PictureBox16.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring
Me.PictureBox16.Location = New System.Drawing.Point(789, 364) Me.PictureBox16.Location = New System.Drawing.Point(574, 138)
Me.PictureBox16.Name = "PictureBox16" Me.PictureBox16.Name = "PictureBox16"
Me.PictureBox16.Size = New System.Drawing.Size(34, 33) Me.PictureBox16.Size = New System.Drawing.Size(34, 33)
Me.PictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom

View File

@@ -121,89 +121,87 @@
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
vwAADr8BOAVTJAAAAhBJREFUWEftlbFKA1EQRQP5FyG1fyBp/ANT2KYxWNkm+AExtYipLASDlYVpRBSC vQAADr0BR/uQrQAAAf9JREFUWEftlLFKQ2EMhQt9F6GzbyAuvoEdXF0sTq4tPkDtLGInB8Hi5GAXEYXi
RRoDQbBYEItAFLQwksJi9Qy5j8ljG5vdZgdmd959M3fuzEaspAVbKaAUUApYE/CzWJjH9h/cn+M46y4I 0MVCERwuiEOhCjpY6eBw5QucEP9OLvd2aCC9+c9NTk7yt63kJVslBYq2lYCVgOUS8DObmaf2Hzye0zg9
eBuN0ptq1XzcaKzQ1GLhD/V6OhsODectnFoI72u1UM85jpWrWvAgYNrphCSIMBXS+LnXMxwHT/r9kP86 Yy7gbTDIb6pV82G97onEwh82N/NJv284T+HUQnhfq3k95zRWrmrBXcC41fIkiDAV0vi50zEcB8+6Xc9/
GKyd4dJAPtaZXA1pApbzuV1Crolp8pUkFj+2WpaMCM4QkocwzhKnM4LwOOZePRCCmQCp50ICPieTsCru 7fX+nOHSQDHWmVwNaQLm06k31sQ0+coyix8bDUtGhKYgD2GcJU5nBOFpzHv1QIgLkHpeSMDnaOSr4n3c
MW0JAdoKZ23GC4xjeOOtYSZAyr1TqALeFKiRPo3/HZAj8Ww0jhGhjeIMaAJEwpoh9lODqQCnOSSI4ww5 EgK0FQnHo8A0hjfdmguQ8ugUqoAnBfEKwOP3QGslZqNpjAhtFGdAEyAS1gxxnBosiqI5JLpTyLV6xfr+
GAMoxrE41sTipBdWoRBC3hgXOqOSWK4i5WDkqBZMk8WxasUrC38FRVkpoBRQvIDKZjMt1DPBPD0TzNN5 pLEmFqf/CiiEkCfGC51RSSxXkXIwclQLpsnSWLXilS3XH1EZthKwElCprO/mpfoCULQvAEU7H9nLxJx4
JC8zc+Kt3UP7Njv73fT0/NpibxvbB5brbXg7DoSqx+AQPhpPV+jfP7+/enjsjgcEi++lAZOnJBBSJNw7 Y+fQ7mZ7v52fnl+nV5avbR1YbrT+7dAJVY/BIXwwHDtOPTwuAILZ99yA0VPmhBQJjw6mHJ6YCKmRwGb7
mHJ4YyKkRgLb3TPDLq7u7IygvfaxxQxnfDw06dHJpb2ZApxG3sAh8UaOyESuHBqDz98/TJjfKL2CABV6 zLCLqzsXtNc8tpjhXIAmPTq5tCdTqFE0cEiikSMykSuHxuDT9w8TFjdKLxegwkjGRJFELpE0iZvD06uh
MibCRCKXSJr4zeHxp6GpcJwavw2r46FmkGmVrC82hIqAPOUgStNpe/7zUUeMSaQ1x0NQlGeCeXommJs3 qXCcmrgNF6BmkGmVrC81hIqAPOUgStNpe/H6qNM2JdKHitOV4gtA0b4AFOy/sG99zEhMXo4AAAAASUVO
01+wb33MpfBz/gAAAABJRU5ErkJggg== RK5CYII=
</value> </value>
</data> </data>
<data name="PictureBox8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="PictureBox8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
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
XzDi29KunwAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
</root> </root>

BIN
UID/Resources/sdl_ico2.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -33,6 +33,7 @@ Partial Class frmMain
Me.TableAdapterManager1 = New ADMIN.DataSetBerechtigungenTableAdapters.TableAdapterManager() Me.TableAdapterManager1 = New ADMIN.DataSetBerechtigungenTableAdapters.TableAdapterManager()
Me.pnlMain = New System.Windows.Forms.Panel() Me.pnlMain = New System.Windows.Forms.Panel()
Me.Panel3 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel()
Me.Button2 = New System.Windows.Forms.Button()
Me.btnMailroutine = New System.Windows.Forms.Button() Me.btnMailroutine = New System.Windows.Forms.Button()
Me.btnAPIZugang = New System.Windows.Forms.Button() Me.btnAPIZugang = New System.Windows.Forms.Button()
Me.btnDatenarchiv = New System.Windows.Forms.Button() Me.btnDatenarchiv = New System.Windows.Forms.Button()
@@ -49,7 +50,7 @@ Partial Class frmMain
Me.btnMitarbeiter = New System.Windows.Forms.Button() Me.btnMitarbeiter = New System.Windows.Forms.Button()
Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel()
Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Button2 = New System.Windows.Forms.Button() Me.lblVersion = New System.Windows.Forms.Label()
Me.Panel3.SuspendLayout() Me.Panel3.SuspendLayout()
Me.Panel2.SuspendLayout() Me.Panel2.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -110,6 +111,7 @@ Partial Class frmMain
'Panel3 'Panel3
' '
Me.Panel3.BackColor = System.Drawing.Color.White Me.Panel3.BackColor = System.Drawing.Color.White
Me.Panel3.Controls.Add(Me.lblVersion)
Me.Panel3.Controls.Add(Me.Button2) Me.Panel3.Controls.Add(Me.Button2)
Me.Panel3.Controls.Add(Me.btnMailroutine) Me.Panel3.Controls.Add(Me.btnMailroutine)
Me.Panel3.Controls.Add(Me.btnAPIZugang) Me.Panel3.Controls.Add(Me.btnAPIZugang)
@@ -131,6 +133,18 @@ Partial Class frmMain
Me.Panel3.Size = New System.Drawing.Size(137, 801) Me.Panel3.Size = New System.Drawing.Size(137, 801)
Me.Panel3.TabIndex = 32 Me.Panel3.TabIndex = 32
' '
'Button2
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button2.Location = New System.Drawing.Point(12, 243)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(94, 33)
Me.Button2.TabIndex = 44
Me.Button2.Text = "AuditFlow"
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.UseVisualStyleBackColor = True
'
'btnMailroutine 'btnMailroutine
' '
Me.btnMailroutine.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnMailroutine.FlatStyle = System.Windows.Forms.FlatStyle.Flat
@@ -316,17 +330,17 @@ Partial Class frmMain
Me.PictureBox1.TabIndex = 31 Me.PictureBox1.TabIndex = 31
Me.PictureBox1.TabStop = False Me.PictureBox1.TabStop = False
' '
'Button2 'lblVersion
' '
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblVersion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Location = New System.Drawing.Point(12, 243) Me.lblVersion.ForeColor = System.Drawing.Color.Black
Me.Button2.Name = "Button2" Me.lblVersion.Location = New System.Drawing.Point(38, 751)
Me.Button2.Size = New System.Drawing.Size(94, 33) Me.lblVersion.Name = "lblVersion"
Me.Button2.TabIndex = 44 Me.lblVersion.Size = New System.Drawing.Size(68, 13)
Me.Button2.Text = "AuditFlow" Me.lblVersion.TabIndex = 45
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.lblVersion.Text = "V1.0.0.0"
Me.Button2.UseVisualStyleBackColor = True Me.lblVersion.TextAlign = System.Drawing.ContentAlignment.TopRight
' '
'frmMain 'frmMain
' '
@@ -374,4 +388,5 @@ Partial Class frmMain
Friend WithEvents btnAPIZugang As Button Friend WithEvents btnAPIZugang As Button
Friend WithEvents btnMailroutine As Button Friend WithEvents btnMailroutine As Button
Friend WithEvents Button2 As Button Friend WithEvents Button2 As Button
Friend WithEvents lblVersion As Label
End Class End Class

View File

@@ -32,6 +32,7 @@ Public Class frmMain
Button6.Enabled = False Button6.Enabled = False
btnAPI.Enabled = False btnAPI.Enabled = False
btnFehler.Enabled = False btnFehler.Enabled = False
lblVersion.Text = "V " & Application.ProductVersion 'My.Resources.Version2
If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("frmDienstplan", Me) Then If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("frmDienstplan", Me) Then
btnDienstplan.Enabled = True btnDienstplan.Enabled = True