Files
2026-07-10 15:25:05 +08:00

67 lines
2.4 KiB
C#

namespace Lskj.PubPDFViewer
{
partial class FrmMain
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.pdfSignEx = new Lskj.MyControl.PdfSignEx();
this.SuspendLayout();
//
// pdfSignEx
//
this.pdfSignEx.Dock = System.Windows.Forms.DockStyle.Fill;
this.pdfSignEx.Location = new System.Drawing.Point(0, 0);
this.pdfSignEx.Name = "pdfSignEx";
this.pdfSignEx.Size = new System.Drawing.Size(831, 613);
this.pdfSignEx.TabIndex = 0;
//
// FrmMain
//
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(831, 613);
this.Controls.Add(this.pdfSignEx);
this.LookAndFeel.SkinName = "Office 2010 Blue";
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "附件签名";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
this.ResumeLayout(false);
}
#endregion
private MyControl.PdfSignEx pdfSignEx1;
private MyControl.PdfSignEx pdfSignEx;
}
}