namespace Lskj.ProductionTest { 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.splitContainerMain = new DevExpress.XtraEditors.SplitContainerControl(); this.splitContainerLeft = new DevExpress.XtraEditors.SplitContainerControl(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.splitContainerRight = new DevExpress.XtraEditors.SplitContainerControl(); this.pl_left_top_search = new DevExpress.XtraEditors.PanelControl(); this.btnSearch = new DevExpress.XtraEditors.SimpleButton(); this.lbSearch = new DevExpress.XtraEditors.LabelControl(); this.cbField = new System.Windows.Forms.ComboBox(); this.txtFixKey = new System.Windows.Forms.TextBox(); this.tabLeftTopDetail = new Lskj.Control.TabControlEx(); this.tabLeftBottomDetail = new Lskj.Control.TabControlEx(); this.tabRightTopDetail = new Lskj.Control.TabControlEx(); this.tabRightBottomDetail = new Lskj.Control.TabControlEx(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit(); this.splitContainerMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerLeft)).BeginInit(); this.splitContainerLeft.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).BeginInit(); this.splitContainerRight.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_left_top_search)).BeginInit(); this.pl_left_top_search.SuspendLayout(); this.SuspendLayout(); // // splitContainerMain // this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerMain.Location = new System.Drawing.Point(0, 0); this.splitContainerMain.Name = "splitContainerMain"; this.splitContainerMain.Panel1.Controls.Add(this.splitContainerLeft); this.splitContainerMain.Panel1.Text = "Panel1"; this.splitContainerMain.Panel2.Controls.Add(this.splitContainerRight); this.splitContainerMain.Panel2.Text = "Panel2"; this.splitContainerMain.Size = new System.Drawing.Size(1379, 640); this.splitContainerMain.SplitterPosition = 389; this.splitContainerMain.TabIndex = 0; this.splitContainerMain.Text = "splitContainerControl1"; // // splitContainerLeft // this.splitContainerLeft.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitContainerLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerLeft.Horizontal = false; this.splitContainerLeft.Location = new System.Drawing.Point(0, 0); this.splitContainerLeft.Name = "splitContainerLeft"; this.splitContainerLeft.Panel1.Controls.Add(this.tabLeftTopDetail); this.splitContainerLeft.Panel1.Text = "Panel1"; this.splitContainerLeft.Panel2.Controls.Add(this.groupBox1); this.splitContainerLeft.Panel2.Text = "Panel2"; this.splitContainerLeft.Size = new System.Drawing.Size(389, 640); this.splitContainerLeft.SplitterPosition = 254; this.splitContainerLeft.TabIndex = 0; this.splitContainerLeft.Text = "splitContainerControl1"; // // groupBox1 // this.groupBox1.Controls.Add(this.tabLeftBottomDetail); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(389, 381); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "排产明细"; // // splitContainerRight // this.splitContainerRight.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitContainerRight.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerRight.Horizontal = false; this.splitContainerRight.Location = new System.Drawing.Point(0, 0); this.splitContainerRight.Name = "splitContainerRight"; this.splitContainerRight.Panel1.Controls.Add(this.tabRightTopDetail); this.splitContainerRight.Panel1.Controls.Add(this.pl_left_top_search); this.splitContainerRight.Panel1.Text = "Panel1"; this.splitContainerRight.Panel2.Controls.Add(this.tabRightBottomDetail); this.splitContainerRight.Panel2.Text = "Panel2"; this.splitContainerRight.Size = new System.Drawing.Size(985, 640); this.splitContainerRight.SplitterPosition = 418; this.splitContainerRight.TabIndex = 1; this.splitContainerRight.Text = "splitContainerControl1"; // // pl_left_top_search // this.pl_left_top_search.Controls.Add(this.btnSearch); this.pl_left_top_search.Controls.Add(this.lbSearch); this.pl_left_top_search.Controls.Add(this.cbField); this.pl_left_top_search.Controls.Add(this.txtFixKey); this.pl_left_top_search.Dock = System.Windows.Forms.DockStyle.Top; this.pl_left_top_search.Location = new System.Drawing.Point(0, 0); this.pl_left_top_search.Name = "pl_left_top_search"; this.pl_left_top_search.Size = new System.Drawing.Size(985, 35); this.pl_left_top_search.TabIndex = 1; // // btnSearch // this.btnSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnSearch.Appearance.Options.UseFont = true; this.btnSearch.Location = new System.Drawing.Point(317, 6); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(63, 24); this.btnSearch.TabIndex = 40; this.btnSearch.Text = "查询(&Q)"; // // lbSearch // this.lbSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.lbSearch.Location = new System.Drawing.Point(5, 12); this.lbSearch.Name = "lbSearch"; this.lbSearch.Size = new System.Drawing.Size(24, 12); this.lbSearch.TabIndex = 39; this.lbSearch.Text = "查询"; // // cbField // this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbField.FormattingEnabled = true; this.cbField.Location = new System.Drawing.Point(35, 7); this.cbField.Name = "cbField"; this.cbField.Size = new System.Drawing.Size(107, 22); this.cbField.TabIndex = 37; this.cbField.Tag = ""; // // txtFixKey // this.txtFixKey.Location = new System.Drawing.Point(157, 7); this.txtFixKey.Name = "txtFixKey"; this.txtFixKey.Size = new System.Drawing.Size(154, 22); this.txtFixKey.TabIndex = 38; // // tabLeftTopDetail // this.tabLeftTopDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.tabLeftTopDetail.Location = new System.Drawing.Point(0, 0); this.tabLeftTopDetail.Name = "tabLeftTopDetail"; this.tabLeftTopDetail.Size = new System.Drawing.Size(389, 254); this.tabLeftTopDetail.TabIndex = 1; // // tabLeftBottomDetail // this.tabLeftBottomDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.tabLeftBottomDetail.Location = new System.Drawing.Point(3, 18); this.tabLeftBottomDetail.Name = "tabLeftBottomDetail"; this.tabLeftBottomDetail.Size = new System.Drawing.Size(383, 360); this.tabLeftBottomDetail.TabIndex = 1; // // tabRightTopDetail // this.tabRightTopDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.tabRightTopDetail.Location = new System.Drawing.Point(0, 35); this.tabRightTopDetail.Name = "tabRightTopDetail"; this.tabRightTopDetail.Size = new System.Drawing.Size(985, 383); this.tabRightTopDetail.TabIndex = 2; // // tabRightBottomDetail // this.tabRightBottomDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.tabRightBottomDetail.Location = new System.Drawing.Point(0, 0); this.tabRightBottomDetail.Name = "tabRightBottomDetail"; this.tabRightBottomDetail.Size = new System.Drawing.Size(985, 217); this.tabRightBottomDetail.TabIndex = 1; // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1379, 640); this.Controls.Add(this.splitContainerMain); this.Name = "FrmMain"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit(); this.splitContainerMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerLeft)).EndInit(); this.splitContainerLeft.ResumeLayout(false); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).EndInit(); this.splitContainerRight.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_left_top_search)).EndInit(); this.pl_left_top_search.ResumeLayout(false); this.pl_left_top_search.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerMain; private DevExpress.XtraEditors.SplitContainerControl splitContainerLeft; private DevExpress.XtraEditors.SplitContainerControl splitContainerRight; private System.Windows.Forms.GroupBox groupBox1; private Control.TabControlEx tabRightBottomDetail; private Control.TabControlEx tabLeftTopDetail; private Control.TabControlEx tabLeftBottomDetail; private Control.TabControlEx tabRightTopDetail; private DevExpress.XtraEditors.PanelControl pl_left_top_search; private DevExpress.XtraEditors.SimpleButton btnSearch; private DevExpress.XtraEditors.LabelControl lbSearch; private System.Windows.Forms.ComboBox cbField; private System.Windows.Forms.TextBox txtFixKey; } }