将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
+885
@@ -0,0 +1,885 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XP.Hardware.RaySource.Resources {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||
/// </summary>
|
||||
// 此类是由 StronglyTypedResourceBuilder
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 返回此类使用的缓存的 ResourceManager 实例。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("XP.Hardware.RaySource.Resources.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 重写当前线程的 CurrentUICulture 属性,对
|
||||
/// 使用此强类型资源类的所有资源查找执行重写。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 实际 {0} 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_ActualValueLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_ActualValueLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 高级 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_AdvanceButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_AdvanceButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 是否确认执行全部电压自动定心操作? 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_AutoCenter_Confirm {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_AutoCenter_Confirm", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 正在执行全部电压自动定心操作,请稍候... 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_AutoCenter_Message {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_AutoCenter_Message", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 自动定心 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_AutoCenter_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_AutoCenter_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 自动定心: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_AutoCenterLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_AutoCenterLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 自动定心 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_AutoCenterSettingButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_AutoCenterSettingButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 配置 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_ConfigButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_ConfigButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 射线源配置 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_ConfigWindowTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_ConfigWindowTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 确认 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Confirm_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Confirm_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 连接射线源 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_ConnectButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_ConnectButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 已连接 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Connected {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Connected", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 连接射线源设备 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_ConnectTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_ConnectTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 连接变量 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_ConnectVariablesButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_ConnectVariablesButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 电流 (μA) 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_CurrentLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_CurrentLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 断开射线源 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_DisconnectButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_DisconnectButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 未连接 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Disconnected {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Disconnected", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 断开射线源设备 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_DisconnectTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_DisconnectTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源紧急停止 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_EmergencyStop {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_EmergencyStop", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 射线开启时无法调整参数 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Error_CannotAdjustWhileXrayOn {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Error_CannotAdjustWhileXrayOn", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 电流超出范围 (10-1000 μA) 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Error_CurrentOutOfRange {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Error_CurrentOutOfRange", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 电压超出范围 (20-225 kV) 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Error_VoltageOutOfRange {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Error_VoltageOutOfRange", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 是否确认执行灯丝校准操作? 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentCalibration_Confirm {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentCalibration_Confirm", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 正在执行灯丝校准操作,请稍候... 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentCalibration_Message {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentCalibration_Message", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 正在执行灯丝校准操作,请稍候... 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentCalibration_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentCalibration_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 灯丝校准 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentCalibrationButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentCalibrationButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 灯丝校准: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 灯丝寿命: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentLifetimeLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentLifetimeLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 确认 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentLifetimeWarningConfirm {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentLifetimeWarningConfirm", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 灯丝累计使用 {0} 小时,寿命阈值 {1} 小时,已使用 {2}%。建议尽快更换灯丝。 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentLifetimeWarningMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentLifetimeWarningMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 灯丝寿命预警 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_FilamentLifetimeWarningTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_FilamentLifetimeWarningTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 High Power 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_HighPowerButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_HighPowerButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源初始化失败 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_InitFailed {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_InitFailed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 初始化 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_InitializeButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_InitializeButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源初始化成功 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_InitSuccess {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_InitSuccess", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 激活 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_InterlockActive {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_InterlockActive", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 连锁: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_InterlockLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_InterlockLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 正常 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_InterlockNormal {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_InterlockNormal", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 最大值 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_MaxValueLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_MaxValueLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Micro Focus 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_MicroFocusButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_MicroFocusButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 最小值 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_MinValueLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_MinValueLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源操作 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_OperateWindowTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_OperateWindowTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 操作指令已发送,等待设备执行... 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Operation_Sent {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Operation_Sent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 功率 (W) 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_PowerLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_PowerLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 功率模式: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_PowerModeLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_PowerModeLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 设置 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_SettingsButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_SettingsButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 射线源类型: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_SourceTypeLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_SourceTypeLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源启动失败 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StartFailed {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StartFailed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源启动成功 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StartSuccess {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StartSuccess", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 启动: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StartUpLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StartUpLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 错误 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Status_Error {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Status_Error", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 故障 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Status_Fault {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Status_Fault", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 空闲 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Status_Idle {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Status_Idle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 初始化中 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Status_Initializing {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Status_Initializing", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 就绪 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Status_Ready {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Status_Ready", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 预热中 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Status_Warmup {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Status_Warmup", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 射线开启 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Status_XrayOn {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Status_XrayOn", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 射线源
|
||||
///已关闭 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StatusClosed {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StatusClosed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 状态 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StatusLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StatusLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 射线源
|
||||
///已开启 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StatusOpened {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StatusOpened", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 射线源
|
||||
///不可用 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StatusUnavailable {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StatusUnavailable", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源关闭失败 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StopFailed {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StopFailed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源关闭成功 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_StopSuccess {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_StopSuccess", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 系统 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_SystemButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_SystemButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 温度 (°C) 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_TemperatureLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_TemperatureLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源控制 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 是否确认执行训机操作? 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Training_Confirm {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Training_Confirm", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 正在执行训机操作,请稍候... 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Training_Message {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Training_Message", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 训机设置 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Training_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Training_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 训机设置 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_TrainingSettingButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_TrainingSettingButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 关闭射线源 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_TurnOffButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_TurnOffButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 开启射线源 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_TurnOnButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_TurnOnButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 TXI OFF 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_TxiOffButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_TxiOffButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 TXI ON 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_TxiOnButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_TxiOnButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 TXI状态: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_TxiStatusLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_TxiStatusLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 真空度 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_VacuumLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_VacuumLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 变量已连接 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_VariablesConnected {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_VariablesConnected", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 电压 (kV) 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_VoltageLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_VoltageLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 是否确认执行暖机操作? 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_WarmUp_Confirm {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_WarmUp_Confirm", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 正在执行暖机操作,请稍候... 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_WarmUp_Message {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_WarmUp_Message", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 暖机设置 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_WarmUp_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_WarmUp_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源预热完成 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_WarmupComplete {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_WarmupComplete", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 X射线源预热中... 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_WarmupInProgress {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_WarmupInProgress", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 暖机: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_WarmUpLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_WarmUpLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 暖机设置 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_WarmUpSettingButton {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_WarmUpSettingButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 温度过高警告 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Warning_HighTemperature {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Warning_HighTemperature", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 真空度过低警告 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_Warning_LowVacuum {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_Warning_LowVacuum", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 看门狗: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_WatchdogLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_WatchdogLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 关闭 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_XRayOff {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_XRayOff", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 开启 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_XRayOn {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_XRayOn", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 射线状态: 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RaySource_XRayOnLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("RaySource_XRayOnLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,337 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="RaySource_Title" xml:space="preserve">
|
||||
<value>X-Ray Source Control</value>
|
||||
</data>
|
||||
<data name="RaySource_OperateWindowTitle" xml:space="preserve">
|
||||
<value>X-Ray Source Operation</value>
|
||||
</data>
|
||||
<data name="RaySource_StartSuccess" xml:space="preserve">
|
||||
<value>X-Ray source started successfully</value>
|
||||
</data>
|
||||
<data name="RaySource_StartFailed" xml:space="preserve">
|
||||
<value>X-Ray source start failed</value>
|
||||
</data>
|
||||
<data name="RaySource_StopSuccess" xml:space="preserve">
|
||||
<value>X-Ray source stopped successfully</value>
|
||||
</data>
|
||||
<data name="RaySource_StopFailed" xml:space="preserve">
|
||||
<value>X-Ray source stop failed</value>
|
||||
</data>
|
||||
<data name="RaySource_InitSuccess" xml:space="preserve">
|
||||
<value>X-Ray source initialized successfully</value>
|
||||
</data>
|
||||
<data name="RaySource_InitFailed" xml:space="preserve">
|
||||
<value>X-Ray source initialization failed</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmupInProgress" xml:space="preserve">
|
||||
<value>X-Ray source warming up...</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmupComplete" xml:space="preserve">
|
||||
<value>X-Ray source warmup complete</value>
|
||||
</data>
|
||||
<data name="RaySource_EmergencyStop" xml:space="preserve">
|
||||
<value>X-Ray source emergency stop</value>
|
||||
</data>
|
||||
<data name="RaySource_VoltageLabel" xml:space="preserve">
|
||||
<value>Voltage (kV)</value>
|
||||
</data>
|
||||
<data name="RaySource_CurrentLabel" xml:space="preserve">
|
||||
<value>Current (μA)</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusLabel" xml:space="preserve">
|
||||
<value>Status</value>
|
||||
</data>
|
||||
<data name="RaySource_PowerLabel" xml:space="preserve">
|
||||
<value>Power (W)</value>
|
||||
</data>
|
||||
<data name="RaySource_TemperatureLabel" xml:space="preserve">
|
||||
<value>Temperature (°C)</value>
|
||||
</data>
|
||||
<data name="RaySource_VacuumLabel" xml:space="preserve">
|
||||
<value>Vacuum</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Idle" xml:space="preserve">
|
||||
<value>Idle</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Initializing" xml:space="preserve">
|
||||
<value>Initializing</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Warmup" xml:space="preserve">
|
||||
<value>Warming Up</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Ready" xml:space="preserve">
|
||||
<value>Ready</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_XrayOn" xml:space="preserve">
|
||||
<value>X-Ray On</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Error" xml:space="preserve">
|
||||
<value>Error</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Fault" xml:space="preserve">
|
||||
<value>Fault</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_VoltageOutOfRange" xml:space="preserve">
|
||||
<value>Voltage out of range (20-225 kV)</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_CurrentOutOfRange" xml:space="preserve">
|
||||
<value>Current out of range (10-1000 μA)</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_CannotAdjustWhileXrayOn" xml:space="preserve">
|
||||
<value>Cannot adjust parameters while X-Ray is on</value>
|
||||
</data>
|
||||
<data name="RaySource_Warning_HighTemperature" xml:space="preserve">
|
||||
<value>High temperature warning</value>
|
||||
</data>
|
||||
<data name="RaySource_Warning_LowVacuum" xml:space="preserve">
|
||||
<value>Low vacuum warning</value>
|
||||
</data>
|
||||
<data name="RaySource_ActualValueLabel" xml:space="preserve">
|
||||
<value>Actual {0}</value>
|
||||
</data>
|
||||
<data name="RaySource_MinValueLabel" xml:space="preserve">
|
||||
<value>Min</value>
|
||||
</data>
|
||||
<data name="RaySource_MaxValueLabel" xml:space="preserve">
|
||||
<value>Max</value>
|
||||
</data>
|
||||
<data name="RaySource_TurnOnButton" xml:space="preserve">
|
||||
<value>Turn On X-Ray</value>
|
||||
</data>
|
||||
<data name="RaySource_TurnOffButton" xml:space="preserve">
|
||||
<value>Turn Off X-Ray</value>
|
||||
</data>
|
||||
<data name="RaySource_SettingsButton" xml:space="preserve">
|
||||
<value>Settings</value>
|
||||
</data>
|
||||
<data name="RaySource_AdvanceButton" xml:space="preserve">
|
||||
<value>Advance</value>
|
||||
</data>
|
||||
<data name="RaySource_SystemButton" xml:space="preserve">
|
||||
<value>System</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusClosed" xml:space="preserve">
|
||||
<value>X-Ray
|
||||
Closed</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusOpened" xml:space="preserve">
|
||||
<value>X-Ray
|
||||
Opened</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusUnavailable" xml:space="preserve">
|
||||
<value>X-Ray
|
||||
Unavailable</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectButton" xml:space="preserve">
|
||||
<value>Connect Ray Source</value>
|
||||
</data>
|
||||
<data name="RaySource_DisconnectButton" xml:space="preserve">
|
||||
<value>Disconnect Ray Source</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectTooltip" xml:space="preserve">
|
||||
<value>Connect ray source device</value>
|
||||
</data>
|
||||
<data name="RaySource_DisconnectTooltip" xml:space="preserve">
|
||||
<value>Disconnect ray source device</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectVariablesButton" xml:space="preserve">
|
||||
<value>Connect Variables</value>
|
||||
</data>
|
||||
<data name="RaySource_InitializeButton" xml:space="preserve">
|
||||
<value>Initialize</value>
|
||||
</data>
|
||||
<data name="RaySource_SourceTypeLabel" xml:space="preserve">
|
||||
<value>Source Type:</value>
|
||||
</data>
|
||||
<data name="RaySource_Connected" xml:space="preserve">
|
||||
<value>Connected</value>
|
||||
</data>
|
||||
<data name="RaySource_Disconnected" xml:space="preserve">
|
||||
<value>Disconnected</value>
|
||||
</data>
|
||||
<data name="RaySource_VariablesConnected" xml:space="preserve">
|
||||
<value>Variables Connected</value>
|
||||
</data>
|
||||
<data name="RaySource_ConfigButton" xml:space="preserve">
|
||||
<value>Config</value>
|
||||
</data>
|
||||
<data name="RaySource_ConfigWindowTitle" xml:space="preserve">
|
||||
<value>X-Ray Source Configuration</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUpLabel" xml:space="preserve">
|
||||
<value>Warm-Up:</value>
|
||||
</data>
|
||||
<data name="RaySource_StartUpLabel" xml:space="preserve">
|
||||
<value>Startup:</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenterLabel" xml:space="preserve">
|
||||
<value>Auto-Center:</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLabel" xml:space="preserve">
|
||||
<value>Filament Adj:</value>
|
||||
</data>
|
||||
<data name="RaySource_PowerModeLabel" xml:space="preserve">
|
||||
<value>Power Mode:</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockLabel" xml:space="preserve">
|
||||
<value>Interlock:</value>
|
||||
</data>
|
||||
<data name="RaySource_WatchdogLabel" xml:space="preserve">
|
||||
<value>Watchdog:</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockActive" xml:space="preserve">
|
||||
<value>Active</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockNormal" xml:space="preserve">
|
||||
<value>Normal</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOnLabel" xml:space="preserve">
|
||||
<value>X-Ray:</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOn" xml:space="preserve">
|
||||
<value>On</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOff" xml:space="preserve">
|
||||
<value>Off</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiStatusLabel" xml:space="preserve">
|
||||
<value>TXI Status:</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiOnButton" xml:space="preserve">
|
||||
<value>TXI ON</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiOffButton" xml:space="preserve">
|
||||
<value>TXI OFF</value>
|
||||
</data>
|
||||
<data name="RaySource_HighPowerButton" xml:space="preserve">
|
||||
<value>High Power</value>
|
||||
</data>
|
||||
<data name="RaySource_MicroFocusButton" xml:space="preserve">
|
||||
<value>Micro Focus</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUpSettingButton" xml:space="preserve">
|
||||
<value>Warm-Up Setting</value>
|
||||
</data>
|
||||
<data name="RaySource_TrainingSettingButton" xml:space="preserve">
|
||||
<value>Training Setting</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibrationButton" xml:space="preserve">
|
||||
<value>Filament Calibration</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenterSettingButton" xml:space="preserve">
|
||||
<value>Auto-Center</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeLabel" xml:space="preserve">
|
||||
<value>Filament Lifetime:</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningTitle" xml:space="preserve">
|
||||
<value>Filament Lifetime Warning</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningMessage" xml:space="preserve">
|
||||
<value>Filament has been used for {0} hours, lifetime threshold is {1} hours, {2}% used. Please replace the filament as soon as possible.</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningConfirm" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="RaySource_Confirm_Title" xml:space="preserve">
|
||||
<value>Confirmation</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Confirm" xml:space="preserve">
|
||||
<value>Are you sure you want to perform the warm-up operation?</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Title" xml:space="preserve">
|
||||
<value>Warm-Up Setting</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Message" xml:space="preserve">
|
||||
<value>Performing warm-up operation, please wait...</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Confirm" xml:space="preserve">
|
||||
<value>Are you sure you want to perform the training operation?</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Title" xml:space="preserve">
|
||||
<value>Training Setting</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Message" xml:space="preserve">
|
||||
<value>Performing training operation, please wait...</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Confirm" xml:space="preserve">
|
||||
<value>Are you sure you want to perform the filament calibration?</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Title" xml:space="preserve">
|
||||
<value>Filament Calibration</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Message" xml:space="preserve">
|
||||
<value>Performing filament calibration, please wait...</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Confirm" xml:space="preserve">
|
||||
<value>Are you sure you want to perform the full voltage auto-center operation?</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Title" xml:space="preserve">
|
||||
<value>Auto-Center</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Message" xml:space="preserve">
|
||||
<value>Performing full voltage auto-center operation, please wait...</value>
|
||||
</data>
|
||||
<data name="RaySource_Operation_Sent" xml:space="preserve">
|
||||
<value>Operation command sent, waiting for device execution...</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -0,0 +1,386 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="RaySource_Title" xml:space="preserve">
|
||||
<value>X射线源控制</value>
|
||||
</data>
|
||||
<data name="RaySource_OperateWindowTitle" xml:space="preserve">
|
||||
<value>X射线源操作</value>
|
||||
<comment>RaySourceOperateWindow - 窗口标题 | Window title</comment>
|
||||
</data>
|
||||
<data name="RaySource_StartSuccess" xml:space="preserve">
|
||||
<value>X射线源启动成功</value>
|
||||
</data>
|
||||
<data name="RaySource_StartFailed" xml:space="preserve">
|
||||
<value>X射线源启动失败</value>
|
||||
</data>
|
||||
<data name="RaySource_StopSuccess" xml:space="preserve">
|
||||
<value>X射线源关闭成功</value>
|
||||
</data>
|
||||
<data name="RaySource_StopFailed" xml:space="preserve">
|
||||
<value>X射线源关闭失败</value>
|
||||
</data>
|
||||
<data name="RaySource_InitSuccess" xml:space="preserve">
|
||||
<value>X射线源初始化成功</value>
|
||||
</data>
|
||||
<data name="RaySource_InitFailed" xml:space="preserve">
|
||||
<value>X射线源初始化失败</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmupInProgress" xml:space="preserve">
|
||||
<value>X射线源预热中...</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmupComplete" xml:space="preserve">
|
||||
<value>X射线源预热完成</value>
|
||||
</data>
|
||||
<data name="RaySource_EmergencyStop" xml:space="preserve">
|
||||
<value>X射线源紧急停止</value>
|
||||
</data>
|
||||
<data name="RaySource_VoltageLabel" xml:space="preserve">
|
||||
<value>电压 (kV)</value>
|
||||
</data>
|
||||
<data name="RaySource_CurrentLabel" xml:space="preserve">
|
||||
<value>电流 (μA)</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusLabel" xml:space="preserve">
|
||||
<value>状态</value>
|
||||
</data>
|
||||
<data name="RaySource_PowerLabel" xml:space="preserve">
|
||||
<value>功率 (W)</value>
|
||||
</data>
|
||||
<data name="RaySource_TemperatureLabel" xml:space="preserve">
|
||||
<value>温度 (°C)</value>
|
||||
</data>
|
||||
<data name="RaySource_VacuumLabel" xml:space="preserve">
|
||||
<value>真空度</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Idle" xml:space="preserve">
|
||||
<value>空闲</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Initializing" xml:space="preserve">
|
||||
<value>初始化中</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Warmup" xml:space="preserve">
|
||||
<value>预热中</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Ready" xml:space="preserve">
|
||||
<value>就绪</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_XrayOn" xml:space="preserve">
|
||||
<value>射线开启</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Error" xml:space="preserve">
|
||||
<value>错误</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Fault" xml:space="preserve">
|
||||
<value>故障</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_VoltageOutOfRange" xml:space="preserve">
|
||||
<value>电压超出范围 (20-225 kV)</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_CurrentOutOfRange" xml:space="preserve">
|
||||
<value>电流超出范围 (10-1000 μA)</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_CannotAdjustWhileXrayOn" xml:space="preserve">
|
||||
<value>射线开启时无法调整参数</value>
|
||||
</data>
|
||||
<data name="RaySource_Warning_HighTemperature" xml:space="preserve">
|
||||
<value>温度过高警告</value>
|
||||
</data>
|
||||
<data name="RaySource_Warning_LowVacuum" xml:space="preserve">
|
||||
<value>真空度过低警告</value>
|
||||
</data>
|
||||
<data name="RaySource_ActualValueLabel" xml:space="preserve">
|
||||
<value>实际 {0}</value>
|
||||
<comment>RaySourceOperateView - 实际值标签({0}为数值)| Actual value label ({0} is the value)</comment>
|
||||
</data>
|
||||
<data name="RaySource_MinValueLabel" xml:space="preserve">
|
||||
<value>最小值</value>
|
||||
<comment>RaySourceOperateView - 最小值标签 | Minimum value label</comment>
|
||||
</data>
|
||||
<data name="RaySource_MaxValueLabel" xml:space="preserve">
|
||||
<value>最大值</value>
|
||||
<comment>RaySourceOperateView - 最大值标签 | Maximum value label</comment>
|
||||
</data>
|
||||
<data name="RaySource_TurnOnButton" xml:space="preserve">
|
||||
<value>开启射线源</value>
|
||||
<comment>RaySourceOperateView - 开启射线源按钮 | Turn on X-Ray button</comment>
|
||||
</data>
|
||||
<data name="RaySource_TurnOffButton" xml:space="preserve">
|
||||
<value>关闭射线源</value>
|
||||
<comment>RaySourceOperateView - 关闭射线源按钮 | Turn off X-Ray button</comment>
|
||||
</data>
|
||||
<data name="RaySource_SettingsButton" xml:space="preserve">
|
||||
<value>设置</value>
|
||||
<comment>RaySourceOperateView - 设置按钮 | Settings button</comment>
|
||||
</data>
|
||||
<data name="RaySource_AdvanceButton" xml:space="preserve">
|
||||
<value>高级</value>
|
||||
<comment>RaySourceOperateView - 高级按钮 | Advance button</comment>
|
||||
</data>
|
||||
<data name="RaySource_SystemButton" xml:space="preserve">
|
||||
<value>系统</value>
|
||||
<comment>RaySourceOperateView - 系统按钮 | System button</comment>
|
||||
</data>
|
||||
<data name="RaySource_StatusClosed" xml:space="preserve">
|
||||
<value>射线源
|
||||
已关闭</value>
|
||||
<comment>RaySourceOperateView - 射线源关闭状态文本 | X-Ray closed status text</comment>
|
||||
</data>
|
||||
<data name="RaySource_StatusOpened" xml:space="preserve">
|
||||
<value>射线源
|
||||
已开启</value>
|
||||
<comment>RaySourceOperateView - 射线源开启状态文本 | X-Ray opened status text</comment>
|
||||
</data>
|
||||
<data name="RaySource_StatusUnavailable" xml:space="preserve">
|
||||
<value>射线源
|
||||
不可用</value>
|
||||
<comment>RaySourceOperateView - 射线源不可用状态文本 | X-Ray unavailable status text</comment>
|
||||
</data>
|
||||
<data name="RaySource_ConnectButton" xml:space="preserve">
|
||||
<value>连接射线源</value>
|
||||
<comment>RaySourceOperateWindow - 连接射线源按钮 | Connect ray source button</comment>
|
||||
</data>
|
||||
<data name="RaySource_DisconnectButton" xml:space="preserve">
|
||||
<value>断开射线源</value>
|
||||
<comment>RaySourceOperateWindow - 断开射线源按钮 | Disconnect ray source button</comment>
|
||||
</data>
|
||||
<data name="RaySource_ConnectTooltip" xml:space="preserve">
|
||||
<value>连接射线源设备</value>
|
||||
<comment>RaySourceOperateWindow - 连接射线源提示 | Connect ray source tooltip</comment>
|
||||
</data>
|
||||
<data name="RaySource_DisconnectTooltip" xml:space="preserve">
|
||||
<value>断开射线源设备</value>
|
||||
<comment>RaySourceOperateWindow - 断开射线源提示 | Disconnect ray source tooltip</comment>
|
||||
</data>
|
||||
<data name="RaySource_ConnectVariablesButton" xml:space="preserve">
|
||||
<value>连接变量</value>
|
||||
<comment>RaySourceOperateView - 连接 PVI 变量按钮 | Connect PVI variables button</comment>
|
||||
</data>
|
||||
<data name="RaySource_InitializeButton" xml:space="preserve">
|
||||
<value>初始化</value>
|
||||
<comment>RaySourceConfigView - 初始化射线源按钮 | Initialize ray source button</comment>
|
||||
</data>
|
||||
<data name="RaySource_SourceTypeLabel" xml:space="preserve">
|
||||
<value>射线源类型:</value>
|
||||
<comment>RaySourceConfigView - 射线源类型标签 | Ray source type label</comment>
|
||||
</data>
|
||||
<data name="RaySource_Connected" xml:space="preserve">
|
||||
<value>已连接</value>
|
||||
<comment>RaySourceConfigView - 已连接状态文本 | Connected status text</comment>
|
||||
</data>
|
||||
<data name="RaySource_Disconnected" xml:space="preserve">
|
||||
<value>未连接</value>
|
||||
<comment>RaySourceConfigView - 未连接状态文本 | Disconnected status text</comment>
|
||||
</data>
|
||||
<data name="RaySource_VariablesConnected" xml:space="preserve">
|
||||
<value>变量已连接</value>
|
||||
<comment>RaySourceConfigView - 变量已连接状态文本 | Variables connected status text</comment>
|
||||
</data>
|
||||
<data name="RaySource_ConfigButton" xml:space="preserve">
|
||||
<value>配置</value>
|
||||
<comment>RaySourceOperateView - 配置按钮 | Config button</comment>
|
||||
</data>
|
||||
<data name="RaySource_ConfigWindowTitle" xml:space="preserve">
|
||||
<value>射线源配置</value>
|
||||
<comment>RaySourceConfigWindow - 窗口标题 | Window title</comment>
|
||||
</data>
|
||||
<data name="RaySource_WarmUpLabel" xml:space="preserve">
|
||||
<value>暖机:</value>
|
||||
<comment>RaySourceConfigView - 暖机状态标签 | Warm-up status label</comment>
|
||||
</data>
|
||||
<data name="RaySource_StartUpLabel" xml:space="preserve">
|
||||
<value>启动:</value>
|
||||
<comment>RaySourceConfigView - 启动状态标签 | Startup status label</comment>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenterLabel" xml:space="preserve">
|
||||
<value>自动定心:</value>
|
||||
<comment>RaySourceConfigView - 自动定心状态标签 | Auto-center status label</comment>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLabel" xml:space="preserve">
|
||||
<value>灯丝校准:</value>
|
||||
<comment>RaySourceConfigView - 灯丝校准状态标签 | Filament adjust status label</comment>
|
||||
</data>
|
||||
<data name="RaySource_PowerModeLabel" xml:space="preserve">
|
||||
<value>功率模式:</value>
|
||||
<comment>RaySourceConfigView - 功率模式标签 | Power mode label</comment>
|
||||
</data>
|
||||
<data name="RaySource_InterlockLabel" xml:space="preserve">
|
||||
<value>连锁:</value>
|
||||
<comment>RaySourceConfigView - 连锁状态标签 | Interlock status label</comment>
|
||||
</data>
|
||||
<data name="RaySource_WatchdogLabel" xml:space="preserve">
|
||||
<value>看门狗:</value>
|
||||
<comment>RaySourceConfigView - 看门狗状态标签 | Watchdog status label</comment>
|
||||
</data>
|
||||
<data name="RaySource_InterlockActive" xml:space="preserve">
|
||||
<value>激活</value>
|
||||
<comment>RaySourceConfigView - 连锁激活状态 | Interlock active status</comment>
|
||||
</data>
|
||||
<data name="RaySource_InterlockNormal" xml:space="preserve">
|
||||
<value>正常</value>
|
||||
<comment>RaySourceConfigView - 连锁正常状态 | Interlock normal status</comment>
|
||||
</data>
|
||||
<data name="RaySource_XRayOnLabel" xml:space="preserve">
|
||||
<value>射线状态:</value>
|
||||
<comment>RaySourceConfigView - 射线开启状态标签 | X-ray on status label</comment>
|
||||
</data>
|
||||
<data name="RaySource_XRayOn" xml:space="preserve">
|
||||
<value>开启</value>
|
||||
<comment>RaySourceConfigView - 射线已开启 | X-ray on</comment>
|
||||
</data>
|
||||
<data name="RaySource_XRayOff" xml:space="preserve">
|
||||
<value>关闭</value>
|
||||
<comment>RaySourceConfigView - 射线已关闭 | X-ray off</comment>
|
||||
</data>
|
||||
<data name="RaySource_TxiStatusLabel" xml:space="preserve">
|
||||
<value>TXI状态:</value>
|
||||
<comment>RaySourceConfigView - TXI状态标签 | TXI status label</comment>
|
||||
</data>
|
||||
<data name="RaySource_TxiOnButton" xml:space="preserve">
|
||||
<value>TXI ON</value>
|
||||
<comment>RaySourceConfigView - TXI开启按钮 | TXI on button</comment>
|
||||
</data>
|
||||
<data name="RaySource_TxiOffButton" xml:space="preserve">
|
||||
<value>TXI OFF</value>
|
||||
<comment>RaySourceConfigView - TXI关闭按钮 | TXI off button</comment>
|
||||
</data>
|
||||
<data name="RaySource_HighPowerButton" xml:space="preserve">
|
||||
<value>High Power</value>
|
||||
<comment>RaySourceConfigView - 高功率模式按钮 | High power mode button</comment>
|
||||
</data>
|
||||
<data name="RaySource_MicroFocusButton" xml:space="preserve">
|
||||
<value>Micro Focus</value>
|
||||
<comment>RaySourceConfigView - 微焦点模式按钮 | Micro focus mode button</comment>
|
||||
</data>
|
||||
<data name="RaySource_WarmUpSettingButton" xml:space="preserve">
|
||||
<value>暖机设置</value>
|
||||
<comment>RaySourceConfigView - 暖机设置按钮 | Warm-up setting button</comment>
|
||||
</data>
|
||||
<data name="RaySource_TrainingSettingButton" xml:space="preserve">
|
||||
<value>训机设置</value>
|
||||
<comment>RaySourceConfigView - 训机设置按钮 | Training setting button</comment>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibrationButton" xml:space="preserve">
|
||||
<value>灯丝校准</value>
|
||||
<comment>RaySourceConfigView - 灯丝校准按钮 | Filament calibration button</comment>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenterSettingButton" xml:space="preserve">
|
||||
<value>自动定心</value>
|
||||
<comment>RaySourceConfigView - 自动定心按钮 | Auto-center setting button</comment>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeLabel" xml:space="preserve">
|
||||
<value>灯丝寿命:</value>
|
||||
<comment>RaySourceConfigView - 灯丝寿命标签 | Filament lifetime label</comment>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningTitle" xml:space="preserve">
|
||||
<value>灯丝寿命预警</value>
|
||||
<comment>灯丝寿命预警弹窗标题 | Filament lifetime warning dialog title</comment>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningMessage" xml:space="preserve">
|
||||
<value>灯丝累计使用 {0} 小时,寿命阈值 {1} 小时,已使用 {2}%。建议尽快更换灯丝。</value>
|
||||
<comment>灯丝寿命预警弹窗内容({0}=累计时长,{1}=阈值,{2}=百分比)| Filament lifetime warning message</comment>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningConfirm" xml:space="preserve">
|
||||
<value>确认</value>
|
||||
<comment>灯丝寿命预警弹窗确认按钮 | Filament lifetime warning confirm button</comment>
|
||||
</data>
|
||||
<data name="RaySource_Confirm_Title" xml:space="preserve">
|
||||
<value>确认</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Confirm" xml:space="preserve">
|
||||
<value>是否确认执行暖机操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Title" xml:space="preserve">
|
||||
<value>暖机设置</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Message" xml:space="preserve">
|
||||
<value>正在执行暖机操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Confirm" xml:space="preserve">
|
||||
<value>是否确认执行训机操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Title" xml:space="preserve">
|
||||
<value>训机设置</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Message" xml:space="preserve">
|
||||
<value>正在执行训机操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Confirm" xml:space="preserve">
|
||||
<value>是否确认执行灯丝校准操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Title" xml:space="preserve">
|
||||
<value>正在执行灯丝校准操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Message" xml:space="preserve">
|
||||
<value>正在执行灯丝校准操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Confirm" xml:space="preserve">
|
||||
<value>是否确认执行全部电压自动定心操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Title" xml:space="preserve">
|
||||
<value>自动定心</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Message" xml:space="preserve">
|
||||
<value>正在执行全部电压自动定心操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_Operation_Sent" xml:space="preserve">
|
||||
<value>操作指令已发送,等待设备执行...</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -0,0 +1,337 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="RaySource_Title" xml:space="preserve">
|
||||
<value>X射线源控制</value>
|
||||
</data>
|
||||
<data name="RaySource_OperateWindowTitle" xml:space="preserve">
|
||||
<value>X射线源操作</value>
|
||||
</data>
|
||||
<data name="RaySource_StartSuccess" xml:space="preserve">
|
||||
<value>X射线源启动成功</value>
|
||||
</data>
|
||||
<data name="RaySource_StartFailed" xml:space="preserve">
|
||||
<value>X射线源启动失败</value>
|
||||
</data>
|
||||
<data name="RaySource_StopSuccess" xml:space="preserve">
|
||||
<value>X射线源关闭成功</value>
|
||||
</data>
|
||||
<data name="RaySource_StopFailed" xml:space="preserve">
|
||||
<value>X射线源关闭失败</value>
|
||||
</data>
|
||||
<data name="RaySource_InitSuccess" xml:space="preserve">
|
||||
<value>X射线源初始化成功</value>
|
||||
</data>
|
||||
<data name="RaySource_InitFailed" xml:space="preserve">
|
||||
<value>X射线源初始化失败</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmupInProgress" xml:space="preserve">
|
||||
<value>X射线源预热中...</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmupComplete" xml:space="preserve">
|
||||
<value>X射线源预热完成</value>
|
||||
</data>
|
||||
<data name="RaySource_EmergencyStop" xml:space="preserve">
|
||||
<value>X射线源紧急停止</value>
|
||||
</data>
|
||||
<data name="RaySource_VoltageLabel" xml:space="preserve">
|
||||
<value>电压 (kV)</value>
|
||||
</data>
|
||||
<data name="RaySource_CurrentLabel" xml:space="preserve">
|
||||
<value>电流 (μA)</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusLabel" xml:space="preserve">
|
||||
<value>状态</value>
|
||||
</data>
|
||||
<data name="RaySource_PowerLabel" xml:space="preserve">
|
||||
<value>功率 (W)</value>
|
||||
</data>
|
||||
<data name="RaySource_TemperatureLabel" xml:space="preserve">
|
||||
<value>温度 (°C)</value>
|
||||
</data>
|
||||
<data name="RaySource_VacuumLabel" xml:space="preserve">
|
||||
<value>真空度</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Idle" xml:space="preserve">
|
||||
<value>空闲</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Initializing" xml:space="preserve">
|
||||
<value>初始化中</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Warmup" xml:space="preserve">
|
||||
<value>预热中</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Ready" xml:space="preserve">
|
||||
<value>就绪</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_XrayOn" xml:space="preserve">
|
||||
<value>射线开启</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Error" xml:space="preserve">
|
||||
<value>错误</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Fault" xml:space="preserve">
|
||||
<value>故障</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_VoltageOutOfRange" xml:space="preserve">
|
||||
<value>电压超出范围 (20-225 kV)</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_CurrentOutOfRange" xml:space="preserve">
|
||||
<value>电流超出范围 (10-1000 μA)</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_CannotAdjustWhileXrayOn" xml:space="preserve">
|
||||
<value>射线开启时无法调整参数</value>
|
||||
</data>
|
||||
<data name="RaySource_Warning_HighTemperature" xml:space="preserve">
|
||||
<value>温度过高警告</value>
|
||||
</data>
|
||||
<data name="RaySource_Warning_LowVacuum" xml:space="preserve">
|
||||
<value>真空度过低警告</value>
|
||||
</data>
|
||||
<data name="RaySource_ActualValueLabel" xml:space="preserve">
|
||||
<value>实际 {0}</value>
|
||||
</data>
|
||||
<data name="RaySource_MinValueLabel" xml:space="preserve">
|
||||
<value>最小值</value>
|
||||
</data>
|
||||
<data name="RaySource_MaxValueLabel" xml:space="preserve">
|
||||
<value>最大值</value>
|
||||
</data>
|
||||
<data name="RaySource_TurnOnButton" xml:space="preserve">
|
||||
<value>开启射线源</value>
|
||||
</data>
|
||||
<data name="RaySource_TurnOffButton" xml:space="preserve">
|
||||
<value>关闭射线源</value>
|
||||
</data>
|
||||
<data name="RaySource_SettingsButton" xml:space="preserve">
|
||||
<value>设置</value>
|
||||
</data>
|
||||
<data name="RaySource_AdvanceButton" xml:space="preserve">
|
||||
<value>高级</value>
|
||||
</data>
|
||||
<data name="RaySource_SystemButton" xml:space="preserve">
|
||||
<value>系统</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusClosed" xml:space="preserve">
|
||||
<value>射线源
|
||||
已关闭</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusOpened" xml:space="preserve">
|
||||
<value>射线源
|
||||
已开启</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusUnavailable" xml:space="preserve">
|
||||
<value>射线源
|
||||
不可用</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectButton" xml:space="preserve">
|
||||
<value>连接射线源</value>
|
||||
</data>
|
||||
<data name="RaySource_DisconnectButton" xml:space="preserve">
|
||||
<value>断开射线源</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectTooltip" xml:space="preserve">
|
||||
<value>连接射线源设备</value>
|
||||
</data>
|
||||
<data name="RaySource_DisconnectTooltip" xml:space="preserve">
|
||||
<value>断开射线源设备</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectVariablesButton" xml:space="preserve">
|
||||
<value>连接变量</value>
|
||||
</data>
|
||||
<data name="RaySource_InitializeButton" xml:space="preserve">
|
||||
<value>初始化</value>
|
||||
</data>
|
||||
<data name="RaySource_SourceTypeLabel" xml:space="preserve">
|
||||
<value>射线源类型:</value>
|
||||
</data>
|
||||
<data name="RaySource_Connected" xml:space="preserve">
|
||||
<value>已连接</value>
|
||||
</data>
|
||||
<data name="RaySource_Disconnected" xml:space="preserve">
|
||||
<value>未连接</value>
|
||||
</data>
|
||||
<data name="RaySource_VariablesConnected" xml:space="preserve">
|
||||
<value>变量已连接</value>
|
||||
</data>
|
||||
<data name="RaySource_ConfigButton" xml:space="preserve">
|
||||
<value>配置</value>
|
||||
</data>
|
||||
<data name="RaySource_ConfigWindowTitle" xml:space="preserve">
|
||||
<value>射线源配置</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUpLabel" xml:space="preserve">
|
||||
<value>暖机:</value>
|
||||
</data>
|
||||
<data name="RaySource_StartUpLabel" xml:space="preserve">
|
||||
<value>启动:</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenterLabel" xml:space="preserve">
|
||||
<value>自动定心:</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLabel" xml:space="preserve">
|
||||
<value>灯丝校准:</value>
|
||||
</data>
|
||||
<data name="RaySource_PowerModeLabel" xml:space="preserve">
|
||||
<value>功率模式:</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockLabel" xml:space="preserve">
|
||||
<value>连锁:</value>
|
||||
</data>
|
||||
<data name="RaySource_WatchdogLabel" xml:space="preserve">
|
||||
<value>看门狗:</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockActive" xml:space="preserve">
|
||||
<value>激活</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockNormal" xml:space="preserve">
|
||||
<value>正常</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOnLabel" xml:space="preserve">
|
||||
<value>射线状态:</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOn" xml:space="preserve">
|
||||
<value>开启</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOff" xml:space="preserve">
|
||||
<value>关闭</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiStatusLabel" xml:space="preserve">
|
||||
<value>TXI状态:</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiOnButton" xml:space="preserve">
|
||||
<value>TXI ON</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiOffButton" xml:space="preserve">
|
||||
<value>TXI OFF</value>
|
||||
</data>
|
||||
<data name="RaySource_HighPowerButton" xml:space="preserve">
|
||||
<value>High Power</value>
|
||||
</data>
|
||||
<data name="RaySource_MicroFocusButton" xml:space="preserve">
|
||||
<value>Micro Focus</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUpSettingButton" xml:space="preserve">
|
||||
<value>暖机设置</value>
|
||||
</data>
|
||||
<data name="RaySource_TrainingSettingButton" xml:space="preserve">
|
||||
<value>训机设置</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibrationButton" xml:space="preserve">
|
||||
<value>灯丝校准</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenterSettingButton" xml:space="preserve">
|
||||
<value>自动定心</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeLabel" xml:space="preserve">
|
||||
<value>灯丝寿命:</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningTitle" xml:space="preserve">
|
||||
<value>灯丝寿命预警</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningMessage" xml:space="preserve">
|
||||
<value>灯丝累计使用 {0} 小时,寿命阈值 {1} 小时,已使用 {2}%。建议尽快更换灯丝。</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningConfirm" xml:space="preserve">
|
||||
<value>确认</value>
|
||||
</data>
|
||||
<data name="RaySource_Confirm_Title" xml:space="preserve">
|
||||
<value>确认</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Confirm" xml:space="preserve">
|
||||
<value>是否确认执行暖机操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Title" xml:space="preserve">
|
||||
<value>暖机设置</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Message" xml:space="preserve">
|
||||
<value>正在执行暖机操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Confirm" xml:space="preserve">
|
||||
<value>是否确认执行训机操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Title" xml:space="preserve">
|
||||
<value>训机设置</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Message" xml:space="preserve">
|
||||
<value>正在执行训机操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Confirm" xml:space="preserve">
|
||||
<value>是否确认执行灯丝校准操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Title" xml:space="preserve">
|
||||
<value>灯丝校准</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Message" xml:space="preserve">
|
||||
<value>正在执行灯丝校准操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Confirm" xml:space="preserve">
|
||||
<value>是否确认执行全部电压自动定心操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Title" xml:space="preserve">
|
||||
<value>自动定心</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Message" xml:space="preserve">
|
||||
<value>正在执行全部电压自动定心操作,请稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_Operation_Sent" xml:space="preserve">
|
||||
<value>操作指令已发送,等待设备执行...</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -0,0 +1,337 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="RaySource_Title" xml:space="preserve">
|
||||
<value>X射線源控制</value>
|
||||
</data>
|
||||
<data name="RaySource_OperateWindowTitle" xml:space="preserve">
|
||||
<value>X射線源操作</value>
|
||||
</data>
|
||||
<data name="RaySource_StartSuccess" xml:space="preserve">
|
||||
<value>X射線源啟動成功</value>
|
||||
</data>
|
||||
<data name="RaySource_StartFailed" xml:space="preserve">
|
||||
<value>X射線源啟動失敗</value>
|
||||
</data>
|
||||
<data name="RaySource_StopSuccess" xml:space="preserve">
|
||||
<value>X射線源關閉成功</value>
|
||||
</data>
|
||||
<data name="RaySource_StopFailed" xml:space="preserve">
|
||||
<value>X射線源關閉失敗</value>
|
||||
</data>
|
||||
<data name="RaySource_InitSuccess" xml:space="preserve">
|
||||
<value>X射線源初始化成功</value>
|
||||
</data>
|
||||
<data name="RaySource_InitFailed" xml:space="preserve">
|
||||
<value>X射線源初始化失敗</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmupInProgress" xml:space="preserve">
|
||||
<value>X射線源預熱中...</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmupComplete" xml:space="preserve">
|
||||
<value>X射線源預熱完成</value>
|
||||
</data>
|
||||
<data name="RaySource_EmergencyStop" xml:space="preserve">
|
||||
<value>X射線源緊急停止</value>
|
||||
</data>
|
||||
<data name="RaySource_VoltageLabel" xml:space="preserve">
|
||||
<value>電壓 (kV)</value>
|
||||
</data>
|
||||
<data name="RaySource_CurrentLabel" xml:space="preserve">
|
||||
<value>電流 (μA)</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusLabel" xml:space="preserve">
|
||||
<value>狀態</value>
|
||||
</data>
|
||||
<data name="RaySource_PowerLabel" xml:space="preserve">
|
||||
<value>功率 (W)</value>
|
||||
</data>
|
||||
<data name="RaySource_TemperatureLabel" xml:space="preserve">
|
||||
<value>溫度 (°C)</value>
|
||||
</data>
|
||||
<data name="RaySource_VacuumLabel" xml:space="preserve">
|
||||
<value>真空度</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Idle" xml:space="preserve">
|
||||
<value>閒置</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Initializing" xml:space="preserve">
|
||||
<value>初始化中</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Warmup" xml:space="preserve">
|
||||
<value>預熱中</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Ready" xml:space="preserve">
|
||||
<value>就緒</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_XrayOn" xml:space="preserve">
|
||||
<value>射線開啟</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Error" xml:space="preserve">
|
||||
<value>錯誤</value>
|
||||
</data>
|
||||
<data name="RaySource_Status_Fault" xml:space="preserve">
|
||||
<value>故障</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_VoltageOutOfRange" xml:space="preserve">
|
||||
<value>電壓超出範圍 (20-225 kV)</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_CurrentOutOfRange" xml:space="preserve">
|
||||
<value>電流超出範圍 (10-1000 μA)</value>
|
||||
</data>
|
||||
<data name="RaySource_Error_CannotAdjustWhileXrayOn" xml:space="preserve">
|
||||
<value>射線開啟時無法調整參數</value>
|
||||
</data>
|
||||
<data name="RaySource_Warning_HighTemperature" xml:space="preserve">
|
||||
<value>溫度過高警告</value>
|
||||
</data>
|
||||
<data name="RaySource_Warning_LowVacuum" xml:space="preserve">
|
||||
<value>真空度過低警告</value>
|
||||
</data>
|
||||
<data name="RaySource_ActualValueLabel" xml:space="preserve">
|
||||
<value>實際 {0}</value>
|
||||
</data>
|
||||
<data name="RaySource_MinValueLabel" xml:space="preserve">
|
||||
<value>最小值</value>
|
||||
</data>
|
||||
<data name="RaySource_MaxValueLabel" xml:space="preserve">
|
||||
<value>最大值</value>
|
||||
</data>
|
||||
<data name="RaySource_TurnOnButton" xml:space="preserve">
|
||||
<value>開啟射線源</value>
|
||||
</data>
|
||||
<data name="RaySource_TurnOffButton" xml:space="preserve">
|
||||
<value>關閉射線源</value>
|
||||
</data>
|
||||
<data name="RaySource_SettingsButton" xml:space="preserve">
|
||||
<value>設定</value>
|
||||
</data>
|
||||
<data name="RaySource_AdvanceButton" xml:space="preserve">
|
||||
<value>進階</value>
|
||||
</data>
|
||||
<data name="RaySource_SystemButton" xml:space="preserve">
|
||||
<value>系統</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusClosed" xml:space="preserve">
|
||||
<value>射線源
|
||||
已關閉</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusOpened" xml:space="preserve">
|
||||
<value>射線源
|
||||
已開啟</value>
|
||||
</data>
|
||||
<data name="RaySource_StatusUnavailable" xml:space="preserve">
|
||||
<value>射線源
|
||||
不可用</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectButton" xml:space="preserve">
|
||||
<value>連接射線源</value>
|
||||
</data>
|
||||
<data name="RaySource_DisconnectButton" xml:space="preserve">
|
||||
<value>斷開射線源</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectTooltip" xml:space="preserve">
|
||||
<value>連接射線源設備</value>
|
||||
</data>
|
||||
<data name="RaySource_DisconnectTooltip" xml:space="preserve">
|
||||
<value>斷開射線源設備</value>
|
||||
</data>
|
||||
<data name="RaySource_ConnectVariablesButton" xml:space="preserve">
|
||||
<value>連接變量</value>
|
||||
</data>
|
||||
<data name="RaySource_InitializeButton" xml:space="preserve">
|
||||
<value>初始化</value>
|
||||
</data>
|
||||
<data name="RaySource_SourceTypeLabel" xml:space="preserve">
|
||||
<value>射線源類型:</value>
|
||||
</data>
|
||||
<data name="RaySource_Connected" xml:space="preserve">
|
||||
<value>已連接</value>
|
||||
</data>
|
||||
<data name="RaySource_Disconnected" xml:space="preserve">
|
||||
<value>未連接</value>
|
||||
</data>
|
||||
<data name="RaySource_VariablesConnected" xml:space="preserve">
|
||||
<value>變量已連接</value>
|
||||
</data>
|
||||
<data name="RaySource_ConfigButton" xml:space="preserve">
|
||||
<value>配置</value>
|
||||
</data>
|
||||
<data name="RaySource_ConfigWindowTitle" xml:space="preserve">
|
||||
<value>射線源配置</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUpLabel" xml:space="preserve">
|
||||
<value>暖機:</value>
|
||||
</data>
|
||||
<data name="RaySource_StartUpLabel" xml:space="preserve">
|
||||
<value>啟動:</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenterLabel" xml:space="preserve">
|
||||
<value>自動定心:</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLabel" xml:space="preserve">
|
||||
<value>燈絲校準:</value>
|
||||
</data>
|
||||
<data name="RaySource_PowerModeLabel" xml:space="preserve">
|
||||
<value>功率模式:</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockLabel" xml:space="preserve">
|
||||
<value>連鎖:</value>
|
||||
</data>
|
||||
<data name="RaySource_WatchdogLabel" xml:space="preserve">
|
||||
<value>看門狗:</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockActive" xml:space="preserve">
|
||||
<value>啟動</value>
|
||||
</data>
|
||||
<data name="RaySource_InterlockNormal" xml:space="preserve">
|
||||
<value>正常</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOnLabel" xml:space="preserve">
|
||||
<value>射線狀態:</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOn" xml:space="preserve">
|
||||
<value>開啟</value>
|
||||
</data>
|
||||
<data name="RaySource_XRayOff" xml:space="preserve">
|
||||
<value>關閉</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiStatusLabel" xml:space="preserve">
|
||||
<value>TXI狀態:</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiOnButton" xml:space="preserve">
|
||||
<value>TXI ON</value>
|
||||
</data>
|
||||
<data name="RaySource_TxiOffButton" xml:space="preserve">
|
||||
<value>TXI OFF</value>
|
||||
</data>
|
||||
<data name="RaySource_HighPowerButton" xml:space="preserve">
|
||||
<value>High Power</value>
|
||||
</data>
|
||||
<data name="RaySource_MicroFocusButton" xml:space="preserve">
|
||||
<value>Micro Focus</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUpSettingButton" xml:space="preserve">
|
||||
<value>暖機設置</value>
|
||||
</data>
|
||||
<data name="RaySource_TrainingSettingButton" xml:space="preserve">
|
||||
<value>訓機設置</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibrationButton" xml:space="preserve">
|
||||
<value>燈絲校準</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenterSettingButton" xml:space="preserve">
|
||||
<value>自動定心</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeLabel" xml:space="preserve">
|
||||
<value>燈絲壽命:</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningTitle" xml:space="preserve">
|
||||
<value>燈絲壽命預警</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningMessage" xml:space="preserve">
|
||||
<value>燈絲累計使用 {0} 小時,壽命閾值 {1} 小時,已使用 {2}%。建議盡快更換燈絲。</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentLifetimeWarningConfirm" xml:space="preserve">
|
||||
<value>確認</value>
|
||||
</data>
|
||||
<data name="RaySource_Confirm_Title" xml:space="preserve">
|
||||
<value>確認</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Confirm" xml:space="preserve">
|
||||
<value>是否確認執行暖機操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Title" xml:space="preserve">
|
||||
<value>暖機設置</value>
|
||||
</data>
|
||||
<data name="RaySource_WarmUp_Message" xml:space="preserve">
|
||||
<value>正在執行暖機操作,請稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Confirm" xml:space="preserve">
|
||||
<value>是否確認執行訓機操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Title" xml:space="preserve">
|
||||
<value>訓機設置</value>
|
||||
</data>
|
||||
<data name="RaySource_Training_Message" xml:space="preserve">
|
||||
<value>正在執行訓機操作,請稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Confirm" xml:space="preserve">
|
||||
<value>是否確認執行燈絲校準操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Title" xml:space="preserve">
|
||||
<value>燈絲校準</value>
|
||||
</data>
|
||||
<data name="RaySource_FilamentCalibration_Message" xml:space="preserve">
|
||||
<value>正在執行燈絲校準操作,請稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Confirm" xml:space="preserve">
|
||||
<value>是否確認執行全部電壓自動定心操作?</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Title" xml:space="preserve">
|
||||
<value>自動定心</value>
|
||||
</data>
|
||||
<data name="RaySource_AutoCenter_Message" xml:space="preserve">
|
||||
<value>正在執行全部電壓自動定心操作,請稍候...</value>
|
||||
</data>
|
||||
<data name="RaySource_Operation_Sent" xml:space="preserve">
|
||||
<value>操作指令已發送,等待設備執行...</value>
|
||||
</data>
|
||||
</root>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user