Compare commits

...

2 Commits

Author SHA1 Message Date
sj84 e51ca78652 Merge branch 'master' of http://192.168.11.65:3000/chojy/INT69DC_7C 2023-09-07 14:51:05 +09:00
sj84 38764cfe6c 데이터뷰어 2023-09-07 14:50:50 +09:00
1 changed files with 2 additions and 2 deletions

View File

@ -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);