| | |
| | | // |
| | | // gv_lastupdateDate |
| | | // |
| | | this.gv_lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | 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"; |
| | |
| | | // |
| | | // gv_lastupdateBy |
| | | // |
| | | this.gv_lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | 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"; |
| | |
| | | // |
| | | // gv_createDate |
| | | // |
| | | this.gv_createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | 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"; |
| | |
| | | // |
| | | // gv_createBy |
| | | // |
| | | this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | 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"; |
| | |
| | | // |
| | | // gv_defectRate |
| | | // |
| | | this.gv_defectRate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | 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"; |
| | |
| | | // |
| | | // gv_defectSort |
| | | // |
| | | this.gv_defectSort.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | 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"; |
| | |
| | | // |
| | | // lb_memo |
| | | // |
| | | this.lb_memo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.lb_memo.Appearance.Options.UseFont = true; |
| | | this.lb_memo.Location = new System.Drawing.Point(41, 108); |
| | | this.lb_memo.Name = "lb_memo"; |
| | |
| | | // |
| | | // gv_memo |
| | | // |
| | | this.gv_memo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | 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"; |
| | |
| | | // |
| | | // lb_defectName |
| | | // |
| | | this.lb_defectName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.lb_defectName.Appearance.Options.UseFont = true; |
| | | this.lb_defectName.Location = new System.Drawing.Point(7, 68); |
| | | this.lb_defectName.Name = "lb_defectName"; |
| | |
| | | // |
| | | this.txt_defectName.Location = new System.Drawing.Point(87, 64); |
| | | this.txt_defectName.Name = "txt_defectName"; |
| | | this.txt_defectName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_defectName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_defectName.Size = new System.Drawing.Size(210, 28); |
| | | this.txt_defectName.TabIndex = 213; |
| | | // |
| | | // gv_defectName |
| | | // |
| | | this.gv_defectName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | 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"; |
| | |
| | | // |
| | | // lb_defectCode |
| | | // |
| | | this.lb_defectCode.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.lb_defectCode.Appearance.Options.UseFont = true; |
| | | this.lb_defectCode.Location = new System.Drawing.Point(7, 27); |
| | | this.lb_defectCode.Name = "lb_defectCode"; |
| | |
| | | // |
| | | this.txt_defectCode.Location = new System.Drawing.Point(87, 27); |
| | | this.txt_defectCode.Name = "txt_defectCode"; |
| | | this.txt_defectCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_defectCode.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_defectCode.Size = new System.Drawing.Size(210, 28); |
| | | this.txt_defectCode.TabIndex = 211; |
| | | // |
| | | // gv_defectCode |
| | | // |
| | | this.gv_defectCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_defectCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_defectCode.Caption = "缺陷代码"; |
| | | this.gv_defectCode.FieldName = "defectCode"; |
| | |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_defectCode, |
| | |
| | | this.panel1.Controls.Add(this.txt_defectName); |
| | | this.panel1.Controls.Add(this.lb_defectCode); |
| | | this.panel1.Controls.Add(this.txt_defectCode); |
| | | this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.panel1.Location = new System.Drawing.Point(76, 20); |
| | | this.panel1.Name = "panel1"; |
| | | this.panel1.Size = new System.Drawing.Size(726, 300); |
| | |
| | | // |
| | | // lb_typeMemo |
| | | // |
| | | this.lb_typeMemo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.lb_typeMemo.Appearance.Options.UseFont = true; |
| | | this.lb_typeMemo.Location = new System.Drawing.Point(309, 108); |
| | | this.lb_typeMemo.Name = "lb_typeMemo"; |
| | |
| | | // |
| | | // lb_pid |
| | | // |
| | | this.lb_pid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.lb_pid.Appearance.Options.UseFont = true; |
| | | this.lb_pid.Location = new System.Drawing.Point(343, 68); |
| | | this.lb_pid.Name = "lb_pid"; |