| | |
| | | this.gv_operationTime = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_operationTable = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_userName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_Btn = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_Btn = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); |
| | |
| | | this.gv_operationTime.AppearanceCell.Options.UseFont = true; |
| | | this.gv_operationTime.Caption = "生产线别"; |
| | | this.gv_operationTime.FieldName = "xb"; |
| | | this.gv_operationTime.MinWidth = 10; |
| | | this.gv_operationTime.MinWidth = 50; |
| | | this.gv_operationTime.Name = "gv_operationTime"; |
| | | this.gv_operationTime.OptionsColumn.AllowEdit = false; |
| | | this.gv_operationTime.Tag = "query_OPERATION_TIME"; |
| | | this.gv_operationTime.Visible = true; |
| | | this.gv_operationTime.VisibleIndex = 1; |
| | | this.gv_operationTime.Width = 48; |
| | | this.gv_operationTime.Width = 50; |
| | | // |
| | | // gv_operationTable |
| | | // |
| | | this.gv_operationTable.AppearanceCell.Options.UseFont = true; |
| | | this.gv_operationTable.Caption = "生产车间"; |
| | | this.gv_operationTable.FieldName = "dptnName"; |
| | | this.gv_operationTable.MinWidth = 10; |
| | | this.gv_operationTable.MinWidth = 50; |
| | | this.gv_operationTable.Name = "gv_operationTable"; |
| | | this.gv_operationTable.OptionsColumn.AllowEdit = false; |
| | | this.gv_operationTable.Tag = "query_OPERATION_TABLE"; |
| | | this.gv_operationTable.Visible = true; |
| | | this.gv_operationTable.VisibleIndex = 2; |
| | | this.gv_operationTable.Width = 48; |
| | | this.gv_operationTable.Width = 50; |
| | | // |
| | | // gv_userName |
| | | // |
| | |
| | | this.gv_userName.Caption = "工单号"; |
| | | this.gv_userName.FieldName = "daa001"; |
| | | this.gv_userName.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gv_userName.MinWidth = 10; |
| | | this.gv_userName.MinWidth = 50; |
| | | this.gv_userName.Name = "gv_userName"; |
| | | this.gv_userName.OptionsColumn.AllowEdit = false; |
| | | this.gv_userName.Tag = "query_USER_NAME"; |
| | | this.gv_userName.Visible = true; |
| | | this.gv_userName.VisibleIndex = 0; |
| | | this.gv_userName.Width = 50; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "投料单号"; |
| | | this.gridColumn1.FieldName = "daa014"; |
| | | this.gridColumn1.MinWidth = 50; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 3; |
| | | this.gridColumn1.Width = 50; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.Caption = "任务单号"; |
| | | this.gridColumn2.FieldName = "daa021"; |
| | | this.gridColumn2.MinWidth = 50; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 4; |
| | | this.gridColumn2.Width = 50; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | this.gridColumn3.Caption = "产品编码"; |
| | | this.gridColumn3.FieldName = "itemNo"; |
| | | this.gridColumn3.MinWidth = 50; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Visible = true; |
| | | this.gridColumn3.VisibleIndex = 5; |
| | | this.gridColumn3.Width = 50; |
| | | // |
| | | // gridColumn4 |
| | | // |
| | | this.gridColumn4.Caption = "产品名称"; |
| | | this.gridColumn4.FieldName = "itemName"; |
| | | this.gridColumn4.MinWidth = 50; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 6; |
| | | this.gridColumn4.Width = 50; |
| | | // |
| | | // gridColumn5 |
| | | // |
| | | this.gridColumn5.Caption = "规格型号"; |
| | | this.gridColumn5.FieldName = "itemModel"; |
| | | this.gridColumn5.MinWidth = 50; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.Visible = true; |
| | | this.gridColumn5.VisibleIndex = 7; |
| | | this.gridColumn5.Width = 50; |
| | | // |
| | | // gv_Btn |
| | | // |
| | |
| | | this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; |
| | | this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; |
| | | this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick); |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "投料单号"; |
| | | this.gridColumn1.FieldName = "daa014"; |
| | | this.gridColumn1.MinWidth = 25; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 3; |
| | | this.gridColumn1.Width = 50; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.Caption = "任务单号"; |
| | | this.gridColumn2.FieldName = "daa021"; |
| | | this.gridColumn2.MinWidth = 25; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 4; |
| | | this.gridColumn2.Width = 50; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | this.gridColumn3.Caption = "产品编码"; |
| | | this.gridColumn3.FieldName = "itemNo"; |
| | | this.gridColumn3.MinWidth = 25; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Visible = true; |
| | | this.gridColumn3.VisibleIndex = 5; |
| | | this.gridColumn3.Width = 50; |
| | | // |
| | | // gridColumn4 |
| | | // |
| | | this.gridColumn4.Caption = "产品名称"; |
| | | this.gridColumn4.FieldName = "itemName"; |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 6; |
| | | this.gridColumn4.Width = 50; |
| | | // |
| | | // gridColumn5 |
| | | // |
| | | this.gridColumn5.Caption = "规格型号"; |
| | | this.gridColumn5.FieldName = "itemModel"; |
| | | this.gridColumn5.MinWidth = 25; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.Visible = true; |
| | | this.gridColumn5.VisibleIndex = 7; |
| | | this.gridColumn5.Width = 50; |
| | | // |
| | | // SelectDaa |
| | | // |