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

344 lines
19 KiB
C#

namespace Lskj.Control
{
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()
{
this.components = new System.ComponentModel.Container();
this.pdfDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components);
this.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl();
this.splitLeftControl = new DevExpress.XtraEditors.SplitContainerControl();
this.leftSignGrid = new Lskj.Control.GridControlEx();
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
this.RightPdfPanel = new System.Windows.Forms.Panel();
this.pl_Document = new DevExpress.XtraEditors.PanelControl();
this.pdfPageView = new O2S.Components.PDFView4NET.PDFPageView();
this.pl_Top = new DevExpress.XtraEditors.PanelControl();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.checkTemp = new DevExpress.XtraEditors.ComboBoxEdit();
this.pl_Bottom = new DevExpress.XtraEditors.PanelControl();
this.btn_Clearn = new DevExpress.XtraEditors.SimpleButton();
this.btn_NextPage = new DevExpress.XtraEditors.SimpleButton();
this.btn_UpPage = new DevExpress.XtraEditors.SimpleButton();
this.btn_SaveAs = new DevExpress.XtraEditors.SimpleButton();
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
this.btn_Open = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit();
this.splitMainControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).BeginInit();
this.splitLeftControl.SuspendLayout();
this.RightPdfPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_Document)).BeginInit();
this.pl_Document.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_Top)).BeginInit();
this.pl_Top.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkTemp.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).BeginInit();
this.pl_Bottom.SuspendLayout();
this.SuspendLayout();
//
// pdfDocument
//
this.pdfDocument.Metadata = null;
this.pdfDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
this.pdfDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
//
// splitMainControl
//
this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMainControl.Location = new System.Drawing.Point(0, 0);
this.splitMainControl.Margin = new System.Windows.Forms.Padding(4);
this.splitMainControl.Name = "splitMainControl";
this.splitMainControl.Panel1.Controls.Add(this.splitLeftControl);
this.splitMainControl.Panel1.Text = "Panel1";
this.splitMainControl.Panel2.Controls.Add(this.RightPdfPanel);
this.splitMainControl.Panel2.Text = "Panel2";
this.splitMainControl.Size = new System.Drawing.Size(1308, 465);
this.splitMainControl.SplitterPosition = 400;
this.splitMainControl.TabIndex = 3;
this.splitMainControl.Text = "splitContainerControl1";
//
// splitLeftControl
//
this.splitLeftControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitLeftControl.Horizontal = false;
this.splitLeftControl.Location = new System.Drawing.Point(0, 0);
this.splitLeftControl.Margin = new System.Windows.Forms.Padding(4);
this.splitLeftControl.Name = "splitLeftControl";
this.splitLeftControl.Panel1.Controls.Add(this.leftSignGrid);
this.splitLeftControl.Panel1.Text = "Panel1";
this.splitLeftControl.Panel2.Controls.Add(this.propertyGrid);
this.splitLeftControl.Panel2.Text = "Panel2";
this.splitLeftControl.Size = new System.Drawing.Size(400, 465);
this.splitLeftControl.SplitterPosition = 418;
this.splitLeftControl.TabIndex = 1;
this.splitLeftControl.Text = "splitContainerControl1";
//
// leftSignGrid
//
this.leftSignGrid.AdapterObj = null;
this.leftSignGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.leftSignGrid.Location = new System.Drawing.Point(0, 0);
this.leftSignGrid.Margin = new System.Windows.Forms.Padding(4, 20, 4, 20);
this.leftSignGrid.Name = "leftSignGrid";
this.leftSignGrid.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.leftSignGrid.Size = new System.Drawing.Size(400, 418);
this.leftSignGrid.TabIndex = 0;
//
// propertyGrid
//
this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid.Location = new System.Drawing.Point(0, 0);
this.propertyGrid.Name = "propertyGrid";
this.propertyGrid.Size = new System.Drawing.Size(400, 41);
this.propertyGrid.TabIndex = 0;
//
// RightPdfPanel
//
this.RightPdfPanel.Controls.Add(this.pl_Document);
this.RightPdfPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.RightPdfPanel.Location = new System.Drawing.Point(0, 0);
this.RightPdfPanel.Name = "RightPdfPanel";
this.RightPdfPanel.Size = new System.Drawing.Size(902, 465);
this.RightPdfPanel.TabIndex = 3;
//
// pl_Document
//
this.pl_Document.Appearance.BackColor = System.Drawing.Color.White;
this.pl_Document.Appearance.Options.UseBackColor = true;
this.pl_Document.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_Document.Controls.Add(this.pdfPageView);
this.pl_Document.Controls.Add(this.pl_Top);
this.pl_Document.Controls.Add(this.pl_Bottom);
this.pl_Document.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_Document.Location = new System.Drawing.Point(0, 0);
this.pl_Document.Margin = new System.Windows.Forms.Padding(4);
this.pl_Document.Name = "pl_Document";
this.pl_Document.Size = new System.Drawing.Size(902, 465);
this.pl_Document.TabIndex = 13;
//
// 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, 44);
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(902, 377);
this.pdfPageView.SubstituteFonts = null;
this.pdfPageView.TabIndex = 17;
this.pdfPageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.None;
//
// pl_Top
//
this.pl_Top.Controls.Add(this.pictureBox);
this.pl_Top.Controls.Add(this.checkTemp);
this.pl_Top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_Top.Location = new System.Drawing.Point(0, 0);
this.pl_Top.Margin = new System.Windows.Forms.Padding(4);
this.pl_Top.Name = "pl_Top";
this.pl_Top.Size = new System.Drawing.Size(902, 44);
this.pl_Top.TabIndex = 14;
//
// pictureBox
//
this.pictureBox.BackColor = System.Drawing.Color.Transparent;
this.pictureBox.Location = new System.Drawing.Point(544, 6);
this.pictureBox.Margin = new System.Windows.Forms.Padding(4);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(74, 65);
this.pictureBox.TabIndex = 17;
this.pictureBox.TabStop = false;
this.pictureBox.Visible = false;
//
// checkTemp
//
this.checkTemp.Location = new System.Drawing.Point(5, 8);
this.checkTemp.Name = "checkTemp";
this.checkTemp.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkTemp.Properties.Appearance.Options.UseFont = true;
this.checkTemp.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkTemp.Properties.AppearanceDropDown.Options.UseFont = true;
this.checkTemp.Properties.AutoHeight = false;
this.checkTemp.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.checkTemp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.checkTemp.Size = new System.Drawing.Size(366, 29);
this.checkTemp.TabIndex = 1;
//
// pl_Bottom
//
this.pl_Bottom.Controls.Add(this.btn_Clearn);
this.pl_Bottom.Controls.Add(this.btn_NextPage);
this.pl_Bottom.Controls.Add(this.btn_UpPage);
this.pl_Bottom.Controls.Add(this.btn_SaveAs);
this.pl_Bottom.Controls.Add(this.btn_Save);
this.pl_Bottom.Controls.Add(this.btn_Open);
this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_Bottom.Location = new System.Drawing.Point(0, 421);
this.pl_Bottom.Margin = new System.Windows.Forms.Padding(4);
this.pl_Bottom.Name = "pl_Bottom";
this.pl_Bottom.Size = new System.Drawing.Size(902, 44);
this.pl_Bottom.TabIndex = 13;
//
// btn_Clearn
//
this.btn_Clearn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Clearn.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btn_Clearn.Appearance.Options.UseFont = true;
this.btn_Clearn.Location = new System.Drawing.Point(800, 6);
this.btn_Clearn.Margin = new System.Windows.Forms.Padding(4);
this.btn_Clearn.Name = "btn_Clearn";
this.btn_Clearn.Size = new System.Drawing.Size(96, 32);
this.btn_Clearn.TabIndex = 11;
this.btn_Clearn.Text = "清除签名";
this.btn_Clearn.Click += new System.EventHandler(this.OnDeleteClick);
//
// btn_NextPage
//
this.btn_NextPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_NextPage.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btn_NextPage.Appearance.Options.UseFont = true;
this.btn_NextPage.Location = new System.Drawing.Point(696, 6);
this.btn_NextPage.Margin = new System.Windows.Forms.Padding(4);
this.btn_NextPage.Name = "btn_NextPage";
this.btn_NextPage.Size = new System.Drawing.Size(96, 32);
this.btn_NextPage.TabIndex = 10;
this.btn_NextPage.Text = "下一页";
this.btn_NextPage.Click += new System.EventHandler(this.OnPageNextClick);
//
// btn_UpPage
//
this.btn_UpPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_UpPage.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btn_UpPage.Appearance.Options.UseFont = true;
this.btn_UpPage.Location = new System.Drawing.Point(592, 6);
this.btn_UpPage.Margin = new System.Windows.Forms.Padding(4);
this.btn_UpPage.Name = "btn_UpPage";
this.btn_UpPage.Size = new System.Drawing.Size(96, 32);
this.btn_UpPage.TabIndex = 9;
this.btn_UpPage.Text = "上一页";
this.btn_UpPage.Click += new System.EventHandler(this.OnPageUpClick);
//
// btn_SaveAs
//
this.btn_SaveAs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_SaveAs.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btn_SaveAs.Appearance.Options.UseFont = true;
this.btn_SaveAs.Location = new System.Drawing.Point(488, 6);
this.btn_SaveAs.Margin = new System.Windows.Forms.Padding(4);
this.btn_SaveAs.Name = "btn_SaveAs";
this.btn_SaveAs.Size = new System.Drawing.Size(96, 32);
this.btn_SaveAs.TabIndex = 8;
this.btn_SaveAs.Text = "另存为";
this.btn_SaveAs.Click += new System.EventHandler(this.OnSaveAsClick);
//
// btn_Save
//
this.btn_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Save.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btn_Save.Appearance.Options.UseFont = true;
this.btn_Save.Location = new System.Drawing.Point(384, 6);
this.btn_Save.Margin = new System.Windows.Forms.Padding(4);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(96, 32);
this.btn_Save.TabIndex = 7;
this.btn_Save.Text = "保存";
this.btn_Save.Click += new System.EventHandler(this.OnSaveClick);
//
// btn_Open
//
this.btn_Open.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Open.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btn_Open.Appearance.Options.UseFont = true;
this.btn_Open.Location = new System.Drawing.Point(280, 6);
this.btn_Open.Margin = new System.Windows.Forms.Padding(4);
this.btn_Open.Name = "btn_Open";
this.btn_Open.Size = new System.Drawing.Size(96, 32);
this.btn_Open.TabIndex = 6;
this.btn_Open.Text = "打开";
//
// PdfEditorEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.splitMainControl);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "PdfEditorEx";
this.Size = new System.Drawing.Size(1308, 465);
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit();
this.splitMainControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).EndInit();
this.splitLeftControl.ResumeLayout(false);
this.RightPdfPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_Document)).EndInit();
this.pl_Document.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_Top)).EndInit();
this.pl_Top.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkTemp.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).EndInit();
this.pl_Bottom.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private O2S.Components.PDFView4NET.PDFDocument pdfDocument;
private DevExpress.XtraEditors.SplitContainerControl splitMainControl;
private System.Windows.Forms.Panel RightPdfPanel;
private GridControlEx leftSignGrid;
private DevExpress.XtraEditors.PanelControl pl_Document;
private System.Windows.Forms.PictureBox pictureBox;
private DevExpress.XtraEditors.PanelControl pl_Top;
private DevExpress.XtraEditors.ComboBoxEdit checkTemp;
private DevExpress.XtraEditors.PanelControl pl_Bottom;
private DevExpress.XtraEditors.SimpleButton btn_Clearn;
private DevExpress.XtraEditors.SimpleButton btn_NextPage;
private DevExpress.XtraEditors.SimpleButton btn_UpPage;
private DevExpress.XtraEditors.SimpleButton btn_SaveAs;
private DevExpress.XtraEditors.SimpleButton btn_Save;
private DevExpress.XtraEditors.SimpleButton btn_Open;
private O2S.Components.PDFView4NET.PDFPageView pdfPageView;
private DevExpress.XtraEditors.SplitContainerControl splitLeftControl;
private System.Windows.Forms.PropertyGrid propertyGrid;
}
}