namespace Lskj.PubMultipleDetail { partial class MultiplePage { /// /// 必需的设计器变量。 /// 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.pl_Top = new DevExpress.XtraEditors.PanelControl(); this.lbTitle = new System.Windows.Forms.Label(); this.pl_Center = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.pl_Top)).BeginInit(); this.pl_Top.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Center)).BeginInit(); this.SuspendLayout(); // // pl_Top // this.pl_Top.Controls.Add(this.lbTitle); this.pl_Top.Dock = System.Windows.Forms.DockStyle.Top; this.pl_Top.Location = new System.Drawing.Point(0, 0); this.pl_Top.Name = "pl_Top"; this.pl_Top.Size = new System.Drawing.Size(424, 37); this.pl_Top.TabIndex = 0; // // lbTitle // this.lbTitle.BackColor = System.Drawing.Color.Transparent; this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lbTitle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbTitle.ForeColor = System.Drawing.Color.Blue; this.lbTitle.Location = new System.Drawing.Point(2, 2); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(420, 33); this.lbTitle.TabIndex = 2; this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pl_Center // this.pl_Center.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_Center.Location = new System.Drawing.Point(0, 37); this.pl_Center.Name = "pl_Center"; this.pl_Center.Size = new System.Drawing.Size(424, 536); this.pl_Center.TabIndex = 1; // // MultiplePage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pl_Center); this.Controls.Add(this.pl_Top); this.Name = "MultiplePage"; this.Size = new System.Drawing.Size(424, 573); ((System.ComponentModel.ISupportInitialize)(this.pl_Top)).EndInit(); this.pl_Top.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Center)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl pl_Top; private DevExpress.XtraEditors.PanelControl pl_Center; private System.Windows.Forms.Label lbTitle; } }