From 02e8b6260598d472c6502870ec7757f1a1d9ef88 Mon Sep 17 00:00:00 2001 From: luoxingjian <1010378449@qq.com> Date: Fri, 13 Dec 2024 09:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PEIS/View/Setting/HTypeEditForm.Designer.cs | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/PEIS/View/Setting/HTypeEditForm.Designer.cs b/PEIS/View/Setting/HTypeEditForm.Designer.cs index 8c37750..fc10bf4 100644 --- a/PEIS/View/Setting/HTypeEditForm.Designer.cs +++ b/PEIS/View/Setting/HTypeEditForm.Designer.cs @@ -71,7 +71,7 @@ // CancelBtn // this.CancelBtn.Image = ((System.Drawing.Image)(resources.GetObject("CancelBtn.Image"))); - this.CancelBtn.Location = new System.Drawing.Point(193, 0); + this.CancelBtn.Location = new System.Drawing.Point(229, 1); this.CancelBtn.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.Size = new System.Drawing.Size(91, 31); @@ -84,7 +84,7 @@ // ConfirmBtn // this.ConfirmBtn.Image = ((System.Drawing.Image)(resources.GetObject("ConfirmBtn.Image"))); - this.ConfirmBtn.Location = new System.Drawing.Point(49, 0); + this.ConfirmBtn.Location = new System.Drawing.Point(80, 0); this.ConfirmBtn.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); this.ConfirmBtn.Name = "ConfirmBtn"; this.ConfirmBtn.Size = new System.Drawing.Size(90, 31); @@ -116,9 +116,10 @@ // // tStandard // + this.tStandard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tStandard.Location = new System.Drawing.Point(106, 92); this.tStandard.Name = "tStandard"; - this.tStandard.Size = new System.Drawing.Size(196, 21); + this.tStandard.Size = new System.Drawing.Size(196, 23); this.tStandard.TabIndex = 13; // // lable100 @@ -133,6 +134,7 @@ // // tDescribe // + this.tDescribe.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tDescribe.Location = new System.Drawing.Point(106, 148); this.tDescribe.Multiline = true; this.tDescribe.Name = "tDescribe"; @@ -168,6 +170,8 @@ this.trParentID.EditValue = ""; this.trParentID.Location = new System.Drawing.Point(107, 12); this.trParentID.Name = "trParentID"; + this.trParentID.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.trParentID.Properties.Appearance.Options.UseFont = true; this.trParentID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.trParentID.Properties.DisplayMember = "Name"; @@ -175,7 +179,7 @@ this.trParentID.Properties.NullText = ""; this.trParentID.Properties.TreeList = this.treeListLookUpEdit1TreeList; this.trParentID.Properties.ValueMember = "ID"; - this.trParentID.Size = new System.Drawing.Size(196, 20); + this.trParentID.Size = new System.Drawing.Size(196, 24); this.trParentID.TabIndex = 8; // // treeListLookUpEdit1TreeList @@ -241,9 +245,10 @@ // // tCode // + this.tCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tCode.Location = new System.Drawing.Point(107, 65); this.tCode.Name = "tCode"; - this.tCode.Size = new System.Drawing.Size(196, 21); + this.tCode.Size = new System.Drawing.Size(196, 23); this.tCode.TabIndex = 5; // // label2 @@ -258,9 +263,10 @@ // // tName // + this.tName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tName.Location = new System.Drawing.Point(107, 40); this.tName.Name = "tName"; - this.tName.Size = new System.Drawing.Size(196, 21); + this.tName.Size = new System.Drawing.Size(196, 23); this.tName.TabIndex = 3; // // label1