lu
2025-03-31 37d32d9263f757072a6ff348ae5e99824fab4ef9
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.Designer.cs
@@ -158,7 +158,7 @@
            // 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";
@@ -169,7 +169,7 @@
            // 
            // 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,
@@ -187,7 +187,6 @@
            // 
            // 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";
@@ -201,7 +200,6 @@
            // 
            // 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";
@@ -215,7 +213,7 @@
            // 
            // 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";
@@ -229,7 +227,6 @@
            // 
            // 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";
@@ -243,7 +240,7 @@
            // 
            // 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";
@@ -317,7 +314,6 @@
            // 
            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;
@@ -327,7 +323,6 @@
            // 
            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;
@@ -337,7 +332,7 @@
            // 
            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;
@@ -347,7 +342,7 @@
            // 
            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;
@@ -357,7 +352,7 @@
            // 
            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;
@@ -367,7 +362,6 @@
            // 
            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;