| | |
| | | this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastupdateDate.Caption = "更新时间 "; |
| | | this.gv_lastupdateDate.FieldName = "lastupdateDate"; |
| | | this.gv_lastupdateDate.MinWidth = 50; |
| | | this.gv_lastupdateDate.MinWidth = 180; |
| | | this.gv_lastupdateDate.Name = "gv_lastupdateDate"; |
| | | this.gv_lastupdateDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_lastupdateDate.Tag = "query_a.lastupdate_date"; |
| | | this.gv_lastupdateDate.Visible = true; |
| | | this.gv_lastupdateDate.VisibleIndex = 8; |
| | | this.gv_lastupdateDate.Width = 94; |
| | | this.gv_lastupdateDate.Width = 180; |
| | | // |
| | | // gv_lastupdateBy |
| | | // |
| | |
| | | this.gv_createDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createDate.Caption = "创建时间 "; |
| | | this.gv_createDate.FieldName = "createDate"; |
| | | this.gv_createDate.MinWidth = 50; |
| | | this.gv_createDate.MinWidth = 180; |
| | | this.gv_createDate.Name = "gv_createDate"; |
| | | this.gv_createDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_createDate.Tag = "query_a.create_date"; |
| | | this.gv_createDate.Visible = true; |
| | | this.gv_createDate.VisibleIndex = 6; |
| | | this.gv_createDate.Width = 94; |
| | | this.gv_createDate.Width = 180; |
| | | // |
| | | // gv_createBy |
| | | // |
| | |
| | | this.gv_defectRate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_defectRate.Caption = "缺陷类别描述"; |
| | | this.gv_defectRate.FieldName = "typeMemo"; |
| | | this.gv_defectRate.MinWidth = 50; |
| | | this.gv_defectRate.MinWidth = 150; |
| | | this.gv_defectRate.Name = "gv_defectRate"; |
| | | this.gv_defectRate.OptionsColumn.AllowEdit = false; |
| | | this.gv_defectRate.Tag = "query_a.defect_rate"; |
| | | this.gv_defectRate.Visible = true; |
| | | this.gv_defectRate.VisibleIndex = 4; |
| | | this.gv_defectRate.Width = 94; |
| | | this.gv_defectRate.Width = 150; |
| | | // |
| | | // gv_defectSort |
| | | // |
| | |
| | | // toolBarMenu1 |
| | | // |
| | | this.toolBarMenu1.chkParameter = null; |
| | | this.toolBarMenu1.currentAction = null; |
| | | this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.toolBarMenu1.guidKey = null; |
| | | this.toolBarMenu1.isSetBtn = false; |
| | |
| | | // |
| | | this.xtraTabPage2.Controls.Add(this.panel1); |
| | | this.xtraTabPage2.Name = "xtraTabPage2"; |
| | | |
| | | this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570); |
| | | this.xtraTabPage2.Text = "数据编辑"; |
| | | // |
| | |
| | | this.Controls.Add(this.xtraTabControl1); |
| | | this.Controls.Add(this.toolBarMenu1); |
| | | this.Name = "Frm_MesDefectCode"; |
| | | this.Text = "缺陷代码"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_defectName.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_defectCode.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); |