Commit 4f457ce5 LN

中英文完善

1 个父辈 7067f3d7
......@@ -45,6 +45,7 @@ namespace TheMachineNView
this.tabc = new System.Windows.Forms.TabControl();
this.tabP1 = new System.Windows.Forms.TabPage();
this.pnl = new System.Windows.Forms.Panel();
this.lblLedInfo = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.stateView = new System.Windows.Forms.ListView();
this.btn_releasestring = new System.Windows.Forms.Button();
......@@ -59,7 +60,6 @@ namespace TheMachineNView
this.tabMonitor = new System.Windows.Forms.TabPage();
this.panelVideo = new System.Windows.Forms.Panel();
this.listView1 = new System.Windows.Forms.ListView();
this.lblLedInfo = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.tabc.SuspendLayout();
this.tabP1.SuspendLayout();
......@@ -217,6 +217,15 @@ namespace TheMachineNView
this.pnl.Size = new System.Drawing.Size(762, 630);
this.pnl.TabIndex = 273;
//
// lblLedInfo
//
this.lblLedInfo.AutoSize = true;
this.lblLedInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLedInfo.Location = new System.Drawing.Point(10, 261);
this.lblLedInfo.Name = "lblLedInfo";
this.lblLedInfo.Size = new System.Drawing.Size(0, 17);
this.lblLedInfo.TabIndex = 273;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.stateView);
......@@ -380,14 +389,6 @@ namespace TheMachineNView
this.listView1.TabIndex = 2;
this.listView1.UseCompatibleStateImageBehavior = false;
//
// lblLedInfo
//
this.lblLedInfo.AutoSize = true;
this.lblLedInfo.Location = new System.Drawing.Point(10, 261);
this.lblLedInfo.Name = "lblLedInfo";
this.lblLedInfo.Size = new System.Drawing.Size(0, 21);
this.lblLedInfo.TabIndex = 273;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
......
......@@ -154,6 +154,7 @@ namespace TheMachineNView
LoadWindow();
tabc.Enabled = false;
pnl.Enabled = false;
lblLedInfo.Visible = (Setting_Init.Enable_HideAxisTestBtn);
}
private void CameraB_camera_event(object sender, Bitmap e)
{
......
......@@ -459,3 +459,7 @@ wait_getselfauditPos 等待获取盘点库位号超时 Waiting for timeout to ge
wat_startTosaPos 等待去盘点库位超时 Waiting for timeout to go to the inventory location
wat_waitInsaPos 等待到达盘点库位超时 Waiting for timeout to arrive at the inventory location
Form1_tabc_tab_axis__AxisControl_panel1_btnSAImg_Text 取图测试 Fetch Test
Res0068 Old password incorrect
Res0069 The new password is not the same, please confirm.
Res0070 The new password cannot be empty!
Res0071 Password changed successfully!
......@@ -462,4 +462,8 @@ wait_getselfauditPos 等待获取盘点库位号超时 盤点対象の在庫位
wat_startTosaPos 等待去盘点库位超时 盤点対象の在庫場所への移動を待っています(タイムアウト)
wat_waitInsaPos 等待到达盘点库位超时 盤点対象の在庫場所に到着するのを待っています(タイムアウト)
監査のための画像取得テスト
Form1_tabc_tab_axis__AxisControl_panel1_btnSAImg_Text 取图测试: フェッチテスト
\ No newline at end of file
Form1_tabc_tab_axis__AxisControl_panel1_btnSAImg_Text 取图测试: フェッチテスト
Res0068 旧パスワードの誤り
Res0069 新しいパスワードが2回入力したパスワードと違います!
Res0070 新しいパスワードを空にすることはできません!
Res0071 パスワード変更成功!
\ No newline at end of file
......@@ -447,3 +447,7 @@ wait_getselfauditPos 等待获取盘点库位号超时
wat_startTosaPos 等待去盘点库位超时
wat_waitInsaPos 等待到达盘点库位超时
Form1_tabc_tab_axis__AxisControl_panel1_btnSAImg_Text 盘点取图测试
Res0068 旧密码不正确
Res0069 两次输入的新密码不一致,请确认!
Res0070 新密码不能为空!
Res0071 密码修改成功!
\ No newline at end of file
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!