using System.Drawing; namespace Lskj.MesGumDip { 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() { DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); this.splitMain = new DevExpress.XtraEditors.SplitContainerControl(); this.panelMain = new DevExpress.XtraEditors.PanelControl(); this.bottomSplit = new DevExpress.XtraEditors.SplitContainerControl(); this.panelDetail = new DevExpress.XtraEditors.PanelControl(); this.detailMainSplit = new DevExpress.XtraEditors.SplitContainerControl(); this.detailLeftSplit = new DevExpress.XtraEditors.SplitContainerControl(); this.embarPanel = new DevExpress.XtraEditors.PanelControl(); this.embarGrid = new Lskj.Control.GridControlEx(); this.exStockPanel = new DevExpress.XtraEditors.PanelControl(); this.exStockGrid = new Lskj.Control.GridControlEx(); this.outputPanel = new DevExpress.XtraEditors.PanelControl(); this.outputGrid = new Lskj.Control.GridControlEx(); this.menuPanel = new DevExpress.XtraEditors.PanelControl(); this.detailTab_Title = new DevExpress.XtraEditors.PanelControl(); this.lbTitle = new System.Windows.Forms.Label(); this.pl_Bottom = new DevExpress.XtraEditors.PanelControl(); this.TabBottom = new Lskj.MesGumDip.TabIntoControl(); this.pl_Bottom_Title = new DevExpress.XtraEditors.PanelControl(); this.label1 = new System.Windows.Forms.Label(); this.pl_Main = new DevExpress.XtraEditors.PanelControl(); this.pl_Main_Center = new DevExpress.XtraEditors.PanelControl(); this.pl_MainState = new DevExpress.XtraEditors.PanelControl(); this.SweepTipStata = new System.Windows.Forms.Label(); this.pl_RightMainState = new DevExpress.XtraEditors.PanelControl(); this.labelControl5 = new System.Windows.Forms.Label(); this.pl_TopSearch = new DevExpress.XtraEditors.PanelControl(); this.labelTips = new DevExpress.XtraEditors.LabelControl(); this.pl_search = new DevExpress.XtraEditors.PanelControl(); this.serachSweep = new System.Windows.Forms.Panel(); this.txtFixKey = new DevExpress.XtraEditors.ButtonEdit(); this.lab_searchName = new System.Windows.Forms.Label(); this.searchClass = new System.Windows.Forms.Panel(); this.txtEditClass = new DevExpress.XtraEditors.ComboBoxEdit(); this.lab_searchClass = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.TabRight = new Lskj.MesGumDip.TabIntoControl(); ((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit(); this.splitMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit(); this.panelMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bottomSplit)).BeginInit(); this.bottomSplit.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelDetail)).BeginInit(); this.panelDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.detailMainSplit)).BeginInit(); this.detailMainSplit.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.detailLeftSplit)).BeginInit(); this.detailLeftSplit.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.embarPanel)).BeginInit(); this.embarPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.exStockPanel)).BeginInit(); this.exStockPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.outputPanel)).BeginInit(); this.outputPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.menuPanel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.detailTab_Title)).BeginInit(); this.detailTab_Title.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).BeginInit(); this.pl_Bottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Bottom_Title)).BeginInit(); this.pl_Bottom_Title.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Main)).BeginInit(); this.pl_Main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Main_Center)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_MainState)).BeginInit(); this.pl_MainState.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_RightMainState)).BeginInit(); this.pl_RightMainState.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_TopSearch)).BeginInit(); this.pl_TopSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_search)).BeginInit(); this.pl_search.SuspendLayout(); this.serachSweep.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtFixKey.Properties)).BeginInit(); this.searchClass.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtEditClass.Properties)).BeginInit(); this.SuspendLayout(); // // splitMain // this.splitMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default; this.splitMain.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMain.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.splitMain.Location = new System.Drawing.Point(0, 0); this.splitMain.Name = "splitMain"; this.splitMain.Panel1.Controls.Add(this.panelMain); this.splitMain.Panel1.Text = "Panel1"; this.splitMain.Panel2.Controls.Add(this.TabRight); this.splitMain.Panel2.Text = "Panel2"; this.splitMain.Size = new System.Drawing.Size(1284, 753); this.splitMain.SplitterPosition = 200; this.splitMain.TabIndex = 0; this.splitMain.Text = "splitContainerControl1"; this.splitMain.SplitterPositionChanged += new System.EventHandler(this.OnSplitterPositionChanged); // // panelMain // this.panelMain.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelMain.Appearance.Options.UseBackColor = true; this.panelMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelMain.Controls.Add(this.bottomSplit); this.panelMain.Controls.Add(this.pl_Main); this.panelMain.Controls.Add(this.pl_TopSearch); this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMain.Location = new System.Drawing.Point(0, 0); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(1078, 753); this.panelMain.TabIndex = 0; // // bottomSplit // this.bottomSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.bottomSplit.Horizontal = false; this.bottomSplit.Location = new System.Drawing.Point(0, 188); this.bottomSplit.Name = "bottomSplit"; this.bottomSplit.Panel1.Controls.Add(this.panelDetail); this.bottomSplit.Panel1.Text = "Panel1"; this.bottomSplit.Panel2.Controls.Add(this.pl_Bottom); this.bottomSplit.Panel2.Text = "Panel2"; this.bottomSplit.Size = new System.Drawing.Size(1078, 565); this.bottomSplit.SplitterPosition = 427; this.bottomSplit.TabIndex = 7; this.bottomSplit.Text = "splitContainerControl1"; this.bottomSplit.SplitterPositionChanged += new System.EventHandler(this.OnSplitterPositionChanged); // // panelDetail // this.panelDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelDetail.Controls.Add(this.detailMainSplit); this.panelDetail.Controls.Add(this.menuPanel); this.panelDetail.Controls.Add(this.detailTab_Title); this.panelDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.panelDetail.Location = new System.Drawing.Point(0, 0); this.panelDetail.Name = "panelDetail"; this.panelDetail.Size = new System.Drawing.Size(1078, 427); this.panelDetail.TabIndex = 7; // // detailMainSplit // this.detailMainSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.detailMainSplit.Location = new System.Drawing.Point(0, 35); this.detailMainSplit.Name = "detailMainSplit"; this.detailMainSplit.Panel1.Controls.Add(this.detailLeftSplit); this.detailMainSplit.Panel1.Text = "Panel1"; this.detailMainSplit.Panel2.Controls.Add(this.outputPanel); this.detailMainSplit.Panel2.Text = "Panel2"; this.detailMainSplit.Size = new System.Drawing.Size(1078, 348); this.detailMainSplit.SplitterPosition = 607; this.detailMainSplit.TabIndex = 8; this.detailMainSplit.Text = "splitContainerControl1"; this.detailMainSplit.SplitterPositionChanged += new System.EventHandler(this.OnSplitterPositionChanged); // // detailLeftSplit // this.detailLeftSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.detailLeftSplit.Horizontal = false; this.detailLeftSplit.Location = new System.Drawing.Point(0, 0); this.detailLeftSplit.Name = "detailLeftSplit"; this.detailLeftSplit.Panel1.Controls.Add(this.embarPanel); this.detailLeftSplit.Panel1.Text = "Panel1"; this.detailLeftSplit.Panel2.Controls.Add(this.exStockPanel); this.detailLeftSplit.Panel2.Text = "Panel2"; this.detailLeftSplit.Size = new System.Drawing.Size(607, 348); this.detailLeftSplit.SplitterPosition = 170; this.detailLeftSplit.TabIndex = 0; this.detailLeftSplit.Text = "splitContainerControl1"; this.detailLeftSplit.SplitterPositionChanged += new System.EventHandler(this.OnSplitterPositionChanged); // // embarPanel // this.embarPanel.Appearance.BackColor = System.Drawing.Color.White; this.embarPanel.Appearance.Options.UseBackColor = true; this.embarPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.embarPanel.Controls.Add(this.embarGrid); this.embarPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.embarPanel.Location = new System.Drawing.Point(0, 0); this.embarPanel.Name = "embarPanel"; this.embarPanel.Size = new System.Drawing.Size(607, 170); this.embarPanel.TabIndex = 0; // // embarGrid // this.embarGrid.AdapterObj = null; this.embarGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.embarGrid.Location = new System.Drawing.Point(0, 0); this.embarGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.embarGrid.Name = "embarGrid"; this.embarGrid.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.embarGrid.Size = new System.Drawing.Size(607, 170); this.embarGrid.TabIndex = 0; // // exStockPanel // this.exStockPanel.Appearance.BackColor = System.Drawing.Color.White; this.exStockPanel.Appearance.Options.UseBackColor = true; this.exStockPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.exStockPanel.Controls.Add(this.exStockGrid); this.exStockPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.exStockPanel.Location = new System.Drawing.Point(0, 0); this.exStockPanel.Name = "exStockPanel"; this.exStockPanel.Size = new System.Drawing.Size(607, 172); this.exStockPanel.TabIndex = 1; // // exStockGrid // this.exStockGrid.AdapterObj = null; this.exStockGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.exStockGrid.Location = new System.Drawing.Point(0, 0); this.exStockGrid.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.exStockGrid.Name = "exStockGrid"; this.exStockGrid.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.exStockGrid.Size = new System.Drawing.Size(607, 172); this.exStockGrid.TabIndex = 1; // // outputPanel // this.outputPanel.Appearance.BackColor = System.Drawing.Color.White; this.outputPanel.Appearance.Options.UseBackColor = true; this.outputPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.outputPanel.Controls.Add(this.outputGrid); this.outputPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.outputPanel.Location = new System.Drawing.Point(0, 0); this.outputPanel.Name = "outputPanel"; this.outputPanel.Size = new System.Drawing.Size(465, 348); this.outputPanel.TabIndex = 1; // // outputGrid // this.outputGrid.AdapterObj = null; this.outputGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.outputGrid.Location = new System.Drawing.Point(0, 0); this.outputGrid.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7); this.outputGrid.Name = "outputGrid"; this.outputGrid.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.outputGrid.Size = new System.Drawing.Size(465, 348); this.outputGrid.TabIndex = 2; // // menuPanel // this.menuPanel.Appearance.BackColor = System.Drawing.Color.White; this.menuPanel.Appearance.Options.UseBackColor = true; this.menuPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.menuPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.menuPanel.Location = new System.Drawing.Point(0, 383); this.menuPanel.Name = "menuPanel"; this.menuPanel.Size = new System.Drawing.Size(1078, 44); this.menuPanel.TabIndex = 7; // // detailTab_Title // this.detailTab_Title.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.detailTab_Title.Controls.Add(this.lbTitle); this.detailTab_Title.Dock = System.Windows.Forms.DockStyle.Top; this.detailTab_Title.Location = new System.Drawing.Point(0, 0); this.detailTab_Title.Name = "detailTab_Title"; this.detailTab_Title.Size = new System.Drawing.Size(1078, 35); this.detailTab_Title.TabIndex = 5; // // lbTitle // this.lbTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249))))); this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lbTitle.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206))))); this.lbTitle.Location = new System.Drawing.Point(0, 0); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(1078, 35); this.lbTitle.TabIndex = 2; this.lbTitle.Text = " 扫码识别信息"; this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pl_Bottom // this.pl_Bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Bottom.Controls.Add(this.TabBottom); this.pl_Bottom.Controls.Add(this.pl_Bottom_Title); this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_Bottom.Location = new System.Drawing.Point(0, 0); this.pl_Bottom.Name = "pl_Bottom"; this.pl_Bottom.Size = new System.Drawing.Size(1078, 132); this.pl_Bottom.TabIndex = 3; // // TabBottom // this.TabBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.TabBottom.Location = new System.Drawing.Point(0, 34); this.TabBottom.Name = "TabBottom"; this.TabBottom.Size = new System.Drawing.Size(1078, 98); this.TabBottom.TabIndex = 8; // // pl_Bottom_Title // this.pl_Bottom_Title.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Bottom_Title.Controls.Add(this.label1); this.pl_Bottom_Title.Dock = System.Windows.Forms.DockStyle.Top; this.pl_Bottom_Title.Location = new System.Drawing.Point(0, 0); this.pl_Bottom_Title.Name = "pl_Bottom_Title"; this.pl_Bottom_Title.Size = new System.Drawing.Size(1078, 34); this.pl_Bottom_Title.TabIndex = 5; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249))))); this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206))))); this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(1078, 34); this.label1.TabIndex = 3; this.label1.Text = " 生产工序"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pl_Main // this.pl_Main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Main.Controls.Add(this.pl_Main_Center); this.pl_Main.Controls.Add(this.pl_MainState); this.pl_Main.Dock = System.Windows.Forms.DockStyle.Top; this.pl_Main.Location = new System.Drawing.Point(0, 48); this.pl_Main.Name = "pl_Main"; this.pl_Main.Size = new System.Drawing.Size(1078, 140); this.pl_Main.TabIndex = 1; // // pl_Main_Center // this.pl_Main_Center.Appearance.BackColor = System.Drawing.Color.White; this.pl_Main_Center.Appearance.Options.UseBackColor = true; this.pl_Main_Center.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Main_Center.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_Main_Center.Location = new System.Drawing.Point(0, 33); this.pl_Main_Center.Name = "pl_Main_Center"; this.pl_Main_Center.Size = new System.Drawing.Size(1078, 107); this.pl_Main_Center.TabIndex = 3; // // pl_MainState // this.pl_MainState.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249))))); this.pl_MainState.Appearance.Options.UseBackColor = true; this.pl_MainState.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_MainState.Controls.Add(this.SweepTipStata); this.pl_MainState.Controls.Add(this.pl_RightMainState); this.pl_MainState.Dock = System.Windows.Forms.DockStyle.Top; this.pl_MainState.Location = new System.Drawing.Point(0, 0); this.pl_MainState.Name = "pl_MainState"; this.pl_MainState.Size = new System.Drawing.Size(1078, 33); this.pl_MainState.TabIndex = 2; // // SweepTipStata // this.SweepTipStata.Dock = System.Windows.Forms.DockStyle.Right; this.SweepTipStata.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.SweepTipStata.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206))))); this.SweepTipStata.Location = new System.Drawing.Point(990, 0); this.SweepTipStata.Name = "SweepTipStata"; this.SweepTipStata.Size = new System.Drawing.Size(88, 33); this.SweepTipStata.TabIndex = 43; this.SweepTipStata.Text = "未开工"; // // pl_RightMainState // this.pl_RightMainState.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249))))); this.pl_RightMainState.Appearance.Options.UseBackColor = true; this.pl_RightMainState.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_RightMainState.Controls.Add(this.labelControl5); this.pl_RightMainState.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_RightMainState.Location = new System.Drawing.Point(0, 0); this.pl_RightMainState.Name = "pl_RightMainState"; this.pl_RightMainState.Size = new System.Drawing.Size(1078, 33); this.pl_RightMainState.TabIndex = 42; // // labelControl5 // this.labelControl5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl5.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.labelControl5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206))))); this.labelControl5.Location = new System.Drawing.Point(0, 0); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(1078, 33); this.labelControl5.TabIndex = 41; this.labelControl5.Text = " 印刷基本信息"; // // pl_TopSearch // this.pl_TopSearch.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(115)))), ((int)(((byte)(188))))); this.pl_TopSearch.Appearance.Options.UseBackColor = true; this.pl_TopSearch.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_TopSearch.Controls.Add(this.labelTips); this.pl_TopSearch.Controls.Add(this.pl_search); this.pl_TopSearch.Controls.Add(this.panel1); this.pl_TopSearch.Dock = System.Windows.Forms.DockStyle.Top; this.pl_TopSearch.Location = new System.Drawing.Point(0, 0); this.pl_TopSearch.Name = "pl_TopSearch"; this.pl_TopSearch.Size = new System.Drawing.Size(1078, 48); this.pl_TopSearch.TabIndex = 0; // // labelTips // this.labelTips.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelTips.Appearance.ForeColor = System.Drawing.Color.White; this.labelTips.Location = new System.Drawing.Point(717, 11); this.labelTips.Name = "labelTips"; this.labelTips.Size = new System.Drawing.Size(0, 27); this.labelTips.TabIndex = 43; // // pl_search // this.pl_search.Appearance.BackColor = System.Drawing.Color.White; this.pl_search.Appearance.Options.UseBackColor = true; this.pl_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_search.Controls.Add(this.serachSweep); this.pl_search.Controls.Add(this.searchClass); this.pl_search.Location = new System.Drawing.Point(6, 3); this.pl_search.Name = "pl_search"; this.pl_search.Size = new System.Drawing.Size(670, 40); this.pl_search.TabIndex = 42; // // serachSweep // this.serachSweep.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(89)))), ((int)(((byte)(164))))); this.serachSweep.Controls.Add(this.txtFixKey); this.serachSweep.Controls.Add(this.lab_searchName); this.serachSweep.Dock = System.Windows.Forms.DockStyle.Fill; this.serachSweep.Location = new System.Drawing.Point(248, 0); this.serachSweep.Name = "serachSweep"; this.serachSweep.Size = new System.Drawing.Size(422, 40); this.serachSweep.TabIndex = 45; // // txtFixKey // this.txtFixKey.Dock = System.Windows.Forms.DockStyle.Fill; this.txtFixKey.EditValue = ""; this.txtFixKey.Location = new System.Drawing.Point(75, 0); this.txtFixKey.Name = "txtFixKey"; this.txtFixKey.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(89)))), ((int)(((byte)(164))))); this.txtFixKey.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F); this.txtFixKey.Properties.Appearance.ForeColor = System.Drawing.Color.White; this.txtFixKey.Properties.Appearance.Options.UseBackColor = true; this.txtFixKey.Properties.Appearance.Options.UseFont = true; this.txtFixKey.Properties.Appearance.Options.UseForeColor = true; this.txtFixKey.Properties.AutoHeight = false; this.txtFixKey.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.txtFixKey.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, global::Lskj.MesGumDip.Properties.Resources.扫码, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)}); this.txtFixKey.Size = new System.Drawing.Size(347, 40); this.txtFixKey.TabIndex = 43; this.txtFixKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown); // // lab_searchName // this.lab_searchName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(115)))), ((int)(((byte)(188))))); this.lab_searchName.Dock = System.Windows.Forms.DockStyle.Left; this.lab_searchName.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold); this.lab_searchName.ForeColor = System.Drawing.Color.White; this.lab_searchName.Location = new System.Drawing.Point(0, 0); this.lab_searchName.Name = "lab_searchName"; this.lab_searchName.Size = new System.Drawing.Size(75, 40); this.lab_searchName.TabIndex = 42; this.lab_searchName.Text = "工单号"; this.lab_searchName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // searchClass // this.searchClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(89)))), ((int)(((byte)(164))))); this.searchClass.Controls.Add(this.txtEditClass); this.searchClass.Controls.Add(this.lab_searchClass); this.searchClass.Dock = System.Windows.Forms.DockStyle.Left; this.searchClass.Location = new System.Drawing.Point(0, 0); this.searchClass.Name = "searchClass"; this.searchClass.Size = new System.Drawing.Size(248, 40); this.searchClass.TabIndex = 44; // // txtEditClass // this.txtEditClass.Dock = System.Windows.Forms.DockStyle.Fill; this.txtEditClass.EditValue = ""; this.txtEditClass.Location = new System.Drawing.Point(75, 0); this.txtEditClass.Name = "txtEditClass"; this.txtEditClass.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(89)))), ((int)(((byte)(164))))); this.txtEditClass.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F); this.txtEditClass.Properties.Appearance.ForeColor = System.Drawing.Color.White; this.txtEditClass.Properties.Appearance.Options.UseBackColor = true; this.txtEditClass.Properties.Appearance.Options.UseFont = true; this.txtEditClass.Properties.Appearance.Options.UseForeColor = true; this.txtEditClass.Properties.AutoHeight = false; this.txtEditClass.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.txtEditClass.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtEditClass.Size = new System.Drawing.Size(173, 40); this.txtEditClass.TabIndex = 44; this.txtEditClass.SelectedValueChanged += new System.EventHandler(this.OnSelectedValueChanged); this.txtEditClass.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnSelectedKeyDown); // // lab_searchClass // this.lab_searchClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(115)))), ((int)(((byte)(188))))); this.lab_searchClass.Dock = System.Windows.Forms.DockStyle.Left; this.lab_searchClass.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold); this.lab_searchClass.ForeColor = System.Drawing.Color.White; this.lab_searchClass.Location = new System.Drawing.Point(0, 0); this.lab_searchClass.Name = "lab_searchClass"; this.lab_searchClass.Size = new System.Drawing.Size(75, 40); this.lab_searchClass.TabIndex = 42; this.lab_searchClass.Text = "工单号"; this.lab_searchClass.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(115)))), ((int)(((byte)(188))))); this.panel1.BackgroundImage = global::Lskj.MesGumDip.Properties.Resources.message; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.panel1.Location = new System.Drawing.Point(692, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(19, 23); this.panel1.TabIndex = 41; // // TabRight // this.TabRight.Dock = System.Windows.Forms.DockStyle.Fill; this.TabRight.Location = new System.Drawing.Point(0, 0); this.TabRight.Name = "TabRight"; this.TabRight.Size = new System.Drawing.Size(200, 753); this.TabRight.TabIndex = 8; // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1284, 753); this.Controls.Add(this.splitMain); this.LookAndFeel.UseDefaultLookAndFeel = false; this.Name = "FrmMain"; this.Text = "印刷管理"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed); ((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit(); this.splitMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit(); this.panelMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bottomSplit)).EndInit(); this.bottomSplit.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelDetail)).EndInit(); this.panelDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.detailMainSplit)).EndInit(); this.detailMainSplit.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.detailLeftSplit)).EndInit(); this.detailLeftSplit.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.embarPanel)).EndInit(); this.embarPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.exStockPanel)).EndInit(); this.exStockPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.outputPanel)).EndInit(); this.outputPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.menuPanel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.detailTab_Title)).EndInit(); this.detailTab_Title.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).EndInit(); this.pl_Bottom.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Bottom_Title)).EndInit(); this.pl_Bottom_Title.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Main)).EndInit(); this.pl_Main.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Main_Center)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_MainState)).EndInit(); this.pl_MainState.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_RightMainState)).EndInit(); this.pl_RightMainState.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_TopSearch)).EndInit(); this.pl_TopSearch.ResumeLayout(false); this.pl_TopSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_search)).EndInit(); this.pl_search.ResumeLayout(false); this.serachSweep.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtFixKey.Properties)).EndInit(); this.searchClass.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtEditClass.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitMain; private DevExpress.XtraEditors.PanelControl panelMain; private DevExpress.XtraEditors.PanelControl pl_Main; private DevExpress.XtraEditors.PanelControl pl_Main_Center; private DevExpress.XtraEditors.PanelControl pl_MainState; private DevExpress.XtraEditors.PanelControl pl_TopSearch; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.PanelControl pl_search; private System.Windows.Forms.Panel serachSweep; private DevExpress.XtraEditors.ButtonEdit txtFixKey; private System.Windows.Forms.Label lab_searchName; private System.Windows.Forms.Panel searchClass; private System.Windows.Forms.Label lab_searchClass; private DevExpress.XtraEditors.ComboBoxEdit txtEditClass; private TabIntoControl TabRight; private DevExpress.XtraEditors.LabelControl labelTips; private DevExpress.XtraEditors.SplitContainerControl bottomSplit; private DevExpress.XtraEditors.PanelControl panelDetail; private DevExpress.XtraEditors.PanelControl menuPanel; private DevExpress.XtraEditors.PanelControl detailTab_Title; private System.Windows.Forms.Label lbTitle; private DevExpress.XtraEditors.PanelControl pl_Bottom; private TabIntoControl TabBottom; private DevExpress.XtraEditors.PanelControl pl_Bottom_Title; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.SplitContainerControl detailMainSplit; private DevExpress.XtraEditors.SplitContainerControl detailLeftSplit; private DevExpress.XtraEditors.PanelControl embarPanel; private Lskj.Control.GridControlEx embarGrid; private DevExpress.XtraEditors.PanelControl exStockPanel; private Lskj.Control.GridControlEx exStockGrid; private DevExpress.XtraEditors.PanelControl outputPanel; private Lskj.Control.GridControlEx outputGrid; private System.Windows.Forms.Label labelControl5; private System.Windows.Forms.Label SweepTipStata; private DevExpress.XtraEditors.PanelControl pl_RightMainState; } }