Update Version 1.2

This commit is contained in:
2021-11-25 12:33:45 +01:00
parent 13eb4ddf25
commit fe8d21e231
594 changed files with 508537 additions and 48424 deletions

View File

@@ -56,7 +56,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="C1.Data.2, Version=2.0.20141.273, Culture=neutral, PublicKeyToken=900b028620cd3a1b, processorArchitecture=MSIL" />
<Reference Include="C1.Win.C1FlexGrid.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=79882d576c6336da, processorArchitecture=MSIL" />
<Reference Include="C1.Win.C1TrueDBGrid.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da, processorArchitecture=MSIL" />
<Reference Include="DevComponents.DotNetBar2, Version=12.5.0.5, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

81
SW/AssessmentMgmt/DB/Form2.Designer.vb generated Normal file
View File

@@ -0,0 +1,81 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form2
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form2))
Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.C1TrueDBGrid2 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.C1TrueDBGrid2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'C1TrueDBGrid1
'
Me.C1TrueDBGrid1.BorderColor = System.Drawing.SystemColors.WindowFrame
Me.C1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column"
Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image))
Me.C1TrueDBGrid1.Location = New System.Drawing.Point(0, 0)
Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1"
Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R
Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.C1TrueDBGrid1.Size = New System.Drawing.Size(240, 150)
Me.C1TrueDBGrid1.TabIndex = 0
Me.C1TrueDBGrid1.UseCompatibleTextRendering = False
Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag")
'
'C1TrueDBGrid2
'
Me.C1TrueDBGrid2.BorderColor = System.Drawing.SystemColors.WindowFrame
Me.C1TrueDBGrid2.GroupByCaption = "Drag a column header here to group by that column"
Me.C1TrueDBGrid2.Images.Add(CType(resources.GetObject("C1TrueDBGrid2.Images"), System.Drawing.Image))
Me.C1TrueDBGrid2.Location = New System.Drawing.Point(713, 111)
Me.C1TrueDBGrid2.Name = "C1TrueDBGrid2"
Me.C1TrueDBGrid2.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.C1TrueDBGrid2.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.C1TrueDBGrid2.PreviewInfo.ZoomFactor = 75.0R
Me.C1TrueDBGrid2.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid2.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.C1TrueDBGrid2.Size = New System.Drawing.Size(240, 150)
Me.C1TrueDBGrid2.TabIndex = 1
Me.C1TrueDBGrid2.UseCompatibleTextRendering = False
Me.C1TrueDBGrid2.PropBag = resources.GetString("C1TrueDBGrid2.PropBag")
'
'Form2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.C1TrueDBGrid2)
Me.Controls.Add(Me.C1TrueDBGrid1)
Me.Name = "Form2"
Me.Text = "Form2"
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.C1TrueDBGrid2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents C1TrueDBGrid2 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
End Class

View File

@@ -0,0 +1,199 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="C1TrueDBGrid1.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
</value>
</data>
<data name="C1TrueDBGrid1.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
</value>
</data>
<data name="C1TrueDBGrid1.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;Style16{}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:Aqua;}Normal{}RecordSelector{AlignImage:Center;}OddRow{}Style6{}Footer{}Style14{}FilterBar{}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}Style3{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 238, 148&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 238, 148&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<data name="C1TrueDBGrid2.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
</value>
</data>
<data name="C1TrueDBGrid2.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
</value>
</data>
<data name="C1TrueDBGrid2.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;Style16{}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:Aqua;}Normal{}RecordSelector{AlignImage:Center;}OddRow{}Style6{}Footer{}Style14{}FilterBar{}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}Style3{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 238, 148&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 238, 148&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
</root>

View File

@@ -0,0 +1,3 @@
Public Class Form2
End Class

View File

@@ -1172,7 +1172,6 @@ Partial Class frmISI
'TreeUebersicht
'
Me.TreeUebersicht.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline
Me.TreeUebersicht.AllowDrop = True
Me.TreeUebersicht.AllowExternalDrop = False
Me.TreeUebersicht.BackColor = System.Drawing.SystemColors.Window
'

View File

@@ -155,7 +155,7 @@
</value>
</data>
<data name="C1Findings.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{ForeColor:ControlText;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 362, 108&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 362, 108&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 362, 108&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 362, 108&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<data name="C1Massnahmen.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@@ -194,7 +194,7 @@
</value>
</data>
<data name="C1Massnahmen.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{ForeColor:ControlText;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 366, 108&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 366, 108&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 366, 108&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 366, 108&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<data name="C1Vorgaben.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@@ -233,7 +233,7 @@
</value>
</data>
<data name="C1Vorgaben.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{Wrap:True;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 572, 118&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 572, 118&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 572, 118&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 572, 118&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<metadata name="ImageListeMassnahmen.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 56</value>
@@ -278,7 +278,7 @@
</value>
</data>
<data name="C1History.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{Wrap:True;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 1122, 359&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 1122, 359&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 1122, 359&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 1122, 359&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<metadata name="ImageListFindings.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>360, 56</value>
@@ -288,7 +288,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABE
CwAAAk1TRnQBSQFMAgEBBAEAAdABAQHQAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
CwAAAk1TRnQBSQFMAgEBBAEAAfgBAQH4AQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@@ -358,16 +358,16 @@
<data name="tsbtnPruefschrittbearbeiten.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIXSURBVDhPlY9dSJNhFMffCylqduHIEk2pdyuFRWVeJF1Z
0AeGKckIIpBGdzaU8KIomKN1ZRdBH6AXo959tlnbu6053WpbsboJQQvJtUY4rb1t5jZ30Ua+/57Bc9k2
+8Gf8zzn/M85z8NsBj/L8m/b2m7S6/8x09Pz8D7DQF9Xh4BM9vGNXF5PS9URFx53zsejcN++i3tkyLhE
gueNjZhl2W5qqczvuRupzFQHktEJxBYFjO9l8aCmBi6p9Ba1lGcjpuN++c8iybdi2cRgxX8K0R8pvFQP
faOW8ohx3ZlMSImkW0EGyLA8KUXK247vti2Izz1rpbZ/E/WqtwrBqwWBbE5Pn0DCvgOr011kkBx//BI1
tZVnY344IHgUWJ05TV5wkGzuQMp3HDnvrgi1lEeMXlelvZ346TmCtaASAvnC2us+TGgOiJ9s9bXUVp7i
wqOE4GlH/v01pKaOIRu6hDTZLob2X6CWyhQ+P0Fm0YnM7B1kX/WS7edRDB2dpOXKjI1dlkBwIvflBdaX
gsgnAshHutdpuTrNzbsVF/u6kP3qRkGIAMWYLbfyYSctV6eppeXctu212NPQ4EovvWui6c0RDof3aTSa
Ua1Wq+NMJqVe/3TAbDYPOhyOkZKcTucgkYroisvl6ud5/qTP55PTdoax2+2HLBZLL2kaMBgMQ0ajcYTE
URI1JdFzKTdMpOI4rt9qtR5mGIb5C+R+JA9MKWNxAAAAAElFTkSuQmCC
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIVSURBVDhPlY9fSJNRGMbPhRQ1u3BkiabUtlJYVOZF0pUF
/cEwJRlBBNLozoYSXhQFc7Su7CIoA7sYtf9t1vZta0632lasbkLQQvJrjXBa+9rMbe6ijdzTGZzLttkP
Ht5z3vd53/ccshn8Egn3tq3tJrv+HzM9PQ/vEwJdXR0CUunHNzJZPStVp7jwqHM+xsN9+y7u0SETIhGe
NzZiViLpZpbK/J67kUxPdSDBP0Z0UcDEXgke1NTAJRbfYpbybES1+l/+s0hwrVg2Eaz4T4H/kcRL1dA3
ZilPMaY9kw4pkHDL6QAplifFSHrb8d22BbG5Z63M9m94r2qrELyaF+jm1PQJxO07sDrdRQfJ8McvUjFb
eTbmhwOCR47VmdP0BQfp5g4kfceR9e6KMEt5ivx1ZcrbiZ+eI1gLKiDQL6y97sO4+kDxk62+ltnKU1gY
jwueduTeX0Ny6hgyoUtI0e3F0P4LzFKZ/OcnSC86kZ69g8yrXrr9PAqho5OsXJmxscsiCE5kv7zA+lIQ
uXgAuUj3OitXp7l5t/xiXxcyX93ICxGgELVlVz7sZOXqNLW0nNu2vRZ7GhpcqaV3TSy9OcLh8D61Wj2q
0Wi0epNJodM9HTCbzYMOh2OkJKfTOUilpLricrn6OY476fP5ZKydELvdfshisfTSpgGDwTBkNBpHaByl
UV0SO5dyw1RKvV7fb7VaDxNCyF/bDyQKWc8wWAAAAABJRU5ErkJggg==
</value>
</data>
<data name="tsbtnNeuesFinding.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -422,7 +422,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAC6
DQAAAk1TRnQBSQFMAgEBBgEAAcABAgHAAQIBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
DQAAAk1TRnQBSQFMAgEBBgEAAegBAgHoAQIBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@@ -520,7 +520,7 @@
</value>
</data>
<data name="C1Daten.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 894, 217&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 894, 217&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{Wrap:True;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 894, 217&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 894, 217&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<data name="C1Notiz.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@@ -559,24 +559,24 @@
</value>
</data>
<data name="C1Notiz.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{Wrap:True;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 400, 130&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 400, 130&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 400, 130&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 400, 130&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<data name="tsbtnAktualisieren.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALMSURBVDhPjZJtSFNxFMbXRwMpEJ17UXFuq80N3cgXHCbY
G0QYIX0IBBMtY/rBVxL9MHWzZFaubSLinLLtoptM53JmWE5NCXQ5y2bOLXUOzaBFQmUEdbr/6yUJK/rB
wzmc5zyH/4VL+ROG9TPZWDAb06+nL+kCJ96pPDxOqYEbT9r/ZmDn7BOtnwFqbySoV6i4ouDuBjOsKygA
w7Yo9ODruRxydZ9yc3oYqn3vs6ZUyxGgWYnGRQOtnw5tfqq70y84jw4haX0MsIROugY+ZiQQYUTvJ/GE
IXjKdc9DhdbXDELtm0zLrTlqGvJ1G4I+dFTro4PGF41e9sYUYkmIMEK1Fjva5GbC7YU4QkpvbBtpEfRs
c4ggepXaGw09wcQ10tpD7uGN1s5wAanmKRs6VnMukxbiUPsmrbBlgRol62b8UC3TQeWlQZsvOYP0KZSK
afFYyUgSSHHdcAihcjoFyqyZNNL+hTYQg7UsxoDyJRN0IX4FOaZQpM6M8rx+Ub/0YcrVutnMGHJ8gI6g
RN/oigPF83hQBdg15JhCqRmjR/Rtn1bqg+LV3reSeXJMMPw9rcm5K2OjXuFO2q2d4UDds2PQMM+9SCwg
ZKNMdiv+XXde0UG5GAn6gGRp8nNzqsx+4bDGxwnKvLRvlg/Xj0gfcTxljxOhakoIZHQfTZArl7sSQO5i
QcNcHNTP0qBlUQiN+HMbZmOh+YVwp9Wdf/TaSLK3ci6tnoz9jnxJoKqe5EP1BBIPqpzHodrJI/qKcQ5+
JHuRXP07RcP8ZOm4yFI8JtwqHOZ/KbKLodAugmK7cKt0Kmn/5/kfCqwpl/KGEqHInlpCjg6i0+nCHQ6H
0G63Z9lsthy85lqttoIB81B+l6mzvANTl5qN5isWzFowODiYS+5koQzeh1MwDGMZjcZ8k8l0E5cC7+/j
VYXXbpMB68FwEf3eDHkKtIsyGIaxfgLuv3v9yS4TnQAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALMSURBVDhPjZJtSFNxFMbXRwMpEJ2bU3Fuq80N3cgXHCbY
G0QYIX0IBBMtY/rBVxL9MHWzZFaubSLmXLLtoptM53JmWE5NCXQ5a82cW+ocmkGLhMoI6nT/10sSVvSD
h3M4z3kO/wuX8if0a6dysGAOplvLWNQGjr1TerjsMj0ngbT/zcD26ScafwyovJGgWqbiioLb64yw7iAf
9FvC0IOvZ3LJ1T0qTBlhqPa9z55SLkWAejkaFw00fjq0+6muLj//LDqEpPHFgDl03DnwMTORCCN6P4km
9METzjseKrS9jiHUscEw35ijpiNfu87vQ0c1PjqofdHoZW+MIaaYCCOUq3GjzS4G3FyIJ6TwxrWTFkHP
FpsIolepvNHQE0xaJa1dZB7uaN0MB5Bqn7KgcyX3ImkhDnRs0IpaF6hR0nsxP5RLdFB6adDuS8kkfQql
clo0VjqSDBJc1+wCqJpOhXJLFo20f6EJxGKt7lhQvGSANsSrJMcUisSRWZHfL+yXPEy9XD+bFUuO99EZ
FOuanPEgf54AygCrlhxTKLVj9Ii+rZMKXVC00vtWPE+OCYa/pzc7dqQs1MtdyTt1M2yof3YEGuc554kF
hHSUwWrDv+vWKzoo3JGgC4gXJz+3pElt5w6qfeyg1Ev7Zv5w9ZDkEdtT/jgJqqcEQEb3UAc5MpkzEWRO
JjTOxUPDLA1a3QJowp/bOBsHLS8E222ugsNXRlK8VXPpDWTsd2SLfGXNJA9qJpC4UO04CjUOLtFXjrPx
IzlucvXvFA/zUiTjQnPJmGCzaJj3pdgmgiKbEEpsgs2yqeS9n+d/KLSkXsgfSoJiW1opOdqPVqsNt9vt
ApvNlm21WnPxmmexWAsHTEMF3cauik5MVWYymC6ZMUvh4OBgHrmTjTJ4H07BMIxpMBgKjEbjdVxyvL+L
VyVe7xv1WA+Gi+h3Z8iTo12UwTCM+RPhrnv4xdXDOwAAAABJRU5ErkJggg==
</value>
</data>
<data name="tsbtnFilterAufheben.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@@ -38,7 +38,14 @@ Public Class frmISI
Private Sub frmPruefschrittUebersicht_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Refresh_Tree()
sec.Set_Form_Security(Me)
If Me.AssessmentZuteilenToolStripMenuItem.Enabled = False Or Me.AssessmentZuteilenToolStripMenuItem.Visible = False Then
Me.DokumenteAllgemein.Show_Toolbar = False
Me.DokumenteDefinition.Show_Toolbar = False
Me.DokumenteFindings.Show_Toolbar = False
Me.DokumenteMassnahmen.Show_Toolbar = False
Me.DokumenteResultat.Show_Toolbar = False
End If
' Refresh_All()
End Sub
@@ -580,7 +587,7 @@ Public Class frmISI
End Try
Try
Me.DokumenteDefinition.Show_Toolbar = True
'Me.DokumenteDefinition.Show_Toolbar = True
Me.DokumenteDefinition.ConnectionString = Globals.sConnectionString
Me.DokumenteDefinition.Mitarbeiternr = Globals.clsmitarbeiter.iMitarbeiternr.Value
Me.DokumenteDefinition.Doktype = 2

