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
+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;