Files
lserp_cs_6.0/插件库/Lskj.PubPdfSign/Controls/PdfEditorEx.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

137 lines
6.8 KiB
C#

namespace Lskj.PubPdfSign.Controls
{
partial class PdfEditorEx
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PdfEditorEx));
this.pdfDocument = new O2S.Components.PDFView4NET.PDFDocument();
this.editToolStrip = new System.Windows.Forms.ToolStrip();
this.btn_NextPage = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btn_UpPage = new System.Windows.Forms.ToolStripButton();
this.pdfPageView = new O2S.Components.PDFView4NET.PDFPageView();
this.editToolStrip.SuspendLayout();
this.SuspendLayout();
//
// pdfDocument
//
this.pdfDocument.Metadata = null;
this.pdfDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
this.pdfDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
//
// editToolStrip
//
this.editToolStrip.BackColor = System.Drawing.SystemColors.ControlLight;
this.editToolStrip.Dock = System.Windows.Forms.DockStyle.Bottom;
this.editToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.editToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.editToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btn_NextPage,
this.toolStripSeparator1,
this.btn_UpPage});
this.editToolStrip.Location = new System.Drawing.Point(0, 548);
this.editToolStrip.Name = "editToolStrip";
this.editToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.editToolStrip.ShowItemToolTips = false;
this.editToolStrip.Size = new System.Drawing.Size(1027, 32);
this.editToolStrip.TabIndex = 19;
//
// btn_NextPage
//
this.btn_NextPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_NextPage.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_NextPage.Image = ((System.Drawing.Image)(resources.GetObject("btn_NextPage.Image")));
this.btn_NextPage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_NextPage.Name = "btn_NextPage";
this.btn_NextPage.Size = new System.Drawing.Size(73, 29);
this.btn_NextPage.Text = "下一页";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 32);
//
// btn_UpPage
//
this.btn_UpPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_UpPage.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_UpPage.Image = ((System.Drawing.Image)(resources.GetObject("btn_UpPage.Image")));
this.btn_UpPage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_UpPage.Name = "btn_UpPage";
this.btn_UpPage.Size = new System.Drawing.Size(73, 29);
this.btn_UpPage.Text = "上一页";
//
// pdfPageView
//
this.pdfPageView.BackColor = System.Drawing.Color.White;
this.pdfPageView.DefaultEllipseAnnotationBorderWidth = 1D;
this.pdfPageView.DefaultInkAnnotationWidth = 1D;
this.pdfPageView.DefaultRectangleAnnotationBorderWidth = 1D;
this.pdfPageView.Dock = System.Windows.Forms.DockStyle.Fill;
this.pdfPageView.Document = this.pdfDocument;
this.pdfPageView.DownscaleLargeImages = false;
this.pdfPageView.EnableRepeatedKeys = false;
this.pdfPageView.Location = new System.Drawing.Point(0, 0);
this.pdfPageView.Margin = new System.Windows.Forms.Padding(4);
this.pdfPageView.Name = "pdfPageView";
this.pdfPageView.PageNumber = 0;
this.pdfPageView.RenderingProgressColor = System.Drawing.Color.Empty;
this.pdfPageView.RenderingProgressDisplay = O2S.Components.PDFView4NET.PDFRenderingProgressDisplayMode.None;
this.pdfPageView.RequiredFormFieldHighlightColor = System.Drawing.Color.Empty;
this.pdfPageView.ScrollPosition = new System.Drawing.Point(0, 0);
this.pdfPageView.Size = new System.Drawing.Size(1027, 548);
this.pdfPageView.SubstituteFonts = null;
this.pdfPageView.TabIndex = 20;
this.pdfPageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.None;
this.pdfPageView.ZoomMode = O2S.Components.PDFView4NET.PDFZoomMode.FitVisible;
//
// PdfEditorEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.pdfPageView);
this.Controls.Add(this.editToolStrip);
this.Name = "PdfEditorEx";
this.Size = new System.Drawing.Size(1027, 580);
this.editToolStrip.ResumeLayout(false);
this.editToolStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private O2S.Components.PDFView4NET.PDFDocument pdfDocument;
private System.Windows.Forms.ToolStrip editToolStrip;
private System.Windows.Forms.ToolStripButton btn_NextPage;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton btn_UpPage;
private O2S.Components.PDFView4NET.PDFPageView pdfPageView;
}
}