namespace Lskj.PubPageModuleDetail { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); this.tabTopMain = new DevExpress.XtraTab.XtraTabControl(); ((System.ComponentModel.ISupportInitialize)(this.tabTopMain)).BeginInit(); this.SuspendLayout(); // // tabTopMain // this.tabTopMain.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238))))); this.tabTopMain.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabTopMain.Appearance.Options.UseBackColor = true; this.tabTopMain.Appearance.Options.UseFont = true; this.tabTopMain.AppearancePage.Header.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabTopMain.AppearancePage.Header.Options.UseFont = true; this.tabTopMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabTopMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue; this.tabTopMain.AppearancePage.HeaderActive.Options.UseFont = true; this.tabTopMain.AppearancePage.HeaderActive.Options.UseForeColor = true; this.tabTopMain.AppearancePage.PageClient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabTopMain.AppearancePage.PageClient.Options.UseFont = true; this.tabTopMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tabTopMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tabTopMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tabTopMain.Location = new System.Drawing.Point(0, 0); this.tabTopMain.LookAndFeel.SkinName = "Office 2013 Light Gray"; this.tabTopMain.LookAndFeel.UseDefaultLookAndFeel = false; this.tabTopMain.Name = "tabTopMain"; this.tabTopMain.Size = new System.Drawing.Size(885, 575); this.tabTopMain.TabIndex = 5; // // 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.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(885, 575); this.Controls.Add(this.tabTopMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003; this.Name = "FrmMain"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmGridTree_Load); ((System.ComponentModel.ISupportInitialize)(this.tabTopMain)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraTab.XtraTabControl tabTopMain; } }