Compare commits
No commits in common. "e51ca7865247798d568cddc64839a3fdc9898c92" and "c23fed6acd2dcc5c792c22e9bb7da62f465359c9" have entirely different histories.
e51ca78652
...
c23fed6acd
|
@ -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("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 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 = "FormDataViewer";
|
||||
this.Text = "dnd";
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
|
Loading…
Reference in New Issue