namespace Lskj.MyControl { partial class PdfSignEx { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox = new System.Windows.Forms.PictureBox(); this.pdfPageView = new O2S.Components.PDFView4NET.PDFPageView(); this.panel2 = new System.Windows.Forms.Panel(); this.pl_bottom = new System.Windows.Forms.Panel(); this.btnClear = new DevExpress.XtraEditors.SimpleButton(); this.btnOpen = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnSaveAs = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.pdfDocument = new O2S.Components.PDFView4NET.PDFDocument(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); this.panel2.SuspendLayout(); this.pl_bottom.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.pictureBox); this.panel1.Controls.Add(this.pdfPageView); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(740, 579); this.panel1.TabIndex = 0; // // pictureBox // this.pictureBox.Location = new System.Drawing.Point(289, 260); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(61, 35); this.pictureBox.TabIndex = 1; this.pictureBox.TabStop = false; // // pdfPageView // 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.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(740, 579); this.pdfPageView.SubstituteFonts = null; this.pdfPageView.TabIndex = 0; this.pdfPageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.None; this.pdfPageView.ZoomMode = O2S.Components.PDFView4NET.PDFZoomMode.FitHeight; this.pdfPageView.PageClick += new System.EventHandler(this.OnPageClick); // // panel2 // this.panel2.Controls.Add(this.pl_bottom); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 579); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(740, 38); this.panel2.TabIndex = 1; // // pl_bottom // this.pl_bottom.Controls.Add(this.btnClear); this.pl_bottom.Controls.Add(this.btnOpen); this.pl_bottom.Controls.Add(this.btnSave); this.pl_bottom.Controls.Add(this.btnSaveAs); this.pl_bottom.Controls.Add(this.simpleButton4); this.pl_bottom.Controls.Add(this.simpleButton3); this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Right; this.pl_bottom.Location = new System.Drawing.Point(289, 0); this.pl_bottom.Name = "pl_bottom"; this.pl_bottom.Size = new System.Drawing.Size(451, 38); this.pl_bottom.TabIndex = 2; // // btnClear // this.btnClear.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnClear.Appearance.Options.UseFont = true; this.btnClear.Location = new System.Drawing.Point(378, 7); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(69, 24); this.btnClear.TabIndex = 4; this.btnClear.Text = "清除签名"; this.btnClear.Click += new System.EventHandler(this.OnDeleteClick); // // btnOpen // this.btnOpen.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnOpen.Appearance.Options.UseFont = true; this.btnOpen.Location = new System.Drawing.Point(3, 7); this.btnOpen.Name = "btnOpen"; this.btnOpen.Size = new System.Drawing.Size(69, 24); this.btnOpen.TabIndex = 0; this.btnOpen.Text = "打开"; this.btnOpen.Visible = false; // // btnSave // this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnSave.Appearance.Options.UseFont = true; this.btnSave.Location = new System.Drawing.Point(78, 7); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(69, 24); this.btnSave.TabIndex = 3; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.OnSaveClick); // // btnSaveAs // this.btnSaveAs.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnSaveAs.Appearance.Options.UseFont = true; this.btnSaveAs.Location = new System.Drawing.Point(153, 7); this.btnSaveAs.Name = "btnSaveAs"; this.btnSaveAs.Size = new System.Drawing.Size(69, 24); this.btnSaveAs.TabIndex = 1; this.btnSaveAs.Text = "另存为"; this.btnSaveAs.Click += new System.EventHandler(this.OnSaveAsClick); // // simpleButton4 // this.simpleButton4.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.simpleButton4.Appearance.Options.UseFont = true; this.simpleButton4.Location = new System.Drawing.Point(303, 7); this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(69, 24); this.simpleButton4.TabIndex = 2; this.simpleButton4.Text = "下一页"; this.simpleButton4.Click += new System.EventHandler(this.OnPageNextClick); // // simpleButton3 // this.simpleButton3.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.simpleButton3.Appearance.Options.UseFont = true; this.simpleButton3.Location = new System.Drawing.Point(228, 7); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(69, 24); this.simpleButton3.TabIndex = 1; this.simpleButton3.Text = "上一页"; this.simpleButton3.Click += new System.EventHandler(this.OnPageUpClick); // // pdfDocument // this.pdfDocument.Metadata = null; this.pdfDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage; this.pdfDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone; // // PdfSignEx // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Name = "PdfSignEx"; this.Size = new System.Drawing.Size(740, 617); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); this.panel2.ResumeLayout(false); this.pl_bottom.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private O2S.Components.PDFView4NET.PDFPageView pdfPageView; private System.Windows.Forms.Panel panel2; private O2S.Components.PDFView4NET.PDFDocument pdfDocument; private DevExpress.XtraEditors.SimpleButton btnSaveAs; private DevExpress.XtraEditors.SimpleButton btnOpen; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraEditors.SimpleButton simpleButton4; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.SimpleButton btnClear; private System.Windows.Forms.PictureBox pictureBox; private System.Windows.Forms.Panel pl_bottom; } }