namespace Lskj.PubPageDetail2 { partial class FrmMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.scc_container = new DevExpress.XtraEditors.SplitContainerControl(); this.tabContainer = new Lskj.Control.TabControlEx(); this.TabDetail = new Lskj.Control.TabControlEx(); ((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit(); this.scc_container.SuspendLayout(); this.SuspendLayout(); // // scc_container // this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill; this.scc_container.Horizontal = false; this.scc_container.Location = new System.Drawing.Point(0, 0); this.scc_container.Name = "scc_container"; this.scc_container.Panel1.Controls.Add(this.tabContainer); this.scc_container.Panel1.Text = "Panel1"; this.scc_container.Panel2.Controls.Add(this.TabDetail); this.scc_container.Panel2.Text = "Panel2"; this.scc_container.Size = new System.Drawing.Size(924, 618); this.scc_container.SplitterPosition = 300; this.scc_container.TabIndex = 1; // // tabContainer // this.tabContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.tabContainer.Location = new System.Drawing.Point(0, 0); this.tabContainer.Name = "tabContainer"; this.tabContainer.Size = new System.Drawing.Size(924, 300); this.tabContainer.TabIndex = 1; // // TabDetail // this.TabDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.TabDetail.Location = new System.Drawing.Point(0, 0); this.TabDetail.Name = "TabDetail"; this.TabDetail.Size = new System.Drawing.Size(924, 313); this.TabDetail.TabIndex = 2; // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(924, 618); this.Controls.Add(this.scc_container); this.Name = "FrmMain"; this.Text = "FrmMain"; ((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit(); this.scc_container.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl scc_container; private Control.TabControlEx tabContainer; private Control.TabControlEx TabDetail; } }