영문화완료
This commit is contained in:
84
Handler/Project/Dialog/Model_Motion.Designer.cs
generated
84
Handler/Project/Dialog/Model_Motion.Designer.cs
generated
@@ -309,7 +309,7 @@
|
||||
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
||||
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
|
||||
this.bindingNavigatorCountItem.Text = "/{0}";
|
||||
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
||||
this.bindingNavigatorCountItem.ToolTipText = "Total item count";
|
||||
//
|
||||
// bindingNavigatorMoveFirstItem
|
||||
//
|
||||
@@ -318,7 +318,7 @@
|
||||
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
||||
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
|
||||
this.bindingNavigatorMoveFirstItem.Text = "Move to first";
|
||||
//
|
||||
// bindingNavigatorMovePreviousItem
|
||||
//
|
||||
@@ -327,7 +327,7 @@
|
||||
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
|
||||
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
|
||||
this.bindingNavigatorMovePreviousItem.Text = "Move to previous";
|
||||
//
|
||||
// bindingNavigatorSeparator
|
||||
//
|
||||
@@ -336,13 +336,13 @@
|
||||
//
|
||||
// bindingNavigatorPositionItem
|
||||
//
|
||||
this.bindingNavigatorPositionItem.AccessibleName = "위치";
|
||||
this.bindingNavigatorPositionItem.AccessibleName = "Position";
|
||||
this.bindingNavigatorPositionItem.AutoSize = false;
|
||||
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
||||
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
||||
this.bindingNavigatorPositionItem.Text = "0";
|
||||
this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
|
||||
this.bindingNavigatorPositionItem.ToolTipText = "Current position";
|
||||
//
|
||||
// bindingNavigatorSeparator1
|
||||
//
|
||||
@@ -356,7 +356,7 @@
|
||||
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
||||
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
|
||||
this.bindingNavigatorMoveNextItem.Text = "Move to next";
|
||||
//
|
||||
// bindingNavigatorMoveLastItem
|
||||
//
|
||||
@@ -365,7 +365,7 @@
|
||||
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
||||
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
||||
this.bindingNavigatorMoveLastItem.Text = "Move to last";
|
||||
//
|
||||
// bindingNavigatorSeparator2
|
||||
//
|
||||
@@ -379,7 +379,7 @@
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(51, 22);
|
||||
this.toolStripButton1.Text = "속도";
|
||||
this.toolStripButton1.Text = "Speed";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// toolStripButton2
|
||||
@@ -389,7 +389,7 @@
|
||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton2.Name = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(63, 22);
|
||||
this.toolStripButton2.Text = "가속도";
|
||||
this.toolStripButton2.Text = "Acceleration";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_2);
|
||||
//
|
||||
// toolStripButton3
|
||||
@@ -399,7 +399,7 @@
|
||||
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton3.Name = "toolStripButton3";
|
||||
this.toolStripButton3.Size = new System.Drawing.Size(63, 22);
|
||||
this.toolStripButton3.Text = "감속도";
|
||||
this.toolStripButton3.Text = "Deceleration";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click_1);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
@@ -450,7 +450,7 @@
|
||||
this.btJogLeft.TabIndex = 0;
|
||||
this.btJogLeft.Tag = "CCW";
|
||||
this.btJogLeft.Text = "NEG(-)";
|
||||
this.toolTip1.SetToolTip(this.btJogLeft, "역방향 이동");
|
||||
this.toolTip1.SetToolTip(this.btJogLeft, "Reverse direction movement");
|
||||
this.btJogLeft.UseVisualStyleBackColor = false;
|
||||
this.btJogLeft.Click += new System.EventHandler(this.btJogLeft_Click);
|
||||
this.btJogLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogDown_Click);
|
||||
@@ -472,7 +472,7 @@
|
||||
this.btJogStop.TabIndex = 0;
|
||||
this.btJogStop.Tag = "STOP";
|
||||
this.btJogStop.Text = "■";
|
||||
this.toolTip1.SetToolTip(this.btJogStop, "비상 정지");
|
||||
this.toolTip1.SetToolTip(this.btJogStop, "Emergency stop");
|
||||
this.btJogStop.UseVisualStyleBackColor = true;
|
||||
this.btJogStop.Click += new System.EventHandler(this.btJogStop_Click);
|
||||
//
|
||||
@@ -493,7 +493,7 @@
|
||||
this.btJogDn.TabIndex = 0;
|
||||
this.btJogDn.Tag = "CW";
|
||||
this.btJogDn.Text = "POS(+)";
|
||||
this.toolTip1.SetToolTip(this.btJogDn, "정방향 이동");
|
||||
this.toolTip1.SetToolTip(this.btJogDn, "Forward direction movement");
|
||||
this.btJogDn.UseVisualStyleBackColor = false;
|
||||
this.btJogDn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogDown_Click);
|
||||
this.btJogDn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btJogUp_Click);
|
||||
@@ -515,7 +515,7 @@
|
||||
this.btJogUp.TabIndex = 0;
|
||||
this.btJogUp.Tag = "CCW";
|
||||
this.btJogUp.Text = "NEG(-)";
|
||||
this.toolTip1.SetToolTip(this.btJogUp, "역 방향 이동");
|
||||
this.toolTip1.SetToolTip(this.btJogUp, "Reverse direction movement");
|
||||
this.btJogUp.UseVisualStyleBackColor = false;
|
||||
this.btJogUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogDown_Click);
|
||||
this.btJogUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btJogUp_Click);
|
||||
@@ -534,8 +534,8 @@
|
||||
this.button5.Name = "button5";
|
||||
this.button5.Size = new System.Drawing.Size(73, 81);
|
||||
this.button5.TabIndex = 3;
|
||||
this.button5.Text = "홈\r\n검색";
|
||||
this.toolTip1.SetToolTip(this.button5, "홈 검색 실행");
|
||||
this.button5.Text = "Home\r\nSearch";
|
||||
this.toolTip1.SetToolTip(this.button5, "Execute home search");
|
||||
this.button5.UseVisualStyleBackColor = true;
|
||||
this.button5.Click += new System.EventHandler(this.btJogHome_Click);
|
||||
//
|
||||
@@ -553,8 +553,8 @@
|
||||
this.btPClear.Name = "btPClear";
|
||||
this.btPClear.Size = new System.Drawing.Size(74, 81);
|
||||
this.btPClear.TabIndex = 3;
|
||||
this.btPClear.Text = "위치\r\n초기화";
|
||||
this.toolTip1.SetToolTip(this.btPClear, "현재 위치 초기화");
|
||||
this.btPClear.Text = "Position\r\nReset";
|
||||
this.toolTip1.SetToolTip(this.btPClear, "Reset current position");
|
||||
this.btPClear.UseVisualStyleBackColor = true;
|
||||
this.btPClear.Click += new System.EventHandler(this.btJogPClear_Click);
|
||||
//
|
||||
@@ -573,7 +573,7 @@
|
||||
this.btSVY.Size = new System.Drawing.Size(73, 81);
|
||||
this.btSVY.TabIndex = 4;
|
||||
this.btSVY.Text = "SVON";
|
||||
this.toolTip1.SetToolTip(this.btSVY, "서보 ON/OFF");
|
||||
this.toolTip1.SetToolTip(this.btSVY, "Servo ON/OFF");
|
||||
this.btSVY.UseVisualStyleBackColor = true;
|
||||
this.btSVY.Click += new System.EventHandler(this.btJogSVon_Click);
|
||||
//
|
||||
@@ -591,8 +591,8 @@
|
||||
this.btAClear.Name = "btAClear";
|
||||
this.btAClear.Size = new System.Drawing.Size(74, 81);
|
||||
this.btAClear.TabIndex = 4;
|
||||
this.btAClear.Text = "알람\r\n제거";
|
||||
this.toolTip1.SetToolTip(this.btAClear, "서보알람 제거");
|
||||
this.btAClear.Text = "Alarm\r\nClear";
|
||||
this.toolTip1.SetToolTip(this.btAClear, "Clear servo alarm");
|
||||
this.btAClear.UseVisualStyleBackColor = true;
|
||||
this.btAClear.Click += new System.EventHandler(this.btJogAClear_Click);
|
||||
//
|
||||
@@ -613,7 +613,7 @@
|
||||
this.btJogRight.TabIndex = 0;
|
||||
this.btJogRight.Tag = "CW";
|
||||
this.btJogRight.Text = "POS(+)";
|
||||
this.toolTip1.SetToolTip(this.btJogRight, "정 방향 이동");
|
||||
this.toolTip1.SetToolTip(this.btJogRight, "Forward direction movement");
|
||||
this.btJogRight.UseVisualStyleBackColor = false;
|
||||
this.btJogRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogDown_Click);
|
||||
this.btJogRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btJogUp_Click);
|
||||
@@ -645,7 +645,7 @@
|
||||
this.nudPosRel.Size = new System.Drawing.Size(98, 26);
|
||||
this.nudPosRel.TabIndex = 50;
|
||||
this.nudPosRel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.toolTip1.SetToolTip(this.nudPosRel, "이동 할 임의 위치값 우측의 GO버튼을 누르면 이동 함");
|
||||
this.toolTip1.SetToolTip(this.nudPosRel, "Arbitrary position value to move. Press the GO button on the right to move");
|
||||
//
|
||||
// button3
|
||||
//
|
||||
@@ -659,7 +659,7 @@
|
||||
this.button3.Name = "button3";
|
||||
this.button3.Size = new System.Drawing.Size(45, 26);
|
||||
this.button3.TabIndex = 51;
|
||||
this.button3.Text = "이동";
|
||||
this.button3.Text = "Move";
|
||||
this.button3.UseVisualStyleBackColor = true;
|
||||
this.button3.Click += new System.EventHandler(this.button3_Click_1);
|
||||
//
|
||||
@@ -676,7 +676,7 @@
|
||||
this.linkLabel11.TabStop = true;
|
||||
this.linkLabel11.Text = "REL.Value";
|
||||
this.linkLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.toolTip1.SetToolTip(this.linkLabel11, "값 변경");
|
||||
this.toolTip1.SetToolTip(this.linkLabel11, "Change value");
|
||||
this.linkLabel11.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel11_LinkClicked);
|
||||
//
|
||||
// panel14
|
||||
@@ -698,7 +698,7 @@
|
||||
this.chkJogMoveForce.Name = "chkJogMoveForce";
|
||||
this.chkJogMoveForce.Size = new System.Drawing.Size(84, 33);
|
||||
this.chkJogMoveForce.TabIndex = 59;
|
||||
this.chkJogMoveForce.Text = "강제조그";
|
||||
this.chkJogMoveForce.Text = "Force Jog";
|
||||
this.chkJogMoveForce.UseVisualStyleBackColor = true;
|
||||
this.chkJogMoveForce.Click += new System.EventHandler(this.chkJogMoveForce_Click);
|
||||
//
|
||||
@@ -729,7 +729,7 @@
|
||||
this.nudPosAbs.Size = new System.Drawing.Size(98, 26);
|
||||
this.nudPosAbs.TabIndex = 13;
|
||||
this.nudPosAbs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.toolTip1.SetToolTip(this.nudPosAbs, "이동 할 임의 위치값 우측의 GO버튼을 누르면 이동 함");
|
||||
this.toolTip1.SetToolTip(this.nudPosAbs, "Arbitrary position value to move. Press the GO button on the right to move");
|
||||
//
|
||||
// button1
|
||||
//
|
||||
@@ -743,7 +743,7 @@
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(45, 26);
|
||||
this.button1.TabIndex = 51;
|
||||
this.button1.Text = "이동";
|
||||
this.button1.Text = "Move";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
@@ -760,7 +760,7 @@
|
||||
this.linkLabel10.TabStop = true;
|
||||
this.linkLabel10.Text = "ABS.Value";
|
||||
this.linkLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.toolTip1.SetToolTip(this.linkLabel10, "값 변경");
|
||||
this.toolTip1.SetToolTip(this.linkLabel10, "Change value");
|
||||
this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel10_LinkClicked);
|
||||
//
|
||||
// panel11
|
||||
@@ -790,7 +790,7 @@
|
||||
this.nudJogVel.Size = new System.Drawing.Size(143, 26);
|
||||
this.nudJogVel.TabIndex = 0;
|
||||
this.nudJogVel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.toolTip1.SetToolTip(this.nudJogVel, "조그모드 이동 속도");
|
||||
this.toolTip1.SetToolTip(this.nudJogVel, "Jog mode movement speed");
|
||||
this.nudJogVel.Value = new decimal(new int[] {
|
||||
20,
|
||||
0,
|
||||
@@ -810,7 +810,7 @@
|
||||
this.linkLabel8.TabStop = true;
|
||||
this.linkLabel8.Text = "JOG Speed";
|
||||
this.linkLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.toolTip1.SetToolTip(this.linkLabel8, "값 변경");
|
||||
this.toolTip1.SetToolTip(this.linkLabel8, "Change value");
|
||||
this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
|
||||
//
|
||||
// tabControl2
|
||||
@@ -1031,7 +1031,7 @@
|
||||
this.nudJogAcc.Size = new System.Drawing.Size(143, 26);
|
||||
this.nudJogAcc.TabIndex = 0;
|
||||
this.nudJogAcc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.toolTip1.SetToolTip(this.nudJogAcc, "조그모드 이동 속도");
|
||||
this.toolTip1.SetToolTip(this.nudJogAcc, "Jog mode movement speed");
|
||||
this.nudJogAcc.Value = new decimal(new int[] {
|
||||
500,
|
||||
0,
|
||||
@@ -1051,7 +1051,7 @@
|
||||
this.motLinkLabel1.TabStop = true;
|
||||
this.motLinkLabel1.Text = "JOG Acc";
|
||||
this.motLinkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.toolTip1.SetToolTip(this.motLinkLabel1, "값 변경");
|
||||
this.toolTip1.SetToolTip(this.motLinkLabel1, "Change value");
|
||||
this.motLinkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.motLinkLabel1_LinkClicked);
|
||||
//
|
||||
// panLeft
|
||||
@@ -1084,7 +1084,7 @@
|
||||
//
|
||||
// columnHeader1
|
||||
//
|
||||
this.columnHeader1.Text = "모델명";
|
||||
this.columnHeader1.Text = "Model Name";
|
||||
this.columnHeader1.Width = 230;
|
||||
//
|
||||
// tabControl4
|
||||
@@ -1354,7 +1354,7 @@
|
||||
this.btAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btAdd.Name = "btAdd";
|
||||
this.btAdd.Size = new System.Drawing.Size(99, 52);
|
||||
this.btAdd.Text = "추가(&A)";
|
||||
this.btAdd.Text = "Add(&A)";
|
||||
this.btAdd.Click += new System.EventHandler(this.toolStripButton6_Click);
|
||||
//
|
||||
// btEdit
|
||||
@@ -1363,7 +1363,7 @@
|
||||
this.btEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btEdit.Name = "btEdit";
|
||||
this.btEdit.Size = new System.Drawing.Size(107, 52);
|
||||
this.btEdit.Text = "이름변경";
|
||||
this.btEdit.Text = "Rename";
|
||||
this.btEdit.Click += new System.EventHandler(this.btEdit_Click);
|
||||
//
|
||||
// btDel
|
||||
@@ -1372,7 +1372,7 @@
|
||||
this.btDel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btDel.Name = "btDel";
|
||||
this.btDel.Size = new System.Drawing.Size(100, 52);
|
||||
this.btDel.Text = "삭제(&D)";
|
||||
this.btDel.Text = "Delete(&D)";
|
||||
this.btDel.Click += new System.EventHandler(this.toolStripButton7_Click);
|
||||
//
|
||||
// btSave
|
||||
@@ -1380,7 +1380,7 @@
|
||||
this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
|
||||
this.btSave.Name = "btSave";
|
||||
this.btSave.Size = new System.Drawing.Size(98, 52);
|
||||
this.btSave.Text = "저장(&S)";
|
||||
this.btSave.Text = "Save(&S)";
|
||||
this.btSave.Click += new System.EventHandler(this.toolStripButton8_Click);
|
||||
//
|
||||
// btCopy
|
||||
@@ -1389,7 +1389,7 @@
|
||||
this.btCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btCopy.Name = "btCopy";
|
||||
this.btCopy.Size = new System.Drawing.Size(83, 52);
|
||||
this.btCopy.Text = "복사";
|
||||
this.btCopy.Text = "Copy";
|
||||
this.btCopy.Click += new System.EventHandler(this.btCopy_Click);
|
||||
//
|
||||
// btSelect
|
||||
@@ -1401,7 +1401,7 @@
|
||||
this.btSelect.Image = global::Project.Properties.Resources.icons8_selection_40;
|
||||
this.btSelect.Name = "btSelect";
|
||||
this.btSelect.Size = new System.Drawing.Size(215, 44);
|
||||
this.btSelect.Text = "이 모델을 선택합니다";
|
||||
this.btSelect.Text = "Select this model";
|
||||
this.btSelect.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.btSelect.Click += new System.EventHandler(this.toolStripButton10_Click);
|
||||
//
|
||||
@@ -1418,7 +1418,7 @@
|
||||
this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton11.Name = "toolStripButton11";
|
||||
this.toolStripButton11.Size = new System.Drawing.Size(119, 52);
|
||||
this.toolStripButton11.Text = "그룹이동";
|
||||
this.toolStripButton11.Text = "Group Move";
|
||||
this.toolStripButton11.ButtonClick += new System.EventHandler(this.toolStripButton11_ButtonClick);
|
||||
this.toolStripButton11.Click += new System.EventHandler(this.toolStripButton11_Click);
|
||||
//
|
||||
@@ -1427,7 +1427,7 @@
|
||||
this.그룹설정ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_save_to_grid_40;
|
||||
this.그룹설정ToolStripMenuItem.Name = "그룹설정ToolStripMenuItem";
|
||||
this.그룹설정ToolStripMenuItem.Size = new System.Drawing.Size(154, 54);
|
||||
this.그룹설정ToolStripMenuItem.Text = "그룹설정";
|
||||
this.그룹설정ToolStripMenuItem.Text = "Group Settings";
|
||||
this.그룹설정ToolStripMenuItem.Click += new System.EventHandler(this.그룹설정ToolStripMenuItem_Click);
|
||||
//
|
||||
// Column1
|
||||
|
||||
Reference in New Issue
Block a user