영문화완료

This commit is contained in:
ChiKyun Kim
2025-09-09 17:24:19 +09:00
parent adb66451ca
commit 02028afc27
338 changed files with 2205 additions and 79829 deletions

View File

@@ -62,17 +62,17 @@
//
// columnHeader2
//
this.columnHeader2.Text = "위치";
this.columnHeader2.Text = "Position";
this.columnHeader2.Width = 220;
//
// columnHeader3
//
this.columnHeader3.Text = "변경전";
this.columnHeader3.Text = "Before Change";
this.columnHeader3.Width = 200;
//
// columnHeader4
//
this.columnHeader4.Text = "변경후";
this.columnHeader4.Text = "After Change";
this.columnHeader4.Width = 200;
//
// button1
@@ -83,7 +83,7 @@
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(815, 56);
this.button1.TabIndex = 1;
this.button1.Text = "확인";
this.button1.Text = "OK";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//