영문화완료

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

@@ -49,7 +49,7 @@
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(398, 55);
this.button1.TabIndex = 1;
this.button1.Text = "선택 확인";
this.button1.Text = "Confirm Selection";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
@@ -64,7 +64,7 @@
this.MinimizeBox = false;
this.Name = "fSelectDataList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "목록을 선택하세요";
this.Text = "Please select from list";
this.Load += new System.EventHandler(this.fSelectDataList_Load);
this.ResumeLayout(false);