영문화완료
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user