Files
lserp_cs_6.0/插件库/Lskj.SweepCode/FrmMain.Designer.cs
T
2026-07-02 10:11:39 +00:00

561 lines
33 KiB
C#

using System.Drawing;
namespace Lskj.SweepCode
{
partial class FrmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
this.panelMain = new DevExpress.XtraEditors.PanelControl();
this.splitLeftSide = new DevExpress.XtraEditors.SplitContainerControl();
this.pl_Main = new DevExpress.XtraEditors.PanelControl();
this.pl_Main_Center = new DevExpress.XtraEditors.PanelControl();
this.pl_MainState = new DevExpress.XtraEditors.PanelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.SweepTipStata = new DevExpress.XtraEditors.LabelControl();
this.panelDetail = new DevExpress.XtraEditors.PanelControl();
this.detailTab = new Lskj.SweepCode.TabIntoControl();
this.detailContorl = new DevExpress.XtraEditors.PanelControl();
this.detailControl_Right = new DevExpress.XtraEditors.PanelControl();
this.detailpl_Left = new DevExpress.XtraEditors.PanelControl();
this.detailplControl = 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.SweepCode.TabIntoControl();
this.pl_Bottom_Title = new DevExpress.XtraEditors.PanelControl();
this.label1 = 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.SweepCode.TabIntoControl();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
this.splitMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit();
this.panelMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitLeftSide)).BeginInit();
this.splitLeftSide.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.panelDetail)).BeginInit();
this.panelDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.detailContorl)).BeginInit();
this.detailContorl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.detailControl_Right)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.detailpl_Left)).BeginInit();
this.detailpl_Left.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.detailplControl)).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_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, 701);
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.splitLeftSide);
this.panelMain.Controls.Add(this.pl_Bottom);
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(1079, 701);
this.panelMain.TabIndex = 0;
//
// splitLeftSide
//
this.splitLeftSide.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
this.splitLeftSide.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitLeftSide.Horizontal = false;
this.splitLeftSide.Location = new System.Drawing.Point(0, 48);
this.splitLeftSide.Name = "splitLeftSide";
this.splitLeftSide.Panel1.Controls.Add(this.pl_Main);
this.splitLeftSide.Panel1.Text = "Panel1";
this.splitLeftSide.Panel2.Controls.Add(this.panelDetail);
this.splitLeftSide.Panel2.Text = "Panel2";
this.splitLeftSide.Size = new System.Drawing.Size(1079, 502);
this.splitLeftSide.SplitterPosition = 142;
this.splitLeftSide.TabIndex = 9;
this.splitLeftSide.Text = "splitContainerControl1";
//
// 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.Fill;
this.pl_Main.Location = new System.Drawing.Point(0, 0);
this.pl_Main.Name = "pl_Main";
this.pl_Main.Size = new System.Drawing.Size(1079, 142);
this.pl_Main.TabIndex = 2;
//
// 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, 35);
this.pl_Main_Center.Name = "pl_Main_Center";
this.pl_Main_Center.Size = new System.Drawing.Size(1079, 107);
this.pl_Main_Center.TabIndex = 3;
//
// pl_MainState
//
this.pl_MainState.Appearance.BackColor = System.Drawing.Color.White;
this.pl_MainState.Appearance.Options.UseBackColor = true;
this.pl_MainState.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_MainState.Controls.Add(this.labelControl5);
this.pl_MainState.Controls.Add(this.SweepTipStata);
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(1079, 35);
this.pl_MainState.TabIndex = 2;
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.labelControl5.Location = new System.Drawing.Point(37, 5);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(72, 25);
this.labelControl5.TabIndex = 40;
this.labelControl5.Text = "基本信息";
//
// SweepTipStata
//
this.SweepTipStata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.SweepTipStata.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SweepTipStata.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(115)))), ((int)(((byte)(188)))));
this.SweepTipStata.Location = new System.Drawing.Point(995, 5);
this.SweepTipStata.Name = "SweepTipStata";
this.SweepTipStata.Size = new System.Drawing.Size(57, 26);
this.SweepTipStata.TabIndex = 40;
this.SweepTipStata.Text = "未开工";
//
// panelDetail
//
this.panelDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelDetail.Controls.Add(this.detailTab);
this.panelDetail.Controls.Add(this.detailContorl);
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(1079, 355);
this.panelDetail.TabIndex = 8;
//
// detailTab
//
this.detailTab.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailTab.Location = new System.Drawing.Point(0, 246);
this.detailTab.Name = "detailTab";
this.detailTab.Size = new System.Drawing.Size(1079, 109);
this.detailTab.TabIndex = 7;
//
// detailContorl
//
this.detailContorl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.detailContorl.Controls.Add(this.detailControl_Right);
this.detailContorl.Controls.Add(this.detailpl_Left);
this.detailContorl.Dock = System.Windows.Forms.DockStyle.Top;
this.detailContorl.Location = new System.Drawing.Point(0, 35);
this.detailContorl.Name = "detailContorl";
this.detailContorl.Size = new System.Drawing.Size(1079, 211);
this.detailContorl.TabIndex = 6;
//
// detailControl_Right
//
this.detailControl_Right.Appearance.BackColor = System.Drawing.Color.White;
this.detailControl_Right.Appearance.Options.UseBackColor = true;
this.detailControl_Right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.detailControl_Right.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailControl_Right.Location = new System.Drawing.Point(650, 0);
this.detailControl_Right.Name = "detailControl_Right";
this.detailControl_Right.Size = new System.Drawing.Size(429, 211);
this.detailControl_Right.TabIndex = 8;
//
// detailpl_Left
//
this.detailpl_Left.Appearance.BackColor = System.Drawing.Color.Transparent;
this.detailpl_Left.Appearance.Options.UseBackColor = true;
this.detailpl_Left.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.detailpl_Left.Controls.Add(this.detailplControl);
this.detailpl_Left.Dock = System.Windows.Forms.DockStyle.Left;
this.detailpl_Left.Location = new System.Drawing.Point(0, 0);
this.detailpl_Left.Name = "detailpl_Left";
this.detailpl_Left.Size = new System.Drawing.Size(650, 211);
this.detailpl_Left.TabIndex = 7;
//
// detailplControl
//
this.detailplControl.Appearance.BackColor = System.Drawing.Color.White;
this.detailplControl.Appearance.Options.UseBackColor = true;
this.detailplControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.detailplControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailplControl.Location = new System.Drawing.Point(0, 0);
this.detailplControl.Name = "detailplControl";
this.detailplControl.Size = new System.Drawing.Size(650, 211);
this.detailplControl.TabIndex = 10;
//
// 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(1079, 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(1079, 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.Bottom;
this.pl_Bottom.Location = new System.Drawing.Point(0, 550);
this.pl_Bottom.Name = "pl_Bottom";
this.pl_Bottom.Size = new System.Drawing.Size(1079, 151);
this.pl_Bottom.TabIndex = 2;
//
// 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(1079, 117);
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(1079, 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(1079, 34);
this.label1.TabIndex = 3;
this.label1.Text = " 生产工序";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(1079, 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, 22);
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.SweepCode.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.SweepCode.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, 701);
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, 701);
this.Controls.Add(this.splitMain);
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.splitLeftSide)).EndInit();
this.splitLeftSide.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);
this.pl_MainState.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelDetail)).EndInit();
this.panelDetail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.detailContorl)).EndInit();
this.detailContorl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.detailControl_Right)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.detailpl_Left)).EndInit();
this.detailpl_Left.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.detailplControl)).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_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_Bottom;
private DevExpress.XtraEditors.PanelControl pl_Bottom_Title;
private System.Windows.Forms.Label label1;
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 TabBottom;
private TabIntoControl TabRight;
private DevExpress.XtraEditors.LabelControl labelTips;
private DevExpress.XtraEditors.SplitContainerControl splitLeftSide;
private DevExpress.XtraEditors.PanelControl pl_Main;
private DevExpress.XtraEditors.PanelControl pl_Main_Center;
private DevExpress.XtraEditors.PanelControl pl_MainState;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl SweepTipStata;
private DevExpress.XtraEditors.PanelControl panelDetail;
private TabIntoControl detailTab;
private DevExpress.XtraEditors.PanelControl detailContorl;
private DevExpress.XtraEditors.PanelControl detailControl_Right;
private DevExpress.XtraEditors.PanelControl detailpl_Left;
private DevExpress.XtraEditors.PanelControl detailplControl;
private DevExpress.XtraEditors.PanelControl detailTab_Title;
private System.Windows.Forms.Label lbTitle;
}
}