From 38764cfe6ca519620db8189c9de2ca7d4ae0a224 Mon Sep 17 00:00:00 2001 From: sj84 Date: Thu, 7 Sep 2023 14:50:50 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=EB=B7=B0=EC=96=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT69DC_7C/Forms/FormDataViewer.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INT69DC_7C/Forms/FormDataViewer.Designer.cs b/INT69DC_7C/Forms/FormDataViewer.Designer.cs index 7c05885..fd0768c 100644 --- a/INT69DC_7C/Forms/FormDataViewer.Designer.cs +++ b/INT69DC_7C/Forms/FormDataViewer.Designer.cs @@ -90,7 +90,7 @@ this.labelTitle.BackPictureBox2 = null; this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold); + this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.InitVisible = true; this.labelTitle.LineSpacing = 0F; this.labelTitle.Location = new System.Drawing.Point(3, 7); @@ -917,7 +917,7 @@ this.Controls.Add(this.labelTitle); this.Controls.Add(this.smartForm1); this.Name = "FormDataViewer"; - this.Text = "dnd"; + this.Text = "FormDataViewer"; ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false);