锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

684 lines
36 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSMINNO
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSMINNO));
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.btnMO = new DevExpress.XtraEditors.ButtonEdit();
this.btnOP = new DevExpress.XtraEditors.ButtonEdit();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comROUTE = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnSS = new DevExpress.XtraEditors.ButtonEdit();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtSEQ = new System.Windows.Forms.TextBox();
this.txtNO = new System.Windows.Forms.TextBox();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtID = new System.Windows.Forms.TextBox();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.txtRESCODE = new System.Windows.Forms.TextBox();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.gridSplitContainer1 = new DevExpress.XtraGrid.GridSplitContainer();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.OBITEMSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
this.OBSITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.OBITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVDESC = new DevExpress.XtraGrid.Columns.GridColumn();
this.MITEMPACKEDNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnMO.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnOP.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnSS.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).BeginInit();
this.gridSplitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// btnOutPut
//
this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOutPut.Appearance.Options.UseFont = true;
this.btnOutPut.Appearance.Options.UseForeColor = true;
this.btnOutPut.Appearance.Options.UseTextOptions = true;
this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
this.btnOutPut.Location = new System.Drawing.Point(210, 0);
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOutPut.Name = "btnOutPut";
this.btnOutPut.Size = new System.Drawing.Size(63, 30);
this.btnOutPut.TabIndex = 2;
this.btnOutPut.Text = "导出";
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
//
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnExit.Appearance.Options.UseFont = true;
this.btnExit.Appearance.Options.UseForeColor = true;
this.btnExit.Appearance.Options.UseTextOptions = true;
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.Location = new System.Drawing.Point(331, 0);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(55, 30);
this.btnExit.TabIndex = 10;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.btnClose);
this.panelControl3.Controls.Add(this.btnCreate);
this.panelControl3.Controls.Add(this.lblTitle);
this.panelControl3.Controls.Add(this.btnRefresh);
this.panelControl3.Controls.Add(this.btnExit);
this.panelControl3.Controls.Add(this.btnOutPut);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(0, 0);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1036, 30);
this.panelControl3.TabIndex = 13;
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Appearance.Options.UseForeColor = true;
this.btnClose.Appearance.Options.UseTextOptions = true;
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(1006, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(30, 30);
this.btnClose.TabIndex = 28;
//
// btnCreate
//
this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCreate.Appearance.Options.UseFont = true;
this.btnCreate.Appearance.Options.UseForeColor = true;
this.btnCreate.Appearance.Options.UseTextOptions = true;
this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
this.btnCreate.Location = new System.Drawing.Point(155, 0);
this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(58, 30);
this.btnCreate.TabIndex = 23;
this.btnCreate.Text = "保存";
this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(3, 4);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(122, 23);
this.lblTitle.TabIndex = 19;
this.lblTitle.Text = "岗位用料列表维护";
//
// btnRefresh
//
this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
this.btnRefresh.Appearance.Options.UseFont = true;
this.btnRefresh.Appearance.Options.UseForeColor = true;
this.btnRefresh.Appearance.Options.UseTextOptions = true;
this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
this.btnRefresh.Location = new System.Drawing.Point(273, 0);
this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(58, 30);
this.btnRefresh.TabIndex = 17;
this.btnRefresh.Text = "刷新";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnMO
//
this.btnMO.Location = new System.Drawing.Point(100, 24);
this.btnMO.Name = "btnMO";
this.btnMO.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.btnMO.Size = new System.Drawing.Size(164, 20);
this.btnMO.TabIndex = 15;
this.btnMO.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnMO_ButtonClick);
this.btnMO.EditValueChanged += new System.EventHandler(this.btnMO_EditValueChanged);
//
// btnOP
//
this.btnOP.Location = new System.Drawing.Point(100, 61);
this.btnOP.Name = "btnOP";
this.btnOP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.btnOP.Size = new System.Drawing.Size(164, 20);
this.btnOP.TabIndex = 16;
this.btnOP.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnOP_ButtonClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(59, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 14);
this.label1.TabIndex = 17;
this.label1.Text = "工单:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(59, 64);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 14);
this.label2.TabIndex = 18;
this.label2.Text = "工序:";
//
// comROUTE
//
this.comROUTE.FormattingEnabled = true;
this.comROUTE.Location = new System.Drawing.Point(396, 22);
this.comROUTE.Name = "comROUTE";
this.comROUTE.Size = new System.Drawing.Size(176, 22);
this.comROUTE.TabIndex = 19;
this.comROUTE.SelectedIndexChanged += new System.EventHandler(this.comROUTE_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(353, 27);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 14);
this.label3.TabIndex = 20;
this.label3.Text = "途程:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(354, 64);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 14);
this.label4.TabIndex = 21;
this.label4.Text = "线别:";
//
// btnSS
//
this.btnSS.Location = new System.Drawing.Point(396, 61);
this.btnSS.Name = "btnSS";
this.btnSS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.btnSS.Size = new System.Drawing.Size(176, 20);
this.btnSS.TabIndex = 22;
this.btnSS.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSS_ButtonClick);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(88, 20);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 14);
this.label5.TabIndex = 23;
this.label5.Text = "顺序号:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(52, 51);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(83, 14);
this.label6.TabIndex = 24;
this.label6.Text = "最小包装条码:";
//
// txtSEQ
//
this.txtSEQ.Location = new System.Drawing.Point(155, 17);
this.txtSEQ.Name = "txtSEQ";
this.txtSEQ.Size = new System.Drawing.Size(151, 22);
this.txtSEQ.TabIndex = 25;
//
// txtNO
//
this.txtNO.Location = new System.Drawing.Point(155, 51);
this.txtNO.Name = "txtNO";
this.txtNO.Size = new System.Drawing.Size(151, 22);
this.txtNO.TabIndex = 26;
//
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.txtID);
this.panelControl1.Controls.Add(this.panelControl4);
this.panelControl1.Controls.Add(this.txtRESCODE);
this.panelControl1.Controls.Add(this.btnMO);
this.panelControl1.Controls.Add(this.btnOP);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Controls.Add(this.label2);
this.panelControl1.Controls.Add(this.comROUTE);
this.panelControl1.Controls.Add(this.label3);
this.panelControl1.Controls.Add(this.btnSS);
this.panelControl1.Controls.Add(this.label4);
this.panelControl1.Location = new System.Drawing.Point(0, 30);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1036, 101);
this.panelControl1.TabIndex = 27;
//
// txtID
//
this.txtID.Location = new System.Drawing.Point(991, 56);
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(33, 22);
this.txtID.TabIndex = 30;
this.txtID.Visible = false;
//
// panelControl4
//
this.panelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelControl4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.panelControl4.Appearance.Options.UseBackColor = true;
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Controls.Add(this.textBox1);
this.panelControl4.Controls.Add(this.label7);
this.panelControl4.Controls.Add(this.label8);
this.panelControl4.Controls.Add(this.textBox2);
this.panelControl4.Location = new System.Drawing.Point(0, 116);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(1036, 182);
this.panelControl4.TabIndex = 29;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(155, 25);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(109, 22);
this.textBox1.TabIndex = 25;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(88, 28);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(47, 14);
this.label7.TabIndex = 23;
this.label7.Text = "顺序号:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(52, 59);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(83, 14);
this.label8.TabIndex = 24;
this.label8.Text = "最小包装条码:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(155, 59);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(151, 22);
this.textBox2.TabIndex = 26;
//
// txtRESCODE
//
this.txtRESCODE.Location = new System.Drawing.Point(991, 19);
this.txtRESCODE.Name = "txtRESCODE";
this.txtRESCODE.Size = new System.Drawing.Size(33, 22);
this.txtRESCODE.TabIndex = 23;
this.txtRESCODE.Visible = false;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl1.Location = new System.Drawing.Point(882, -29);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(122, 23);
this.labelControl1.TabIndex = 19;
this.labelControl1.Text = "岗位用料列表维护";
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.txtSEQ);
this.panelControl2.Controls.Add(this.label5);
this.panelControl2.Controls.Add(this.label6);
this.panelControl2.Controls.Add(this.txtNO);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(0, 340);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1036, 99);
this.panelControl2.TabIndex = 28;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.gridSplitContainer1);
this.groupBox1.Location = new System.Drawing.Point(3, 150);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1030, 184);
this.groupBox1.TabIndex = 29;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "岗位用料信息";
//
// gridSplitContainer1
//
this.gridSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridSplitContainer1.Grid = this.grdDetail;
this.gridSplitContainer1.Location = new System.Drawing.Point(3, 18);
this.gridSplitContainer1.Name = "gridSplitContainer1";
this.gridSplitContainer1.Panel1.Controls.Add(this.grdDetail);
this.gridSplitContainer1.Size = new System.Drawing.Size(1024, 163);
this.gridSplitContainer1.TabIndex = 0;
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdDetail.Location = new System.Drawing.Point(0, 0);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.Size = new System.Drawing.Size(1024, 163);
this.grdDetail.TabIndex = 28;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail,
this.grvAdvDetail,
this.gridView1});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.OBITEMSEQ,
this.OBSITEMCODE,
this.colMUSER,
this.colMTIME,
this.OBITEMCODE,
this.INVDESC,
this.MITEMPACKEDNO,
this.ID});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsBehavior.Editable = false;
this.grvDetail.OptionsBehavior.ReadOnly = true;
this.grvDetail.OptionsSelection.MultiSelect = true;
this.grvDetail.OptionsView.ShowFooter = true;
this.grvDetail.OptionsView.ShowGroupPanel = false;
//
// OBITEMSEQ
//
this.OBITEMSEQ.Caption = "顺序号";
this.OBITEMSEQ.FieldName = "OBITEMSEQ";
this.OBITEMSEQ.Name = "OBITEMSEQ";
this.OBITEMSEQ.Visible = true;
this.OBITEMSEQ.VisibleIndex = 0;
//
// OBSITEMCODE
//
this.OBSITEMCODE.Caption = "首选料料号";
this.OBSITEMCODE.FieldName = "OBSITEMCODE";
this.OBSITEMCODE.Name = "OBSITEMCODE";
this.OBSITEMCODE.Visible = true;
this.OBSITEMCODE.VisibleIndex = 1;
//
// colMUSER
//
this.colMUSER.Caption = "维护人";
this.colMUSER.FieldName = "MUSERName";
this.colMUSER.Name = "colMUSER";
this.colMUSER.Visible = true;
this.colMUSER.VisibleIndex = 5;
//
// colMTIME
//
this.colMTIME.Caption = "维护时间";
this.colMTIME.FieldName = "MTIME";
this.colMTIME.Name = "colMTIME";
this.colMTIME.Visible = true;
this.colMTIME.VisibleIndex = 6;
//
// OBITEMCODE
//
this.OBITEMCODE.Caption = "物料代码";
this.OBITEMCODE.FieldName = "OBITEMCODE";
this.OBITEMCODE.Name = "OBITEMCODE";
this.OBITEMCODE.Visible = true;
this.OBITEMCODE.VisibleIndex = 3;
//
// INVDESC
//
this.INVDESC.Caption = "物料描述";
this.INVDESC.FieldName = "INVDESC";
this.INVDESC.Name = "INVDESC";
this.INVDESC.Visible = true;
this.INVDESC.VisibleIndex = 4;
//
// MITEMPACKEDNO
//
this.MITEMPACKEDNO.Caption = "最小包装条码";
this.MITEMPACKEDNO.FieldName = "MITEMPACKEDNO";
this.MITEMPACKEDNO.Name = "MITEMPACKEDNO";
this.MITEMPACKEDNO.Visible = true;
this.MITEMPACKEDNO.VisibleIndex = 2;
//
// ID
//
this.ID.Caption = "编号";
this.ID.FieldName = "编号";
this.ID.Name = "ID";
//
// grvAdvDetail
//
this.grvAdvDetail.GridControl = this.grdDetail;
this.grvAdvDetail.Name = "grvAdvDetail";
this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
this.grvAdvDetail.OptionsSelection.MultiSelect = true;
this.grvAdvDetail.OptionsView.ShowFooter = true;
this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3});
this.gridView1.GridControl = this.grdDetail;
this.gridView1.Name = "gridView1";
//
// gridColumn1
//
this.gridColumn1.Caption = "gridColumn1";
this.gridColumn1.FieldName = "DCTCode";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
//
// gridColumn2
//
this.gridColumn2.Caption = "gridColumn2";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
//
// gridColumn3
//
this.gridColumn3.Caption = "gridColumn3";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 2;
//
// FormICSMINNO
//
this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1036, 439);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSMINNO";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormGridReport";
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.btnMO.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnOP.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnSS.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).EndInit();
this.gridSplitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnOutPut;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.SimpleButton btnCreate;
private DevExpress.XtraEditors.ButtonEdit btnMO;
private DevExpress.XtraEditors.ButtonEdit btnOP;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comROUTE;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.ButtonEdit btnSS;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtSEQ;
private System.Windows.Forms.TextBox txtNO;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private System.Windows.Forms.TextBox txtRESCODE;
private DevExpress.XtraEditors.PanelControl panelControl4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn ID;
private DevExpress.XtraGrid.Columns.GridColumn OBITEMSEQ;
private DevExpress.XtraGrid.Columns.GridColumn OBSITEMCODE;
private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
private DevExpress.XtraGrid.Columns.GridColumn OBITEMCODE;
private DevExpress.XtraGrid.Columns.GridColumn INVDESC;
private DevExpress.XtraGrid.Columns.GridColumn MITEMPACKEDNO;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.GridSplitContainer gridSplitContainer1;
private System.Windows.Forms.TextBox txtID;
private DevExpress.XtraEditors.SimpleButton btnClose;
}
}