namespace CSFrameworkV5.Library
|
{
|
partial class frmModuleContainer
|
{
|
/// <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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.xtraTabControl1.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.PaintStyleName = "Flat";
|
this.xtraTabControl1.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
|
this.xtraTabControl1.Size = new System.Drawing.Size(595, 456);
|
this.xtraTabControl1.TabIndex = 1;
|
//
|
// frmModuleContainer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.ClientSize = new System.Drawing.Size(595, 456);
|
this.Controls.Add(this.xtraTabControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "frmModuleContainer";
|
this.Text = "模块主窗体";
|
this.Load += new System.EventHandler(this.frmModuleContainer_Load);
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
public DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|
}
|
}
|