You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
307 lines
17 KiB
307 lines
17 KiB
namespace OnDoc.UIControls
|
|
{
|
|
partial class DocPreview
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Komponenten-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings4 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
|
|
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings4 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DocPreview));
|
|
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings4 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
|
|
this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
|
|
this.pnlEdit = new System.Windows.Forms.Panel();
|
|
this.Open = new System.Windows.Forms.ToolStrip();
|
|
this.btnFirst = new System.Windows.Forms.ToolStripButton();
|
|
this.btnPrevious = new System.Windows.Forms.ToolStripButton();
|
|
this.txtPageNumber = new System.Windows.Forms.ToolStripTextBox();
|
|
this.btnNext = new System.Windows.Forms.ToolStripButton();
|
|
this.btnLast = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.zoomIn = new System.Windows.Forms.ToolStripButton();
|
|
this.zoomOut = new System.Windows.Forms.ToolStripButton();
|
|
this.zoomComboBox = new System.Windows.Forms.ToolStripComboBox();
|
|
this.FitPage = new System.Windows.Forms.ToolStripButton();
|
|
this.FitWidth = new System.Windows.Forms.ToolStripButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.Open.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pdfViewerControl1
|
|
//
|
|
this.pdfViewerControl1.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
|
this.pdfViewerControl1.CursorMode = Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool;
|
|
this.pdfViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pdfViewerControl1.EnableContextMenu = false;
|
|
this.pdfViewerControl1.EnableNotificationBar = true;
|
|
this.pdfViewerControl1.HorizontalScrollOffset = 0;
|
|
this.pdfViewerControl1.IsBookmarkEnabled = true;
|
|
this.pdfViewerControl1.IsTextSearchEnabled = true;
|
|
this.pdfViewerControl1.IsTextSelectionEnabled = true;
|
|
this.pdfViewerControl1.Location = new System.Drawing.Point(76, 0);
|
|
messageBoxSettings4.EnableNotification = true;
|
|
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings4;
|
|
this.pdfViewerControl1.MinimumZoomPercentage = 50;
|
|
this.pdfViewerControl1.Name = "pdfViewerControl1";
|
|
this.pdfViewerControl1.PageBorderThickness = 1;
|
|
pdfViewerPrinterSettings4.Copies = 1;
|
|
pdfViewerPrinterSettings4.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
|
|
pdfViewerPrinterSettings4.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
|
|
pdfViewerPrinterSettings4.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings4.PrintLocation")));
|
|
pdfViewerPrinterSettings4.ShowPrintStatusDialog = true;
|
|
this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings4;
|
|
this.pdfViewerControl1.ReferencePath = null;
|
|
this.pdfViewerControl1.ScrollDisplacementValue = 0;
|
|
this.pdfViewerControl1.ShowHorizontalScrollBar = true;
|
|
this.pdfViewerControl1.ShowToolBar = true;
|
|
this.pdfViewerControl1.ShowVerticalScrollBar = true;
|
|
this.pdfViewerControl1.Size = new System.Drawing.Size(781, 560);
|
|
this.pdfViewerControl1.SpaceBetweenPages = 8;
|
|
this.pdfViewerControl1.TabIndex = 3;
|
|
this.pdfViewerControl1.Text = "pdfViewerControl1";
|
|
textSearchSettings4.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
|
|
textSearchSettings4.HighlightAllInstance = true;
|
|
textSearchSettings4.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
|
|
this.pdfViewerControl1.TextSearchSettings = textSearchSettings4;
|
|
this.pdfViewerControl1.ThemeName = "Default";
|
|
this.pdfViewerControl1.VerticalScrollOffset = 0;
|
|
this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
|
|
this.pdfViewerControl1.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
|
|
this.pdfViewerControl1.Click += new System.EventHandler(this.pdfViewerControl1_Click);
|
|
//
|
|
// pnlEdit
|
|
//
|
|
this.pnlEdit.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pnlEdit.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlEdit.Name = "pnlEdit";
|
|
this.pnlEdit.Size = new System.Drawing.Size(76, 560);
|
|
this.pnlEdit.TabIndex = 4;
|
|
this.pnlEdit.Visible = false;
|
|
//
|
|
// Open
|
|
//
|
|
this.Open.Dock = System.Windows.Forms.DockStyle.None;
|
|
this.Open.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.Open.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnFirst,
|
|
this.btnPrevious,
|
|
this.txtPageNumber,
|
|
this.btnNext,
|
|
this.btnLast,
|
|
this.toolStripSeparator2,
|
|
this.zoomIn,
|
|
this.zoomOut,
|
|
this.zoomComboBox,
|
|
this.FitPage,
|
|
this.FitWidth});
|
|
this.Open.Location = new System.Drawing.Point(3, 6);
|
|
this.Open.Name = "Open";
|
|
this.Open.Padding = new System.Windows.Forms.Padding(5);
|
|
this.Open.Size = new System.Drawing.Size(426, 33);
|
|
this.Open.TabIndex = 5;
|
|
this.Open.Text = "toolStrip1";
|
|
//
|
|
// btnFirst
|
|
//
|
|
this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnFirst.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
|
|
this.btnFirst.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
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, 23);
|
|
this.btnFirst.ToolTipText = "Erste Seite";
|
|
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
|
|
//
|
|
// btnPrevious
|
|
//
|
|
this.btnPrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnPrevious.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.btnPrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnPrevious.Image")));
|
|
this.btnPrevious.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
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, 23);
|
|
this.btnPrevious.ToolTipText = "Vorherige Seite";
|
|
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
|
|
//
|
|
// txtPageNumber
|
|
//
|
|
this.txtPageNumber.AutoSize = false;
|
|
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.Text = "1";
|
|
this.txtPageNumber.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// btnNext
|
|
//
|
|
this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnNext.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
|
|
this.btnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
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, 23);
|
|
this.btnNext.ToolTipText = "Nächste Seite";
|
|
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
|
//
|
|
// btnLast
|
|
//
|
|
this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnLast.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
|
|
this.btnLast.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
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, 23);
|
|
this.btnLast.ToolTipText = "Letzte Seite";
|
|
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
|
|
//
|
|
// zoomIn
|
|
//
|
|
this.zoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.zoomIn.Image = ((System.Drawing.Image)(resources.GetObject("zoomIn.Image")));
|
|
this.zoomIn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
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, 23);
|
|
this.zoomIn.ToolTipText = "Verkleinern";
|
|
this.zoomIn.Click += new System.EventHandler(this.zoomIn_Click);
|
|
//
|
|
// zoomOut
|
|
//
|
|
this.zoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.zoomOut.Image = ((System.Drawing.Image)(resources.GetObject("zoomOut.Image")));
|
|
this.zoomOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
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, 23);
|
|
this.zoomOut.ToolTipText = "Vergrössern";
|
|
this.zoomOut.Click += new System.EventHandler(this.zoomOut_Click);
|
|
//
|
|
// zoomComboBox
|
|
//
|
|
this.zoomComboBox.Items.AddRange(new object[] {
|
|
"50%",
|
|
"75%",
|
|
"100%",
|
|
"125%",
|
|
"150%",
|
|
"200%",
|
|
"400%"});
|
|
this.zoomComboBox.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
|
this.zoomComboBox.Name = "zoomComboBox";
|
|
this.zoomComboBox.Size = new System.Drawing.Size(75, 23);
|
|
this.zoomComboBox.Text = "100%";
|
|
this.zoomComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomComboBox_SelectedIndexChanged);
|
|
//
|
|
// FitPage
|
|
//
|
|
this.FitPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.FitPage.Image = ((System.Drawing.Image)(resources.GetObject("FitPage.Image")));
|
|
this.FitPage.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
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, 23);
|
|
this.FitPage.ToolTipText = "Eine Seite";
|
|
this.FitPage.Visible = false;
|
|
this.FitPage.Click += new System.EventHandler(this.FitPage_Click);
|
|
//
|
|
// FitWidth
|
|
//
|
|
this.FitWidth.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.FitWidth.Image = ((System.Drawing.Image)(resources.GetObject("FitWidth.Image")));
|
|
this.FitWidth.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
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, 23);
|
|
this.FitWidth.Text = "FitWidth";
|
|
this.FitWidth.ToolTipText = "Seitenbreite";
|
|
this.FitWidth.Visible = false;
|
|
this.FitWidth.Click += new System.EventHandler(this.FitWidth_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.Open);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(76, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(781, 41);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// DocPreview
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.pdfViewerControl1);
|
|
this.Controls.Add(this.pnlEdit);
|
|
this.Name = "DocPreview";
|
|
this.Size = new System.Drawing.Size(857, 560);
|
|
this.Open.ResumeLayout(false);
|
|
this.Open.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl pdfViewerControl1;
|
|
private System.Windows.Forms.Panel pnlEdit;
|
|
private System.Windows.Forms.ToolStrip Open;
|
|
private System.Windows.Forms.ToolStripButton btnFirst;
|
|
private System.Windows.Forms.ToolStripButton btnPrevious;
|
|
private System.Windows.Forms.ToolStripTextBox txtPageNumber;
|
|
private System.Windows.Forms.ToolStripButton btnNext;
|
|
private System.Windows.Forms.ToolStripButton btnLast;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripButton zoomIn;
|
|
private System.Windows.Forms.ToolStripButton zoomOut;
|
|
private System.Windows.Forms.ToolStripComboBox zoomComboBox;
|
|
private System.Windows.Forms.ToolStripButton FitPage;
|
|
private System.Windows.Forms.ToolStripButton FitWidth;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
}
|