Files
lserp_cs_6.0/插件库/Lskj.Production2/FrmMain.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

371 lines
20 KiB
C#

namespace Lskj.Production2
{
partial class FrmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.TimeOut = new System.Windows.Forms.Timer(this.components);
this.splitContainerRight = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
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.splitContainerMain = new DevExpress.XtraEditors.SplitContainerControl();
this.tabLeftBottomDetail = new Lskj.Control.GridControlEx();
((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();
((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
this.splitContainerMain.SuspendLayout();
this.SuspendLayout();
//
// TimeOut
//
this.TimeOut.Interval = 500;
this.TimeOut.Tick += new System.EventHandler(this.OnSimulateClick);
//
// 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.Margin = new System.Windows.Forms.Padding(4);
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(1918, 911);
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.tabLeftBottomDetail);
this.panelControl3.Controls.Add(this.groupControl);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(0, 50);
this.panelControl3.Margin = new System.Windows.Forms.Padding(4);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1918, 328);
this.panelControl3.TabIndex = 4;
//
// 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, 238);
this.groupControl.Margin = new System.Windows.Forms.Padding(4);
this.groupControl.Name = "groupControl";
this.groupControl.Size = new System.Drawing.Size(1914, 88);
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(581, 27);
this.pl_Message.Margin = new System.Windows.Forms.Padding(4);
this.pl_Message.Name = "pl_Message";
this.pl_Message.Size = new System.Drawing.Size(1331, 59);
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(8, 13);
this.messageInfo.Margin = new System.Windows.Forms.Padding(4);
this.messageInfo.Name = "messageInfo";
this.messageInfo.Size = new System.Drawing.Size(1265, 34);
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, 27);
this.pl_Manager.Margin = new System.Windows.Forms.Padding(4);
this.pl_Manager.Name = "pl_Manager";
this.pl_Manager.Size = new System.Drawing.Size(579, 59);
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(487, 14);
this.simpleButton2.Margin = new System.Windows.Forms.Padding(4);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(84, 30);
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(393, 14);
this.btnSubmit.Margin = new System.Windows.Forms.Padding(4);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(84, 30);
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(300, 14);
this.btnStart.Margin = new System.Windows.Forms.Padding(4);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(84, 30);
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(7, 14);
this.textBox.Margin = new System.Windows.Forms.Padding(4);
this.textBox.Name = "textBox";
this.textBox.Size = new System.Drawing.Size(279, 30);
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.Margin = new System.Windows.Forms.Padding(4);
this.panelRightTop.Name = "panelRightTop";
this.panelRightTop.Size = new System.Drawing.Size(1918, 50);
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.Margin = new System.Windows.Forms.Padding(4);
this.pl_top_search.Name = "pl_top_search";
this.pl_top_search.Size = new System.Drawing.Size(1918, 42);
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(419, 6);
this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(84, 30);
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(12, 12);
this.lbSearch.Margin = new System.Windows.Forms.Padding(4);
this.lbSearch.Name = "lbSearch";
this.lbSearch.Size = new System.Drawing.Size(30, 15);
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(55, 9);
this.cbField.Margin = new System.Windows.Forms.Padding(4);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(141, 26);
this.cbField.TabIndex = 33;
this.cbField.Tag = "";
//
// txtFixKey
//
this.txtFixKey.Location = new System.Drawing.Point(205, 9);
this.txtFixKey.Margin = new System.Windows.Forms.Padding(4);
this.txtFixKey.Name = "txtFixKey";
this.txtFixKey.Size = new System.Drawing.Size(204, 26);
this.txtFixKey.TabIndex = 34;
//
// tabRightDetail
//
this.tabRightDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabRightDetail.Location = new System.Drawing.Point(0, 0);
this.tabRightDetail.Margin = new System.Windows.Forms.Padding(4);
this.tabRightDetail.Name = "tabRightDetail";
this.tabRightDetail.Size = new System.Drawing.Size(1918, 527);
this.tabRightDetail.TabIndex = 0;
//
// 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.Margin = new System.Windows.Forms.Padding(4);
this.splitContainerMain.Name = "splitContainerMain";
this.splitContainerMain.Panel1.Text = "Panel1";
this.splitContainerMain.Panel2.Controls.Add(this.splitContainerRight);
this.splitContainerMain.Panel2.Text = "Panel2";
this.splitContainerMain.Size = new System.Drawing.Size(1924, 911);
this.splitContainerMain.SplitterPosition = 0;
this.splitContainerMain.TabIndex = 0;
this.splitContainerMain.Text = "splitContainerControl1";
//
// tabLeftBottomDetail
//
this.tabLeftBottomDetail.AdapterObj = null;
this.tabLeftBottomDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabLeftBottomDetail.Location = new System.Drawing.Point(2, 2);
this.tabLeftBottomDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tabLeftBottomDetail.Name = "tabLeftBottomDetail";
this.tabLeftBottomDetail.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.tabLeftBottomDetail.Size = new System.Drawing.Size(1914, 236);
this.tabLeftBottomDetail.TabIndex = 3;
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.Color.Transparent;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1924, 911);
this.Controls.Add(this.splitContainerMain);
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(5);
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.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();
((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
this.splitContainerMain.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private System.Windows.Forms.Timer TimeOut;
private DevExpress.XtraEditors.SplitContainerControl splitContainerRight;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.GroupControl groupControl;
private DevExpress.XtraEditors.PanelControl pl_Message;
private DevExpress.XtraEditors.LabelControl messageInfo;
private DevExpress.XtraEditors.PanelControl pl_Manager;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton btnSubmit;
private DevExpress.XtraEditors.SimpleButton btnStart;
private System.Windows.Forms.TextBox textBox;
private DevExpress.XtraEditors.PanelControl panelRightTop;
private DevExpress.XtraEditors.PanelControl pl_top_search;
private DevExpress.XtraEditors.SimpleButton btnSearch;
private DevExpress.XtraEditors.LabelControl lbSearch;
private System.Windows.Forms.ComboBox cbField;
private System.Windows.Forms.TextBox txtFixKey;
private Control.TabControlEx tabRightDetail;
private DevExpress.XtraEditors.SplitContainerControl splitContainerMain;
private Control.GridControlEx tabLeftBottomDetail;
}
}