View File

@@ -342,7 +342,7 @@ Namespace Utils
ctl.Visible = False
ctl.Enabled = False
End If
Case "textbox", "label", "combobox", "checkbox", "toolstripbutton", "panel", "datetimepicker"
Case "textbox", "label", "combobox", "checkbox", "toolstripbutton", "panel", "datetimepicker", "toolstrip"
If read_only Then obj.Enabled = False
If invisible Then obj.Visible = False
Case "richtextbox"
@@ -371,6 +371,7 @@ Namespace Utils
Me.Objectanalysis_readonly(CTLX)
Next
End If
Case "c1truedbgrid"
Dim ctl As C1TrueDBGrid = obj
If SecurityObjectItem = "" Then
@@ -496,6 +497,20 @@ Namespace Utils
For Each xctl As Object In ctrl.Controls
Objectanalysis(xctl)
Next
Case "advtree"
ctlcol.Add(New MyFormControls(ctl, formname, typ.Name, ctl.Name, ""))
Dim ctrl As DevComponents.AdvTree.AdvTree = ctl
Try
If ctrl.ContextMenuStrip.Name <> "" Then
Dim x As ContextMenuStrip = ctrl.ContextMenuStrip
Objectanalysis(x)
End If
Catch ex As Exception
End Try
Case "treeview"
ctlcol.Add(New MyFormControls(ctl, formname, typ.Name, ctl.Name, ""))
Dim ctrl As TreeView = ctl

View File

@@ -1,2 +1 @@
C1.Win.C1FlexGrid.C1FlexGrid, C1.Win.C1FlexGrid.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=79882d576c6336da
C1.Win.C1TrueDBGrid.C1TrueDBGrid, C1.Win.C1TrueDBGrid.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da

View File

@@ -43,7 +43,7 @@ Partial Class frmPPlan
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator()
Me.VorgabeAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.PrüfschrittGenerierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
Me.ToolStripPruefplan = New System.Windows.Forms.ToolStrip()
Me.TSBtnSave = New System.Windows.Forms.ToolStripButton()
Me.TSBtnAddNew = New System.Windows.Forms.ToolStripButton()
Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton()
@@ -93,7 +93,7 @@ Partial Class frmPPlan
Me.SplitContainer1.SuspendLayout()
CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ctxMenuDetails.SuspendLayout()
Me.ToolStrip2.SuspendLayout()
Me.ToolStripPruefplan.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.GrpDokumente.SuspendLayout()
Me.grpDetails.SuspendLayout()
@@ -170,6 +170,7 @@ Partial Class frmPPlan
'
'tsTxtSearch
'
Me.tsTxtSearch.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.tsTxtSearch.Name = "tsTxtSearch"
Me.tsTxtSearch.Size = New System.Drawing.Size(100, 25)
'
@@ -201,7 +202,7 @@ Partial Class frmPPlan
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.C1Daten)
Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip2)
Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStripPruefplan)
'
'SplitContainer1.Panel2
'
@@ -269,14 +270,14 @@ Partial Class frmPPlan
Me.PrüfschrittGenerierenToolStripMenuItem.Size = New System.Drawing.Size(245, 22)
Me.PrüfschrittGenerierenToolStripMenuItem.Text = "Assessment generieren"
'
'ToolStrip2
'ToolStripPruefplan
'
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnSave, Me.TSBtnAddNew, Me.TSBtnDelete, Me.TSBtnSetSecurityObject, Me.tsbtnReport, Me.tsbtncopy1, Me.tsbtnCopy2, Me.ToolStripButton2})
Me.ToolStrip2.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip2.Name = "ToolStrip2"
Me.ToolStrip2.Size = New System.Drawing.Size(958, 25)
Me.ToolStrip2.TabIndex = 10
Me.ToolStrip2.Text = "ToolStrip2"
Me.ToolStripPruefplan.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnSave, Me.TSBtnAddNew, Me.TSBtnDelete, Me.TSBtnSetSecurityObject, Me.tsbtnReport, Me.tsbtncopy1, Me.tsbtnCopy2, Me.ToolStripButton2})
Me.ToolStripPruefplan.Location = New System.Drawing.Point(0, 0)
Me.ToolStripPruefplan.Name = "ToolStripPruefplan"
Me.ToolStripPruefplan.Size = New System.Drawing.Size(958, 25)
Me.ToolStripPruefplan.TabIndex = 10
Me.ToolStripPruefplan.Text = "ToolStrip2"
'
'TSBtnSave
'
@@ -666,12 +667,12 @@ Partial Class frmPPlan
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(32, 32)
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DefinitionAnzeigenToolStripMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(177, 26)
Me.ContextMenuStrip1.Size = New System.Drawing.Size(181, 48)
'
'DefinitionAnzeigenToolStripMenuItem
'
Me.DefinitionAnzeigenToolStripMenuItem.Name = "DefinitionAnzeigenToolStripMenuItem"
Me.DefinitionAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(176, 22)
Me.DefinitionAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.DefinitionAnzeigenToolStripMenuItem.Text = "Definition anzeigen"
'
'frmPPlan
@@ -696,8 +697,8 @@ Partial Class frmPPlan
Me.SplitContainer1.ResumeLayout(False)
CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).EndInit()
Me.ctxMenuDetails.ResumeLayout(False)
Me.ToolStrip2.ResumeLayout(False)
Me.ToolStrip2.PerformLayout()
Me.ToolStripPruefplan.ResumeLayout(False)
Me.ToolStripPruefplan.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.GrpDokumente.ResumeLayout(False)
Me.grpDetails.ResumeLayout(False)
@@ -745,7 +746,7 @@ Partial Class frmPPlan
Friend WithEvents TSBtnDelete As ToolStripButton
Friend WithEvents TSBtnAddNew As ToolStripButton
Friend WithEvents TSBtnSave As ToolStripButton
Friend WithEvents ToolStrip2 As ToolStrip
Friend WithEvents ToolStripPruefplan As ToolStrip
Friend WithEvents ImageList1 As ImageList
Friend WithEvents lblSearchStruktur_Definition As ToolStripLabel
Friend WithEvents ToolStripButton3 As ToolStripButton

View File

@@ -232,9 +232,9 @@
</value>
</data>
<data name="C1Daten.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 956, 289&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 956, 289&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{ForeColor:ControlText;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 956, 289&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 956, 289&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<metadata name="ToolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="ToolStripPruefplan.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>633, 17</value>
</metadata>
<data name="TSBtnSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -320,16 +320,16 @@
<data name="tsbtncopy1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIXSURBVDhPjZPPb9JgGMfJ9OLBgwfP3ozxov8Bxn9ALxw8
4o0Jh84Q4umd5UeBrroBG9BCYfLOHzXTTeTHxhbYQLbhMJunmWjwpgcvxpNZ9sSn5SUvCWzxkzRpnz7f
T5+naW1nQQiZcDqdlz0ez3Wf7+Etl8t1id06Hbvdfr7ZLH8+Otr+2et1j+MxAnpWgkScgGG86Xi93ous
dTwOh+NcvV4/oTkJaD4MdDEK9JkMmUwI/P4AvK9UG4IgXGDtHFmWbi8tae7i6kvp8LD+OyIRCAUJ4BqQ
nJ+GjBa0zs1D19NpFuN0d2ut/lMjcPz3+xfzqbQwA6LIJIlpaxKz1umsv2UxTqdd3aB6CAaSwejmFIry
xJKkFvqSg09br1iMs9MoFmk2CFzS3z8+R2B2FsMpEWRcy6x93K0VWIzT3Fx9TbUAjJMMRlciKMDa3s56
lsU4m9XlAlVFoJofaMYUDUtwJZQoYRRg7cN2OclinI2yodL0YxiR6FyimCtgrd0szbEYZ+3dixhNYcOI
xFwJJbkwKCG8j7VGbUVmMU5pmUZpEhssCb7tMZL9VuVHt11Zo4vqHRbjrBh5kc5jeAEPU2RJcJohSSBA
brL2UQyqPaIJDA5LUijBlXJ43fu692dq6sFV1j5KPh0TKP4wqkzg28HWr/1WqVYtPo+qiaf33G73NfyQ
JljreHyCcGMmIt6dnLx/hZX+A5vtHyFcra2thVTwAAAAAElFTkSuQmCC
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIMSURBVDhPjZNNbxJRFIZJ7caFCxeu3RnjRv8Bxj9QNyxc
4o4WFlNDiKtLh+GjQz8AqTAzFLkp1TqmtRX5aGkDLUhbWkzrqiYa3OnCjXFlmp54Lly8jWDjk0zCnDnv
M+dkLpaLIIQM2e32ay6X65bH8+iuw+G4yh/9G6vVOlyrFT6cnOx8a7dbp5FZAoauQDRCwDRXmm63+wpv
HYzNZrtUqVTOaEoBOu8Hmg4CfRYCTfOB1zsBb4ulqiRJl3m7IBwO3ltcNJy5taXg8XHlR0Ah4JMJ4BoQ
jxHQknLnN7vSaU3jMUFrr1zvvjUAp7++fGRvpZnJP6F4lHQmYbVmc+M1jwmajdImNXzQk/RGZ1Ooargj
mXvSlRy9337JY4Ldai5HdRmEpLt/ZIbA9DSG5wiEcC1WO9grL/CYoLa19oomJ2CQpDe6GkAB1vZ3N+Z5
TLBVWl6gCWxIeoFqTHRegiuhRPXjc6y92ykkeEywWTB1+hQb/pYYQqKyFbDWqOWjPCZYf/MiRnHPfglb
CSUpP6g+rGOtWl4N85ggv5xVaRwbLpAc1otfW43iepbqIzwmWDUzMsUDQ9mnYqIBEkUhd3h7P2bWeEzZ
YTkv4dOk8L79af/n+PjYDd7eT0aLSRT/MIkQgc9H298P6/lyKfdc1eOzD5xO5008SEO8dTAeSbo9NSnf
Hx19eJ2X/gOL5Tdo0KpaiRqTTgAAAABJRU5ErkJggg==
</value>
</data>
<data name="tsbtnCopy2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -349,15 +349,15 @@
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIWSURBVDhPlY9dSJNhFMffCylqduHIEk2pbaWwqMyLpCsL
+sAwJRlBBNLozoYSXhQFc7Su7CLoA+xi1L7bzH02p1ttK1Y3IWgh+bZGOK29vTO3uYs28v33DJ7L3s1+
8Oc8zzn/c87zMJshJJN53ra13aTX/2Omp+fhfYaBoa4OYbn84xuFop6WqiMsPO6cT7Lw3b6Le2TIuESC
F42NmJXJuqmlMr/nbvDZqQ6k2SdILHIY3yvDg5oaeKXSW9QizkZCb/wVOou0pxXLFgYroVNgf/B4qRn6
Ri3iCEn9mWxUhbRPSQbIsTwhBR9ox3fHFiTnnrdS279hA5qtXORqkSObM9MnkHLuwOp0FxmkwJ+QRENt
4mzMD4c5vxKrM6fJCw6SzR3gg8eRD+yKU4s4AntdnQl04qf/CNYiKnDkC2uv+zCpPSB8ctTXUps4pYVH
Kc7fjsL7a+CnjiEXvYQM2S5E91+glsoUPz9FdtGN7Owd5F71ku3nUYoenaDlyoyNXZaAcyP/ZRLrSxEU
UmEU4t3rtFyd5ubdyot9Xch99aHIxYFSwpFf+bCTlqvT1NJybtv2WuxpaPBmlt410fTmiMVi+7Ra7ahO
p9MbLRaVwfBswGq1DrpcrpGy3G73IJGa6IrX6+33eDwng8GggrYzjNPpPGSz2XpJ04DJZBoym80jJI6S
qC2Lnsu5YSK10Wjst9vthxmGYf4CCkkkI6HhNFIAAAAASUVORK5CYII=
+sAwJRlBBNLozoYSXhQFc7Su7CLoA+xi1L7ba+2zOd1qWzG7CUELybc1wmnt7Z25zV20kfv3DJ7L3s1+
8Oc8zzn/c87zMJshKJO537W13aTX/2O6p+fhfYaBoa4OIbn841uFop6WqlNaeNw5n+DgvX0X98iQcYkE
LxobMSuTdVNLZX7P3RAykx1IcU8QX+QxvleGBzU18Eilt6hFnI243vgreBYpdyuWLQxWgqfA/RDwSjP0
jVrEKSX0ZzIRFVJeJRkgx/KEFIK/Hd8dW5CYe95Kbf+G82u28uGrBZ5sTk+dQJLdgdWpLjJIgT9BiYba
xNmYHw7xPiVWp0+TFxwkmzsgBI4j598VoxZxStx1ddrfiZ++I1gLq8CTL6y96QOrPVD65KivpTZxiguP
kryvHfn31yBMHkM2cglpsr0U2X+BWipT+PwUmUUXMrN3kH3dS7afRzFydIKWKzM2dlkC3oXcl5dYXwoj
nwwhH+tep+XqNDfvVl7s60L2qxcFPgYU447cyoedtFydppaWc9u212JPQ4MnvTTTRNObIxqN7tNqtaM6
nU5vtFhUBsOzAavVOuh0OkfKcrlcg0Rqoisej6ff7XafDAQCCtrOMCzLHrLZbL2kacBkMg2ZzeYREkdJ
1JZFz+XcMJHaaDT22+32wwzDMH8BBKAkICW8visAAAAASUVORK5CYII=
</value>
</data>
<metadata name="ImageList1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@@ -368,7 +368,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAm
CwAAAk1TRnQBSQFMAgEBBAEAAYABAQGAAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
CwAAAk1TRnQBSQFMAgEBBAEAAZgBAQGYAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA

View File

@@ -193,6 +193,7 @@ Public Class frmPPlan
Private Sub frmPPlan_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Refresh_List()
sec.Set_Form_Security(Me)
End Sub
Sub Refresh_List(Optional searchstring As String = "")
@@ -225,6 +226,7 @@ Public Class frmPPlan
Me.C1Daten.Columns("Icon").ValueItems.Values.Add(v3)
Me.C1Daten.Columns("Icon").ValueItems.Translate = True
Me.C1Daten.Splits(0).DisplayColumns("icon").Style.HorizontalAlignment = C1.Win.C1TrueDBGrid.AlignHorzEnum.Center
End Sub
#End Region
@@ -295,8 +297,11 @@ Public Class frmPPlan
f.Pruefplannr = Me.C1Daten.Columns("pruefplannr").Value
f.MdiParent = Me.MdiParent
f.PruefplanHandler = Me.Handle
f.Show()
'If Me.ToolStripPruefplan.Visible = False Or Me.ToolStripPruefplan.Enabled = False Then
' f.IsReadonly = True
'End If
f.Show()
Catch ex As Exception
End Try

View File

@@ -23,6 +23,16 @@
End Set
End Property
Dim m_readonly As Boolean
Property IsReadonly As Boolean
Get
Return m_readonly
End Get
Set(value As Boolean)
m_readonly = value
End Set
End Property
Dim WithEvents evh As MyGenericEventHandler = Globals.MyEventHanlder
Dim sec As New Utils.MySecurity
Dim msg As New Utils.MyMessage
@@ -45,6 +55,7 @@
Private Sub FormularClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
If Me.FormReadonly = True Then Exit Sub
If Me.TSBtnSave.Visible = False Or Me.TSBtnSave.Enabled = False Then Exit Sub
If Check_Changes() = False Then
e.Cancel = True
Else
@@ -218,8 +229,12 @@
End Sub
Private Sub frmPruefplanDetail_Load(sender As Object, e As EventArgs) Handles MyBase.Load
If Me.IsReadonly Then
Me.TSBtnSave.Visible = False
Me.DokumenteAllgemein.Show_Toolbar = False
Me.FormReadonly = True
End If
Me.DokumenteAllgemein.ConnectionString = Globals.sConnectionString
Me.DokumenteAllgemein.Mitarbeiternr = Globals.clsmitarbeiter.iMitarbeiternr.Value
Me.DokumenteAllgemein.Doktype = 3
@@ -265,7 +280,12 @@
Me.txtBezeichnung.SelectAll()
Me.txtBezeichnung.Focus()
AddChanges(Me)
sec.Set_Form_Security(Me)
If Me.TSBtnSave.Visible = False Or Me.TSBtnSave.Enabled = False Then
Me.DokumenteAllgemein.Show_Toolbar = False
Me.FormReadonly = True
End If
End Sub
@@ -395,7 +415,7 @@
#Region "Zuordnung"
Private Sub btnNeueZuordnung_Click(sender As Object, e As EventArgs) Handles btnNeueZuordnung.Click
If Me.FormDataChanged = True Then Me.Save_data()
If Me.FormDataChanged = True And Me.TSBtnSave.Visible = True And Me.TSBtnSave.Enabled = True Then Me.Save_data()
If Me.Pruefplannr = 0 Then Me.Save_data()
If Me.GrpStruktur.Visible = False Then
@@ -414,6 +434,7 @@
#Region "Tree"
Private Sub TreeStruktur_DoubleClick(sender As Object, e As EventArgs) Handles TreeStruktur.DoubleClick
If Me.TSBtnSave.Visible = False Or Me.TSBtnSave.Enabled = False Then Exit Sub
Try
If TreeStruktur.SelectedNode.Nodes.Count > 0 Then
MsgBox("Für die Zuordnung können nur Elemente der untersten Stufe (Definitionen) verwendet werden.", vbExclamation)
@@ -432,6 +453,7 @@
Private Sub TreeZuordnung_DoubleClick(sender As Object, e As EventArgs) Handles TreeZuordnung.DoubleClick
If Me.TSBtnSave.Enabled = False Or Me.TSBtnSave.Visible = False Then Exit Sub
If IsDate(Me.TreeZuordnung.SelectedNode.Text) Then
TreeZuordnung.SelectedNode = Me.TreeZuordnung.SelectedNode.Parent
End If

