영문화완료

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

@@ -114,7 +114,7 @@
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(60, 34);
this.button1.TabIndex = 3;
this.button1.Text = "닫기";
this.button1.Text = "Close";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
@@ -136,7 +136,7 @@
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(100, 47);
this.button3.TabIndex = 1;
this.button3.Text = "1문자 삭제";
this.button3.Text = "Delete 1 Char";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
@@ -147,7 +147,7 @@
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(100, 47);
this.button2.TabIndex = 0;
this.button2.Text = "1문자 삭제";
this.button2.Text = "Delete 1 Char";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//