| | |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | // 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_tcode, |
| | |
| | | // |
| | | // gv_tcode |
| | | // |
| | | this.gv_tcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_tcode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tcode.Caption = "类型编码 "; |
| | | this.gv_tcode.FieldName = "tcode"; |
| | |
| | | // |
| | | // gv_tname |
| | | // |
| | | this.gv_tname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_tname.AppearanceCell.Options.UseFont = true; |
| | | this.gv_tname.Caption = "类型名称 "; |
| | | this.gv_tname.FieldName = "tname"; |
| | |
| | | // |
| | | // gv_remark |
| | | // |
| | | this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_remark.AppearanceCell.Options.UseFont = true; |
| | | this.gv_remark.Caption = "备注 "; |
| | | this.gv_remark.FieldName = "remark"; |
| | |
| | | // |
| | | // gv_pgroup |
| | | // |
| | | this.gv_pgroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_pgroup.AppearanceCell.Options.UseFont = true; |
| | | this.gv_pgroup.Caption = "上级分组 "; |
| | | this.gv_pgroup.FieldName = "pgroup"; |
| | |
| | | // |
| | | // gv_description |
| | | // |
| | | this.gv_description.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_description.AppearanceCell.Options.UseFont = true; |
| | | this.gv_description.Caption = "描述 "; |
| | | this.gv_description.FieldName = "description"; |
| | |
| | | // |
| | | this.txt_description.Location = new System.Drawing.Point(313, 45); |
| | | this.txt_description.Name = "txt_description"; |
| | | this.txt_description.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_description.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_description.Size = new System.Drawing.Size(153, 28); |
| | | this.txt_description.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_pgroup.Location = new System.Drawing.Point(313, 12); |
| | | this.txt_pgroup.Name = "txt_pgroup"; |
| | | this.txt_pgroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_pgroup.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_pgroup.Size = new System.Drawing.Size(153, 28); |
| | | this.txt_pgroup.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_lastupdateDate.Location = new System.Drawing.Point(542, 45); |
| | | this.txt_lastupdateDate.Name = "txt_lastupdateDate"; |
| | | this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_lastupdateDate.Size = new System.Drawing.Size(153, 28); |
| | | this.txt_lastupdateDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_remark.Location = new System.Drawing.Point(84, 45); |
| | | this.txt_remark.Name = "txt_remark"; |
| | | this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_remark.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_remark.Size = new System.Drawing.Size(153, 28); |
| | | this.txt_remark.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_tname.Location = new System.Drawing.Point(542, 12); |
| | | this.txt_tname.Name = "txt_tname"; |
| | | this.txt_tname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_tname.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_tname.Size = new System.Drawing.Size(153, 28); |
| | | this.txt_tname.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_tcode.Location = new System.Drawing.Point(84, 12); |
| | | this.txt_tcode.Name = "txt_tcode"; |
| | | this.txt_tcode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_tcode.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_tcode.Size = new System.Drawing.Size(153, 28); |
| | | this.txt_tcode.StyleController = this.layoutMx1; |