update 20251113

This commit is contained in:
Stefan Hutter
2025-11-13 17:38:45 +01:00
parent ec5c61cc57
commit 10ed1e6087
6199 changed files with 8549020 additions and 308 deletions
+9 -7
View File
@@ -39,12 +39,13 @@
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2});
this.toolStrip1.Location = new System.Drawing.Point(2, 2);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(960, 25);
this.toolStrip1.Size = new System.Drawing.Size(960, 31);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
@@ -54,8 +55,8 @@
this.toolStripButton1.Image = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(29, 28);
this.toolStripButton1.Text = "Fenster schliessen";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton2
@@ -64,8 +65,8 @@
this.toolStripButton2.Image = global::OnDoc.Properties.Resources.save_32x32_32;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(29, 28);
this.toolStripButton2.Text = "Änderungen speichern";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// sfDataGrid1
@@ -78,9 +79,10 @@
this.sfDataGrid1.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.AllCells;
this.sfDataGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.sfDataGrid1.FilterRowPosition = Syncfusion.WinForms.DataGrid.Enums.RowPosition.Top;
this.sfDataGrid1.Location = new System.Drawing.Point(2, 27);
this.sfDataGrid1.Location = new System.Drawing.Point(2, 33);
this.sfDataGrid1.Name = "sfDataGrid1";
this.sfDataGrid1.Size = new System.Drawing.Size(960, 486);
this.sfDataGrid1.PreviewRowHeight = 35;
this.sfDataGrid1.Size = new System.Drawing.Size(960, 480);
this.sfDataGrid1.TabIndex = 1;
this.sfDataGrid1.Text = "sfDataGrid1";
this.sfDataGrid1.AddNewRowInitiating += new Syncfusion.WinForms.DataGrid.Events.AddNewRowInitiatingEventHandler(this.sfDataGrid1_AddNewRowInitiating);
@@ -101,7 +101,7 @@ namespace OnDoc.UIControls.Administrator
private void toolStripButton1_Click(object sender, EventArgs e)
{
this.Close();
}
+26 -26
View File
@@ -43,9 +43,9 @@
this.zoomIn = new System.Windows.Forms.ToolStripButton();
this.zoomOut = new System.Windows.Forms.ToolStripButton();
this.zoomComboBox = new System.Windows.Forms.ToolStripComboBox();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.FitPage = new System.Windows.Forms.ToolStripButton();
this.FitWidth = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.tsbtnrefresh = new System.Windows.Forms.ToolStripButton();
this.tsschnellansicht = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
this.panel1 = new System.Windows.Forms.Panel();
@@ -85,7 +85,7 @@
this.Open.Location = new System.Drawing.Point(3, 0);
this.Open.Name = "Open";
this.Open.Padding = new System.Windows.Forms.Padding(5);
this.Open.Size = new System.Drawing.Size(552, 41);
this.Open.Size = new System.Drawing.Size(491, 41);
this.Open.TabIndex = 5;
this.Open.Text = "toolStrip1";
//
@@ -98,7 +98,7 @@
this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnFirst.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.btnFirst.Name = "btnFirst";
this.btnFirst.Size = new System.Drawing.Size(29, 31);
this.btnFirst.Size = new System.Drawing.Size(23, 31);
this.btnFirst.ToolTipText = "Erste Seite";
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
//
@@ -111,7 +111,7 @@
this.btnPrevious.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnPrevious.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.btnPrevious.Name = "btnPrevious";
this.btnPrevious.Size = new System.Drawing.Size(29, 31);
this.btnPrevious.Size = new System.Drawing.Size(23, 31);
this.btnPrevious.ToolTipText = "Vorherige Seite";
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
//
@@ -121,7 +121,7 @@
this.txtPageNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPageNumber.Font = new System.Drawing.Font("Segoe UI", 9F);
this.txtPageNumber.Name = "txtPageNumber";
this.txtPageNumber.Size = new System.Drawing.Size(35, 27);
this.txtPageNumber.Size = new System.Drawing.Size(35, 23);
this.txtPageNumber.Text = "1";
this.txtPageNumber.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
@@ -134,7 +134,7 @@
this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnNext.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(29, 31);
this.btnNext.Size = new System.Drawing.Size(23, 31);
this.btnNext.ToolTipText = "Nächste Seite";
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
@@ -147,7 +147,7 @@
this.btnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnLast.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(29, 31);
this.btnLast.Size = new System.Drawing.Size(23, 31);
this.btnLast.ToolTipText = "Letzte Seite";
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
//
@@ -164,7 +164,7 @@
this.zoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.zoomIn.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.zoomIn.Name = "zoomIn";
this.zoomIn.Size = new System.Drawing.Size(29, 31);
this.zoomIn.Size = new System.Drawing.Size(23, 31);
this.zoomIn.ToolTipText = "Verkleinern";
this.zoomIn.Click += new System.EventHandler(this.zoomIn_Click);
//
@@ -176,7 +176,7 @@
this.zoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
this.zoomOut.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.zoomOut.Name = "zoomOut";
this.zoomOut.Size = new System.Drawing.Size(29, 31);
this.zoomOut.Size = new System.Drawing.Size(23, 31);
this.zoomOut.ToolTipText = "Vergrössern";
this.zoomOut.Click += new System.EventHandler(this.zoomOut_Click);
//
@@ -196,6 +196,16 @@
this.zoomComboBox.Text = "100%";
this.zoomComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomComboBox_SelectedIndexChanged);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = global::OnDoc.Properties.Resources.Printer_24x24_32;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(28, 28);
this.toolStripButton1.Text = "PDF Drucken";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// FitPage
//
this.FitPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
@@ -204,7 +214,7 @@
this.FitPage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.FitPage.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.FitPage.Name = "FitPage";
this.FitPage.Size = new System.Drawing.Size(29, 31);
this.FitPage.Size = new System.Drawing.Size(23, 31);
this.FitPage.ToolTipText = "Eine Seite";
this.FitPage.Visible = false;
this.FitPage.Click += new System.EventHandler(this.FitPage_Click);
@@ -217,29 +227,19 @@
this.FitWidth.ImageTransparentColor = System.Drawing.Color.Magenta;
this.FitWidth.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.FitWidth.Name = "FitWidth";
this.FitWidth.Size = new System.Drawing.Size(29, 31);
this.FitWidth.Size = new System.Drawing.Size(23, 31);
this.FitWidth.Text = "FitWidth";
this.FitWidth.ToolTipText = "Seitenbreite";
this.FitWidth.Visible = false;
this.FitWidth.Click += new System.EventHandler(this.FitWidth_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = global::OnDoc.Properties.Resources.Printer_24x24_32;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(29, 28);
this.toolStripButton1.Text = "PDF Drucken";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// tsbtnrefresh
//
this.tsbtnrefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnrefresh.Image = global::OnDoc.Properties.Resources.Refresh_32x32_32;
this.tsbtnrefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnrefresh.Name = "tsbtnrefresh";
this.tsbtnrefresh.Size = new System.Drawing.Size(29, 28);
this.tsbtnrefresh.Size = new System.Drawing.Size(28, 28);
this.tsbtnrefresh.Text = "Refresh";
this.tsbtnrefresh.ToolTipText = "Dokument aktualisieren";
this.tsbtnrefresh.Click += new System.EventHandler(this.tsbtnrefresh_Click);
@@ -249,7 +249,7 @@
this.tsschnellansicht.Checked = true;
this.tsschnellansicht.CheckState = System.Windows.Forms.CheckState.Checked;
this.tsschnellansicht.Name = "tsschnellansicht";
this.tsschnellansicht.Size = new System.Drawing.Size(124, 28);
this.tsschnellansicht.Size = new System.Drawing.Size(102, 28);
this.tsschnellansicht.Text = "Schnellansicht";
this.tsschnellansicht.CheckedChanged += new System.EventHandler(this.tsschnellansicht_CheckedChanged);
//
@@ -270,9 +270,9 @@
this.pdfViewerControl1.EnableContextMenu = true;
this.pdfViewerControl1.EnableNotificationBar = true;
this.pdfViewerControl1.HorizontalScrollOffset = 0;
this.pdfViewerControl1.IsBookmarkEnabled = true;
this.pdfViewerControl1.IsTextSearchEnabled = true;
this.pdfViewerControl1.IsTextSelectionEnabled = true;
this.pdfViewerControl1.IsBookmarkEnabled = false;
this.pdfViewerControl1.IsTextSearchEnabled = false;
this.pdfViewerControl1.IsTextSelectionEnabled = false;
this.pdfViewerControl1.Location = new System.Drawing.Point(76, 41);
messageBoxSettings1.EnableNotification = true;
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings1;
+15 -3
View File
@@ -61,6 +61,7 @@ namespace OnDoc.UIControls
}
public void Show_Doc(string dokumentid)
{
try
{
if (PrintDokID == dokumentid) { return; }
@@ -69,19 +70,24 @@ namespace OnDoc.UIControls
if (dokumentid.Length > 25) {
dok.dokument = dokumentid;
} else
{
dok = GetDoc(true, dokumentid,this.tsschnellansicht.Checked);
{
dok = GetDoc(true, dokumentid,this.tsschnellansicht.Checked);
}
var stream = new MemoryStream(Convert.FromBase64String(dok.dokument));
//clsGetDoc gd = new clsGetDoc(AppParams.connectionstring);
//pdfViewerControl1.Load(@"E:\Software-Projekte\OnDoc\Office_Vorlagen\20251110_PRIIP Arete Ethik Vorsorgefonds Global Balanced.pdf");
if (stream.Length > 0)
{
this.pdfViewerControl1.Load(stream);
this.pdfViewerControl1.Visible = true;
pdfViewerControl1.ZoomMode = ZoomMode.FitWidth;
}
else
{
@@ -89,6 +95,8 @@ namespace OnDoc.UIControls
}
}
catch { }
}
public void show_base64(string image,string Logtext)
@@ -176,12 +184,15 @@ namespace OnDoc.UIControls
DocGet gd = new DocGet(AppParams.connectionstring);
if (AsPDF == true)
{
dok = gd.GetDocAsPDF(dokumentid,null,AppParams.tempdir, schnellansicht);
}
else
{
dok = gd.GetDoc(dokumentid);
}
gd = null;
}
if (dok.extension.ToString() == "")
@@ -190,6 +201,7 @@ namespace OnDoc.UIControls
return dok;
}
Logging.DocLog.Info("Dokument-Vorschau", "OnDoc.DocPreview", dokumentid, "", "Dokument-Vorschau");
return dok;
}
+22 -22
View File
@@ -124,66 +124,66 @@
<data name="btnFirst.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADRSURBVDhPY3CLL/8Pw65x5Q8YSATOsRXCrvGlGxgoMcgt
rtTRLb7sCUgvWQbZ29ezuMWXt9n7pv6F6SXZIOfECiW3+LITyPpINsgtoSzKJaL8E7ohRBvkl1TK6xpX
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADRSURBVDhPY3CLL/8Pw65x5Q8YSATOsRXCrvGlGxgoMcgt
rtTRLb7sCUgvWQbZ29ezuMWXt9l7J/+F6SXZIOfECiW3+LITyPpINsgtoSzKJaL8E7ohRBvkl1TK6xpX
vghdM0kGeSRUmLrGl99B14iO8RrkElsuh8sr6BivQSDgkVip5RZbcgldIzomaBAI2MfXc7jGl09G10yy
QTDgFlvq4xZf/hrdEJINAgGXpFIpt9jyPRQbBAL19fVMbnHl5W7xqb8pMggGkJMGRQaBACyxAgDj9DPX
njG3twAAAABJRU5ErkJggg==
QTDgFlvq4xZf/hrdEJINAgGXpFIpt9jyPRQbBAL19fVMbnHl5W7xyb8pMggGkJMGRQaBACyxAgDU4jPR
PJGpAwAAAABJRU5ErkJggg==
</value>
</data>
<data name="btnPrevious.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAACtSURBVDhPY2AgAXjFl0i4xZVtRRfHCdziy4Pd4oveuMWX
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACtSURBVDhPY2AgAXjFl0i4xZVtRRfHCdziy4Pd4oveuMWX
/0eXwwAuaeX8rnHli0CKYRhdDQpwiyt1dIwpe4SsAacm+/h6Drf4sj63+PJ/6BqwanKOLTd0jSu7iq4Q
q6bQ0FBml7jyKrf41N/oitAxWINbTIWKa3zZMXRJXJjBNa4s3S2+/Au6BD5MniaynEd2QCADkoIcGZAc
uciApGSEDEhOsMiApKyBDGCZEACCLQ6UhY/boQAAAABJRU5ErkJggg==
q6bQ0FBml7jyKrf45N/oitAxWINbTIWKa3zZMXRJXJjBNa4s3S2+/Au6BD5MniaynEd2QCADkoIcGZAc
uciApGSEDEhOsMiApKyBDGCZEAB6mw6Q+7+GQQAAAABJRU5ErkJggg==
</value>
</data>
<data name="btnNext.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAACcSURBVDhPY3CNLd3iFV8iwUAKcIsv/+8WX/7aPaEsCF0O
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACcSURBVDhPY3CNLd3iFV8iwUAKcIsv/+8WX/7aPaEsCF0O
J4BqAmPX+LKFHtH1fOhqMACyJggueugeX+6Arg4FYGoC439u8eW99vH1HOjqwQCLBjh2iS+/4hpfYoCu
B68mMPYt/+UaV1YZGhrKTLwmKHaJKz/qEVeiTJImKP7iFl+RRltNpDmP1IAgNchJjVwSkxGpCZa0rEFO
JgQA5egOmulL3r0AAAAASUVORK5CYII=
B68mMPYp/+UaV1YZGhrKTLwmKHaJKz/qEVeiTJImKP7iFl+RRltNpDmP1IAgNchJjVwSkxGpCZa0rEFO
JgQA4j0OmKQs+/AAAAAASUVORK5CYII=
</value>
</data>
<data name="btnLast.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADVSURBVDhPY3CNK1/kl1TKy0AicI0rf+AWX/4fhhlAhGt8
+R2PhApTdMX4AFaDIDj1t1tceXl9fT0TuiZsAI9BEOwaX7bbJalUCl0jOiBoEBS/dost9UHXjAyINQjq
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADVSURBVDhPY3CNK1/kl1TKy0AicI0rf+AWX/4fhhlAhGt8
+R2PhApTdMX4AFaDIDj5t1tceXl9fT0TuiZsAI9BEOwaX7bbJalUCl0jOiBoEBS/dost9UHXjAyINQjq
uvLJ9vH1HOiGgABJBoFxbMklj8RKLcoNii//7xJR/skltlyOIoNwJQ2SDMKXWIkyCOQVt4SyKHTNyIAI
g8pOOCdWKKFrRAc4DbL3Tf3rFl/eZm9fz4KuCRvAYVDZE7e4Ukd0xfgAhkGu8aUbnGMrhNEVEgLoBgEA
vzwz1r076J0AAAAASUVORK5CYII=
g8pOOCdWKKFrRAc4DbL3Tv7rFl/eZm9fz4KuCRvAYVDZE7e4Ukd0xfgAhkGu8aUbnGMrhNEVEgLoBgEA
tKYz0DWdYjwAAAAASUVORK5CYII=
</value>
</data>
<data name="zoomIn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADMSURBVDhPY2BAA/b29SwucRWRbnFlq1ziyx+7xaf+BmEw
GyQWVxEJUoOuDwW4JZS5usaX33GLL/+PDzvHl9x2j61wQdcPBm5xZZn2vql/0TXhwmC1cWWZKIa4xpUH
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADMSURBVDhPY2BAA/b29SwucRWRbnFlq1ziyx+7xSf/BmEw
GyQWVxEJUoOuDwW4JZS5usaX33GLL/+PDzvHl9x2j61wQdcPBm5xZZn23sl/0TXhwmC1cWWZKIa4xpUH
oiskFoP0gg2xj88XcIoufoWugFgM0gsyg8EtvjwXXZIMnMvgEld+CIsESRhkBshF35AF3ePLHYjBaIZ9
AxmEYjpKLOABGPrQXeQaX2JADMZwETXDiDqxRrV0BAJUSdnwWKBGXoMBquR+GCC3PAIA+Kbw8P6QEA4A
AxmEYjpKLOABGPrQXeQaX2JADMZwETXDiDqxRrV0BAJUSdnwWKBGXoMBquR+GCC3PAIAvn7w2CuggnoA
AAAASUVORK5CYII=
</value>
</data>
<data name="zoomOut.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAEbSURBVDhPY2BAA/b29SwucRWRbnFlq1ziyx+7xaf+BmEw
GyQWVxEJUoOuDwW4x1a4uMaX33GLL/+PDzvHl9wGqUXXDwZucWWZ9r6pf9E14cJgtXFlmSiGuMaVB6Ir
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEbSURBVDhPY2BAA/b29SwucRWRbnFlq1ziyx+7xSf/BmEw
GyQWVxEJUoOuDwW4x1a4uMaX33GLL/+PDzvHl9wGqUXXDwZucWWZ9t7Jf9E14cJgtXFlmSiGuMaVB6Ir
BCuOL/voHFdyAYRBbHR5EAbpBRtiH58v4BRd/ApdAVhRfOkGuGXxpRvQ5UEYpBdkBoNbfHkuuiQpBkFx
LoNLXPkhLBIkGQQyA+Sib8iC7vHlDjDsGlOpAzcoplIHWQ7NsG8gg1BMh2kkBDD0obvINb7EAI5jihVh
GkFsZDkMF1EzjKgTa1RLR2BFOFK2W3zRG7f48gMQDGZjqIGnbBigSl6DAbeEMldicj9IDc7cDwPw8ii+
fLVbfNkTYssjANYUzPoM0k19AAAAAElFTkSuQmCC
fLVbfNkTYssjAJvszOKtm5P4AAAAAElFTkSuQmCC
</value>
</data>
<data name="FitPage.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAEuSURBVDhPrZRLTsMwEEAjOAfiKFCJGIl9lrURu0hdVIHY
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEuSURBVDhPrZRLTsMwEEAjOAfiKFCJGIl9lrURu0hdVIHY
lVhk0wP0Euy5UG+QO4CezbiO82mFOpKl8Xj85me5UMb9XGMVQbHbZ+Mep5bS7Sq3Dc6N3UYQhmJCqqq6
LXX7pYzb5WciAbYASiCS/iTsLOhp3T4EQNOr9cfR66+fd7nfZSBt69K038rYA/rL2/t97jcLIioXuq67
YS8gdGwEYFH6LIg++BK0rQVcardX2m5iIG1rfOgfsBEoQnw/7OGvnAgASHYhw6YXGM8jgticJtT0coHL
@@ -194,7 +194,7 @@
<data name="FitWidth.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADUSURBVDhPY3CLL/9PDcwAIlziylNc40sMyMEgvXCD3OPL
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADUSURBVDhPY3CLL/9PDcwAIlziylNc40sMyMEgvXCD3OPL
HRjIBCC9I8kgj8RKUde4sh63uLISdA0gUF9fz+QaV97iFlc23y2mQgUkhmGQR3SZjFt82WXX+PI77vHl
CuiGgDSCYyqh3Nc+vuyjW3z5a+eEMl0Ug9ziSh3d4kvPgNmo+ADcoPjyA5jypWcgepFcBDIdZAvINpCt
INthzkcGINeCXO0SX34F5AsMr4FtjalQAfkfFA6g8EA3BARA4ecWX94LCk8QH6tB5ICRYhDVcj81MABm
+4 -1
View File
@@ -458,9 +458,11 @@ namespace OnDoc.UICintrols
if (AppParams.StartApp == false)
{
docPreview1.Show_Doc(selected_dokumentid);
docPreview1.Hide_Editbuttons();
}
}
private void sfDataGrid1_CellClick(object sender, Syncfusion.WinForms.DataGrid.Events.CellClickEventArgs e)
@@ -1383,6 +1385,7 @@ namespace OnDoc.UICintrols
private void sfDataGrid1_DrawCell(object sender, DrawCellEventArgs e)
{
try
{
if (e.Column.MappingName == "Prüfung_Rechts")