Compare commits
2 Commits
c23fed6acd
...
e51ca78652
Author | SHA1 | Date |
---|---|---|
sj84 | e51ca78652 | |
sj84 | 38764cfe6c |
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue