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