ab56a9bcf7
SVN-Revision: r240
539 lines
31 KiB
C#
539 lines
31 KiB
C#
using System.Drawing;
|
|
namespace Lskj.MesPrintCode
|
|
{
|
|
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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.panelMain = new DevExpress.XtraEditors.PanelControl();
|
|
this.splitDetail = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.panelDetail = new DevExpress.XtraEditors.PanelControl();
|
|
this.detailContorl = new DevExpress.XtraEditors.PanelControl();
|
|
this.split_Details = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.split_Main = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.split_Main_Top = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.gcMain = new Lskj.Control.GridControlEx();
|
|
this.gcExpected = new Lskj.Control.GridControlEx();
|
|
this.gcOutput = new Lskj.Control.GridControlEx();
|
|
this.detailControlBtn = new DevExpress.XtraEditors.PanelControl();
|
|
this.plExpectBtn = new DevExpress.XtraEditors.PanelControl();
|
|
this.plOutRightBtn = new DevExpress.XtraEditors.PanelControl();
|
|
this.detailTab_Title = new DevExpress.XtraEditors.PanelControl();
|
|
this.lbTitle = new System.Windows.Forms.Label();
|
|
this.detailTab = new Lskj.MesPrintCode.TabIntoControl();
|
|
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.MesPrintCode.TabIntoControl();
|
|
this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
|
|
this.gcLeftDetail = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit();
|
|
this.panelMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitDetail)).BeginInit();
|
|
this.splitDetail.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelDetail)).BeginInit();
|
|
this.panelDetail.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailContorl)).BeginInit();
|
|
this.detailContorl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.split_Details)).BeginInit();
|
|
this.split_Details.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.split_Main)).BeginInit();
|
|
this.split_Main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.split_Main_Top)).BeginInit();
|
|
this.split_Main_Top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailControlBtn)).BeginInit();
|
|
this.detailControlBtn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plExpectBtn)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.plOutRightBtn)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailTab_Title)).BeginInit();
|
|
this.detailTab_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(1440, 785);
|
|
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.splitDetail);
|
|
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(1235, 785);
|
|
this.panelMain.TabIndex = 0;
|
|
//
|
|
// splitDetail
|
|
//
|
|
this.splitDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitDetail.Horizontal = false;
|
|
this.splitDetail.Location = new System.Drawing.Point(0, 48);
|
|
this.splitDetail.Name = "splitDetail";
|
|
this.splitDetail.Panel1.Controls.Add(this.panelDetail);
|
|
this.splitDetail.Panel1.Text = "Panel1";
|
|
this.splitDetail.Panel2.Controls.Add(this.detailTab);
|
|
this.splitDetail.Panel2.Text = "Panel2";
|
|
this.splitDetail.Size = new System.Drawing.Size(1235, 737);
|
|
this.splitDetail.SplitterPosition = 517;
|
|
this.splitDetail.TabIndex = 10;
|
|
this.splitDetail.Text = "splitContainerControl1";
|
|
//
|
|
// panelDetail
|
|
//
|
|
this.panelDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
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(1235, 517);
|
|
this.panelDetail.TabIndex = 7;
|
|
//
|
|
// detailContorl
|
|
//
|
|
this.detailContorl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.detailContorl.Controls.Add(this.split_Details);
|
|
this.detailContorl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.detailContorl.Location = new System.Drawing.Point(0, 35);
|
|
this.detailContorl.Name = "detailContorl";
|
|
this.detailContorl.Size = new System.Drawing.Size(1235, 482);
|
|
this.detailContorl.TabIndex = 6;
|
|
//
|
|
// split_Details
|
|
//
|
|
this.split_Details.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.split_Details.Location = new System.Drawing.Point(0, 0);
|
|
this.split_Details.Name = "split_Details";
|
|
this.split_Details.Panel1.Controls.Add(this.gcLeftDetail);
|
|
this.split_Details.Panel1.Text = "Panel1";
|
|
this.split_Details.Panel2.Controls.Add(this.split_Main);
|
|
this.split_Details.Panel2.Text = "Panel2";
|
|
this.split_Details.Size = new System.Drawing.Size(1235, 482);
|
|
this.split_Details.SplitterPosition = 250;
|
|
this.split_Details.TabIndex = 0;
|
|
this.split_Details.Text = "splitContainerControl1";
|
|
this.split_Details.SplitterPositionChanged += new System.EventHandler(this.OnDetailsMainPositionChanged);
|
|
//
|
|
// split_Main
|
|
//
|
|
this.split_Main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.split_Main.Horizontal = false;
|
|
this.split_Main.Location = new System.Drawing.Point(0, 0);
|
|
this.split_Main.Name = "split_Main";
|
|
this.split_Main.Panel1.Controls.Add(this.split_Main_Top);
|
|
this.split_Main.Panel1.Text = "Panel1";
|
|
this.split_Main.Panel2.Controls.Add(this.gcOutput);
|
|
this.split_Main.Panel2.Controls.Add(this.detailControlBtn);
|
|
this.split_Main.Panel2.Text = "Panel2";
|
|
this.split_Main.Size = new System.Drawing.Size(980, 482);
|
|
this.split_Main.SplitterPosition = 132;
|
|
this.split_Main.TabIndex = 0;
|
|
this.split_Main.Text = "splitContainerControl1";
|
|
this.split_Main.SplitterPositionChanged += new System.EventHandler(this.OnDetailsMainPositionChanged);
|
|
//
|
|
// split_Main_Top
|
|
//
|
|
this.split_Main_Top.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.split_Main_Top.Location = new System.Drawing.Point(0, 0);
|
|
this.split_Main_Top.Name = "split_Main_Top";
|
|
this.split_Main_Top.Panel1.Controls.Add(this.gcMain);
|
|
this.split_Main_Top.Panel1.Text = "Panel1";
|
|
this.split_Main_Top.Panel2.Controls.Add(this.gcExpected);
|
|
this.split_Main_Top.Panel2.Text = "Panel2";
|
|
this.split_Main_Top.Size = new System.Drawing.Size(980, 132);
|
|
this.split_Main_Top.SplitterPosition = 491;
|
|
this.split_Main_Top.TabIndex = 0;
|
|
this.split_Main_Top.Text = "splitContainerControl1";
|
|
this.split_Main_Top.SplitterPositionChanged += new System.EventHandler(this.OnsplitMainTopPositionChanged);
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.AdapterObj = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcMain.Size = new System.Drawing.Size(491, 132);
|
|
this.gcMain.TabIndex = 1;
|
|
//
|
|
// gcExpected
|
|
//
|
|
this.gcExpected.AdapterObj = null;
|
|
this.gcExpected.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcExpected.Location = new System.Drawing.Point(0, 0);
|
|
this.gcExpected.Name = "gcExpected";
|
|
this.gcExpected.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcExpected.Size = new System.Drawing.Size(484, 132);
|
|
this.gcExpected.TabIndex = 1;
|
|
//
|
|
// gcOutput
|
|
//
|
|
this.gcOutput.AdapterObj = null;
|
|
this.gcOutput.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcOutput.Location = new System.Drawing.Point(0, 0);
|
|
this.gcOutput.Name = "gcOutput";
|
|
this.gcOutput.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcOutput.Size = new System.Drawing.Size(980, 289);
|
|
this.gcOutput.TabIndex = 1;
|
|
//
|
|
// detailControlBtn
|
|
//
|
|
this.detailControlBtn.Controls.Add(this.plExpectBtn);
|
|
this.detailControlBtn.Controls.Add(this.plOutRightBtn);
|
|
this.detailControlBtn.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.detailControlBtn.Location = new System.Drawing.Point(0, 289);
|
|
this.detailControlBtn.Name = "detailControlBtn";
|
|
this.detailControlBtn.Size = new System.Drawing.Size(980, 56);
|
|
this.detailControlBtn.TabIndex = 0;
|
|
//
|
|
// plExpectBtn
|
|
//
|
|
this.plExpectBtn.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.plExpectBtn.Appearance.Options.UseBackColor = true;
|
|
this.plExpectBtn.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plExpectBtn.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plExpectBtn.Location = new System.Drawing.Point(465, 2);
|
|
this.plExpectBtn.Name = "plExpectBtn";
|
|
this.plExpectBtn.Size = new System.Drawing.Size(513, 52);
|
|
this.plExpectBtn.TabIndex = 2;
|
|
//
|
|
// plOutRightBtn
|
|
//
|
|
this.plOutRightBtn.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.plOutRightBtn.Appearance.Options.UseBackColor = true;
|
|
this.plOutRightBtn.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plOutRightBtn.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.plOutRightBtn.Location = new System.Drawing.Point(2, 2);
|
|
this.plOutRightBtn.Name = "plOutRightBtn";
|
|
this.plOutRightBtn.Size = new System.Drawing.Size(463, 52);
|
|
this.plOutRightBtn.TabIndex = 1;
|
|
//
|
|
// 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(1235, 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(1235, 35);
|
|
this.lbTitle.TabIndex = 2;
|
|
this.lbTitle.Text = " 浸胶基本信息";
|
|
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// detailTab
|
|
//
|
|
this.detailTab.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.detailTab.Location = new System.Drawing.Point(0, 0);
|
|
this.detailTab.Name = "detailTab";
|
|
this.detailTab.Size = new System.Drawing.Size(1235, 215);
|
|
this.detailTab.TabIndex = 10;
|
|
//
|
|
// 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(1235, 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.MesPrintCode.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.MesPrintCode.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, 785);
|
|
this.TabRight.TabIndex = 8;
|
|
//
|
|
// gcLeftDetail
|
|
//
|
|
this.gcLeftDetail.AdapterObj = null;
|
|
this.gcLeftDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcLeftDetail.Location = new System.Drawing.Point(0, 0);
|
|
this.gcLeftDetail.Name = "gcLeftDetail";
|
|
this.gcLeftDetail.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcLeftDetail.Size = new System.Drawing.Size(250, 482);
|
|
this.gcLeftDetail.TabIndex = 0;
|
|
//
|
|
// 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(1440, 785);
|
|
this.Controls.Add(this.splitMain);
|
|
this.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.Name = "FrmMain";
|
|
this.Text = "浸胶管理";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
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.splitDetail)).EndInit();
|
|
this.splitDetail.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelDetail)).EndInit();
|
|
this.panelDetail.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.detailContorl)).EndInit();
|
|
this.detailContorl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.split_Details)).EndInit();
|
|
this.split_Details.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.split_Main)).EndInit();
|
|
this.split_Main.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.split_Main_Top)).EndInit();
|
|
this.split_Main_Top.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.detailControlBtn)).EndInit();
|
|
this.detailControlBtn.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.plExpectBtn)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.plOutRightBtn)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailTab_Title)).EndInit();
|
|
this.detailTab_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_TopSearch;
|
|
private DevExpress.XtraEditors.LabelControl labelTips;
|
|
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 DevExpress.XtraEditors.ComboBoxEdit txtEditClass;
|
|
private System.Windows.Forms.Label lab_searchClass;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitDetail;
|
|
private DevExpress.XtraEditors.PanelControl panelDetail;
|
|
private DevExpress.XtraEditors.PanelControl detailContorl;
|
|
private DevExpress.XtraEditors.PanelControl detailTab_Title;
|
|
private System.Windows.Forms.Label lbTitle;
|
|
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1;
|
|
private DevExpress.XtraEditors.SplitContainerControl split_Details;
|
|
private DevExpress.XtraEditors.SplitContainerControl split_Main;
|
|
private DevExpress.XtraEditors.SplitContainerControl split_Main_Top;
|
|
private Control.GridControlEx gcMain;
|
|
private Control.GridControlEx gcOutput;
|
|
private DevExpress.XtraEditors.PanelControl detailControlBtn;
|
|
private DevExpress.XtraEditors.PanelControl plExpectBtn;
|
|
private DevExpress.XtraEditors.PanelControl plOutRightBtn;
|
|
private Control.GridControlEx gcExpected;
|
|
private TabIntoControl detailTab;
|
|
private TabIntoControl TabRight;
|
|
private Control.GridControlEx gcLeftDetail;
|
|
|
|
}
|
|
}
|
|
|