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

66 lines
2.4 KiB
C#

namespace Lskj.PubPdfSign
{
partial class FrmAddSign
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.tabControl = new DevExpress.XtraTab.XtraTabControl();
((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
this.SuspendLayout();
//
// tabControl
//
this.tabControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tabControl.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl.Location = new System.Drawing.Point(0, 0);
this.tabControl.Name = "tabControl";
this.tabControl.Size = new System.Drawing.Size(1116, 631);
this.tabControl.TabIndex = 6;
//
// FrmAddSign
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1116, 631);
this.Controls.Add(this.tabControl);
this.Name = "FrmAddSign";
this.Text = "审核签章";
((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
this.ResumeLayout(false);
}
#endregion
public DevExpress.XtraTab.XtraTabControl tabControl;
}
}