View File

@@ -395,6 +395,7 @@ Public Class PruefschrittDetailsBearbeitung
End If
Try
Me.DokumenteFindings.Show_Toolbar = Me.IsReadonly = False
Me.DokumenteFindings.Set_ShowToolbar()
Me.DokumenteFindings.ConnectionString = Globals.sConnectionString
Me.DokumenteFindings.Mitarbeiternr = Globals.clsmitarbeiter.iMitarbeiternr.Value
Me.DokumenteFindings.Init()

View File

@@ -5,8 +5,8 @@ Module Globals
''' Applikationsversion
''' </summary>
''' <remarks></remarks>
Public Version As String = "1.1"
Public Versionsdatum As String = "23. Juli 2017"
Public Version As String = "1.2"
Public Versionsdatum As String = "26. November 2021"
''' <summary>
''' Applikationsdaten

View File

@@ -85,6 +85,8 @@ Partial Class frmVorgabe
Me.TsBtnEditDefinition = New System.Windows.Forms.ToolStripButton()
Me.TsBtnDeleteDefinition = New System.Windows.Forms.ToolStripButton()
Me.DokumenteDefinition = New ThemenDokumente.Dokumente()
Me.EintragAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EintragAnzeigenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMain.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -162,6 +164,7 @@ Partial Class frmVorgabe
'
'tsTxtSearchStruktur_Definition
'
Me.tsTxtSearchStruktur_Definition.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.tsTxtSearchStruktur_Definition.Name = "tsTxtSearchStruktur_Definition"
Me.tsTxtSearchStruktur_Definition.Size = New System.Drawing.Size(100, 25)
'
@@ -226,7 +229,6 @@ Partial Class frmVorgabe
'TreeVorgabe
'
Me.TreeVorgabe.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline
Me.TreeVorgabe.AllowDrop = True
Me.TreeVorgabe.AllowExternalDrop = False
Me.TreeVorgabe.AllowUserToResizeColumns = False
Me.TreeVorgabe.BackColor = System.Drawing.SystemColors.Window
@@ -343,6 +345,7 @@ Partial Class frmVorgabe
'
'tstxtSuche
'
Me.tstxtSuche.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.tstxtSuche.Name = "tstxtSuche"
Me.tstxtSuche.Size = New System.Drawing.Size(100, 25)
'
@@ -473,26 +476,26 @@ Partial Class frmVorgabe
'ctxMenuVorgabe
'
Me.ctxMenuVorgabe.ImageScalingSize = New System.Drawing.Size(32, 32)
Me.ctxMenuVorgabe.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuVorgabeNeu, Me.ToolStripMenuVorgabeEdit, Me.ToolStripMenuVorgabeDelete})
Me.ctxMenuVorgabe.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuVorgabeNeu, Me.ToolStripMenuVorgabeEdit, Me.ToolStripMenuVorgabeDelete, Me.EintragAnzeigenToolStripMenuItem})
Me.ctxMenuVorgabe.Name = "ctxMenuDefinition"
Me.ctxMenuVorgabe.Size = New System.Drawing.Size(171, 70)
Me.ctxMenuVorgabe.Size = New System.Drawing.Size(171, 92)
'
'ToolStripMenuVorgabeNeu
'
Me.ToolStripMenuVorgabeNeu.Name = "ToolStripMenuVorgabeNeu"
Me.ToolStripMenuVorgabeNeu.Size = New System.Drawing.Size(170, 22)
Me.ToolStripMenuVorgabeNeu.Size = New System.Drawing.Size(180, 22)
Me.ToolStripMenuVorgabeNeu.Text = "Neuer Eintrag"
'
'ToolStripMenuVorgabeEdit
'
Me.ToolStripMenuVorgabeEdit.Name = "ToolStripMenuVorgabeEdit"
Me.ToolStripMenuVorgabeEdit.Size = New System.Drawing.Size(170, 22)
Me.ToolStripMenuVorgabeEdit.Size = New System.Drawing.Size(180, 22)
Me.ToolStripMenuVorgabeEdit.Text = "Eintrag bearbeiten"
'
'ToolStripMenuVorgabeDelete
'
Me.ToolStripMenuVorgabeDelete.Name = "ToolStripMenuVorgabeDelete"
Me.ToolStripMenuVorgabeDelete.Size = New System.Drawing.Size(170, 22)
Me.ToolStripMenuVorgabeDelete.Size = New System.Drawing.Size(180, 22)
Me.ToolStripMenuVorgabeDelete.Text = "Eintrag löschen"
'
'ToolStripStruktur
@@ -612,9 +615,9 @@ Partial Class frmVorgabe
'ctxMenuDefinition
'
Me.ctxMenuDefinition.ImageScalingSize = New System.Drawing.Size(32, 32)
Me.ctxMenuDefinition.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NeuerEintragToolStripMenuItem1, Me.EintragBearbeitenToolStripMenuItem1, Me.EintragLöschenToolStripMenuItem1})
Me.ctxMenuDefinition.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NeuerEintragToolStripMenuItem1, Me.EintragBearbeitenToolStripMenuItem1, Me.EintragLöschenToolStripMenuItem1, Me.EintragAnzeigenToolStripMenuItem1})
Me.ctxMenuDefinition.Name = "ctxMenuDefinition"
Me.ctxMenuDefinition.Size = New System.Drawing.Size(171, 70)
Me.ctxMenuDefinition.Size = New System.Drawing.Size(181, 114)
'
'NeuerEintragToolStripMenuItem1
'
@@ -685,6 +688,18 @@ Partial Class frmVorgabe
Me.DokumenteDefinition.TempFilePath = Nothing
Me.DokumenteDefinition.ThemaNr = 0
'
'EintragAnzeigenToolStripMenuItem
'
Me.EintragAnzeigenToolStripMenuItem.Name = "EintragAnzeigenToolStripMenuItem"
Me.EintragAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.EintragAnzeigenToolStripMenuItem.Text = "Eintrag anzeigen"
'
'EintragAnzeigenToolStripMenuItem1
'
Me.EintragAnzeigenToolStripMenuItem1.Name = "EintragAnzeigenToolStripMenuItem1"
Me.EintragAnzeigenToolStripMenuItem1.Size = New System.Drawing.Size(180, 22)
Me.EintragAnzeigenToolStripMenuItem1.Text = "Eintrag anzeigen"
'
'frmVorgabe
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -800,4 +815,6 @@ Partial Class frmVorgabe
Private WithEvents ImageList1 As ImageList
Friend WithEvents ToolStripButton2 As ToolStripButton
Friend WithEvents ToolStripMain As ToolStrip
Friend WithEvents EintragAnzeigenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents EintragAnzeigenToolStripMenuItem1 As ToolStripMenuItem
End Class

View File

@@ -186,6 +186,54 @@
<metadata name="ToolStripTree.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>847, 17</value>
</metadata>
<metadata name="ToolStripStruktur.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1341, 17</value>
</metadata>
<metadata name="ctxMenuDefinition.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1598, 17</value>
</metadata>
<data name="C2Daten.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
</value>
</data>
<data name="C2Daten.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
</value>
</data>
<data name="C2Daten.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 413, 272&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 413, 272&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<metadata name="ToolStripDefinition.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1064, 17</value>
</metadata>
<data name="TSBtnSuche.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
@@ -317,7 +365,7 @@
</value>
</data>
<data name="C1Daten.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{ForeColor:ControlText;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 407, 189&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 407, 189&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 407, 189&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 407, 189&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<metadata name="ToolStripStruktur.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1341, 17</value>
@@ -340,16 +388,16 @@
<data name="TsBtnEditStruktur.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIWSURBVDhPlY9dSJNhFMffCylqduHIEk2pdyuFhWVeJF1Z
0AeGKckIIpBGdzaU8KIomKN1ZRdBH2DQqHefbdY+m9OttiWrmxDUknxbI5zW3jZzm7toI/fvGTyXbbMf
/DnPc87/nPM8zGbwsaxjuqXlBr3+H1Pd3Q/uMQy0NTXwSyTzb6XSWlqqTGHhUcdclIfr1h3cJUPGRCK8
qK/HDMt2UUt5fs9eT6Qm2hHnHyOyKGBsL4v7VVVwisU3qaU0GxEN98t3BnFHM5YNDFZ8J8H/SOCVcvAb
tZSmENWcTgXliLtkZIAEy+NiJDxt+G7Zgujs82Zq+ze8R7lVCFzJCWRzcvI4YtYdWJ3sJIOk+OMTKamt
NBtzQ37BLcPq1CnygoNkczsS3mPIeHaFqaU0Bf6aIunpwE/3YawF5BDIF9be9OLTkwOFj5baamorTX7h
YUxwtyH7/ioSE0eRDl5EkmwvBPefp5by5D4/RWrRjtTMbaRf95Dt55APHhmn5fKMjl4SQbAj8+Ul1pcC
yMb8yIa71mm5Mo2Nu2UXejuR/upCTggD+Ygls/JhJy1XpqGp6ey27dXYU1fnTC69a6DpzREKhfapVKoR
tVqt4QwGuVb7rN9oNA7YbLbhoux2+wCRguiy0+nsczgcJ7xer5S2M4zVam01mUw9pKlfp9MN6vX6YRJH
SFQVRc/F3BCRguO4PrPZfIhhGOYvjFokaETopNYAAAAASUVORK5CYII=
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIWSURBVDhPlY9dSJNhFMffCylqeuHIEr+odyuFRWVeJF1Z
0AeGKckIIpBGdzaU8KIomKN1ZRdBH2DEqHefbdY+m9OttiWrmxA0kVxrhNPa2ztzm7toI/fvGTyXbbMf
/DnPc87/nPM8zFbwsaxjpq3tJr3+H9M9PQ/vMwy0tbXwSySf3kmldbRUmcLi4875WASu23dxjwwZF4nw
sqEBsyzbTS3l+T13Q0hNdiAReYLoEo/xvSweVFXBKRbfopbSbEY13C/fWSQcrVgxMFj1nULkh4DXyqFv
1FKaQkxzJhWUI+GSkQESrEyIIXja8d2yDbG5F63U9m8iHuV2PnA1x5PNyakTiFtrsDbVRQZJ8ccnUlJb
aTbnh/28W4a16dPkBQfJ5g4I3uPIeHaHqaU0hch1RdLTiZ/uI1gPyMGTL6y/7cPC0wOFBUtdNbWVJr/4
KM6725H9cA3C5DGkg5eQJNsLwf0XqKU8uc/PkFqyIzV7B+k3vWT7eeSDRydouTxjY5dF4O3IfHmFjeUA
snE/suHuDVquTHPzHtnFvi6kv7qQ48NAPmrJrH7cRcuVaWxpObdjZzWa6uudyeX3jTS9NUKh0D6VSjWq
Vqs1nMEg12qfDxiNxkGbzTZSlN1uHyRSEF1xOp39DofjpNfrldJ2hrFarYdMJlMvaRrQ6XRDer1+hMRR
ElVF0XMxN0yk4Diu32w2H2YYhvkLiJUkZvHBKt4AAAAASUVORK5CYII=
</value>
</data>
<data name="TsBtnDeleteStruktur.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -368,51 +416,6 @@
ovwBHtVvxMSvxBEAAAAASUVORK5CYII=
</value>
</data>
<metadata name="ctxMenuDefinition.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1598, 17</value>
</metadata>
<data name="C2Daten.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
</value>
</data>
<data name="C2Daten.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
</value>
</data>
<data name="C2Daten.PropBag" xml:space="preserve">
<value>&lt;?xml version="1.0"?&gt;&lt;Blob&gt;&lt;Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"&gt;&lt;Data&gt;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{Wrap:True;Border:Raised,,1, 1, 1, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}&lt;/Data&gt;&lt;/Styles&gt;&lt;Splits&gt;&lt;C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" FilterBorderStyle="Raised" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"&gt;&lt;CaptionStyle parent="Style2" me="Style10" /&gt;&lt;EditorStyle parent="Editor" me="Style5" /&gt;&lt;EvenRowStyle parent="EvenRow" me="Style8" /&gt;&lt;FilterBarStyle parent="FilterBar" me="Style13" /&gt;&lt;FilterWatermarkStyle parent="FilterWatermark" me="Style14" /&gt;&lt;FooterStyle parent="Footer" me="Style3" /&gt;&lt;GroupStyle parent="Group" me="Style12" /&gt;&lt;HeadingStyle parent="Heading" me="Style2" /&gt;&lt;HighLightRowStyle parent="HighlightRow" me="Style7" /&gt;&lt;InactiveStyle parent="Inactive" me="Style4" /&gt;&lt;OddRowStyle parent="OddRow" me="Style9" /&gt;&lt;RecordSelectorStyle parent="RecordSelector" me="Style11" /&gt;&lt;SelectedStyle parent="Selected" me="Style6" /&gt;&lt;Style parent="Normal" me="Style1" /&gt;&lt;ClientRect&gt;0, 0, 413, 272&lt;/ClientRect&gt;&lt;BorderSide&gt;0&lt;/BorderSide&gt;&lt;BorderStyle&gt;Sunken&lt;/BorderStyle&gt;&lt;/C1.Win.C1TrueDBGrid.MergeView&gt;&lt;/Splits&gt;&lt;NamedStyles&gt;&lt;Style parent="" me="Normal" /&gt;&lt;Style parent="Normal" me="Heading" /&gt;&lt;Style parent="Heading" me="Footer" /&gt;&lt;Style parent="Heading" me="Caption" /&gt;&lt;Style parent="Heading" me="Inactive" /&gt;&lt;Style parent="Normal" me="Selected" /&gt;&lt;Style parent="Normal" me="Editor" /&gt;&lt;Style parent="Normal" me="HighlightRow" /&gt;&lt;Style parent="Normal" me="EvenRow" /&gt;&lt;Style parent="Normal" me="OddRow" /&gt;&lt;Style parent="Heading" me="RecordSelector" /&gt;&lt;Style parent="Normal" me="FilterBar" /&gt;&lt;Style parent="FilterBar" me="FilterWatermark" /&gt;&lt;Style parent="Caption" me="Group" /&gt;&lt;/NamedStyles&gt;&lt;vertSplits&gt;1&lt;/vertSplits&gt;&lt;horzSplits&gt;1&lt;/horzSplits&gt;&lt;Layout&gt;None&lt;/Layout&gt;&lt;DefaultRecSelWidth&gt;17&lt;/DefaultRecSelWidth&gt;&lt;ClientArea&gt;0, 0, 413, 272&lt;/ClientArea&gt;&lt;PrintPageHeaderStyle parent="" me="Style15" /&gt;&lt;PrintPageFooterStyle parent="" me="Style16" /&gt;&lt;/Blob&gt;</value>
</data>
<metadata name="ToolStripDefinition.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1064, 17</value>
</metadata>
<data name="TSBtnAddNewDefinition.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
@@ -431,16 +434,16 @@
<data name="TsBtnEditDefinition.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIXSURBVDhPlY9dSJNhFMffCylqduHIEk2pbaWwsMyLpCsL
+sAwJRlBBNLozoYSXhQFc7Su7CLoA+xi1LvPNmt7tzWnW20rZjchaDLybY1wWnvbzG3uoo3cv2fwXLbN
fvDnPM85/3PO8zBbwSeRcO/b2m7R6/8x09v76AHDQFdXB79U+umdTFZPS9UpRp50LcR4uO7cw30yZEIk
wsvGRsxJJD3UUpnf8zeT6alOJPiniC4JmNgvwcOaGjjF4tvUUp7NqJb95TuHBNeKFSODVd9p8D+SeK0a
/kYt5SnGtGfTQQUSLjkZIMXKpBhJTwe+W7chNv+ildr+De9RbRcC1/IC2ZyaPom4bRfWprvJIBn++EQq
aivP5sKIX3DLsTZzhrzgMNnciaT3BLKePWFqKU+Rv6FMebrw030U6wEFBPKF9bf9iOgOFRet9bXUVp5C
5HFccHcg9+E6klPHkQleRopsLwYPXqSWyuQ/P0N6yYH03F1k3vSR7RdQCB6bpOXKjI9fEUFwIPvlFTaW
A8jF/ciFezZouTrNzXvll/q7kfnqQl4IA4WoNbv6cTctV6eppeX8jp212NfQ4EwtzzbR9NYIhUIH1Gr1
mEaj0bJGo0Knez5oMpmG7Hb7aEkOh2OISEl01el0DnAcd8rr9cpoO8PYbLZ2s9ncR5oG9Xr9sMFgGCVx
jER1SfRcyo0QKVmWHbBYLEcYhmH+ApAfJGovldWEAAAAAElFTkSuQmCC
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIWSURBVDhPlY9dSJNhFMffCylqduHIEk2pdyuFhWVeJF1Z
0AeGKckIIpBGdzaU8KIomKN1ZRdBH2DQqHefbdY+m9OttiWrmxDUknxbI5zW3jZzm7toI/fvGTyXbbMf
/DnPc87/nPM8zGbwsaxjuqXlBr3+H1Pd3Q/uMQy0NTXwSyTzb6XSWlqqTGHhUcdclIfr1h3cJUPGRCK8
qK/HDMt2UUt5fs9eT6Qm2hHnHyOyKGBsL4v7VVVwisU3qaU0GxEN98t3BnFHM5YNDFZ8J8H/SOCVcvAb
tZSmENWcTgXliLtkZIAEy+NiJDxt+G7Zgujs82Zq+ze8R7lVCFzJCWRzcvI4YtYdWJ3sJIOk+OMTKamt
NBtzQ37BLcPq1CnygoNkczsS3mPIeHaFqaU0Bf6aIunpwE/3YawF5BDIF9be9OLTkwOFj5baamorTX7h
YUxwtyH7/ioSE0eRDl5EkmwvBPefp5by5D4/RWrRjtTMbaRf95Dt55APHhmn5fKMjl4SQbAj8+Ul1pcC
yMb8yIa71mm5Mo2Nu2UXejuR/upCTggD+Ygls/JhJy1XpqGp6ey27dXYU1fnTC69a6DpzREKhfapVKoR
tVqt4QwGuVb7rN9oNA7YbLbhoux2+wCRguiy0+nsczgcJ7xer5S2M4zVam01mUw9pKlfp9MN6vX6YRJH
SFQVRc/F3BCRguO4PrPZfIhhGOYvjFokaETopNYAAAAASUVORK5CYII=
</value>
</data>
<data name="TsBtnDeleteDefinition.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@@ -206,6 +206,13 @@
VorgabeTree.Refresh_Filter(Me.tsCbxFilter)
Me.TreeVorgabe.SelectedNode = Me.TreeVorgabe.Nodes(0)
AddChanges(Me)
sec.Set_Form_Security(Me)
If Me.ToolStripStruktur.Visible = False Then
Me.DokumenteAllgemein.Show_Toolbar = False
' Me.DokumenteAllgemein.Set_ShowToolbar()
Me.DokumenteDefinition.Show_Toolbar = False
' Me.DokumenteDefinition.Set_ShowToolbar()
End If
End Sub
Private Sub TSBtnQuit_Click(sender As Object, e As EventArgs) Handles TSBtnQuit.Click
@@ -392,7 +399,7 @@
End Sub
Sub Refresh_Details()
Me.DokumenteAllgemein.Show_Toolbar = True
'Me.DokumenteAllgemein.Show_Toolbar = True
Me.DokumenteAllgemein.ConnectionString = Globals.sConnectionString
Me.DokumenteAllgemein.Mitarbeiternr = Globals.clsmitarbeiter.iMitarbeiternr.Value
Me.DokumenteAllgemein.Doktype = 1
@@ -425,6 +432,10 @@
f.Parentnode = Me.TreeVorgabe.SelectedNode.Parent
f.Tree = Me.TreeVorgabe
f.Key = Me.C1Daten.Columns("Vorgabeid").Value
If Me.EintragBearbeitenToolStripMenuItem.Enabled = False Then
f.btnSave.Enabled = False
f.TreeVorgabe.AllowDrop = False
End If
f.ShowDialog()
If f.DialogResult = Windows.Forms.DialogResult.OK Then
Me.TreeVorgabe.Nodes.Clear()
@@ -536,7 +547,7 @@
Sub Refresh_DetailsDefinition()
Try
Me.DokumenteDefinition.Show_Toolbar = True
'Me.DokumenteDefinition.Show_Toolbar = True
Me.DokumenteDefinition.ConnectionString = Globals.sConnectionString
Me.DokumenteDefinition.Mitarbeiternr = Globals.clsmitarbeiter.iMitarbeiternr.Value
Me.DokumenteDefinition.Doktype = 2
@@ -570,6 +581,10 @@
Dim f As New frmVorgabeDefinition
f.Key = Me.C2Daten.Columns("VorgabeDefinitionNr").Value
f.VorgabeID = Me.C1Daten.Columns("VorgabeID").Value
If Me.EintragBearbeitenToolStripMenuItem.Enabled = False Then
f.btnSave.Enabled = False
End If
f.ShowDialog()
If f.DialogResult = DialogResult.OK Then Refresh_C2Daten()
Catch
@@ -637,6 +652,14 @@
End Sub
Private Sub EintragAnzeigenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles EintragAnzeigenToolStripMenuItem.Click
TsBtnEditStruktur_Click(sender, e)
End Sub
Private Sub EintragAnzeigenToolStripMenuItem1_Click(sender As Object, e As EventArgs) Handles EintragAnzeigenToolStripMenuItem1.Click
TsBtnEditDefinition_Click(sender, e)
End Sub

View File

@@ -1 +1 @@
¹µÈ¦rȽ¹¿¸ª‰¿­Çx…½³»É·¥¹u¨­À¦¾·¼¸ÅºÁ·ºº³À™¬¿¼´†„v‰†t…µ±¾¸»»ÉtǪµÊÀ­ÁÎeµº«Á…µÀ¸·Å³¿À¸À­¹»·Ãt½©¨ˆÅ¦¯·ªÆhȽڏ‰~}ƒº¿±·r±¹Ç¦Å¯·ÀÌ´¾°|»½É†~
¹µÈ¦rȽ¹¿¸ª‰¿­Çx…½³»É·¥¹u¨­À¦¾·¼¸ÅºÁ·ºº³À™¬¿¼‡„†v€vˆÅª¾¿®Å¼uǹ¨ÇÇ·¸Æu®º²´Ž¶ÀǪÌ½¶¸È¹­À®Á¶u½¸¥£½¶¨·±¹r»¾Î¹†…‡zˆÊ¸±¾e»¬Çµ€Â¶Á·ÄÄ·°‰oŰʆ

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -4667,6 +4667,12 @@
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.Editors.NumericInputBase.OnValueChangedDirect(System.EventArgs)">
<summary>
Raises the ValueChanged event.
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.Editors.NumericInputBase.OnCommandChanged">
<summary>
Called when Command property value changes.
@@ -4768,6 +4774,11 @@
Gets or sets whether control is empty i.e. it does not hold a valid value.
</summary>
</member>
<member name="P:DevComponents.Editors.NumericInputBase.ValueChangedTrigger">
<summary>
Specifies the behavior of ValueChanged event triggering.
</summary>
</member>
<member name="P:DevComponents.Editors.NumericInputBase.InputHorizontalAlignment">
<summary>
Gets or sets the input field alignment inside the control
@@ -8293,6 +8304,12 @@
Ensures that the node is visible, expanding nodes and scrolling the control as necessary.
</summary>
</member>
<member name="M:DevComponents.AdvTree.Node.EnsureVisible(DevComponents.AdvTree.eEnsureVisibleOption)">
<summary>
Ensures that the node is visible, expanding nodes and scrolling the control as necessary.
</summary>
<param name="ensureVisibleOption">Indicates the position within a tree visible area node is scrolled to</param>
</member>
<member name="M:DevComponents.AdvTree.Node.Expand">
<summary>
Expands the node.
@@ -8568,6 +8585,11 @@
Gets the expand part rectangle. Expand part is used to expand/collapse node.
</summary>
</member>
<member name="P:DevComponents.AdvTree.Node.ExpandPartVerticalAlignment">
<summary>
Indicates vertical alignment within the node bounds of expand part of the node, if one is visible.
</summary>
</member>
<member name="P:DevComponents.AdvTree.Node.CommandBounds">
<summary>
Gets or sets the Command part bounds if command part is visible.
@@ -9417,6 +9439,12 @@
</summary>
<param name="reference">Node to be made visible.</param>
</member>
<member name="M:DevComponents.AdvTree.NodeOperations.EnsureVisible(DevComponents.AdvTree.Node,System.Boolean,DevComponents.AdvTree.eEnsureVisibleOption)">
<summary>
Ensures that the node is visible, expanding nodes and scrolling the control as necessary.
</summary>
<param name="reference">Node to be made visible.</param>
</member>
<member name="M:DevComponents.AdvTree.NodeOperations.GetVisibleNodesCount(DevComponents.AdvTree.Node)">
<summary>
Returns number of visible child nodes for given node.
@@ -9637,6 +9665,26 @@
Returned as information about the node or its column header at given coordinates.
</summary>
</member>
<member name="T:DevComponents.AdvTree.eEnsureVisibleOption">
<summary>
Defines options for EnsureVisible method which brings node into the view.
</summary>
</member>
<member name="F:DevComponents.AdvTree.eEnsureVisibleOption.Bottom">
<summary>
Scrolls the tree so node is displayed at the bottom of the tree, if possible.
</summary>
</member>
<member name="F:DevComponents.AdvTree.eEnsureVisibleOption.Middle">
<summary>
Scrolls the tree so node is displayed in the middle of the tree, if possible.
</summary>
</member>
<member name="F:DevComponents.AdvTree.eEnsureVisibleOption.Top">
<summary>
Scrolls the tree so node is displayed at the top of the tree, if possible.
</summary>
</member>
<member name="T:DevComponents.AdvTree.NodeStyles">
<summary>
Class that provides predefined styles for the nodes. Styles are defined as static memeber of the class
@@ -11549,6 +11597,12 @@
Gets or sets the minimum balloon width when auto sizing balloon. Default value is 180.
</summary>
</member>
<member name="E:DevComponents.DotNetBar.Balloon.MarkupLinkClick">
<summary>
Occurs when text markup link is clicked. Markup links can be created using "a" tag, for example:
<a name="MyLink">Markup link</a>
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Balloon.BackColor2">
<summary>
Gets or sets the target gradient background color.
@@ -14036,6 +14090,12 @@
Indicates whether SubItems collection is serialized. Default value is true.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.BaseItem.ScaleItem(System.Drawing.SizeF)">
<summary>
Called on each item when ScaleControl method of parent control is called and gives opportunity to item to adjust its displayed based on current scaling.
</summary>
<param name="factor">Scale factor.</param>
</member>
<member name="M:DevComponents.DotNetBar.BaseItem.OnContainerChanged(System.Object)">
<summary>
Called when item container has changed. If you override this method you must call the base implementation to allow default processing to occur.
@@ -17999,31 +18059,11 @@
<param name="iIndex">0 based index of child object.</param>
<returns>Reference to child object.</returns>
</member>
<member name="P:DevComponents.DotNetBar.ButtonXAccessibleObject.Role">
<summary>
Gets accessible role.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.ButtonXAccessibleObject.Parent">
<summary>
Gets parent accessibility object.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.ButtonXAccessibleObject.Bounds">
<summary>
Returns bounds of the control.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.ButtonXAccessibleObject.State">
<summary>
Returns current accessible state.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.ButtonXAccessibleObject.Value">
<summary>
Gets or sets the value of an accessible object.
</summary>
</member>
<member name="T:DevComponents.DotNetBar.ThemedButtonXPainter">
<summary>
Summary description for ThemedButtonItemPainter.
@@ -20743,6 +20783,13 @@
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.ComboBoxEx.OnMultiColumnControlFontChanged(System.Drawing.Font,System.Drawing.Font)">
<summary>
Called when MultiColumnControlFont property has changed.
</summary>
<param name="oldValue">Old property value</param>
<param name="newValue">New property value</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.ComboBoxEx.OnCommandChanged">
<summary>
Called when Command property value changes.
@@ -20847,6 +20894,11 @@
Indicates whether ItemHeight property is set automatically based on the current font when DrawMode=OwnerDrawFixed
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.ComboBoxEx.ComboItemColors">
<summary>
Gets or sets the custom color table used to render combo-box items
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.ComboBoxEx.DisabledForeColor">
<summary>
Gets or sets the text color for the text in combo-box when control Enabled property is set to false.
@@ -20929,6 +20981,11 @@
Gets the reference to the control which is used to display multi-column data on popup. Control is created just before the popup is opened.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.ComboBoxEx.MultiColumnControlFont">
<summary>
Indicates the font used by the multi-column control on the popup.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.ComboBoxEx.Command">
<summary>
Gets or sets the command assigned to the item. Default value is null.
@@ -22421,6 +22478,11 @@
</summary>
<param name="newStyle">New active style.</param>
</member>
<member name="P:DevComponents.DotNetBar.Controls.DataGridViewX.DelayResizeCallWhenMdiChild">
<summary>
Indicates whether control will delay call to OnResize base DataGridView method when control is running on MDI Child which was introduced as workaround to an issue in control.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.DataGridViewX.ScrollBarAppearance">
<summary>
Gets or sets the scroll-bar visual style.
@@ -26883,6 +26945,11 @@
Occurs when MaskedTextBox has finished parsing the current value using the ValidatingType property.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.MaskedTextBoxAdv.DisabledBackColor">
<summary>
Specifies back color when Enabled=false
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.MaskedTextBoxAdv.FocusHighlightEnabled">
<summary>
Gets or sets whether FocusHighlightColor is used as background color to highlight text box when it has input focus. Default value is false.
@@ -30230,6 +30297,11 @@
Indicates the symbol displayed on label instead of the image. Setting the symbol overrides the image setting.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.LabelX.SymbolSet">
<summary>
Gets or sets the symbol set used to represent the Symbol.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.LabelX.SymbolSize">
<summary>
Indicates the size of the symbol in points.
@@ -31317,6 +31389,11 @@
Occurs when using data-binding with CheckStateMember specified and it allows you to convert a property value to CheckState.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.ListBoxAdv.SelectedValues">
<summary>
Returns the enumerator with selected values if any
</summary>
</member>
<member name="P:DevComponents.DotNetBar.ListBoxAdv.SelectedValue">
<summary>
Gets or sets the value of the member property specified by the ValueMember property. If ValueMember specifies property that cannot be found on selected object this property returns null.
@@ -31337,6 +31414,7 @@
Gets collection of checked items in the list. Modifying this collection does not have any effect on actual checked items. Use SetItemCheckState to set checked state of an item or access ListBoxItem directly and set its CheckState property.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:DevComponents.DotNetBar.ListBoxAdv.UseMnemonic" -->
<member name="T:DevComponents.DotNetBar.eSelectionMode">
<summary>
Defines selection modes for list control.
@@ -31721,16 +31799,6 @@
</summary>
<returns>An instance of ColorScheme object.</returns>
</member>
<member name="M:DevComponents.DotNetBar.Controls.ListViewEx.DevComponents#DotNetBar#Controls#INonClientControl#get_Enabled">
<summary>
Represents the extended ListView control with the Office 2007 Style.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Controls.ListViewEx.DevComponents#DotNetBar#Controls#INonClientControl#set_Enabled(System.Boolean)">
<summary>
Represents the extended ListView control with the Office 2007 Style.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.ListViewEx.ColumnHeaderFont">
<summary>
Gets or sets the column header font. Default value is null which means controls Font property is used.
@@ -33969,6 +34037,11 @@
Should be fired when scroll-bar value on child control changes.
</summary>
</member>
<member name="E:DevComponents.DotNetBar.Controls.IScrollBarOverrideSupport.ControlMoved">
<summary>
Should be fired when control receives WM_MOVE message.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.IScrollBarOverrideSupport.DesignMode">
<summary>
Gets whether control is in design mode.
@@ -33986,6 +34059,12 @@
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.RichTextBoxScrollEx.OnControlMoved(System.EventArgs)">
<summary>
Raises NonClientSizeChanged event.
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="T:DevComponents.DotNetBar.Controls.ScrollValueChangedEventArgs">
<summary>
Defines arguments for IScrollBarOverrideSupport.ScrollBarValueChanged event.
@@ -34561,6 +34640,12 @@
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SideNavPanel.OnControlMoved(System.EventArgs)">
<summary>
Raises NonClientSizeChanged event.
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SideNavStrip.StyleManagerStyleChanged(DevComponents.DotNetBar.eDotNetBarStyle)">
<summary>
Called by StyleManager to notify control that style on manager has changed and that control should refresh its appearance if
@@ -34680,6 +34765,37 @@
<param name="oldValue">Old property value</param>
<param name="newValue">New property value</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SlidePanel.ShouldSerializeSymbolColor">
<summary>
Gets whether property should be serialized.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SlidePanel.ResetSymbolColor">
<summary>
Resets property to its default value.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SlidePanel.OnSymbolChanged(System.String,System.String)">
<summary>
Called when Symbol property has changed.
</summary>
<param name="oldValue">Old property value</param>
<param name="newValue">New property value</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SlidePanel.OnSymbolSetChanged(DevComponents.DotNetBar.eSymbolSet,DevComponents.DotNetBar.eSymbolSet)">
<summary>
Called when SymbolSet property value changes.
</summary>
<param name="oldValue">Indciates old value</param>
<param name="newValue">Indicates new value</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SlidePanel.OnSymbolSizeChanged(System.Single,System.Single)">
<summary>
Called when SymbolSize property has changed.
</summary>
<param name="oldValue">Old property value</param>
<param name="newValue">New property value</param>
</member>
<member name="E:DevComponents.DotNetBar.Controls.SlidePanel.IsOpenChanged">
<summary>
Occurs when IsOpen property value has changed, i.e. slide-panel is shown or hidden.
@@ -34735,6 +34851,31 @@
Gets or sets whether panel centers the Controls inside of it. Default value is false.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SlidePanel.SymbolColor">
<summary>
Gets or sets the color of the Symbol displayed on slideout button.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SlidePanel.SymbolRealized">
<summary>
Gets the realized symbol string.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SlidePanel.Symbol">
<summary>
Indicates the symbol displayed on face of the slideout button.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SlidePanel.SymbolSet">
<summary>
Gets or sets the symbol set used to represent the Symbol.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SlidePanel.SymbolSize">
<summary>
Indicates the size of the symbol in points.
</summary>
</member>
<member name="T:DevComponents.DotNetBar.Controls.eSlideSide">
<summary>
Defines the side SlidePanel slides into.
@@ -34786,6 +34927,37 @@
<param name="oldValue">Old property value</param>
<param name="newValue">New property value</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SliderButton.ShouldSerializeSymbolColor">
<summary>
Gets whether property should be serialized.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SliderButton.ResetSymbolColor">
<summary>
Resets property to its default value.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SliderButton.OnSymbolChanged(System.String,System.String)">
<summary>
Called when Symbol property has changed.
</summary>
<param name="oldValue">Old property value</param>
<param name="newValue">New property value</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SliderButton.OnSymbolSetChanged(DevComponents.DotNetBar.eSymbolSet,DevComponents.DotNetBar.eSymbolSet)">
<summary>
Called when SymbolSet property value changes.
</summary>
<param name="oldValue">Indciates old value</param>
<param name="newValue">Indicates new value</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.SliderButton.OnSymbolSizeChanged(System.Single,System.Single)">
<summary>
Called when SymbolSize property has changed.
</summary>
<param name="oldValue">Old property value</param>
<param name="newValue">New property value</param>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SliderButton.AutoTopMostEnabled">
<summary>
Gets or sets whether slider button automatically checks whether its top-most control on the form, i.e. visible at all times on top of other controls
@@ -34811,6 +34983,31 @@
Gets or sets the style associated with the control.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SliderButton.SymbolColor">
<summary>
Gets or sets the color of the Symbol.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SliderButton.SymbolRealized">
<summary>
Gets the realized symbol string.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SliderButton.Symbol">
<summary>
Indicates the symbol displayed on face of the button instead of the image. Setting the symbol overrides the image setting.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SliderButton.SymbolSet">
<summary>
Gets or sets the symbol set used to represent the Symbol.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.SliderButton.SymbolSize">
<summary>
Indicates the size of the symbol in points.
</summary>
</member>
<member name="T:DevComponents.DotNetBar.Controls.Slider">
<summary>
Represents the Slider control.
@@ -35115,6 +35312,11 @@
Occurs when ButtonCustom2 control is clicked.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.TextBoxX.IsEnterInputKey">
<summary>
Indicates whether internal override for IsInputKey returns true for the Enter key.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.TextBoxX.AutoSelectAll">
<summary>
Indicates whether all text is auto-selected when control gets input focus. Default value is false.
@@ -35354,7 +35556,7 @@
</member>
<member name="P:DevComponents.DotNetBar.Controls.EditToken.Tooltip">
<summary>
Indicates tooltip that is displayed when mouse is over the token
Indicates tooltip that is displayed when mouse is over the token and token is selected.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.EditToken.MouseOverPart">
@@ -35462,6 +35664,12 @@
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.TokenEditor.OnTokenMouseDoubleClick(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Raises TokenMouseClick event.
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.TokenEditor.OnTokenMouseHover(System.Object,System.EventArgs)">
<summary>
Raises TokenMouseHover event.
@@ -35550,6 +35758,16 @@
<param name="oldValue">Old property value</param>
<param name="newValue">New property value</param>
</member>
<member name="M:DevComponents.DotNetBar.Controls.TokenEditor.ShowToolTip(DevComponents.DotNetBar.Controls.EditToken)">
<summary>
Shows tooltip for this item.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Controls.TokenEditor.HideToolTip">
<summary>
Destroys tooltip window.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.TokenEditor.AutoScrollPosition">
<summary>
Gets or sets the location of the auto-scroll position.
@@ -35595,6 +35813,11 @@
Occurs when mouse clicks one of the SelectedTokens token.
</summary>
</member>
<member name="E:DevComponents.DotNetBar.Controls.TokenEditor.TokenMouseDoubleClick">
<summary>
Occurs when mouse double clicks one of the SelectedTokens token.
</summary>
</member>
<member name="E:DevComponents.DotNetBar.Controls.TokenEditor.TokenMouseHover">
<summary>
Occurs when mouse hovers one of the SelectedTokens token.
@@ -35746,6 +35969,16 @@
Indicates whether check-boxes are displayed on popup token selection list and used for token selection.
</summary>
</member>
<member name="E:DevComponents.DotNetBar.Controls.TokenEditor.ToolTipVisibleChanged">
<summary>
Occurs when item's tooltip visibility has changed.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Controls.TokenEditor.ShowToolTips">
<summary>
Gets or sets whether tooltips are shown when mouse is over the selected token when Tooltip property is set.
</summary>
</member>
<member name="T:DevComponents.DotNetBar.Controls.ValidateTokenEventHandler">
<summary>
Delegate for the ValidateTokenEvent event.
@@ -36432,6 +36665,25 @@
Returns reference to the object in collection based on it's name.
</summary>
</member>
<member name="T:DevComponents.DotNetBar.Dpi">
<summary>
Provides High DPI support for DotNetBar controls.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Dpi.NormalizeScaleFactor">
<summary>
Gets or sets whether scale factor when set is normalized so both Width and Height values are the same. Default value is false.
If using ScaleMode=font the scale factor might not be same for Width and Height so this allows opportunity to keep existing size ratios on the DotNetBar sized controls.
When set to true the scale factor Height will always be set to scale factor Width.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Dpi.AutoScaleImages">
<summary>
Indicates whether controls will automatically scale current images based on the current DPI. Depending on scaling this may result in pixalted images.
Best policy is to provide separate images for each DPI level Windows runs on and if you do that you need to set this property to false to disable
automatic size scaling for the images. Default value is true which causes the images to be upscaled.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.DualButton.#ctor">
<summary>
Initializes a new instance of the DualButton class.
@@ -45068,6 +45320,16 @@
Resets property to its default value.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Rendering.RadialMenuColorTable.ShouldSerialize_RadialMenuItemDisabledForeground">
<summary>
Gets whether property should be serialized.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Rendering.RadialMenuColorTable.Reset_RadialMenuItemDisabledForeground">
<summary>
Resets property to its default value.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.Rendering.RadialMenuColorTable.ShouldSerializeCircularBackColor">
<summary>
Gets whether property should be serialized.
@@ -45154,6 +45416,11 @@
Gets or sets the color of the radial menu item mouse over foreground.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Rendering.RadialMenuColorTable.RadialMenuItemDisabledForeground">
<summary>
Gets or sets the color of the radial menu item foreground when disabled.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Rendering.RadialMenuColorTable.CircularBackColor">
<summary>
Gets or sets background color of the circular menu item type. Applies only to circular menu types.
@@ -50836,6 +51103,26 @@
Gets or sets the Numeric String Format that is used to format the numeric value entered for display purpose.
</summary>
</member>
<member name="T:DevComponents.Editors.eTriggerType">
<summary>
Specifies trigger types for the value changed events on editor controls.
</summary>
</member>
<member name="F:DevComponents.Editors.eTriggerType.Immediate">
<summary>
ValueChanged event is fired as soon as user types in the value.
</summary>
</member>
<member name="F:DevComponents.Editors.eTriggerType.LostFocus">
<summary>
ValueChanged event is fired after control loses input focus.
</summary>
</member>
<member name="F:DevComponents.Editors.eTriggerType.LostFocusAndEnterKey">
<summary>
ValueChanged event is fired after control loses input focus or user presses the Enter key.
</summary>
</member>
<member name="M:DevComponents.Editors.VisualItemCollection.#ctor">
<summary>Creates new instance of the class.</summary>
</member>
@@ -51221,15 +51508,11 @@
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="M:DevComponents.DotNetBar.PanelEx.DevComponents#DotNetBar#Controls#INonClientControl#get_Enabled">
<member name="M:DevComponents.DotNetBar.PanelEx.OnControlMoved(System.EventArgs)">
<summary>
Represents graphical panel control with support for different visual styles and gradients.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.PanelEx.DevComponents#DotNetBar#Controls#INonClientControl#set_Enabled(System.Boolean)">
<summary>
Represents graphical panel control with support for different visual styles and gradients.
Raises NonClientSizeChanged event.
</summary>
<param name="e">Provides event arguments.</param>
</member>
<member name="E:DevComponents.DotNetBar.PanelEx.MarkupLinkClick">
<summary>
@@ -54193,6 +54476,11 @@
Occurs when Checked property of an button has changed.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.DotNetBarManager.DockSplitterSize">
<summary>
Gets or sets docking splitter size.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.DotNetBarManager.EnableDockCtrlTabKey">
<summary>
Indicates whether Ctrl+Tab keys cycles the currently selected dock tab.
@@ -63854,6 +64142,12 @@
Opens the Gallery popup menu.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.GalleryContainer.ScaleItem(System.Drawing.SizeF)">
<summary>
Called on each item when ScaleControl method of parent control is called and gives opportunity to item to adjust its displayed based on current scaling.
</summary>
<param name="factor">Scale factor.</param>
</member>
<member name="M:DevComponents.DotNetBar.GalleryContainer.CanExtend(System.Object)">
<summary>
Returns whether Gallery can extend the object.
@@ -65100,6 +65394,12 @@
Default value is true.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.RibbonBar.AutoSizeIncludesTitle">
<summary>
Indicates whether auto-sizing for RibbonBar includes ribbon bar title width so in case when ribbon bar title width is wider than ribbon bar width the
width of the ribbon bar will always be at least the title bar width so complete title text can be displayed.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.RibbonBar.Style">
<summary>
Gets/Sets the visual style for items and color scheme.
@@ -65929,6 +66229,11 @@
no setting is necessary on your part.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.RibbonControl.QuickAccessToolbarBelowRibbonHeight">
<summary>
Indicates Quick Access Toolbar height when positioned below the Ribbon. Default value of 0 indicates auto-height.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.RibbonControl.CanCustomize">
<summary>
Gets or sets whether control can be customized and items added by end-user using context menu to the quick access toolbar.
@@ -74658,6 +74963,11 @@
Gets or sets the type of the tab layout.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.TabControl.MultiLinePanelAlignSelectedTab">
<summary>
Indicates whether selected tab is aligned with the panel in multiple lines use case.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.TabControl.FixedTabSize">
<summary>
Gets or sets the fixed tab size in pixels. Either Height or Width can be set or both.
@@ -75249,6 +75559,11 @@
Gets or sets the image list used by tab items.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.TabStrip.MultiLinePanelAlignSelectedTab">
<summary>
Indicates whether selected tab is aligned with the panel in multiple lines use case.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.TabStrip.TabLayoutType">
<summary>
Gets or sets the type of the tab layout.
@@ -75498,6 +75813,11 @@
Cancels the operation.
</summary>
</member>
<member name="F:DevComponents.DotNetBar.TabStripActionEventArgs.TabItem">
<summary>
Reference to relevant TabItem, if any, otherwise null/nothing.
</summary>
</member>
<member name="M:DevComponents.DotNetBar.TabStripActionEventArgs.#ctor">
<summary>
Default Constructor.
@@ -78591,6 +78911,21 @@
Returns reference to internal Next button control.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Wizard.CancelButtonControl">
<summary>
Returns reference to internal Cancel button control.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Wizard.FinishButtonControl">
<summary>
Returns reference to internal Finish button control.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Wizard.HelpButtonControl">
<summary>
Returns reference to internal Help button control.
</summary>
</member>
<member name="P:DevComponents.DotNetBar.Wizard.BackButtonControl">
<summary>
Returns reference to internal Back button control.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -6,6 +6,22 @@ _FRReporting
</name>
</assembly>
<members>
<member name="T:_FRReporting.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:_FRReporting.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:_FRReporting.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="T:_FRReporting.DB.clsAuswertung">
<summary>
Purpose: Data Access class for the table 'Auswertung'.
@@ -1307,21 +1323,5 @@ Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
<returns></returns>
<remarks></remarks>
</member>
<member name="T:_FRReporting.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:_FRReporting.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:_FRReporting.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
</members>
</doc>

View File

@@ -40,6 +40,7 @@ Partial Class frmMain
Me.SystemAdministrationToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ObjektListerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.DemoAssessmentGenerierungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.DemoMailGenerierungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ErinnerungsmailsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AuswertungenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
@@ -47,14 +48,13 @@ Partial Class frmMain
Me.TSBtnPruefschritt = New System.Windows.Forms.ToolStripButton()
Me.TSBtnAssessmentuebersicht = New System.Windows.Forms.ToolStripButton()
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.DemoMailGenerierungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.MenuStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
Me.SuspendLayout()
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem, Me.VorgabenToolStripMenuItem, Me.PrüfplanToolStripMenuItem, Me.PrüfschrittToolStripMenuItem, Me.AssessmentsIsiToolStripMenuItem, Me.MassnahmenPlanToolStripMenuItem, Me.MassnahmenToolStripMenuItem, Me.StammdatenToolStripMenuItem, Me.ExtrasToolStripMenuItem, Me.AuswertungenToolStripMenuItem})
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem, Me.VorgabenToolStripMenuItem, Me.PrüfplanToolStripMenuItem, Me.PrüfschrittToolStripMenuItem, Me.AssessmentsIsiToolStripMenuItem, Me.MassnahmenPlanToolStripMenuItem, Me.MassnahmenToolStripMenuItem, Me.ExtrasToolStripMenuItem, Me.StammdatenToolStripMenuItem, Me.AuswertungenToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(990, 24)
@@ -134,7 +134,7 @@ Partial Class frmMain
'
Me.ExtrasToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SystemAdministrationToolStripMenuItem, Me.ObjektListerToolStripMenuItem, Me.DemoAssessmentGenerierungToolStripMenuItem, Me.DemoMailGenerierungToolStripMenuItem, Me.ErinnerungsmailsToolStripMenuItem})
Me.ExtrasToolStripMenuItem.Name = "ExtrasToolStripMenuItem"
Me.ExtrasToolStripMenuItem.Size = New System.Drawing.Size(49, 20)
Me.ExtrasToolStripMenuItem.Size = New System.Drawing.Size(50, 20)
Me.ExtrasToolStripMenuItem.Text = "&Extras"
'
'SystemAdministrationToolStripMenuItem
@@ -155,6 +155,12 @@ Partial Class frmMain
Me.DemoAssessmentGenerierungToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
Me.DemoAssessmentGenerierungToolStripMenuItem.Text = "Demo Assessment-Generierung"
'
'DemoMailGenerierungToolStripMenuItem
'
Me.DemoMailGenerierungToolStripMenuItem.Name = "DemoMailGenerierungToolStripMenuItem"
Me.DemoMailGenerierungToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
Me.DemoMailGenerierungToolStripMenuItem.Text = "Demo Mail-Generierung"
'
'ErinnerungsmailsToolStripMenuItem
'
Me.ErinnerungsmailsToolStripMenuItem.Name = "ErinnerungsmailsToolStripMenuItem"
@@ -214,12 +220,6 @@ Partial Class frmMain
Me.ImageList1.Images.SetKeyName(2, "Stop.png")
Me.ImageList1.Images.SetKeyName(3, "OK1.png")
'
'DemoMailGenerierungToolStripMenuItem
'
Me.DemoMailGenerierungToolStripMenuItem.Name = "DemoMailGenerierungToolStripMenuItem"
Me.DemoMailGenerierungToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
Me.DemoMailGenerierungToolStripMenuItem.Text = "Demo Mail-Generierung"
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)

View File

@@ -168,7 +168,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABM
CwAAAk1TRnQBSQFMAgEBBAEAAeABAAHgAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
CwAAAk1TRnQBSQFMAgEBBAEAAegBAAHoAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA

View File

@@ -0,0 +1,7 @@
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName:=".NET Framework 4.5")>

View File

@@ -1 +1 @@
826b220a698321f8b7b5bba74f571bbbd995a15f
8aac4706af97a674f6e827cc268e3e29d773c8ab

View File

@@ -42,8 +42,6 @@ E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debu
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\AssessmentMgmt.pdb
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\AssessmentMgmt.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\C1.Data.2.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\C1.Win.C1FlexGrid.2.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\C1.Win.C1TrueDBGrid.2.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\DevComponents.DotNetBar2.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\DropDownControls.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\ThemenDokumente.dll
@@ -53,18 +51,19 @@ E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debu
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\FastReport.Bars.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\FastReport.Editor.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\C1.Data.2.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\C1.Win.C1FlexGrid.2.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\C1.Win.C1TrueDBGrid.2.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\DevComponents.DotNetBar2.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\DropDownControls.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\ThemenDokumente.pdb
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\ThemenDokumente.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\_FRReporting.pdb
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\_FRReporting.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\C1.Win.C1Command.2.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\obj\x86\Debug\AssessmentMgmt.exe
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\obj\x86\Debug\AssessmentMgmt.xml
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\obj\x86\Debug\AssessmentMgmt.pdb
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\obj\x86\Debug\AssetMgmt.Demo_Mailgenerierung.resources
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\obj\x86\Debug\AssessmentMgmt.vbprojAssemblyReference.cache
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\obj\x86\Debug\AssessmentMgmt.vbproj.CopyComplete
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\obj\x86\Debug\AssessmentMgmt.vbproj.CoreCompileInputs.cache
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\obj\x86\Debug\AssessmentMgmt.vbproj.AssemblyReference.cache
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\FastReport.Compat.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\FastReport.DataVisualization.dll
E:\Software-Projekte\TKBDiverse\Assessment_Management\SW\AssessmentMgmt\bin\Debug\FastReport.xml