namespace Lskj.Production { 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() { this.splitContainerMain = new DevExpress.XtraEditors.SplitContainerControl(); this.splitContainerLeft = new DevExpress.XtraEditors.SplitContainerControl(); this.tabLeftTopDetail = new Lskj.Control.TabControlEx(); this.tabLeftBottomDetail = new Lskj.Control.TabControlEx(); this.splitContainerRight = new DevExpress.XtraEditors.SplitContainerControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.pl_Controls = new DevExpress.XtraEditors.XtraScrollableControl(); this.groupControl = new DevExpress.XtraEditors.GroupControl(); this.pl_Message = new DevExpress.XtraEditors.PanelControl(); this.messageInfo = new DevExpress.XtraEditors.LabelControl(); this.pl_Manager = new DevExpress.XtraEditors.PanelControl(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.btnSubmit = new DevExpress.XtraEditors.SimpleButton(); this.btnStart = new DevExpress.XtraEditors.SimpleButton(); this.textBox = new System.Windows.Forms.TextBox(); this.panelRightTop = new DevExpress.XtraEditors.PanelControl(); this.pl_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.tabRightDetail = new Lskj.Control.TabControlEx(); this.TimeOut = new System.Windows.Forms.Timer(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit(); this.splitContainerMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerLeft)).BeginInit(); this.splitContainerLeft.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).BeginInit(); this.splitContainerRight.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit(); this.groupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Message)).BeginInit(); this.pl_Message.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Manager)).BeginInit(); this.pl_Manager.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelRightTop)).BeginInit(); this.panelRightTop.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).BeginInit(); this.pl_top_search.SuspendLayout(); this.SuspendLayout(); // // splitContainerMain // this.splitContainerMain.Appearance.BackColor = System.Drawing.SystemColors.Control; this.splitContainerMain.Appearance.Options.UseBackColor = true; 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(1444, 729); this.splitContainerMain.SplitterPosition = 335; this.splitContainerMain.TabIndex = 0; this.splitContainerMain.Text = "splitContainerControl1"; this.splitContainerMain.SplitterPositionChanged += new System.EventHandler(this.splitContainerMain_SplitterPositionChanged); // // splitContainerLeft // this.splitContainerLeft.Appearance.BackColor = System.Drawing.SystemColors.Control; this.splitContainerLeft.Appearance.Options.UseBackColor = true; 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.tabLeftBottomDetail); this.splitContainerLeft.Panel2.Text = "Panel2"; this.splitContainerLeft.Size = new System.Drawing.Size(335, 729); this.splitContainerLeft.SplitterPosition = 319; this.splitContainerLeft.TabIndex = 0; this.splitContainerLeft.Text = "splitContainerControl2"; this.splitContainerLeft.SplitterPositionChanged += new System.EventHandler(this.splitContainerLeft_SplitterPositionChanged); // // 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(335, 319); this.tabLeftTopDetail.TabIndex = 0; // // tabLeftBottomDetail // this.tabLeftBottomDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.tabLeftBottomDetail.Location = new System.Drawing.Point(0, 0); this.tabLeftBottomDetail.Name = "tabLeftBottomDetail"; this.tabLeftBottomDetail.Size = new System.Drawing.Size(335, 405); this.tabLeftBottomDetail.TabIndex = 0; // // splitContainerRight // this.splitContainerRight.Appearance.BackColor = System.Drawing.SystemColors.Control; this.splitContainerRight.Appearance.Options.UseBackColor = true; 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.panelControl3); this.splitContainerRight.Panel1.Controls.Add(this.panelRightTop); this.splitContainerRight.Panel1.Text = "Panel1"; this.splitContainerRight.Panel2.Controls.Add(this.tabRightDetail); this.splitContainerRight.Panel2.Text = "Panel2"; this.splitContainerRight.Size = new System.Drawing.Size(1104, 729); this.splitContainerRight.SplitterPosition = 378; this.splitContainerRight.TabIndex = 0; this.splitContainerRight.Text = "splitContainerControl3"; this.splitContainerRight.SplitterPositionChanged += new System.EventHandler(this.splitContainerRight_SplitterPositionChanged); // // panelControl3 // this.panelControl3.Controls.Add(this.pl_Controls); this.panelControl3.Controls.Add(this.groupControl); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(0, 40); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1104, 338); this.panelControl3.TabIndex = 4; // // pl_Controls // this.pl_Controls.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_Controls.Location = new System.Drawing.Point(2, 2); this.pl_Controls.Name = "pl_Controls"; this.pl_Controls.Size = new System.Drawing.Size(1100, 264); this.pl_Controls.TabIndex = 3; // // groupControl // this.groupControl.Controls.Add(this.pl_Message); this.groupControl.Controls.Add(this.pl_Manager); this.groupControl.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupControl.Location = new System.Drawing.Point(2, 266); this.groupControl.Name = "groupControl"; this.groupControl.Size = new System.Drawing.Size(1100, 70); this.groupControl.TabIndex = 2; this.groupControl.Text = "用户操作"; // // pl_Message // this.pl_Message.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Message.Controls.Add(this.messageInfo); this.pl_Message.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_Message.Location = new System.Drawing.Point(436, 21); this.pl_Message.Name = "pl_Message"; this.pl_Message.Size = new System.Drawing.Size(662, 47); this.pl_Message.TabIndex = 1; // // messageInfo // this.messageInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.messageInfo.Appearance.Font = new System.Drawing.Font("宋体", 14F); this.messageInfo.Appearance.ForeColor = System.Drawing.Color.Red; this.messageInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.messageInfo.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.messageInfo.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.messageInfo.Location = new System.Drawing.Point(6, 10); this.messageInfo.Name = "messageInfo"; this.messageInfo.Size = new System.Drawing.Size(613, 27); this.messageInfo.TabIndex = 0; this.messageInfo.Text = "提示信息"; // // pl_Manager // this.pl_Manager.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Manager.Controls.Add(this.simpleButton2); this.pl_Manager.Controls.Add(this.btnSubmit); this.pl_Manager.Controls.Add(this.btnStart); this.pl_Manager.Controls.Add(this.textBox); this.pl_Manager.Dock = System.Windows.Forms.DockStyle.Left; this.pl_Manager.Location = new System.Drawing.Point(2, 21); this.pl_Manager.Name = "pl_Manager"; this.pl_Manager.Size = new System.Drawing.Size(434, 47); this.pl_Manager.TabIndex = 0; // // simpleButton2 // this.simpleButton2.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.simpleButton2.Appearance.Options.UseFont = true; this.simpleButton2.Location = new System.Drawing.Point(365, 11); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(63, 24); this.simpleButton2.TabIndex = 2; this.simpleButton2.Text = "帮助文档"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // btnSubmit // this.btnSubmit.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnSubmit.Appearance.Options.UseFont = true; this.btnSubmit.Location = new System.Drawing.Point(295, 11); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(63, 24); this.btnSubmit.TabIndex = 2; this.btnSubmit.Text = "提交"; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // btnStart // this.btnStart.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnStart.Appearance.Options.UseFont = true; this.btnStart.Location = new System.Drawing.Point(225, 11); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(63, 24); this.btnStart.TabIndex = 1; this.btnStart.Text = "开始"; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // textBox // this.textBox.Font = new System.Drawing.Font("宋体", 12F); this.textBox.Location = new System.Drawing.Point(5, 11); this.textBox.Name = "textBox"; this.textBox.Size = new System.Drawing.Size(210, 26); this.textBox.TabIndex = 0; this.textBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown); // // panelRightTop // this.panelRightTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelRightTop.Controls.Add(this.pl_top_search); this.panelRightTop.Dock = System.Windows.Forms.DockStyle.Top; this.panelRightTop.Location = new System.Drawing.Point(0, 0); this.panelRightTop.Name = "panelRightTop"; this.panelRightTop.Size = new System.Drawing.Size(1104, 40); this.panelRightTop.TabIndex = 3; // // pl_top_search // this.pl_top_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_search.Controls.Add(this.btnSearch); this.pl_top_search.Controls.Add(this.lbSearch); this.pl_top_search.Controls.Add(this.cbField); this.pl_top_search.Controls.Add(this.txtFixKey); this.pl_top_search.Dock = System.Windows.Forms.DockStyle.Top; this.pl_top_search.Location = new System.Drawing.Point(0, 0); this.pl_top_search.Name = "pl_top_search"; this.pl_top_search.Size = new System.Drawing.Size(1104, 34); this.pl_top_search.TabIndex = 0; // // btnSearch // this.btnSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnSearch.Appearance.Options.UseFont = true; this.btnSearch.Location = new System.Drawing.Point(314, 5); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(63, 24); this.btnSearch.TabIndex = 36; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // lbSearch // this.lbSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.lbSearch.Location = new System.Drawing.Point(9, 10); this.lbSearch.Name = "lbSearch"; this.lbSearch.Size = new System.Drawing.Size(24, 12); this.lbSearch.TabIndex = 35; this.lbSearch.Text = "查询"; // // cbField // this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbField.FormattingEnabled = true; this.cbField.Location = new System.Drawing.Point(41, 7); this.cbField.Name = "cbField"; this.cbField.Size = new System.Drawing.Size(107, 22); this.cbField.TabIndex = 33; this.cbField.Tag = ""; // // txtFixKey // this.txtFixKey.Location = new System.Drawing.Point(154, 7); this.txtFixKey.Name = "txtFixKey"; this.txtFixKey.Size = new System.Drawing.Size(154, 22); this.txtFixKey.TabIndex = 34; // // tabRightDetail // this.tabRightDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.tabRightDetail.Location = new System.Drawing.Point(0, 0); this.tabRightDetail.Name = "tabRightDetail"; this.tabRightDetail.Size = new System.Drawing.Size(1104, 346); this.tabRightDetail.TabIndex = 0; // // TimeOut // this.TimeOut.Interval = 500; this.TimeOut.Tick += new System.EventHandler(this.OnSimulateClick); // // FrmMain // this.Appearance.BackColor = System.Drawing.Color.Transparent; 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(1444, 729); this.Controls.Add(this.splitContainerMain); this.KeyPreview = true; this.Name = "FrmMain"; this.Text = "生产过程"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed); this.Resize += new System.EventHandler(this.FrmMain_Resize); ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit(); this.splitContainerMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerLeft)).EndInit(); this.splitContainerLeft.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).EndInit(); this.splitContainerRight.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit(); this.groupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Message)).EndInit(); this.pl_Message.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Manager)).EndInit(); this.pl_Manager.ResumeLayout(false); this.pl_Manager.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelRightTop)).EndInit(); this.panelRightTop.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).EndInit(); this.pl_top_search.ResumeLayout(false); this.pl_top_search.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerMain; private DevExpress.XtraEditors.SplitContainerControl splitContainerLeft; private Control.TabControlEx tabLeftTopDetail; private Control.TabControlEx tabLeftBottomDetail; private DevExpress.XtraEditors.SplitContainerControl splitContainerRight; private Control.TabControlEx tabRightDetail; private DevExpress.XtraEditors.PanelControl pl_top_search; private System.Windows.Forms.ComboBox cbField; private System.Windows.Forms.TextBox txtFixKey; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.GroupControl groupControl; private DevExpress.XtraEditors.PanelControl panelRightTop; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.PanelControl pl_Manager; private System.Windows.Forms.TextBox textBox; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton btnStart; private DevExpress.XtraEditors.SimpleButton btnSubmit; private DevExpress.XtraEditors.PanelControl pl_Message; private DevExpress.XtraEditors.LabelControl messageInfo; private DevExpress.XtraEditors.LabelControl lbSearch; private DevExpress.XtraEditors.SimpleButton btnSearch; private DevExpress.XtraEditors.XtraScrollableControl pl_Controls; private DevExpress.XtraEditors.SimpleButton simpleButton2; private System.Windows.Forms.Timer TimeOut; } }