영문화완료
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(91, 36);
|
||||
this.toolStripButton1.Text = "새로고침";
|
||||
this.toolStripButton1.Text = "Refresh";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// btMove
|
||||
@@ -152,7 +152,7 @@
|
||||
this.btMove.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btMove.Name = "btMove";
|
||||
this.btMove.Size = new System.Drawing.Size(231, 36);
|
||||
this.btMove.Text = "현재 선택 항목의 좌표로 모션 이동";
|
||||
this.btMove.Text = "Move motion to selected coordinate";
|
||||
this.btMove.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
@@ -166,7 +166,7 @@
|
||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton2.Name = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(95, 36);
|
||||
this.toolStripButton2.Text = "모션 제어";
|
||||
this.toolStripButton2.Text = "Motion Control";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
|
||||
//
|
||||
// toolStripButton3
|
||||
@@ -175,7 +175,7 @@
|
||||
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton3.Name = "toolStripButton3";
|
||||
this.toolStripButton3.Size = new System.Drawing.Size(88, 36);
|
||||
this.toolStripButton3.Text = "I/O 제어";
|
||||
this.toolStripButton3.Text = "I/O Control";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// toolStripButton4
|
||||
@@ -184,7 +184,7 @@
|
||||
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton4.Name = "toolStripButton4";
|
||||
this.toolStripButton4.Size = new System.Drawing.Size(67, 36);
|
||||
this.toolStripButton4.Text = "기능";
|
||||
this.toolStripButton4.Text = "Function";
|
||||
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
|
||||
//
|
||||
// toolStripSeparator2
|
||||
@@ -212,7 +212,7 @@
|
||||
this.btSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btSet.Name = "btSet";
|
||||
this.btSet.Size = new System.Drawing.Size(171, 36);
|
||||
this.btSet.Text = "현재 명령좌표로 저장";
|
||||
this.btSet.Text = "Save as current command coordinate";
|
||||
this.btSet.Click += new System.EventHandler(this.btSet_Click);
|
||||
//
|
||||
// panel1
|
||||
@@ -506,7 +506,7 @@
|
||||
this.btAllZSafe.Name = "btAllZSafe";
|
||||
this.btAllZSafe.Size = new System.Drawing.Size(252, 111);
|
||||
this.btAllZSafe.TabIndex = 83;
|
||||
this.btAllZSafe.Text = "모든 Z 축 안전 위치로";
|
||||
this.btAllZSafe.Text = "All Z Axis to Safe Position";
|
||||
this.btAllZSafe.UseVisualStyleBackColor = false;
|
||||
this.btAllZSafe.Click += new System.EventHandler(this.btAllZSafe_Click);
|
||||
//
|
||||
@@ -647,7 +647,7 @@
|
||||
this.linkLabel8.Size = new System.Drawing.Size(61, 35);
|
||||
this.linkLabel8.TabIndex = 41;
|
||||
this.linkLabel8.TabStop = true;
|
||||
this.linkLabel8.Text = "속도";
|
||||
this.linkLabel8.Text = "Speed";
|
||||
this.linkLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// statusStrip1
|
||||
|
||||
Reference in New Issue
Block a user