| | |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_tbl013 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_tbl020 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_tbl003 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_tbl002 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.txt_tbl013 = new DevExpress.XtraEditors.CheckEdit(); |
| | | this.txt_tbl020 = new DevExpress.XtraEditors.CheckEdit(); |
| | | this.txt_erpProductionOrderNo = new DevExpress.XtraEditors.TextEdit(); |
| | | this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | |
| | | this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.tabMx = new DevExpress.XtraTab.XtraTabControl(); |
| | | this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | | this.gcMx1 = new DevExpress.XtraGrid.GridControl(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_tbl013.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_tbl020.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionOrderNo.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); |
| | | this.tabMx.SuspendLayout(); |
| | | this.tabMxPage1.SuspendLayout(); |
| | |
| | | // |
| | | this.toolBarMenu1.chkParameter = null; |
| | | this.toolBarMenu1.currentAction = null; |
| | | this.toolBarMenu1.defaultActions = null; |
| | | this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.toolBarMenu1.guidKey = null; |
| | | this.toolBarMenu1.isSetBtn = false; |
| | |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_tbl013, |
| | | this.gv_tbl020, |
| | | this.gridColumn5, |
| | | this.gv_billNo, |
| | | this.gv_tbl003, |
| | | this.gv_tbl002, |
| | |
| | | // |
| | | // gv_tbl013 |
| | | // |
| | | this.gv_tbl013.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl013.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl013.Caption = "审核状态 "; |
| | | this.gv_tbl013.FieldName = "isChk"; |
| | |
| | | // |
| | | // gv_tbl020 |
| | | // |
| | | this.gv_tbl020.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl020.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl020.Caption = "完结标识 "; |
| | | this.gv_tbl020.FieldName = "isWj"; |
| | |
| | | this.gv_tbl020.VisibleIndex = 1; |
| | | this.gv_tbl020.Width = 50; |
| | | // |
| | | // gridColumn5 |
| | | // |
| | | this.gridColumn5.Caption = "退料组织"; |
| | | this.gridColumn5.FieldName = "tlOrg"; |
| | | this.gridColumn5.MinWidth = 25; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.Tag = "org.fnamber"; |
| | | this.gridColumn5.Visible = true; |
| | | this.gridColumn5.VisibleIndex = 2; |
| | | this.gridColumn5.Width = 94; |
| | | // |
| | | // gv_billNo |
| | | // |
| | | this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.Caption = "申请单号 "; |
| | | this.gv_billNo.FieldName = "billNo"; |
| | |
| | | this.gv_billNo.OptionsColumn.AllowEdit = false; |
| | | this.gv_billNo.Tag = "query_a.bill_no"; |
| | | this.gv_billNo.Visible = true; |
| | | this.gv_billNo.VisibleIndex = 3; |
| | | this.gv_billNo.VisibleIndex = 2; |
| | | this.gv_billNo.Width = 94; |
| | | // |
| | | // gv_tbl003 |
| | | // |
| | | this.gv_tbl003.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl003.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl003.Caption = "投料单号 "; |
| | | this.gv_tbl003.FieldName = "daa021"; |
| | |
| | | this.gv_tbl003.OptionsColumn.AllowEdit = false; |
| | | this.gv_tbl003.Tag = "query_a.tbl003"; |
| | | this.gv_tbl003.Visible = true; |
| | | this.gv_tbl003.VisibleIndex = 4; |
| | | this.gv_tbl003.VisibleIndex = 3; |
| | | this.gv_tbl003.Width = 94; |
| | | // |
| | | // gv_tbl002 |
| | | // |
| | | this.gv_tbl002.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl002.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl002.Caption = "委外工单"; |
| | | this.gv_tbl002.FieldName = "daa001"; |
| | |
| | | this.gv_tbl002.OptionsColumn.AllowEdit = false; |
| | | this.gv_tbl002.Tag = "query_a.tbl002"; |
| | | this.gv_tbl002.Visible = true; |
| | | this.gv_tbl002.VisibleIndex = 5; |
| | | this.gv_tbl002.VisibleIndex = 4; |
| | | this.gv_tbl002.Width = 94; |
| | | // |
| | | // gridColumn6 |
| | |
| | | this.gridColumn6.MinWidth = 25; |
| | | this.gridColumn6.Name = "gridColumn6"; |
| | | this.gridColumn6.Visible = true; |
| | | this.gridColumn6.VisibleIndex = 6; |
| | | this.gridColumn6.VisibleIndex = 5; |
| | | this.gridColumn6.Width = 94; |
| | | // |
| | | // gridColumn10 |
| | |
| | | this.gridColumn10.MinWidth = 25; |
| | | this.gridColumn10.Name = "gridColumn10"; |
| | | this.gridColumn10.Visible = true; |
| | | this.gridColumn10.VisibleIndex = 7; |
| | | this.gridColumn10.VisibleIndex = 6; |
| | | this.gridColumn10.Width = 94; |
| | | // |
| | | // gv_tbl004 |
| | | // |
| | | this.gv_tbl004.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl004.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl004.Caption = "产品型号 "; |
| | | this.gv_tbl004.FieldName = "daa004"; |
| | |
| | | this.gv_tbl004.OptionsColumn.AllowEdit = false; |
| | | this.gv_tbl004.Tag = "query_a.tbl004"; |
| | | this.gv_tbl004.Visible = true; |
| | | this.gv_tbl004.VisibleIndex = 8; |
| | | this.gv_tbl004.VisibleIndex = 7; |
| | | this.gv_tbl004.Width = 94; |
| | | // |
| | | // gv_tbl005 |
| | | // |
| | | this.gv_tbl005.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl005.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl005.Caption = "退料类型"; |
| | | this.gv_tbl005.FieldName = "tbl005"; |
| | |
| | | this.gv_tbl005.OptionsColumn.AllowEdit = false; |
| | | this.gv_tbl005.Tag = "query_a.tbl005"; |
| | | this.gv_tbl005.Visible = true; |
| | | this.gv_tbl005.VisibleIndex = 9; |
| | | this.gv_tbl005.VisibleIndex = 8; |
| | | this.gv_tbl005.Width = 94; |
| | | // |
| | | // gv_tbl009 |
| | | // |
| | | this.gv_tbl009.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl009.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl009.Caption = "创建人 "; |
| | | this.gv_tbl009.FieldName = "tbl009"; |
| | |
| | | this.gv_tbl009.OptionsColumn.AllowEdit = false; |
| | | this.gv_tbl009.Tag = "query_a.tbl009"; |
| | | this.gv_tbl009.Visible = true; |
| | | this.gv_tbl009.VisibleIndex = 10; |
| | | this.gv_tbl009.VisibleIndex = 9; |
| | | this.gv_tbl009.Width = 94; |
| | | // |
| | | // gv_tbl010 |
| | | // |
| | | this.gv_tbl010.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl010.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl010.Caption = "创建时间 "; |
| | | this.gv_tbl010.FieldName = "tbl010"; |
| | |
| | | this.gv_tbl010.OptionsColumn.AllowEdit = false; |
| | | this.gv_tbl010.Tag = "query_a.tbl010"; |
| | | this.gv_tbl010.Visible = true; |
| | | this.gv_tbl010.VisibleIndex = 11; |
| | | this.gv_tbl010.VisibleIndex = 10; |
| | | this.gv_tbl010.Width = 94; |
| | | // |
| | | // gv_tbl011 |
| | | // |
| | | this.gv_tbl011.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl011.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl011.Caption = "审核人 "; |
| | | this.gv_tbl011.FieldName = "tbl011"; |
| | |
| | | this.gv_tbl011.OptionsColumn.AllowEdit = false; |
| | | this.gv_tbl011.Tag = "query_a.tbl011"; |
| | | this.gv_tbl011.Visible = true; |
| | | this.gv_tbl011.VisibleIndex = 12; |
| | | this.gv_tbl011.VisibleIndex = 11; |
| | | this.gv_tbl011.Width = 94; |
| | | // |
| | | // gv_tbl012 |
| | | // |
| | | this.gv_tbl012.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_tbl012.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tbl012.Caption = "审核时间 "; |
| | | this.gv_tbl012.FieldName = "tbl012"; |
| | |
| | | this.gv_tbl012.OptionsColumn.AllowEdit = false; |
| | | this.gv_tbl012.Tag = "query_a.tbl012"; |
| | | this.gv_tbl012.Visible = true; |
| | | this.gv_tbl012.VisibleIndex = 13; |
| | | this.gv_tbl012.VisibleIndex = 12; |
| | | this.gv_tbl012.Width = 94; |
| | | // |
| | | // gridColumn11 |
| | |
| | | this.gridColumn11.MinWidth = 25; |
| | | this.gridColumn11.Name = "gridColumn11"; |
| | | this.gridColumn11.Visible = true; |
| | | this.gridColumn11.VisibleIndex = 14; |
| | | this.gridColumn11.VisibleIndex = 13; |
| | | this.gridColumn11.Width = 94; |
| | | // |
| | | // pageBar1 |
| | |
| | | this.layoutMx1.Controls.Add(this.txt_tbl020); |
| | | this.layoutMx1.Controls.Add(this.txt_erpProductionOrderNo); |
| | | this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem14}); |
| | | this.layoutMx1.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutMx1.Name = "layoutMx1"; |
| | | this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(767, 191, 812, 500); |
| | |
| | | // |
| | | this.txt_itemName.Location = new System.Drawing.Point(626, 44); |
| | | this.txt_itemName.Name = "txt_itemName"; |
| | | this.txt_itemName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_itemName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_itemName.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_itemName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_billNo.Location = new System.Drawing.Point(84, 12); |
| | | this.txt_billNo.Name = "txt_billNo"; |
| | | this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_billNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_billNo.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_tbl012.Location = new System.Drawing.Point(897, 44); |
| | | this.txt_tbl012.Name = "txt_tbl012"; |
| | | this.txt_tbl012.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_tbl012.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_tbl012.Size = new System.Drawing.Size(196, 28); |
| | | this.txt_tbl012.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_daa014.Location = new System.Drawing.Point(355, 12); |
| | | this.txt_daa014.Name = "txt_daa014"; |
| | | this.txt_daa014.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_daa014.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_daa014.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_daa014.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_itemNo.Location = new System.Drawing.Point(626, 12); |
| | | this.txt_itemNo.Name = "txt_itemNo"; |
| | | this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_itemNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_itemNo.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_itemNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_tbl011.Location = new System.Drawing.Point(897, 12); |
| | | this.txt_tbl011.Name = "txt_tbl011"; |
| | | this.txt_tbl011.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_tbl011.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_tbl011.Size = new System.Drawing.Size(196, 28); |
| | | this.txt_tbl011.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_itemModel.Location = new System.Drawing.Point(626, 76); |
| | | this.txt_itemModel.Name = "txt_itemModel"; |
| | | this.txt_itemModel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_itemModel.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_itemModel.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_itemModel.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_tbl006.Location = new System.Drawing.Point(355, 76); |
| | | this.txt_tbl006.Name = "txt_tbl006"; |
| | | this.txt_tbl006.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_tbl006.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_tbl006.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_tbl006.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // txt_tbl020 |
| | | // |
| | | this.txt_tbl020.Location = new System.Drawing.Point(554, 108); |
| | | this.txt_tbl020.Location = new System.Drawing.Point(825, 108); |
| | | this.txt_tbl020.Name = "txt_tbl020"; |
| | | this.txt_tbl020.Properties.Caption = "完结标识 "; |
| | | this.txt_tbl020.Size = new System.Drawing.Size(267, 24); |
| | | this.txt_tbl020.Size = new System.Drawing.Size(268, 24); |
| | | this.txt_tbl020.StyleController = this.layoutMx1; |
| | | this.txt_tbl020.TabIndex = 466; |
| | | this.txt_tbl020.Tag = "readonly"; |
| | |
| | | this.txt_erpProductionOrderNo.StyleController = this.layoutMx1; |
| | | this.txt_erpProductionOrderNo.TabIndex = 467; |
| | | this.txt_erpProductionOrderNo.Tag = "readonly"; |
| | | // |
| | | // layoutControlItem14 |
| | | // |
| | | this.layoutControlItem14.Control = this.lbGuid; |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(813, 96); |
| | | this.layoutControlItem14.Name = "layoutControlItem14"; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem14.Text = "lbGuid"; |
| | | this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem14.TextVisible = false; |
| | | // |
| | | // Root |
| | | // |
| | |
| | | this.layoutControlItem15, |
| | | this.layoutControlItem8, |
| | | this.layoutControlItem13, |
| | | this.layoutControlItem12, |
| | | this.layoutControlItem14}); |
| | | this.layoutControlItem12}); |
| | | this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; |
| | | this.Root.Name = "Root"; |
| | | columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; |
| | |
| | | // layoutControlItem12 |
| | | // |
| | | this.layoutControlItem12.Control = this.txt_tbl020; |
| | | this.layoutControlItem12.Location = new System.Drawing.Point(542, 96); |
| | | this.layoutControlItem12.Location = new System.Drawing.Point(813, 96); |
| | | this.layoutControlItem12.Name = "layoutControlItem12"; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem12.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem12.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem12.Text = "完结标识"; |
| | | this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem12.TextVisible = false; |
| | | // |
| | | // layoutControlItem14 |
| | | // |
| | | this.layoutControlItem14.Control = this.lbGuid; |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(813, 96); |
| | | this.layoutControlItem14.Name = "layoutControlItem14"; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem14.Text = "lbGuid"; |
| | | this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem14.TextVisible = false; |
| | | // |
| | | // tabMx |
| | | // |
| | |
| | | // |
| | | // gvMx1tlid |
| | | // |
| | | this.gvMx1tlid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tlid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tlid.Caption = "tlid"; |
| | | this.gvMx1tlid.FieldName = "tlid"; |
| | |
| | | // |
| | | // gvMx1tld001 |
| | | // |
| | | this.gvMx1tld001.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tld001.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tld001.Caption = "工单号"; |
| | | this.gvMx1tld001.FieldName = "tld001"; |
| | |
| | | // |
| | | // gvMx1tld002 |
| | | // |
| | | this.gvMx1tld002.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tld002.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tld002.Caption = "物料编码"; |
| | | this.gvMx1tld002.FieldName = "tld002"; |
| | |
| | | // |
| | | // gvMx1tld003 |
| | | // |
| | | this.gvMx1tld003.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tld003.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tld003.Caption = "物料名称"; |
| | | this.gvMx1tld003.FieldName = "tld003"; |
| | |
| | | // |
| | | // gvMx1tld004 |
| | | // |
| | | this.gvMx1tld004.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tld004.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tld004.Caption = "规格型号"; |
| | | this.gvMx1tld004.FieldName = "tld004"; |
| | |
| | | // |
| | | // gvMx1tld005 |
| | | // |
| | | this.gvMx1tld005.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tld005.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1tld005.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tld005.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1tld006 |
| | | // |
| | | this.gvMx1tld006.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tld006.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tld006.Caption = "已退数量"; |
| | | this.gvMx1tld006.FieldName = "tld006"; |
| | |
| | | // |
| | | // gvMx1tld007 |
| | | // |
| | | this.gvMx1tld007.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tld007.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tld007.Caption = "单位"; |
| | | this.gvMx1tld007.FieldName = "dwName"; |
| | |
| | | // |
| | | // gvMx1tld009 |
| | | // |
| | | this.gvMx1tld009.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1tld009.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1tld009.Caption = "物料id"; |
| | | this.gvMx1tld009.FieldName = "tld009"; |
| | |
| | | // ucBtnPrint1 |
| | | // |
| | | this.ucBtnPrint1.guidKey = null; |
| | | this.ucBtnPrint1.Location = new System.Drawing.Point(543, 59); |
| | | this.ucBtnPrint1.Location = new System.Drawing.Point(543, 68); |
| | | this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0); |
| | | this.ucBtnPrint1.Name = "ucBtnPrint1"; |
| | | this.ucBtnPrint1.rptParameter = null; |
| | | this.ucBtnPrint1.Size = new System.Drawing.Size(218, 41); |
| | | this.ucBtnPrint1.Size = new System.Drawing.Size(207, 25); |
| | | this.ucBtnPrint1.TabIndex = 231; |
| | | // |
| | | // lbMxGuid |
| | |
| | | // |
| | | this.txt_iCount_1.Location = new System.Drawing.Point(654, 34); |
| | | this.txt_iCount_1.Name = "txt_iCount_1"; |
| | | this.txt_iCount_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_iCount_1.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_iCount_1.Size = new System.Drawing.Size(96, 28); |
| | | this.txt_iCount_1.TabIndex = 228; |
| | |
| | | // |
| | | this.txt_psnQty_1.Location = new System.Drawing.Point(654, 4); |
| | | this.txt_psnQty_1.Name = "txt_psnQty_1"; |
| | | this.txt_psnQty_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_psnQty_1.Size = new System.Drawing.Size(96, 28); |
| | | this.txt_psnQty_1.TabIndex = 226; |
| | |
| | | // |
| | | this.txtKdy.Location = new System.Drawing.Point(430, 65); |
| | | this.txtKdy.Name = "txtKdy"; |
| | | this.txtKdy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtKdy.Properties.Appearance.ForeColor = System.Drawing.Color.Blue; |
| | | this.txtKdy.Properties.Appearance.Options.UseFont = true; |
| | | this.txtKdy.Properties.Appearance.Options.UseForeColor = true; |
| | |
| | | // |
| | | this.txtYdy.Location = new System.Drawing.Point(430, 34); |
| | | this.txtYdy.Name = "txtYdy"; |
| | | this.txtYdy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtYdy.Properties.Appearance.Options.UseFont = true; |
| | | this.txtYdy.Properties.ReadOnly = true; |
| | | this.txtYdy.Size = new System.Drawing.Size(96, 28); |
| | |
| | | // |
| | | this.txtQuantity.Location = new System.Drawing.Point(430, 4); |
| | | this.txtQuantity.Name = "txtQuantity"; |
| | | this.txtQuantity.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtQuantity.Properties.Appearance.Options.UseFont = true; |
| | | this.txtQuantity.Properties.ReadOnly = true; |
| | | this.txtQuantity.Size = new System.Drawing.Size(96, 28); |
| | |
| | | // |
| | | this.txtWlgg.Location = new System.Drawing.Point(90, 65); |
| | | this.txtWlgg.Name = "txtWlgg"; |
| | | this.txtWlgg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtWlgg.Properties.Appearance.Options.UseFont = true; |
| | | this.txtWlgg.Properties.ReadOnly = true; |
| | | this.txtWlgg.Size = new System.Drawing.Size(215, 28); |
| | |
| | | // |
| | | this.txtWlmc.Location = new System.Drawing.Point(90, 34); |
| | | this.txtWlmc.Name = "txtWlmc"; |
| | | this.txtWlmc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtWlmc.Properties.Appearance.Options.UseFont = true; |
| | | this.txtWlmc.Properties.ReadOnly = true; |
| | | this.txtWlmc.Size = new System.Drawing.Size(215, 28); |
| | |
| | | // |
| | | this.txtWlid.Location = new System.Drawing.Point(90, 4); |
| | | this.txtWlid.Name = "txtWlid"; |
| | | this.txtWlid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtWlid.Properties.Appearance.Options.UseFont = true; |
| | | this.txtWlid.Properties.ReadOnly = true; |
| | | this.txtWlid.Size = new System.Drawing.Size(215, 28); |
| | |
| | | // |
| | | // gvMx1guid |
| | | // |
| | | this.gvMx1guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1guid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1guid.Caption = "guid"; |
| | | this.gvMx1guid.FieldName = "guid"; |
| | |
| | | // |
| | | // gvMx1itemBarcode |
| | | // |
| | | this.gvMx1itemBarcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1itemBarcode.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1itemBarcode.Caption = "物料条码"; |
| | | this.gvMx1itemBarcode.FieldName = "itemBarcode"; |
| | |
| | | // |
| | | // gvMx1quantity |
| | | // |
| | | this.gvMx1quantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1quantity.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1quantity.Caption = "数量"; |
| | | this.gvMx1quantity.FieldName = "quantity"; |
| | |
| | | // |
| | | // gvMx1createBy |
| | | // |
| | | this.gvMx1createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1createBy.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1createBy.Caption = "创建人"; |
| | | this.gvMx1createBy.FieldName = "createBy"; |
| | |
| | | // |
| | | // gvMx1lotDate |
| | | // |
| | | this.gvMx1lotDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1lotDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lotDate.Caption = "创建日期"; |
| | | this.gvMx1lotDate.FieldName = "createDate"; |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_tbl013.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_tbl020.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionOrderNo.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); |
| | | this.tabMx.ResumeLayout(false); |
| | | this.tabMxPage1.ResumeLayout(false); |
| | |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_tbl013; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_tbl020; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_tbl003; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_tbl002; |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; |
| | | } |
| | | } |