| | |
| | | this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastupdateDate.Caption = "更新时间 "; |
| | | this.gv_lastupdateDate.FieldName = "lastupdateDate"; |
| | | this.gv_lastupdateDate.MinWidth = 180; |
| | | this.gv_lastupdateDate.MinWidth = 25; |
| | | this.gv_lastupdateDate.Name = "gv_lastupdateDate"; |
| | | this.gv_lastupdateDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_lastupdateDate.Tag = "query_a.lastupdate_date"; |
| | |
| | | this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastupdateBy.Caption = "更新人 "; |
| | | this.gv_lastupdateBy.FieldName = "lastupdateBy"; |
| | | this.gv_lastupdateBy.MinWidth = 50; |
| | | this.gv_lastupdateBy.MinWidth = 25; |
| | | this.gv_lastupdateBy.Name = "gv_lastupdateBy"; |
| | | this.gv_lastupdateBy.OptionsColumn.AllowEdit = false; |
| | | this.gv_lastupdateBy.Tag = "query_a.lastupdate_by"; |
| | |
| | | this.gv_createDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createDate.Caption = "创建时间 "; |
| | | this.gv_createDate.FieldName = "createDate"; |
| | | this.gv_createDate.MinWidth = 180; |
| | | this.gv_createDate.MinWidth = 25; |
| | | this.gv_createDate.Name = "gv_createDate"; |
| | | this.gv_createDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_createDate.Tag = "query_a.create_date"; |
| | |
| | | this.gv_createBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createBy.Caption = "创建人 "; |
| | | this.gv_createBy.FieldName = "createBy"; |
| | | this.gv_createBy.MinWidth = 50; |
| | | this.gv_createBy.MinWidth = 25; |
| | | this.gv_createBy.Name = "gv_createBy"; |
| | | this.gv_createBy.OptionsColumn.AllowEdit = false; |
| | | this.gv_createBy.Tag = "query_a.create_by"; |
| | |
| | | this.gv_defectRate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_defectRate.Caption = "缺陷类别描述"; |
| | | this.gv_defectRate.FieldName = "typeMemo"; |
| | | this.gv_defectRate.MinWidth = 150; |
| | | this.gv_defectRate.MinWidth = 25; |
| | | this.gv_defectRate.Name = "gv_defectRate"; |
| | | this.gv_defectRate.OptionsColumn.AllowEdit = false; |
| | | this.gv_defectRate.Tag = "query_a.defect_rate"; |
| | |
| | | this.gv_defectSort.AppearanceCell.Options.UseFont = true; |
| | | this.gv_defectSort.Caption = "缺陷类别"; |
| | | this.gv_defectSort.FieldName = "typeNo"; |
| | | this.gv_defectSort.MinWidth = 50; |
| | | this.gv_defectSort.MinWidth = 25; |
| | | this.gv_defectSort.Name = "gv_defectSort"; |
| | | this.gv_defectSort.OptionsColumn.AllowEdit = false; |
| | | this.gv_defectSort.Tag = "query_a.defect_sort"; |
| | |
| | | this.gv_memo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_memo.Caption = "缺陷备注"; |
| | | this.gv_memo.FieldName = "memo"; |
| | | this.gv_memo.MinWidth = 50; |
| | | this.gv_memo.MinWidth = 25; |
| | | this.gv_memo.Name = "gv_memo"; |
| | | this.gv_memo.OptionsColumn.AllowEdit = false; |
| | | this.gv_memo.Tag = "query_a.memo"; |
| | |
| | | this.gv_defectName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_defectName.Caption = "缺陷名称"; |
| | | this.gv_defectName.FieldName = "defectName"; |
| | | this.gv_defectName.MinWidth = 50; |
| | | this.gv_defectName.MinWidth = 25; |
| | | this.gv_defectName.Name = "gv_defectName"; |
| | | this.gv_defectName.OptionsColumn.AllowEdit = false; |
| | | this.gv_defectName.Tag = "query_a.defect_name"; |
| | |
| | | // |
| | | // txt_typeMemo |
| | | // |
| | | this.txt_typeMemo.Enabled = false; |
| | | this.txt_typeMemo.Location = new System.Drawing.Point(423, 99); |
| | | this.txt_typeMemo.Name = "txt_typeMemo"; |
| | | this.txt_typeMemo.Size = new System.Drawing.Size(210, 38); |
| | | this.txt_typeMemo.TabIndex = 308; |
| | | this.txt_typeMemo.Tag = "readOnly"; |
| | | // |
| | | // lb_typeMemo |
| | | // |