| | |
| | | // |
| | | // 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(40, 95); |
| | | this.lb_typeMemo.Name = "lb_typeMemo"; |
| | |
| | | // |
| | | // gv_typeMemo |
| | | // |
| | | this.gv_typeMemo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_typeMemo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_typeMemo.Caption = "缺陷类别描述"; |
| | | this.gv_typeMemo.FieldName = "typeMemo"; |
| | |
| | | // |
| | | // lb_typeNo |
| | | // |
| | | this.lb_typeNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.lb_typeNo.Appearance.Options.UseFont = true; |
| | | this.lb_typeNo.Location = new System.Drawing.Point(40, 48); |
| | | this.lb_typeNo.Name = "lb_typeNo"; |
| | |
| | | // |
| | | this.txt_typeNo.Location = new System.Drawing.Point(160, 44); |
| | | this.txt_typeNo.Name = "txt_typeNo"; |
| | | this.txt_typeNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_typeNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_typeNo.Size = new System.Drawing.Size(210, 28); |
| | | this.txt_typeNo.TabIndex = 219; |
| | | // |
| | | // gv_typeNo |
| | | // |
| | | this.gv_typeNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_typeNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_typeNo.Caption = "缺陷类别编号"; |
| | | this.gv_typeNo.FieldName = "typeNo"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // 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_typeNo, |
| | |
| | | this.panel1.Controls.Add(this.lb_typeMemo); |
| | | this.panel1.Controls.Add(this.lb_typeNo); |
| | | this.panel1.Controls.Add(this.txt_typeNo); |
| | | 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(571, 278); |