| | |
| | | public class RemoteOnePort : FrameLayout |
| | | { |
| | | #region 文本 |
| | | string text_Title = "远程连接"; |
| | | string text_Title = "远程"; |
| | | string text_userName = "用户名"; |
| | | string text_projectName ="工程名"; |
| | | string text_password = "密码"; |
| | | string text_entry_userName_tip = "请输入组名。"; |
| | | string text_entry_projectName_tip = "请输入工程名。"; |
| | | string text_entry_password_tip = "请输入密码。"; |
| | | string text_link = "连接一端口"; |
| | | string text_link = "连接并配置"; |
| | | string text_back = "后退"; |
| | | string text_reading = "读取中"; |
| | | /// <summary> |
| | |
| | | text_UnknownVersion = "Other version"; |
| | | text_readFailure = "Read failure"; |
| | | text_back = "Back"; |
| | | text_link = "Link"; |
| | | text_link = "Connect and configure"; |
| | | text_reading = "Reading"; |
| | | txt_breakLink = "Break link"; |
| | | txt_connectionSucceeded = "Connection succeeded"; |