diff --git a/.vs/Vertragsverwaltung/v16/.suo b/.vs/Vertragsverwaltung/v16/.suo index 097c083b..6804f870 100644 Binary files a/.vs/Vertragsverwaltung/v16/.suo and b/.vs/Vertragsverwaltung/v16/.suo differ diff --git a/Vertragsverwaltung/Dokumente/clsDok.vb b/Vertragsverwaltung/Dokumente/clsDok.vb index 4e982f81..f63b625e 100644 --- a/Vertragsverwaltung/Dokumente/clsDok.vb +++ b/Vertragsverwaltung/Dokumente/clsDok.vb @@ -129,10 +129,12 @@ Namespace TKB.VV.DMS Me.sOriginalFilename_incl_Path = New SqlString(CType("", String)) Me.sVersion = New SqlString(CType("", String)) Me.daVersionsdatum = New SqlDateTime(CType(SqlDateTime.Null, DateTime)) + Me.bAktiv = New SqlBoolean(CType(True, Boolean)) Me.daErstellt_am = New SqlDateTime(CType(Now, DateTime)) Me.daMutiert_am = New SqlDateTime(CType(Now, DateTime)) Me.iMutierer = New SqlInt32(CType(Globals.clsmitarbeiter.iMitarbeiternr.Value, Int32)) + Me. Me.iSecurityLevelNr = New SqlInt32(CType(0, Int32)) Me.cpMainConnectionProvider = Globals.conn Globals.conn.OpenConnection() diff --git a/Vertragsverwaltung/Dokumente/frmDokument.Designer.vb b/Vertragsverwaltung/Dokumente/frmDokument.Designer.vb index 7d56cf0f..8f4e9359 100644 --- a/Vertragsverwaltung/Dokumente/frmDokument.Designer.vb +++ b/Vertragsverwaltung/Dokumente/frmDokument.Designer.vb @@ -23,56 +23,56 @@ Partial Class frmDokument _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDokument)) - Dim Style1 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style - Dim Style2 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style - Dim Style3 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style - Dim Style4 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style - Dim Style5 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style - Dim Style6 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style - Dim Style7 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style - Dim Style8 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style - Me.MenuStrip1 = New System.Windows.Forms.MenuStrip - Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem - Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem - Me.ToolStrip1 = New System.Windows.Forms.ToolStrip - Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton - Me.TSBtnSave = New System.Windows.Forms.ToolStripButton - Me.TSBtnCopy = New System.Windows.Forms.ToolStripButton - Me.TSBtnNew = New System.Windows.Forms.ToolStripButton - Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton - Me.TSBtnSuche = New System.Windows.Forms.ToolStripButton - Me.lblBeschreibung = New System.Windows.Forms.Label - Me.txtBeschreibung = New System.Windows.Forms.TextBox - Me.txtMutierer = New System.Windows.Forms.TextBox - Me.txtMutiert_am = New System.Windows.Forms.TextBox - Me.txtErstellt_am = New System.Windows.Forms.TextBox - Me.lblMutierer = New System.Windows.Forms.Label - Me.lblMutiert_am = New System.Windows.Forms.Label - Me.lblErstelltam = New System.Windows.Forms.Label - Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox - Me.lblSecurityLebel = New System.Windows.Forms.Label - Me.cbaktiv = New System.Windows.Forms.CheckBox - Me.dtPickerVersionsdatum = New System.Windows.Forms.DateTimePicker - Me.txtVersionsdatum = New System.Windows.Forms.MaskedTextBox - Me.lblVersionsdatum = New System.Windows.Forms.Label - Me.txtBezeichnung = New System.Windows.Forms.TextBox - Me.txtVersion = New System.Windows.Forms.TextBox - Me.lblVersion = New System.Windows.Forms.Label - Me.lblBezeichnung = New System.Windows.Forms.Label - Me.lblDokumenttyp = New System.Windows.Forms.Label - Me.cboxDokumenttyp = New System.Windows.Forms.ComboBox - Me.txtFilename = New System.Windows.Forms.TextBox - Me.lbldatei = New System.Windows.Forms.Label - Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog - Me.txtDateiname = New System.Windows.Forms.TextBox - Me.txtOriginalFilename_incl_path = New System.Windows.Forms.TextBox - Me.brnFileOpen = New System.Windows.Forms.Button - Me.btnDokumentAnzeigen = New System.Windows.Forms.Button - Me.lblEx = New System.Windows.Forms.Label - Me.grpDokumentablageOrt = New System.Windows.Forms.GroupBox - Me.C1DokumentAblageOrt = New C1.Win.C1TrueDBGrid.C1TrueDBGrid - Me.C1DropDownDokumentablagetyp = New C1.Win.C1TrueDBGrid.C1TrueDBDropdown - Me.Panel1 = New System.Windows.Forms.Panel + Dim Style1 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() + Dim Style2 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() + Dim Style3 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() + Dim Style4 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() + Dim Style5 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() + Dim Style6 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() + Dim Style7 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() + Dim Style8 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() + Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() + Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() + Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() + Me.TSBtnSave = New System.Windows.Forms.ToolStripButton() + Me.TSBtnCopy = New System.Windows.Forms.ToolStripButton() + Me.TSBtnNew = New System.Windows.Forms.ToolStripButton() + Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton() + Me.TSBtnSuche = New System.Windows.Forms.ToolStripButton() + Me.lblBeschreibung = New System.Windows.Forms.Label() + Me.txtBeschreibung = New System.Windows.Forms.TextBox() + Me.txtMutierer = New System.Windows.Forms.TextBox() + Me.txtMutiert_am = New System.Windows.Forms.TextBox() + Me.txtErstellt_am = New System.Windows.Forms.TextBox() + Me.lblMutierer = New System.Windows.Forms.Label() + Me.lblMutiert_am = New System.Windows.Forms.Label() + Me.lblErstelltam = New System.Windows.Forms.Label() + Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox() + Me.lblSecurityLebel = New System.Windows.Forms.Label() + Me.cbaktiv = New System.Windows.Forms.CheckBox() + Me.dtPickerVersionsdatum = New System.Windows.Forms.DateTimePicker() + Me.txtVersionsdatum = New System.Windows.Forms.MaskedTextBox() + Me.lblVersionsdatum = New System.Windows.Forms.Label() + Me.txtBezeichnung = New System.Windows.Forms.TextBox() + Me.txtVersion = New System.Windows.Forms.TextBox() + Me.lblVersion = New System.Windows.Forms.Label() + Me.lblBezeichnung = New System.Windows.Forms.Label() + Me.lblDokumenttyp = New System.Windows.Forms.Label() + Me.cboxDokumenttyp = New System.Windows.Forms.ComboBox() + Me.txtFilename = New System.Windows.Forms.TextBox() + Me.lbldatei = New System.Windows.Forms.Label() + Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() + Me.txtDateiname = New System.Windows.Forms.TextBox() + Me.txtOriginalFilename_incl_path = New System.Windows.Forms.TextBox() + Me.brnFileOpen = New System.Windows.Forms.Button() + Me.btnDokumentAnzeigen = New System.Windows.Forms.Button() + Me.lblEx = New System.Windows.Forms.Label() + Me.grpDokumentablageOrt = New System.Windows.Forms.GroupBox() + Me.C1DokumentAblageOrt = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() + Me.C1DropDownDokumentablagetyp = New C1.Win.C1TrueDBGrid.C1TrueDBDropdown() + Me.Panel1 = New System.Windows.Forms.Panel() Me.MenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.grpDokumentablageOrt.SuspendLayout() @@ -95,14 +95,14 @@ Partial Class frmDokument ' Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem}) Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" - Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(44, 20) + Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20) Me.DateiToolStripMenuItem.Tag = "" Me.DateiToolStripMenuItem.Text = "&Datei" ' 'BeendenToolStripMenuItem ' Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" - Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(117, 22) + Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22) Me.BeendenToolStripMenuItem.Tag = "" Me.BeendenToolStripMenuItem.Text = "&Beenden" ' @@ -420,9 +420,9 @@ Partial Class frmDokument Me.grpDokumentablageOrt.Controls.Add(Me.C1DokumentAblageOrt) Me.grpDokumentablageOrt.Controls.Add(Me.C1DropDownDokumentablagetyp) Me.grpDokumentablageOrt.Dock = System.Windows.Forms.DockStyle.Fill - Me.grpDokumentablageOrt.Location = New System.Drawing.Point(0, 239) + Me.grpDokumentablageOrt.Location = New System.Drawing.Point(0, 249) Me.grpDokumentablageOrt.Name = "grpDokumentablageOrt" - Me.grpDokumentablageOrt.Size = New System.Drawing.Size(579, 161) + Me.grpDokumentablageOrt.Size = New System.Drawing.Size(579, 151) Me.grpDokumentablageOrt.TabIndex = 174 Me.grpDokumentablageOrt.TabStop = False Me.grpDokumentablageOrt.Text = "AblageOrte" @@ -439,9 +439,9 @@ Partial Class frmDokument Me.C1DokumentAblageOrt.Name = "C1DokumentAblageOrt" Me.C1DokumentAblageOrt.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1DokumentAblageOrt.PreviewInfo.Size = New System.Drawing.Size(0, 0) - Me.C1DokumentAblageOrt.PreviewInfo.ZoomFactor = 75 + Me.C1DokumentAblageOrt.PreviewInfo.ZoomFactor = 75.0R Me.C1DokumentAblageOrt.PrintInfo.PageSettings = CType(resources.GetObject("C1DokumentAblageOrt.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) - Me.C1DokumentAblageOrt.Size = New System.Drawing.Size(573, 142) + Me.C1DokumentAblageOrt.Size = New System.Drawing.Size(573, 132) Me.C1DokumentAblageOrt.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1DokumentAblageOrt.TabIndex = 8 Me.C1DokumentAblageOrt.Text = "C1TrueDBGrid1" @@ -509,7 +509,7 @@ Partial Class frmDokument Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 49) Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(579, 190) + Me.Panel1.Size = New System.Drawing.Size(579, 200) Me.Panel1.TabIndex = 175 ' 'frmDokument diff --git a/Vertragsverwaltung/Dokumente/frmDokument.resx b/Vertragsverwaltung/Dokumente/frmDokument.resx index 377af076..03f06bff 100644 --- a/Vertragsverwaltung/Dokumente/frmDokument.resx +++ b/Vertragsverwaltung/Dokumente/frmDokument.resx @@ -127,56 +127,53 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAKNJREFUOE+VkwEO - wCAIA93PeZo/cyKiiMDYEmNC7FGpe4r9NaeeLjcAuFZXjxp+tVZs4jY6xFoIQCALwMR1QHYkVyTGXQNk - YQHQrhRJiAS00g/OwrET4OysHZDYWn1IGQet4EBCQOwAsyUIxWJcoYzYcHkzIMjOVQ1xw6MUGDJ2zjkz - A+t5Xg6sKMOXyFfyHKgru//IjHGnkBUycb2Dv8IF+BK+MTpb49UVguoAAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACkSURBVDhPlZALDsMwCEM5OkfLzbIaMGH5dJkligL2a1o5 + qP9RW3VVXYpzqLV2D+CZQVU/Y27uIg4OQQAJXz+hDsyEDtVQ7dib+1GH1fpUDljD6OF5HgjvKgHvN+iC + A0O1EvB+A8ghPvgqB4j9xPlHhidVB2lwwICfbkBxMAFGqHbszb1RGhywhtGxN/dGXAbgGD4CqACMMGZR + VwrA/Rtn/QiKfADckGXYsnwKqAAAAABJRU5ErkJggg== iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAF5JREFUOE9jPHDg - wH8GSgDUAJAhJGOwXpgBDQ0QA0B8fBimBk6TYwDMtWS7ANm1ZHlhEBsAcxq+KAWpwekFmCQxNNZoJMYF - II14XYDL+bDENUgNIDdDwZMyoQyETx4A+Fj5YOUZcUAAAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABSSURBVDhP3YxbCgAgCAQ9ukfzZkXBlkIv7Sf6GNB1HRKR + dEMVEFEII2Du4Yr2eCMAdUfoEejubwIcVujeUHDKVFDmHSFB6ekuskcEOHgxghiSMjk0Kh+omBHQAAAA + AElFTkSuQmCC iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAINJREFUOE+1kw0K - wCAIhd3NPVo3c76Yw9mfERMkFvb1nrOrlCJ0EgD4JGIF5rJefgJg1otaAEkm1LVMAShAzNYKyPpFnY9X - wS7AK3oUfD1bQexD3HcK1l5HvfhPAeRlsqtgNAPmGYd84hUs/7f1AAc7g7c3eV1Axq9ZaADYiL5m3xFw - A2HwWRSLnHD3AAAAAElFTkSuQmCC + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABnSURBVDhPtZIBCsAgDAP79D6tP+tWpWNqdEFZIAalHhEU + M/MTDwARpX0MUL1zBIgzirklgMkCQNVmfmsbABrUg1S/T6G5BrCT/zVgDRvMlBd6PwAm4wL4N3XgS0sA + awiIJd/DuAWYX6K9icTfTBdeAAAAAElFTkSuQmCC iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAK1JREFUOE+l040K - gyAQB/D1/i/lS4xgsdZqYvmRrhdw3ORAxPRC4RKCfv7Vqzu+1t9aB2PMt9Th9n8IeBSrtIizOiClgQuc - QW5XNAQAwHKQNZKGxNtNIaPXOhJvNZfGqAtIeviYSEtBTxIuIFScSG28jsQJYgTfy/VDQ/DjdAZoE3M7 - IvhEQzB6bjt8GesIXvHZwS7v4RqSa7r59aAjkCjXbNOzp/3FpbYfh7v/AXmPJISCxkazAAAAAElFTkSu - QmCC + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACoSURBVDhPpdBbDoMgEEBR9r8qNtGY1NT6KEEBhboB6tRM + OiGWR5jkygfD+ZDtb+trY5xzX9PuNs+OgU+0q8eYswZ2mI9NCnKbzkNg+R9kV5WH0EJkNXMaoXOJ6AIE + 9miIGCXLkOP7jSJ6EWkE7jGKYGp+wZlG8HEY3C1yrEek6PMQjD7GxNTBGUdwzr0fgj92GtoyhIbI+Lzn + IzD0MdY/mhMpKUS69uY/mTthk1u8I7QAAAAASUVORK5CYII= iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAI5JREFUOE+1k1kO - wCAIRO3NOZo3s44Rw2ZDa0rCDzpPNq9aaysnBoB1IgLUOeL2bnGBLqTuXe0ccYClRgFwGAltTEIWICtm - GEMGALWptNs0mZGJ4f7o1ZyCT10KIiA3eQvA69KC/oxJ/Qc4KiHRRExjleCmkNgHNYXHPmxgag94NbPL - FG6ihHz+Cwx58xtvG2AyelfjM5IAAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACNSURBVDhPtZEBDsAgCAN5uk/zZ86S1YCIc1lG0kRLuU2V + Wmv7oiWglNJEJAj+nA0ADXb1RRB89F3ebUx4JwsZgNNhihAF4Gzut1kbD3m9q/TrrHlthLkcANla9H8G + sOa1UQ5gPXgDEF7hQO4VtveQCHmdI+ANhMMBoEZvZseBb4c1bzeUnu0OW8H32douXC1jKqjDtjgAAAAA + SUVORK5CYII= iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAMBJREFUWEftVkkO - wCAI9Ok+zZ91IcUYKjBWe2iDiQfNAOOwtCnFCgVCAV+B7YC0W7NAcX5EgUAdo7ggACsgJaVzzpk2e2nO - XTwcTQKvIDenzT2bVFKKzTAHclhK4ZdqL6v3rIJjAxOhwOfSVBBtKVMznQqIAJD7x20JpeBVAj2JF9zh - NbAgWK8OcAJOF5jfAiM1YwSMLjAJnK2otOPHCBhDxU3BtAI885VidP8HZkeyN3pdAoPE4doIYCgQCvxT - gR39koRgTWVOKgAAAABJRU5ErkJggg== + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACpSURBVFhH7ZLhCoQwDIP36Hu0vdl5DU7GbFx6KtyPfhBQ + 26aBWpIkEfhMYqh9YVRjtS+Maqz2hVGN1T6Z2RCqtULfZzC8M/0GMx2+d45QZCYMjFprzPCkvnwxIwMT + Qw1g6iG82i4ZKYCwcJYMjFcneDXAS5Lxhp+QzOoEDNQvTiMDg4ufkIG6BSfhZf4jwJ0T3A5gIstNjKMn + GPyENzyK4fWOSpIkcShlA/2ShGAugX0dAAAAAElFTkSuQmCC @@ -184,31 +181,30 @@ - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAQdJREFUWEftVMEN - hCAQpAJ//qjACu7pzwqogJ8/OqABnzZBFbxsa4/hgueReGoWk8sFkonRKDM7MyJEXdWB6kB14MAB7z1x - wDb4DPk4jtT3fUT+/u0CQD7P80qslCLnHOFqraXbBWzJMX0iD8RlBBhjwjQy4BGRE+aWY3KQFxMAcqIp - wES0bbvmnXJPV4iD7Qlwgx0Bpn6RQ8RbSH7vnInExUv4AwI+I8DkyzJR14lDNE3sAm/lHQA5nlmLlu9D - a0Fax0Ly1jYCkA/Dd2KIAjnOB/SBxx6+TgKuTp7KWECAjJlfnbyYAClxCJ3PvPhvmB82e/cp8+ICwoaK - A3YH6gbVgerA3zvwBCvzmMhChl7XAAAAAElFTkSuQmCC + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6 + JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA90lEQVRYR+2UwQ2EIBBFqcCbNyuwgj16 + swIq8OaNDmjAo01QhSfbYvksuu4EYwRM9jA/eVE0zv8jEwSLxWJdaVkWm0Mok65YUco4jrbrOg99F8qk + ixakwHye530tpbTGGH/VWj8f4GgONnP3aZkASilXsHG8PNSQspmDIgFgbu3kUJ66rvf9piAcTDfwN0KZ + dKHrjzlCfIPQtTHKm9I/Esqk6w8C/G4B7td1sm0rLqkqPwt5ogFgjmdaY8jOGQbgBzJPxy2Aed/HDY/A + HOdD0Rm423nRGUjpvFiApsEhdL/zYgFiB04M2nmxAK6IzCGUYbFYrBMJ8QYr85jIzjCyHwAAAABJRU5E + rkJggg== - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAMdJREFUOE+lU7sN - gzAQNWM4WzhZKZNQpaKMCE1KNvAabliAkgksqkuepbNOFvaJ5KSTLeP3uQd0RinvPeGKtTbddM51GiY/ - n6YnxRhThxDyir1KwgAGwwmaz+f51SYpFSUhfavpAkpSGfuycFYdgwnY8hFYJYDF0rYkahIwGGut1DeB - lGsETfVtu9G6vmkcH6nLANndYYAA77uhZTHU9/ecMofZtA0gg4fhSuqHIi38BZa2TyvDBYLy/kI/gUGA - Pw6BnZpZzP8BhS2D0zr1H9UAAAAASUVORK5CYII= + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6 + JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAwElEQVQ4T6WTMQ6DMAxFfY4eo71ST8LU + ibGiLB25Qa6RhQswcoKIydWP8isX0oTSJ1lRHP9vywKp4ZxThPc+Rkrvo+/vGkKIATHPXUYUUGQnQW4Y + HmUTFuJk0BDgnkq3oJPtTJEFuVS+hSKOvAZvVYPc2JaiAcW57gRvqTwPtvzNoNh9ni86TU/tuluM9fic + LJV/AvGyiI6jaNNc30V2Jym1BUKK2/Zc/1Asf4nt2D+LARbl3OmYGOCPw8IOiUXkBfwCjOxiDzXKAAAA + AElFTkSuQmCC iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADdJREFUKFNjYMAE - /7GIgYWQJXCxURTCFOE1ESSJoQAmiI9GcSayQqzuR3cLVithOvH6DpsisBgAoKoc5C8W7oEAAAAASUVO - RK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88 + vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC @@ -233,24 +229,25 @@ ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF 9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA - AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMEAAAABGxlZnQFcmlnaHQDdG9w - BmJvdHRvbQAAAAAICAgIAgAAAGQAAABkAAAAZAAAAGQAAAABCgAAAAEAAAAJAwAAAAHz/////P///wAK - CgoB8v////z///8ACQ8AAAABDwAAAAYAAABkAAAAZAAAAGQAAABkAAAACw== + AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w + BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA + AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ + QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA + ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs= - <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Style15{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style3{}OddRow{BackColor:224, 224, 224;}Style5{}Style1{}RecordSelector{AlignImage:Center;}Style6{}Style8{}Footer{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style12{}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Editor{}Style4{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}EvenRow{BackColor:White;}Style11{}Style16{}Style13{}Caption{AlignHorz:Center;}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style9{}Style2{}Style14{}Normal{}Style7{}Heading{Wrap:True;BackColor:Control;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;AlignVert:Center;}Style10{AlignHorz:Near;}Group{AlignVert:Center;Border:None,,0, 0, 0, 0;BackColor:ControlDark;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="16" DefRecSelWidth="16" VerticalScrollGroup="1" HorizontalScrollGroup="1"><Height>140</Height><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 571, 140</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>16</DefaultRecSelWidth><ClientArea>0, 0, 571, 140</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob> + <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}Heading{AlignVert:Center;Wrap:True;ForeColor:ControlText;BackColor:Control;Border:Flat,ControlDark,0, 1, 0, 1;}Style5{}Editor{}Style10{AlignHorz:Near;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style6{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 571, 130</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 571, 130</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob> iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADdJREFUKFNjYMAE - /7GIgYWQJXCxURTCFOE1ESSJoQAmiI9GcSayQqzuR3cLVithOvH6DpsisBgAoKoc5C8W7oEAAAAASUVO - RK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88 + vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC - <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{}Style5{}RecordSelector{AlignImage:Center;}Style6{}Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}Style8{}Footer{}Style13{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style12{}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Editor{}Style4{}FilterBar{}EvenRow{BackColor:Aqua;}Style11{}Style1{}Caption{AlignHorz:Center;}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style9{}Style2{}Style14{}Normal{}Style7{}Heading{Wrap:True;AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;BackColor:Control;}Style10{AlignHorz:Near;}Style3{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.DropdownView Name="" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="16" DefRecSelWidth="16" RecordSelectors="False" VerticalScrollGroup="1" HorizontalScrollGroup="1"><Height>111</Height><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 229, 111</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.DropdownView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>16</DefaultRecSelWidth><ClientArea>0, 0, 229, 111</ClientArea></Blob> + <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:Aqua;}Normal{}RecordSelector{AlignImage:Center;}OddRow{}Style14{}Footer{}FilterBar{}Heading{ForeColor:ControlText;Wrap:True;AlignVert:Center;BackColor:Control;Border:Flat,ControlDark,0, 1, 0, 1;}Style5{}Editor{}Style10{AlignHorz:Near;}Style3{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style13{}Style12{}Style11{}Style4{}Style9{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style6{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.DropdownView Name="" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" RecordSelectors="False" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 229, 111</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.DropdownView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 229, 111</ClientArea></Blob> diff --git a/Vertragsverwaltung/bin/Debug/20210123_ITSM.zip b/Vertragsverwaltung/bin/Debug/20210123_ITSM.zip new file mode 100644 index 00000000..b3ef7108 Binary files /dev/null and b/Vertragsverwaltung/bin/Debug/20210123_ITSM.zip differ diff --git a/Vertragsverwaltung/bin/Debug/20220213_lcdokumente.zip b/Vertragsverwaltung/bin/Debug/20220213_lcdokumente.zip new file mode 100644 index 00000000..8188bbdb Binary files /dev/null and b/Vertragsverwaltung/bin/Debug/20220213_lcdokumente.zip differ diff --git a/Vertragsverwaltung/bin/Debug/IT-Service-Management.exe b/Vertragsverwaltung/bin/Debug/IT-Service-Management.exe index 6763cc6d..6705501a 100644 Binary files a/Vertragsverwaltung/bin/Debug/IT-Service-Management.exe and b/Vertragsverwaltung/bin/Debug/IT-Service-Management.exe differ diff --git a/Vertragsverwaltung/bin/Debug/IT-Service-Management.exe_neu b/Vertragsverwaltung/bin/Debug/IT-Service-Management.exe_neu new file mode 100644 index 00000000..6763cc6d Binary files /dev/null and b/Vertragsverwaltung/bin/Debug/IT-Service-Management.exe_neu differ diff --git a/Vertragsverwaltung/bin/Debug/IT-Service-Management.pdb b/Vertragsverwaltung/bin/Debug/IT-Service-Management.pdb index 084a0b39..bee391bf 100644 Binary files a/Vertragsverwaltung/bin/Debug/IT-Service-Management.pdb and b/Vertragsverwaltung/bin/Debug/IT-Service-Management.pdb differ diff --git a/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferences.cache index aa7c0fa1..cfdc33f4 100644 Binary files a/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Vertragsverwaltung/obj/Debug/IT-Service-Management.exe b/Vertragsverwaltung/obj/Debug/IT-Service-Management.exe index 6763cc6d..6705501a 100644 Binary files a/Vertragsverwaltung/obj/Debug/IT-Service-Management.exe and b/Vertragsverwaltung/obj/Debug/IT-Service-Management.exe differ diff --git a/Vertragsverwaltung/obj/Debug/IT-Service-Management.pdb b/Vertragsverwaltung/obj/Debug/IT-Service-Management.pdb index 084a0b39..bee391bf 100644 Binary files a/Vertragsverwaltung/obj/Debug/IT-Service-Management.pdb and b/Vertragsverwaltung/obj/Debug/IT-Service-Management.pdb differ diff --git a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frmDokument.resources b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frmDokument.resources index 656c6bf6..02574492 100644 Binary files a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frmDokument.resources and b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frmDokument.resources differ diff --git a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.GenerateResource.cache b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.GenerateResource.cache index b03d424e..53d1b598 100644 Binary files a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.GenerateResource.cache and b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.GenerateResource.cache differ