update 0250704

This commit is contained in:
Stefan Hutter
2025-07-04 21:40:19 +02:00
parent 6763534b8c
commit 68e4725ff5
71 changed files with 483 additions and 93 deletions

View File

@@ -46,9 +46,10 @@
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();
this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
this.tsbtnrefresh = new System.Windows.Forms.ToolStripButton();
this.Open.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
@@ -79,11 +80,12 @@
this.FitPage,
this.FitWidth,
this.toolStripButton1,
this.tsbtnrefresh});
this.tsbtnrefresh,
this.tsschnellansicht});
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(482, 41);
this.Open.Size = new System.Drawing.Size(665, 41);
this.Open.TabIndex = 5;
this.Open.Text = "toolStrip1";
//
@@ -96,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(23, 31);
this.btnFirst.Size = new System.Drawing.Size(29, 31);
this.btnFirst.ToolTipText = "Erste Seite";
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
//
@@ -109,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(23, 31);
this.btnPrevious.Size = new System.Drawing.Size(29, 31);
this.btnPrevious.ToolTipText = "Vorherige Seite";
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
//
@@ -119,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, 23);
this.txtPageNumber.Size = new System.Drawing.Size(35, 27);
this.txtPageNumber.Text = "1";
this.txtPageNumber.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
@@ -132,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(23, 31);
this.btnNext.Size = new System.Drawing.Size(29, 31);
this.btnNext.ToolTipText = "Nächste Seite";
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
@@ -145,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(23, 31);
this.btnLast.Size = new System.Drawing.Size(29, 31);
this.btnLast.ToolTipText = "Letzte Seite";
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
//
@@ -162,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(23, 31);
this.zoomIn.Size = new System.Drawing.Size(29, 31);
this.zoomIn.ToolTipText = "Verkleinern";
this.zoomIn.Click += new System.EventHandler(this.zoomIn_Click);
//
@@ -174,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(23, 31);
this.zoomOut.Size = new System.Drawing.Size(29, 31);
this.zoomOut.ToolTipText = "Vergrössern";
this.zoomOut.Click += new System.EventHandler(this.zoomOut_Click);
//
@@ -202,7 +204,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(23, 31);
this.FitPage.Size = new System.Drawing.Size(29, 31);
this.FitPage.ToolTipText = "Eine Seite";
this.FitPage.Visible = false;
this.FitPage.Click += new System.EventHandler(this.FitPage_Click);
@@ -215,7 +217,7 @@
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(23, 31);
this.FitWidth.Size = new System.Drawing.Size(29, 31);
this.FitWidth.Text = "FitWidth";
this.FitWidth.ToolTipText = "Seitenbreite";
this.FitWidth.Visible = false;
@@ -227,10 +229,30 @@
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.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.Text = "Refresh";
this.tsbtnrefresh.ToolTipText = "Dokument aktualisieren";
this.tsbtnrefresh.Click += new System.EventHandler(this.tsbtnrefresh_Click);
//
// tsschnellansicht
//
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.Text = "Schnellansicht";
this.tsschnellansicht.CheckedChanged += new System.EventHandler(this.tsschnellansicht_CheckedChanged);
//
// panel1
//
this.panel1.Controls.Add(this.Open);
@@ -281,17 +303,6 @@
this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
this.pdfViewerControl1.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
//
// 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(28, 28);
this.tsbtnrefresh.Text = "Refresh";
this.tsbtnrefresh.ToolTipText = "Dokument aktualisieren";
this.tsbtnrefresh.Click += new System.EventHandler(this.tsbtnrefresh_Click);
//
// DocPreview
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -327,5 +338,6 @@
private System.Windows.Forms.ToolStripButton toolStripButton1;
private Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl pdfViewerControl1;
private System.Windows.Forms.ToolStripButton tsbtnrefresh;
private Syncfusion.Windows.Forms.Tools.ToolStripCheckBox tsschnellansicht;
}
}