Commit b78ddb2e 张东亮

翻译、多标签时贴标

1 个父辈 26130c26
...@@ -15,6 +15,7 @@ using System.Threading; ...@@ -15,6 +15,7 @@ using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
using AutoScanAndLabel.UC; using AutoScanAndLabel.UC;
using PrintLabel;
namespace AutoScanAndLabel namespace AutoScanAndLabel
{ {
...@@ -431,10 +432,16 @@ namespace AutoScanAndLabel ...@@ -431,10 +432,16 @@ namespace AutoScanAndLabel
{ {
Camera._cam.CloseAll(); Camera._cam.CloseAll();
} }
CodeLibrary.CodeResourceControl.GetLanguageEvent += Crc_GetLanguageEvent;
CodeLibrary.FrmCodeDecode frm = new CodeLibrary.FrmCodeDecode(); CodeLibrary.FrmCodeDecode frm = new CodeLibrary.FrmCodeDecode();
frm.CurrLanguage = Crc_GetLanguageEvent();
frm.chbZxing.Checked = false; frm.chbZxing.Checked = false;
frm.ShowDialog(); try
frm.Dispose(); {
frm.ShowDialog();
frm.Dispose();
}
catch { }
//IOManager.IOMove(IO_Type.Camera_Led, IO_VALUE.LOW); //IOManager.IOMove(IO_Type.Camera_Led, IO_VALUE.LOW);
} }
......
...@@ -38,15 +38,15 @@ namespace AutoScanAndLabel ...@@ -38,15 +38,15 @@ namespace AutoScanAndLabel
this.chbAutoRun = new System.Windows.Forms.CheckBox(); this.chbAutoRun = new System.Windows.Forms.CheckBox();
this.btn_labelDebug = new System.Windows.Forms.Button(); this.btn_labelDebug = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox();
this.listEdit_pn = new AutoScanAndLabel.UC.ListEditControl();
this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox();
this.listEditControl1 = new AutoScanAndLabel.UC.ListEditControl();
this.txt_code = new System.Windows.Forms.TextBox(); this.txt_code = new System.Windows.Forms.TextBox();
this.btn_codetest = new System.Windows.Forms.Button(); this.btn_codetest = new System.Windows.Forms.Button();
this.label_matchdebugstring = new System.Windows.Forms.Label(); this.label_matchdebugstring = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button();
this.uC_U11 = new AutoScanAndLabel.UC_U1(); this.uC_U11 = new AutoScanAndLabel.UC_U1();
this.listEditControl1 = new AutoScanAndLabel.UC.ListEditControl();
this.listEdit_pn = new AutoScanAndLabel.UC.ListEditControl();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
...@@ -145,6 +145,18 @@ namespace AutoScanAndLabel ...@@ -145,6 +145,18 @@ namespace AutoScanAndLabel
this.groupBox2.Text = "PN匹配规则"; this.groupBox2.Text = "PN匹配规则";
this.groupBox2.Visible = false; this.groupBox2.Visible = false;
// //
// listEdit_pn
//
this.listEdit_pn.Dock = System.Windows.Forms.DockStyle.Fill;
this.listEdit_pn.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listEdit_pn.ListFile = "config/pn.list";
this.listEdit_pn.Location = new System.Drawing.Point(3, 21);
this.listEdit_pn.Margin = new System.Windows.Forms.Padding(5);
this.listEdit_pn.Name = "listEdit_pn";
this.listEdit_pn.Size = new System.Drawing.Size(354, 154);
this.listEdit_pn.TabIndex = 3;
this.listEdit_pn.DataRefresh += new System.EventHandler(this.listEdit_pn_DataRefresh);
//
// groupBox3 // groupBox3
// //
this.groupBox3.Controls.Add(this.listEditControl1); this.groupBox3.Controls.Add(this.listEditControl1);
...@@ -156,6 +168,18 @@ namespace AutoScanAndLabel ...@@ -156,6 +168,18 @@ namespace AutoScanAndLabel
this.groupBox3.Text = "QTY匹配规则"; this.groupBox3.Text = "QTY匹配规则";
this.groupBox3.Visible = false; this.groupBox3.Visible = false;
// //
// listEditControl1
//
this.listEditControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listEditControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listEditControl1.ListFile = "config/qty.list";
this.listEditControl1.Location = new System.Drawing.Point(3, 21);
this.listEditControl1.Margin = new System.Windows.Forms.Padding(5);
this.listEditControl1.Name = "listEditControl1";
this.listEditControl1.Size = new System.Drawing.Size(354, 204);
this.listEditControl1.TabIndex = 3;
this.listEditControl1.DataRefresh += new System.EventHandler(this.listEdit_pn_DataRefresh);
//
// txt_code // txt_code
// //
this.txt_code.Location = new System.Drawing.Point(6, 24); this.txt_code.Location = new System.Drawing.Point(6, 24);
...@@ -206,36 +230,14 @@ namespace AutoScanAndLabel ...@@ -206,36 +230,14 @@ namespace AutoScanAndLabel
// //
// uC_U11 // uC_U11
// //
this.uC_U11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.uC_U11.Location = new System.Drawing.Point(3, 246); this.uC_U11.Location = new System.Drawing.Point(3, 246);
this.uC_U11.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.uC_U11.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.uC_U11.Name = "uC_U11"; this.uC_U11.Name = "uC_U11";
this.uC_U11.Size = new System.Drawing.Size(383, 167); this.uC_U11.Size = new System.Drawing.Size(591, 167);
this.uC_U11.TabIndex = 9; this.uC_U11.TabIndex = 9;
// //
// listEditControl1
//
this.listEditControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listEditControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listEditControl1.ListFile = "config/qty.list";
this.listEditControl1.Location = new System.Drawing.Point(3, 21);
this.listEditControl1.Margin = new System.Windows.Forms.Padding(5);
this.listEditControl1.Name = "listEditControl1";
this.listEditControl1.Size = new System.Drawing.Size(354, 204);
this.listEditControl1.TabIndex = 3;
this.listEditControl1.DataRefresh += new System.EventHandler(this.listEdit_pn_DataRefresh);
//
// listEdit_pn
//
this.listEdit_pn.Dock = System.Windows.Forms.DockStyle.Fill;
this.listEdit_pn.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listEdit_pn.ListFile = "config/pn.list";
this.listEdit_pn.Location = new System.Drawing.Point(3, 21);
this.listEdit_pn.Margin = new System.Windows.Forms.Padding(5);
this.listEdit_pn.Name = "listEdit_pn";
this.listEdit_pn.Size = new System.Drawing.Size(354, 154);
this.listEdit_pn.TabIndex = 3;
this.listEdit_pn.DataRefresh += new System.EventHandler(this.listEdit_pn_DataRefresh);
//
// SettingControl // SettingControl
// //
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
......
...@@ -80,6 +80,7 @@ namespace AutoScanAndLabel ...@@ -80,6 +80,7 @@ namespace AutoScanAndLabel
//RobotManage.PrintBean.EditLabel(); //RobotManage.PrintBean.EditLabel();
PrintLabel.FrmLabel frmLabel = new PrintLabel.FrmLabel(); PrintLabel.FrmLabel frmLabel = new PrintLabel.FrmLabel();
//crc.CurrLanguage = ""; //crc.CurrLanguage = "";
frmLabel.Text = crc.GetString("FrmLabel_Text", "标签编辑");
crc.LanguageProcess(frmLabel, "FrmLabel"); crc.LanguageProcess(frmLabel, "FrmLabel");
frmLabel.KeyWord.AddRange(keys); frmLabel.KeyWord.AddRange(keys);
frmLabel.ShowDialog(); frmLabel.ShowDialog();
......
...@@ -193,6 +193,16 @@ Form1_tabControl1_tabPage1_cb_IgnoreGratingSignal_Text 忽略安全光栅 Skip s ...@@ -193,6 +193,16 @@ Form1_tabControl1_tabPage1_cb_IgnoreGratingSignal_Text 忽略安全光栅 Skip s
Form1_tabControl1_tabPage1_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) Skip safety check including safety light curtain. Form1_tabControl1_tabPage1_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) Skip safety check including safety light curtain.
Form1_tabControl1_tabPage1_groupBox1_Text 运行状态 Running Status Form1_tabControl1_tabPage1_groupBox1_Text 运行状态 Running Status
Form1_tabControl1_tabPage1_Text 信息 Info. Form1_tabControl1_tabPage1_Text 信息 Info.
FrmLabel_Text 标签编辑 Label editing
FrmLabel_BtnFieldAdd_Text 字段添加 Field addition
FrmLabel_BtnFieldDel_Text 字段删除 Field deletion
FrmLabel_BtnFieldFont_Text 字段字体 Field font
FrmLabel_BtnLabelDel_Text 删除 Delete
FrmLabel_BtnLabelNew_Text 新建 Add
FrmLabel_BtnPrintTest_Text 打印测试 Print test
FrmLabel_BtnRename_Text 重命名 Rename
FrmLabel_BtnSave_Text 保存 Save
FrmLabel_groupBox1_Text 字段说明 Field description
menuStrip1_关于ToolStripMenuItem_Text 关于 About menuStrip1_关于ToolStripMenuItem_Text 关于 About
menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 Operation menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 Operation
menuStrip1_语言toolStripMenuItem_Text 语言 Language menuStrip1_语言toolStripMenuItem_Text 语言 Language
...@@ -359,32 +369,32 @@ Res0071 任务状态 ...@@ -359,32 +369,32 @@ Res0071 任务状态
Res0072 标签已打印,当前ReelID: Label is printed. Current Reel ID: Res0072 标签已打印,当前ReelID: Label is printed. Current Reel ID:
Res0073 等待标签打印 Waiting label printing… Res0073 等待标签打印 Waiting label printing…
Res0074 等待中 Waiting… Res0074 等待中 Waiting…
Res0075 任务编号: 任務番号: Res0075 任务编号: MissionId:
Res0076 运行编号: 実行番号: Res0076 运行编号: RunningId:
Res0077 任务状态: 任務状態: Res0077 任务状态: MissionStatus:
Res0078 运行结果: 実行結果: Res0078 运行结果: RunningResult:
Res0079 机器尚未启动不能呼叫Agv AGV cannot be called when the equipment is OFF. Res0079 机器尚未启动不能呼叫Agv AGV cannot be called when the equipment is OFF.
Res0080 当前有料串不能请求进入料串 AGV cannot be called when the stacker exists. Res0080 当前有料串不能请求进入料串 AGV cannot be called when the stacker exists.
Res0081 当前没有料串不能请求取料串 AGV cannot be called when there is no stacker. Res0081 当前没有料串不能请求取料串 AGV cannot be called when there is no stacker.
Res0082 机器尚在运行,不能退出,请先停止运行. Please stop operation before exit. Res0082 机器尚在运行,不能退出,请先停止运行. Please stop operation before exit.
Res0083 左侧料串正在提升或下降, 不能释放 Res0083 左侧料串正在提升或下降,不能释放 The left string is lifting or descending and cannot be released
Res0084 左侧料串等待释放中({0}) Res0084 左侧料串等待释放中({0}) Left string waiting to be released ({0})
Res0085 安全释放左侧料串 Res0085 安全释放左侧料串 Safe release of the left string
Res0086 右侧料串当前没有就位, 不能释放 Res0086 右侧料串当前没有就位, 不能释放 The right string is not currently in place and cannot be released
Res0087 右侧料串等待释放中({0}) Res0087 右侧料串等待释放中({0}) Right string waiting to be released ({0})
Res0088 安全释放右侧料串 Res0088 安全释放右侧料串 Safely release the right string
Res0089 右侧料串正在运行,不能手动上料 Res0089 右侧料串正在运行,不能手动上料 The right string is running and cannot be loaded manually
Res0090 左侧料串正在运行,不能手动上料 Res0090 左侧料串正在运行,不能手动上料 The left string is running and cannot be loaded manually
Res0091 请确认是否运动到该位置 Res0091 请确认是否运动到该位置 Please confirm that you are moving to this position
Res0092 确定要删除:\"{0}\"? Res0092 确定要删除:\"{0}\"? Are you sure you want to delete: "{0}"?
Res0093 右侧料串已空,等待取走料串 Res0093 右侧料串已空,等待取走料串 The right string is empty, waiting to be removed
Res0094 左侧料串已满,等待取走料串 Res0094 左侧料串已满,等待取走料串 The left bunch is full, wait to remove the bunch
Res0095 左侧空闲中 Res0095 左侧空闲中 Left side idle
Res0096 抓料失败请手动处理,请将料盘放入:NG箱,按右侧按钮继续 Res0096 抓料失败请手动处理,请将料盘放入:NG箱,按右侧按钮继续 Please handle the failure of the material picking manually, please put the material tray in: NG box, press the right button to continue
Res0097 抓料失败请手动处理,请将料盘放入: 左侧料串,按右侧按钮继续 Res0097 抓料失败请手动处理,请将料盘放入: 左侧料串,按右侧按钮继续 Please handle the failure of the material picking manually, please put the material tray in: left string, press the right button to continue
Res0098 等待左侧允许放料 Res0098 等待左侧允许放料 Wait for the left side to allow the material to be released
Res0099 等待料盘取走 Res0099 等待料盘取走 Wait for the reel to be removed
Res0100 ,料串已清空. Res0100 ,料串已清空. The string has been emptied
Res0101 启用配置模式 Configuration Mode On Res0101 启用配置模式 Configuration Mode On
Res0102 Form1_tabControl1___IOControl_groupBox1_btn夹爪夹紧_Text Res0102 Form1_tabControl1___IOControl_groupBox1_btn夹爪夹紧_Text
Res0103 Form1_tabControl1___IOControl_groupBox1_btn夹爪放松_Text Res0103 Form1_tabControl1___IOControl_groupBox1_btn夹爪放松_Text
...@@ -410,4 +420,24 @@ Res0204 无法操作 Unable to operate. ...@@ -410,4 +420,24 @@ Res0204 无法操作 Unable to operate.
Res0216 打印机 Printer Res0216 打印机 Printer
Res0217 标签打印机打开失败 The label printer failed to open Res0217 标签打印机打开失败 The label printer failed to open
App_Title 自动贴标机 Automatic labeling machine App_Title 自动贴标机 Automatic labeling machine
Res0218 有料串,已提取{0}张料盘 The stacker is ready. {0} reels has been extracted.
\ No newline at end of file \ No newline at end of file
Res0218 有料串,已提取{0}张料盘 The stacker is ready. {0} reels has been extracted.
FrmCodeDecode_btnAn_Text 变暗 darken
FrmCodeDecode_btnbarCode_Text 一维码识别 One dimensional code recognition
FrmCodeDecode_btnCameraImage_Text 相机获取图片 camera image
FrmCodeDecode_btnClearLog_Text 清理日志 Clear log
FrmCodeDecode_btnCopyN_Text 复制名称 Copy Name
FrmCodeDecode_btnDCode_Text 二维码识别 Qr code recognition
FrmCodeDecode_btnErZhi_Text 二值化 binaryzation 
FrmCodeDecode_btnExit_Text 退出 Exit
FrmCodeDecode_btnGray_Text 图像转灰 Turning grey
FrmCodeDecode_btnLearn_Text 学习 learn
FrmCodeDecode_btnLight_Text 提亮 brighten
FrmCodeDecode_btnScanTest_Text 新算法解码 New algorithm decoding
FrmCodeDecode_btnSelImage_Text 打开本地图片 Open local image
FrmCodeDecode_chbUseParam_Text 使用参数 operation parameter
FrmCodeDecode_label1_Text 图片路径 Image path
FrmCodeDecode_label2_Text 相机列表: Camera list:
FrmCodeDecode_label3_Text 条码类型: Bar code type:
FrmCodeDecode_label4_Text 参数路径 Parameters of the path
FrmCodeDecode_lblCount_Text 条码数量: Barcode number:
FrmCodeDecode_Text 二维码识别 Qr code recognition
\ No newline at end of file \ No newline at end of file
...@@ -193,15 +193,16 @@ Form1_tabControl1_tabPage1_cb_IgnoreGratingSignal_Text 忽略安全光栅 ライ ...@@ -193,15 +193,16 @@ Form1_tabControl1_tabPage1_cb_IgnoreGratingSignal_Text 忽略安全光栅 ライ
Form1_tabControl1_tabPage1_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) セーフティチックを無視する(ライトカーテン含み) Form1_tabControl1_tabPage1_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) セーフティチックを無視する(ライトカーテン含み)
Form1_tabControl1_tabPage1_groupBox1_Text 运行状态 実行状況 Form1_tabControl1_tabPage1_groupBox1_Text 运行状态 実行状況
Form1_tabControl1_tabPage1_Text 信息 情報 Form1_tabControl1_tabPage1_Text 信息 情報
FrmLabel_BtnFieldAdd_Text 字段添加 フィールド追加 FrmLabel_Text 标签编辑 ラベル編集
FrmLabel_BtnFieldDel_Text 字段删除 フィールド削除 FrmLabel_BtnFieldAdd_Text 字段添加 フィールドの追加
FrmLabel_BtnFieldFont_Text 字段字体 フィールド字体 FrmLabel_BtnFieldDel_Text 字段删除 フィールドの削除
FrmLabel_BtnLabelDel_Text 删除 削減 FrmLabel_BtnFieldFont_Text 字段字体 フィールドフォント
FrmLabel_BtnLabelNew_Text 新建 新規 FrmLabel_BtnLabelDel_Text 删除 削除
FrmLabel_BtnLabelNew_Text 新建 新築
FrmLabel_BtnPrintTest_Text 打印测试 印刷テスト FrmLabel_BtnPrintTest_Text 打印测试 印刷テスト
FrmLabel_BtnRename_Text 新建 新規 FrmLabel_BtnRename_Text 重命名 改名する
FrmLabel_BtnSave_Text 保存 保存 FrmLabel_BtnSave_Text 保存 セーブ
FrmLabel_groupBox1_Text 字段说明 フィールド説明 FrmLabel_groupBox1_Text 字段说明 フィールド説明
menuStrip1_关于ToolStripMenuItem_Text 关于 情報 menuStrip1_关于ToolStripMenuItem_Text 关于 情報
menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 操作 menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 操作
menuStrip1_语言toolStripMenuItem_Text 语言 言語 menuStrip1_语言toolStripMenuItem_Text 语言 言語
...@@ -420,4 +421,24 @@ Res0102 夹取机构取料 グリッパー圧着 ...@@ -420,4 +421,24 @@ Res0102 夹取机构取料 グリッパー圧着
Res0103 夹取机构放料 クランプ機構排出 Res0103 夹取机构放料 クランプ機構排出
Res0217 标签打印机打开失败 ラベルプリンターを開けませんでした Res0217 标签打印机打开失败 ラベルプリンターを開けませんでした
App_Title 自动贴标机 自動ラベル貼付機 App_Title 自动贴标机 自動ラベル貼付機
Res0218 有料串,已提取{0}张料盘 ストリングがあり、トレイ{0}抽出されています
\ No newline at end of file \ No newline at end of file
Res0218 有料串,已提取{0}张料盘 ストリングがあり、トレイ{0}抽出されています
FrmCodeDecode_btnAn_Text 变暗 暗く
FrmCodeDecode_btnbarCode_Text 一维码识别 バーコード識別
FrmCodeDecode_btnCameraImage_Text 相机获取图片 カメラから画像
FrmCodeDecode_btnClearLog_Text 清理日志 クリア日誌
FrmCodeDecode_btnCopyN_Text 复制名称 コピー
FrmCodeDecode_btnDCode_Text 二维码识别 QRコード識別
FrmCodeDecode_btnErZhi_Text 二值化 二値化
FrmCodeDecode_btnExit_Text 退出 やめる
FrmCodeDecode_btnGray_Text 图像转灰 灰色に
FrmCodeDecode_btnLearn_Text 学习 勉強
FrmCodeDecode_btnLight_Text 提亮 明るく
FrmCodeDecode_btnScanTest_Text 新算法解码 新アルゴリズムデコード
FrmCodeDecode_btnSelImage_Text 打开本地图片 ローカル画像
FrmCodeDecode_chbUseParam_Text 使用参数 パラメータ演算
FrmCodeDecode_label1_Text 图片路径 画像パス
FrmCodeDecode_label2_Text 相机列表: カメラリスト:
FrmCodeDecode_label3_Text 条码类型: バーコードタイプ:
FrmCodeDecode_label4_Text 参数路径 パスパラメータ
FrmCodeDecode_lblCount_Text 条码数量: バーコード数:
FrmCodeDecode_Text 二维码识别 QRコード識別
\ No newline at end of file \ No newline at end of file
...@@ -193,6 +193,16 @@ Form1_tabControl1_tabPage1_cb_IgnoreGratingSignal_Text 忽略安全光栅 忽略 ...@@ -193,6 +193,16 @@ Form1_tabControl1_tabPage1_cb_IgnoreGratingSignal_Text 忽略安全光栅 忽略
Form1_tabControl1_tabPage1_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) 忽略安全检查(含安全光栅) Form1_tabControl1_tabPage1_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) 忽略安全检查(含安全光栅)
Form1_tabControl1_tabPage1_groupBox1_Text 运行状态 运行状态 Form1_tabControl1_tabPage1_groupBox1_Text 运行状态 运行状态
Form1_tabControl1_tabPage1_Text 信息 信息 Form1_tabControl1_tabPage1_Text 信息 信息
FrmLabel_Text 标签编辑 标签编辑
FrmLabel_BtnFieldAdd_Text 字段添加 字段添加
FrmLabel_BtnFieldDel_Text 字段删除 字段删除
FrmLabel_BtnFieldFont_Text 字段字体 字段字体
FrmLabel_BtnLabelDel_Text 删除 删除
FrmLabel_BtnLabelNew_Text 新建 新建
FrmLabel_BtnPrintTest_Text 打印测试 打印测试
FrmLabel_BtnRename_Text 重命名 重命名
FrmLabel_BtnSave_Text 保存 保存
FrmLabel_groupBox1_Text 字段说明 字段说明
menuStrip1_关于ToolStripMenuItem_Text 关于 关于 menuStrip1_关于ToolStripMenuItem_Text 关于 关于
menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 设备操作 menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 设备操作
menuStrip1_语言toolStripMenuItem_Text 语言 语言 menuStrip1_语言toolStripMenuItem_Text 语言 语言
...@@ -367,6 +377,31 @@ Res0078 运行结果: 运行结果: ...@@ -367,6 +377,31 @@ Res0078 运行结果: 运行结果:
Res0079 机器尚未启动不能呼叫Agv 机器尚未启动不能呼叫Agv Res0079 机器尚未启动不能呼叫Agv 机器尚未启动不能呼叫Agv
Res0080 当前有料串不能请求进入料串 当前有料串不能请求进入料串 Res0080 当前有料串不能请求进入料串 当前有料串不能请求进入料串
Res0081 当前没有料串不能请求取料串 当前没有料串不能请求取料串 Res0081 当前没有料串不能请求取料串 当前没有料串不能请求取料串
Res0082 机器尚在运行,不能退出,请先停止运行. 机器尚在运行,不能退出,请先停止运行.
Res0083 左侧料串正在提升或下降, 不能释放
Res0084 左侧料串等待释放中({0})
Res0085 安全释放左侧料串
Res0086 右侧料串当前没有就位, 不能释放
Res0087 右侧料串等待释放中({0})
Res0088 安全释放右侧料串
Res0089 右侧料串正在运行,不能手动上料
Res0090 左侧料串正在运行,不能手动上料
Res0091 请确认是否运动到该位置
Res0092 确定要删除:\"{0}\"?
Res0093 右侧料串已空,等待取走料串
Res0094 左侧料串已满,等待取走料串
Res0095 左侧空闲中
Res0096 抓料失败请手动处理,请将料盘放入:NG箱,按右侧按钮继续
Res0097 抓料失败请手动处理,请将料盘放入: 左侧料串,按右侧按钮继续
Res0098 等待左侧允许放料
Res0099 等待料盘取走
Res0100 ,料串已清空.
Res0101 启用配置模式 Configuration Mode On
Res0102 Form1_tabControl1___IOControl_groupBox1_btn夹爪夹紧_Text
Res0103 Form1_tabControl1___IOControl_groupBox1_btn夹爪放松_Text
Res0104 等待 Waiting
Res0105 超时 Time Out
Res0106 秒
Res0188 电夹爪通讯失败:{0} 电夹爪通讯失败:{0} Res0188 电夹爪通讯失败:{0} 电夹爪通讯失败:{0}
Res0189 IO板卡初始化失败 IO板卡初始化失败 Res0189 IO板卡初始化失败 IO板卡初始化失败
Res0190 打开配置模式 打开配置模式 Res0190 打开配置模式 打开配置模式
...@@ -386,4 +421,23 @@ Res0204 无法操作 无法操作 ...@@ -386,4 +421,23 @@ Res0204 无法操作 无法操作
Res0216 打印机 打印机 Res0216 打印机 打印机
Res0217 标签打印机打开失败 标签打印机打开失败 Res0217 标签打印机打开失败 标签打印机打开失败
App_Title 自动贴标机 自动贴标机 App_Title 自动贴标机 自动贴标机
Res0218 有料串,已提取{0}张料盘 有料串,已提取{0}张料盘
\ No newline at end of file \ No newline at end of file
Res0218 有料串,已提取{0}张料盘 有料串,已提取{0}张料盘
FrmCodeDecode_Text 二维码识别 二维码识别
FrmCodeDecode_label4_Text 参数路径 参数路径
FrmCodeDecode_chbUseParam_Text 使用参数 使用参数
FrmCodeDecode_btnAn_Text 变暗 变暗
FrmCodeDecode_btnLight_Text 提亮 提亮
FrmCodeDecode_btnCopyN_Text 复制名称 复制名称
FrmCodeDecode_label3_Text 条码类型: 条码类型:
FrmCodeDecode_label2_Text 相机列表: 相机列表:
FrmCodeDecode_btnExit_Text 退出 退出
FrmCodeDecode_btnCameraImage_Text 相机获取图片 相机获取图片
FrmCodeDecode_lblCount_Text 条码数量: 条码数量:
FrmCodeDecode_btnClearLog_Text 清理日志 清理日志
FrmCodeDecode_btnDCode_Text 二维码识别 二维码识别
FrmCodeDecode_btnLearn_Text 学习 学习
FrmCodeDecode_btnbarCode_Text 一维码识别 一维码识别
FrmCodeDecode_btnGray_Text 图像转灰 图像转灰
FrmCodeDecode_btnErZhi_Text 二值化 二值化
FrmCodeDecode_btnSelImage_Text 打开本地图片 打开本地图片
FrmCodeDecode_label1_Text 图片路径 图片路径
\ No newline at end of file \ No newline at end of file
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!