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.
880 lines
44 KiB
880 lines
44 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSOPBOMNew
|
|
{
|
|
/// <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(FormICSOPBOMNew));
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.treeView = new System.Windows.Forms.TreeView();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
this.grdDetail = new DevExpress.XtraGrid.GridControl();
|
|
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.INVCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.INVDESC = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.INVTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBSITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMQTY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBWH = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SEQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMECN = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMNAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMDESC = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMLOCATION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMEFFTIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMINVTIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMUOM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMVER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMCONTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBPITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.MUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.MTIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBOMVER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBFACTORY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBUSAGE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMPROJECT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.SBITEMSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.LOCATION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colEttr1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
|
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.txtRouteCode = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtinvtype = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtinvname = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtinvcode = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
this.groupControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.btnExit);
|
|
this.panelControl3.Controls.Add(this.btnFalsh);
|
|
this.panelControl3.Controls.Add(this.btnAdd);
|
|
this.panelControl3.Controls.Add(this.btnClose);
|
|
this.panelControl3.Controls.Add(this.lblTitle);
|
|
this.panelControl3.Controls.Add(this.btnCanSelect);
|
|
this.panelControl3.Controls.Add(this.btnSelect);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(1217, 39);
|
|
this.panelControl3.TabIndex = 13;
|
|
//
|
|
// 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(485, 1);
|
|
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(65, 39);
|
|
this.btnExit.TabIndex = 37;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// btnFalsh
|
|
//
|
|
this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnFalsh.Appearance.Options.UseFont = true;
|
|
this.btnFalsh.Appearance.Options.UseForeColor = true;
|
|
this.btnFalsh.Appearance.Options.UseTextOptions = true;
|
|
this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
|
|
this.btnFalsh.Location = new System.Drawing.Point(416, 1);
|
|
this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnFalsh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnFalsh.Name = "btnFalsh";
|
|
this.btnFalsh.Size = new System.Drawing.Size(69, 39);
|
|
this.btnFalsh.TabIndex = 36;
|
|
this.btnFalsh.Text = "刷新";
|
|
this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnAdd.Appearance.Options.UseFont = true;
|
|
this.btnAdd.Appearance.Options.UseForeColor = true;
|
|
this.btnAdd.Appearance.Options.UseTextOptions = true;
|
|
this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
|
|
this.btnAdd.Location = new System.Drawing.Point(349, 1);
|
|
this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnAdd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(67, 39);
|
|
this.btnAdd.TabIndex = 31;
|
|
this.btnAdd.Text = "保存";
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
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.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(1187, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(30, 39);
|
|
this.btnClose.TabIndex = 29;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_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(10, 4);
|
|
this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(200, 30);
|
|
this.lblTitle.TabIndex = 19;
|
|
this.lblTitle.Text = "标准子件上料BOM关联";
|
|
//
|
|
// btnCanSelect
|
|
//
|
|
this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCanSelect.Appearance.Options.UseFont = true;
|
|
this.btnCanSelect.Appearance.Options.UseForeColor = true;
|
|
this.btnCanSelect.Appearance.Options.UseTextOptions = true;
|
|
this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
|
|
this.btnCanSelect.Location = new System.Drawing.Point(283, 1);
|
|
this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCanSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnCanSelect.Name = "btnCanSelect";
|
|
this.btnCanSelect.Size = new System.Drawing.Size(66, 39);
|
|
this.btnCanSelect.TabIndex = 48;
|
|
this.btnCanSelect.Text = "全消";
|
|
this.btnCanSelect.Click += new System.EventHandler(this.btnCancelAll_Click);
|
|
//
|
|
// btnSelect
|
|
//
|
|
this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnSelect.Appearance.Options.UseFont = true;
|
|
this.btnSelect.Appearance.Options.UseForeColor = true;
|
|
this.btnSelect.Appearance.Options.UseTextOptions = true;
|
|
this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
|
|
this.btnSelect.Location = new System.Drawing.Point(216, 1);
|
|
this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnSelect.Name = "btnSelect";
|
|
this.btnSelect.Size = new System.Drawing.Size(66, 39);
|
|
this.btnSelect.TabIndex = 47;
|
|
this.btnSelect.Text = "全选";
|
|
this.btnSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 39);
|
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.treeView);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1217, 525);
|
|
this.splitContainer1.SplitterDistance = 179;
|
|
this.splitContainer1.SplitterWidth = 5;
|
|
this.splitContainer1.TabIndex = 16;
|
|
//
|
|
// treeView
|
|
//
|
|
this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeView.Location = new System.Drawing.Point(0, 0);
|
|
this.treeView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.treeView.Name = "treeView";
|
|
this.treeView.Size = new System.Drawing.Size(179, 525);
|
|
this.treeView.TabIndex = 0;
|
|
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1033, 525);
|
|
this.tableLayoutPanel1.TabIndex = 18;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.rptPage);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(3, 493);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(1027, 28);
|
|
this.panel3.TabIndex = 49;
|
|
//
|
|
// rptPage
|
|
//
|
|
this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.rptPage.Appearance.Options.UseBackColor = true;
|
|
this.rptPage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rptPage.isInit = false;
|
|
this.rptPage.Location = new System.Drawing.Point(0, 0);
|
|
this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
this.rptPage.Name = "rptPage";
|
|
this.rptPage.PageIndex = 1;
|
|
this.rptPage.PageSize = 10000;
|
|
this.rptPage.RecordNum = 0;
|
|
this.rptPage.Size = new System.Drawing.Size(1027, 28);
|
|
this.rptPage.TabIndex = 18;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.groupControl1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(3, 52);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1027, 433);
|
|
this.panel2.TabIndex = 49;
|
|
//
|
|
// groupControl1
|
|
//
|
|
this.groupControl1.Controls.Add(this.grdDetail);
|
|
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.groupControl1.Name = "groupControl1";
|
|
this.groupControl1.Size = new System.Drawing.Size(1027, 433);
|
|
this.groupControl1.TabIndex = 19;
|
|
this.groupControl1.Text = "详细信息";
|
|
//
|
|
// grdDetail
|
|
//
|
|
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.grdDetail.Location = new System.Drawing.Point(2, 26);
|
|
this.grdDetail.MainView = this.grvDetail;
|
|
this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.grdDetail.Name = "grdDetail";
|
|
this.grdDetail.Size = new System.Drawing.Size(1023, 405);
|
|
this.grdDetail.TabIndex = 1;
|
|
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.grvDetail,
|
|
this.grvAdvDetail,
|
|
this.gridView2,
|
|
this.gridView1});
|
|
//
|
|
// grvDetail
|
|
//
|
|
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.INVCODE,
|
|
this.INVNAME,
|
|
this.INVDESC,
|
|
this.INVTYPE,
|
|
this.SBITEMCODE,
|
|
this.SBSITEMCODE,
|
|
this.SBITEMQTY,
|
|
this.SBWH,
|
|
this.SEQ,
|
|
this.SBITEMECN,
|
|
this.SBITEMNAME,
|
|
this.SBITEMDESC,
|
|
this.SBITEMSTATUS,
|
|
this.SBITEMLOCATION,
|
|
this.SBITEMEFFTIME,
|
|
this.SBITEMINVTIME,
|
|
this.SBITEMUOM,
|
|
this.SBITEMVER,
|
|
this.SBITEMCONTYPE,
|
|
this.SBPITEMCODE,
|
|
this.MUSERName,
|
|
this.MTIME,
|
|
this.SBOMVER,
|
|
this.SBFACTORY,
|
|
this.SBUSAGE,
|
|
this.SBITEMPROJECT,
|
|
this.SBITEMSEQ,
|
|
this.LOCATION,
|
|
this.colisSelect,
|
|
this.colEttr1});
|
|
this.grvDetail.FixedLineWidth = 3;
|
|
this.grvDetail.GridControl = this.grdDetail;
|
|
this.grvDetail.IndicatorWidth = 30;
|
|
this.grvDetail.Name = "grvDetail";
|
|
this.grvDetail.OptionsSelection.MultiSelect = true;
|
|
this.grvDetail.OptionsView.ColumnAutoWidth = false;
|
|
this.grvDetail.OptionsView.ShowFooter = true;
|
|
this.grvDetail.OptionsView.ShowGroupPanel = false;
|
|
this.grvDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
|
|
//
|
|
// INVCODE
|
|
//
|
|
this.INVCODE.Caption = "产品代码";
|
|
this.INVCODE.FieldName = "INVCODE";
|
|
this.INVCODE.Name = "INVCODE";
|
|
this.INVCODE.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// INVNAME
|
|
//
|
|
this.INVNAME.Caption = "产品名称";
|
|
this.INVNAME.FieldName = "INVNAME";
|
|
this.INVNAME.Name = "INVNAME";
|
|
this.INVNAME.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// INVDESC
|
|
//
|
|
this.INVDESC.Caption = "产品描述";
|
|
this.INVDESC.FieldName = "INVDESC";
|
|
this.INVDESC.Name = "INVDESC";
|
|
this.INVDESC.OptionsColumn.AllowEdit = false;
|
|
this.INVDESC.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// INVTYPE
|
|
//
|
|
this.INVTYPE.Caption = "产品类型";
|
|
this.INVTYPE.FieldName = "INVTYPE";
|
|
this.INVTYPE.Name = "INVTYPE";
|
|
this.INVTYPE.OptionsColumn.AllowEdit = false;
|
|
this.INVTYPE.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBITEMCODE
|
|
//
|
|
this.SBITEMCODE.Caption = "子阶料物料代码";
|
|
this.SBITEMCODE.FieldName = "SBITEMCODE";
|
|
this.SBITEMCODE.Name = "SBITEMCODE";
|
|
this.SBITEMCODE.OptionsColumn.AllowEdit = false;
|
|
this.SBITEMCODE.OptionsColumn.ReadOnly = true;
|
|
this.SBITEMCODE.Visible = true;
|
|
this.SBITEMCODE.VisibleIndex = 2;
|
|
//
|
|
// SBSITEMCODE
|
|
//
|
|
this.SBSITEMCODE.Caption = "首选料物料代码";
|
|
this.SBSITEMCODE.FieldName = "SBSITEMCODE";
|
|
this.SBSITEMCODE.Name = "SBSITEMCODE";
|
|
this.SBSITEMCODE.OptionsColumn.AllowEdit = false;
|
|
this.SBSITEMCODE.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBITEMQTY
|
|
//
|
|
this.SBITEMQTY.Caption = "单机用量";
|
|
this.SBITEMQTY.FieldName = "SBITEMQTY";
|
|
this.SBITEMQTY.Name = "SBITEMQTY";
|
|
this.SBITEMQTY.Visible = true;
|
|
this.SBITEMQTY.VisibleIndex = 3;
|
|
//
|
|
// SBWH
|
|
//
|
|
this.SBWH.Caption = "所在仓库";
|
|
this.SBWH.FieldName = "SBWH";
|
|
this.SBWH.Name = "SBWH";
|
|
this.SBWH.OptionsColumn.AllowEdit = false;
|
|
this.SBWH.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SEQ
|
|
//
|
|
this.SEQ.Caption = "次序";
|
|
this.SEQ.FieldName = "SEQ";
|
|
this.SEQ.Name = "SEQ";
|
|
this.SEQ.OptionsColumn.ReadOnly = true;
|
|
this.SEQ.Visible = true;
|
|
this.SEQ.VisibleIndex = 5;
|
|
//
|
|
// SBITEMECN
|
|
//
|
|
this.SBITEMECN.Caption = "子阶料工程变更号";
|
|
this.SBITEMECN.FieldName = "SBITEMECN";
|
|
this.SBITEMECN.Name = "SBITEMECN";
|
|
this.SBITEMECN.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBITEMNAME
|
|
//
|
|
this.SBITEMNAME.Caption = "子阶料物料名称";
|
|
this.SBITEMNAME.FieldName = "SBITEMNAME";
|
|
this.SBITEMNAME.Name = "SBITEMNAME";
|
|
this.SBITEMNAME.OptionsColumn.ReadOnly = true;
|
|
this.SBITEMNAME.Visible = true;
|
|
this.SBITEMNAME.VisibleIndex = 6;
|
|
//
|
|
// SBITEMDESC
|
|
//
|
|
this.SBITEMDESC.Caption = "子阶料物料描述";
|
|
this.SBITEMDESC.FieldName = "SBITEMDESC";
|
|
this.SBITEMDESC.Name = "SBITEMDESC";
|
|
this.SBITEMDESC.OptionsColumn.ReadOnly = true;
|
|
this.SBITEMDESC.Visible = true;
|
|
this.SBITEMDESC.VisibleIndex = 7;
|
|
//
|
|
// SBITEMSTATUS
|
|
//
|
|
this.SBITEMSTATUS.Caption = "产品代码状态";
|
|
this.SBITEMSTATUS.FieldName = "SBITEMSTATUS";
|
|
this.SBITEMSTATUS.Name = "SBITEMSTATUS";
|
|
this.SBITEMSTATUS.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBITEMLOCATION
|
|
//
|
|
this.SBITEMLOCATION.Caption = "位号";
|
|
this.SBITEMLOCATION.FieldName = "SBITEMLOCATION";
|
|
this.SBITEMLOCATION.Name = "SBITEMLOCATION";
|
|
this.SBITEMLOCATION.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBITEMEFFTIME
|
|
//
|
|
this.SBITEMEFFTIME.Caption = "生效时间";
|
|
this.SBITEMEFFTIME.FieldName = "SBITEMEFFTIME";
|
|
this.SBITEMEFFTIME.Name = "SBITEMEFFTIME";
|
|
this.SBITEMEFFTIME.OptionsColumn.ReadOnly = true;
|
|
this.SBITEMEFFTIME.Visible = true;
|
|
this.SBITEMEFFTIME.VisibleIndex = 9;
|
|
//
|
|
// SBITEMINVTIME
|
|
//
|
|
this.SBITEMINVTIME.Caption = "失效时间";
|
|
this.SBITEMINVTIME.FieldName = "SBITEMINVTIME";
|
|
this.SBITEMINVTIME.Name = "SBITEMINVTIME";
|
|
this.SBITEMINVTIME.OptionsColumn.ReadOnly = true;
|
|
this.SBITEMINVTIME.Visible = true;
|
|
this.SBITEMINVTIME.VisibleIndex = 10;
|
|
//
|
|
// SBITEMUOM
|
|
//
|
|
this.SBITEMUOM.Caption = "计量单位";
|
|
this.SBITEMUOM.FieldName = "SBITEMUOM";
|
|
this.SBITEMUOM.Name = "SBITEMUOM";
|
|
this.SBITEMUOM.OptionsColumn.ReadOnly = true;
|
|
this.SBITEMUOM.Visible = true;
|
|
this.SBITEMUOM.VisibleIndex = 4;
|
|
//
|
|
// SBITEMVER
|
|
//
|
|
this.SBITEMVER.Caption = "子阶料版本号";
|
|
this.SBITEMVER.FieldName = "SBITEMVER";
|
|
this.SBITEMVER.Name = "SBITEMVER";
|
|
this.SBITEMVER.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBITEMCONTYPE
|
|
//
|
|
this.SBITEMCONTYPE.Caption = "子阶料管控类型";
|
|
this.SBITEMCONTYPE.FieldName = "SBITEMCONTYPE";
|
|
this.SBITEMCONTYPE.Name = "SBITEMCONTYPE";
|
|
this.SBITEMCONTYPE.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBPITEMCODE
|
|
//
|
|
this.SBPITEMCODE.Caption = "父阶料物料代码";
|
|
this.SBPITEMCODE.FieldName = "SBPITEMCODE";
|
|
this.SBPITEMCODE.Name = "SBPITEMCODE";
|
|
this.SBPITEMCODE.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// MUSERName
|
|
//
|
|
this.MUSERName.Caption = "维护人名称";
|
|
this.MUSERName.FieldName = "MUSERName";
|
|
this.MUSERName.Name = "MUSERName";
|
|
this.MUSERName.OptionsColumn.ReadOnly = true;
|
|
this.MUSERName.Visible = true;
|
|
this.MUSERName.VisibleIndex = 11;
|
|
//
|
|
// MTIME
|
|
//
|
|
this.MTIME.Caption = "维护时间";
|
|
this.MTIME.FieldName = "MTIME";
|
|
this.MTIME.Name = "MTIME";
|
|
this.MTIME.OptionsColumn.ReadOnly = true;
|
|
this.MTIME.Visible = true;
|
|
this.MTIME.VisibleIndex = 12;
|
|
//
|
|
// SBOMVER
|
|
//
|
|
this.SBOMVER.Caption = "标准BOM版本";
|
|
this.SBOMVER.FieldName = "SBOMVER";
|
|
this.SBOMVER.Name = "SBOMVER";
|
|
this.SBOMVER.OptionsColumn.ReadOnly = true;
|
|
this.SBOMVER.Visible = true;
|
|
this.SBOMVER.VisibleIndex = 1;
|
|
this.SBOMVER.Width = 118;
|
|
//
|
|
// SBFACTORY
|
|
//
|
|
this.SBFACTORY.Caption = "工厂";
|
|
this.SBFACTORY.FieldName = "SBFACTORY";
|
|
this.SBFACTORY.Name = "SBFACTORY";
|
|
this.SBFACTORY.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBUSAGE
|
|
//
|
|
this.SBUSAGE.Caption = "标准BOM用途";
|
|
this.SBUSAGE.FieldName = "SBUSAGE";
|
|
this.SBUSAGE.Name = "SBUSAGE";
|
|
this.SBUSAGE.OptionsColumn.ReadOnly = true;
|
|
this.SBUSAGE.Width = 90;
|
|
//
|
|
// SBITEMPROJECT
|
|
//
|
|
this.SBITEMPROJECT.Caption = "项目";
|
|
this.SBITEMPROJECT.FieldName = "SBITEMPROJECT";
|
|
this.SBITEMPROJECT.Name = "SBITEMPROJECT";
|
|
this.SBITEMPROJECT.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// SBITEMSEQ
|
|
//
|
|
this.SBITEMSEQ.Caption = "子阶料次序";
|
|
this.SBITEMSEQ.FieldName = "SBITEMSEQ";
|
|
this.SBITEMSEQ.Name = "SBITEMSEQ";
|
|
this.SBITEMSEQ.OptionsColumn.ReadOnly = true;
|
|
this.SBITEMSEQ.Visible = true;
|
|
this.SBITEMSEQ.VisibleIndex = 8;
|
|
//
|
|
// LOCATION
|
|
//
|
|
this.LOCATION.Caption = "位号";
|
|
this.LOCATION.FieldName = "LOCATION";
|
|
this.LOCATION.Name = "LOCATION";
|
|
this.LOCATION.OptionsColumn.ReadOnly = true;
|
|
//
|
|
// colisSelect
|
|
//
|
|
this.colisSelect.Caption = "选择";
|
|
this.colisSelect.FieldName = "isSelect";
|
|
this.colisSelect.Name = "colisSelect";
|
|
this.colisSelect.OptionsColumn.AllowEdit = false;
|
|
this.colisSelect.OptionsColumn.ReadOnly = true;
|
|
this.colisSelect.Visible = true;
|
|
this.colisSelect.VisibleIndex = 0;
|
|
//
|
|
// colEttr1
|
|
//
|
|
this.colEttr1.Caption = "固定损耗";
|
|
this.colEttr1.FieldName = "EATTRIBUTE1";
|
|
this.colEttr1.Name = "colEttr1";
|
|
//
|
|
// 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;
|
|
//
|
|
// gridView2
|
|
//
|
|
this.gridView2.GridControl = this.grdDetail;
|
|
this.gridView2.Name = "gridView2";
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.GridControl = this.grdDetail;
|
|
this.gridView1.Name = "gridView1";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.txtRouteCode);
|
|
this.panel1.Controls.Add(this.label5);
|
|
this.panel1.Controls.Add(this.txtinvtype);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.txtinvname);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.txtinvcode);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.comboBox1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(3, 4);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1027, 40);
|
|
this.panel1.TabIndex = 39;
|
|
//
|
|
// txtRouteCode
|
|
//
|
|
this.txtRouteCode.Location = new System.Drawing.Point(654, 10);
|
|
this.txtRouteCode.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
this.txtRouteCode.Name = "txtRouteCode";
|
|
this.txtRouteCode.ReadOnly = true;
|
|
this.txtRouteCode.Size = new System.Drawing.Size(127, 26);
|
|
this.txtRouteCode.TabIndex = 30;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(586, 14);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(83, 18);
|
|
this.label5.TabIndex = 29;
|
|
this.label5.Text = "产品途程:";
|
|
//
|
|
// txtinvtype
|
|
//
|
|
this.txtinvtype.Location = new System.Drawing.Point(495, 10);
|
|
this.txtinvtype.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
this.txtinvtype.Name = "txtinvtype";
|
|
this.txtinvtype.ReadOnly = true;
|
|
this.txtinvtype.Size = new System.Drawing.Size(90, 26);
|
|
this.txtinvtype.TabIndex = 30;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(427, 14);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(83, 18);
|
|
this.label4.TabIndex = 29;
|
|
this.label4.Text = "产品类别:";
|
|
//
|
|
// txtinvname
|
|
//
|
|
this.txtinvname.Location = new System.Drawing.Point(248, 10);
|
|
this.txtinvname.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
this.txtinvname.Name = "txtinvname";
|
|
this.txtinvname.ReadOnly = true;
|
|
this.txtinvname.Size = new System.Drawing.Size(169, 26);
|
|
this.txtinvname.TabIndex = 28;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(181, 14);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(83, 18);
|
|
this.label3.TabIndex = 27;
|
|
this.label3.Text = "产品名称:";
|
|
//
|
|
// txtinvcode
|
|
//
|
|
this.txtinvcode.Location = new System.Drawing.Point(75, 8);
|
|
this.txtinvcode.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
this.txtinvcode.Name = "txtinvcode";
|
|
this.txtinvcode.ReadOnly = true;
|
|
this.txtinvcode.Size = new System.Drawing.Size(102, 26);
|
|
this.txtinvcode.TabIndex = 26;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(8, 12);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(83, 18);
|
|
this.label2.TabIndex = 25;
|
|
this.label2.Text = "产品代码:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(789, 14);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(115, 18);
|
|
this.label1.TabIndex = 24;
|
|
this.label1.Text = "可选BOM版本:";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(901, 8);
|
|
this.comboBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(115, 26);
|
|
this.comboBox1.TabIndex = 23;
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|
//
|
|
// FormICSOPBOMNew
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1217, 564);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.panelControl3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FormICSOPBOMNew";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "标准子件上料BOM关联";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
this.groupControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnFalsh;
|
|
private DevExpress.XtraEditors.SimpleButton btnExit;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private Base.UserControl.FormControl.PageNavTool rptPage;
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private System.Windows.Forms.TreeView treeView;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TextBox txtinvtype;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtinvname;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtinvcode;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private DevExpress.XtraGrid.GridControl grdDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
|
|
private DevExpress.XtraGrid.Columns.GridColumn INVCODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn INVDESC;
|
|
private DevExpress.XtraGrid.Columns.GridColumn INVTYPE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMCODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBSITEMCODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMQTY;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBWH;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SEQ;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMECN;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMNAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMDESC;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMSTATUS;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMLOCATION;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMEFFTIME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMINVTIME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMUOM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMVER;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMCONTYPE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBPITEMCODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn MUSERName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn MTIME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBOMVER;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBFACTORY;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBUSAGE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMPROJECT;
|
|
private DevExpress.XtraGrid.Columns.GridColumn SBITEMSEQ;
|
|
private DevExpress.XtraGrid.Columns.GridColumn LOCATION;
|
|
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
|
|
private DevExpress.XtraEditors.SimpleButton btnCanSelect;
|
|
private DevExpress.XtraEditors.SimpleButton btnSelect;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colEttr1;
|
|
private System.Windows.Forms.TextBox txtRouteCode;
|
|
private System.Windows.Forms.Label label5;
|
|
}
|
|
}
|