ab56a9bcf7
SVN-Revision: r240
66 lines
2.4 KiB
C#
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;
|
|
}
|
|
} |