将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,148 @@
|
||||
<?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="Detector_Title" xml:space="preserve">
|
||||
<value>探测器控制</value>
|
||||
</data>
|
||||
<data name="Detector_ConnectSuccess" xml:space="preserve">
|
||||
<value>探测器连接成功</value>
|
||||
</data>
|
||||
<data name="Detector_ConnectFailed" xml:space="preserve">
|
||||
<value>探测器连接失败</value>
|
||||
</data>
|
||||
<data name="Detector_DisconnectSuccess" xml:space="preserve">
|
||||
<value>探测器断开成功</value>
|
||||
</data>
|
||||
<data name="Detector_Status_Acquiring" xml:space="preserve">
|
||||
<value>采集中</value>
|
||||
</data>
|
||||
<data name="Detector_SensitivityLabel" xml:space="preserve">
|
||||
<value>灵敏度</value>
|
||||
</data>
|
||||
<data name="Detector_FrameRateLabel" xml:space="preserve">
|
||||
<value>帧率</value>
|
||||
</data>
|
||||
<data name="Detector_BinningLabel" xml:space="preserve">
|
||||
<value>像素合并</value>
|
||||
</data>
|
||||
<data name="Detector_AvgFramesLabel" xml:space="preserve">
|
||||
<value>帧合并</value>
|
||||
</data>
|
||||
<data name="Detector_ConfigWindowTitle" xml:space="preserve">
|
||||
<value>探测器配置</value>
|
||||
</data>
|
||||
<data name="Detector_DarkCorrectionButton" xml:space="preserve">
|
||||
<value>暗场校正</value>
|
||||
</data>
|
||||
<data name="Detector_LightCorrectionButton" xml:space="preserve">
|
||||
<value>亮场校正</value>
|
||||
</data>
|
||||
<data name="Detector_BadPixelCorrectionButton" xml:space="preserve">
|
||||
<value>坏像素校正</value>
|
||||
</data>
|
||||
<data name="Detector_ApplyParametersButton" xml:space="preserve">
|
||||
<value>应用参数</value>
|
||||
</data>
|
||||
<data name="Detector_ImageWindowTitle" xml:space="preserve">
|
||||
<value>探测器图像</value>
|
||||
</data>
|
||||
<data name="Detector_StartAcquisitionButton" xml:space="preserve">
|
||||
<value>开始采集</value>
|
||||
</data>
|
||||
<data name="Detector_StopAcquisitionButton" xml:space="preserve">
|
||||
<value>停止采集</value>
|
||||
</data>
|
||||
<data name="Detector_SingleFrameButton" xml:space="preserve">
|
||||
<value>单帧采集</value>
|
||||
</data>
|
||||
<data name="Detector_SaveImageButton" xml:space="preserve">
|
||||
<value>保存图像</value>
|
||||
</data>
|
||||
<data name="Detector_StatusIdle" xml:space="preserve">
|
||||
<value>空闲</value>
|
||||
</data>
|
||||
<data name="Detector_ConnectButton" xml:space="preserve">
|
||||
<value>连接探测器</value>
|
||||
</data>
|
||||
<data name="Detector_DisconnectButton" xml:space="preserve">
|
||||
<value>断开探测器</value>
|
||||
</data>
|
||||
<data name="Detector_Connected" xml:space="preserve">
|
||||
<value>已连接</value>
|
||||
</data>
|
||||
<data name="Detector_Disconnected" xml:space="preserve">
|
||||
<value>未连接</value>
|
||||
</data>
|
||||
<data name="Detector_ModelLabel" xml:space="preserve">
|
||||
<value>型号:</value>
|
||||
</data>
|
||||
<data name="Detector_TypeLabel" xml:space="preserve">
|
||||
<value>类型:</value>
|
||||
</data>
|
||||
<data name="Detector_ResolutionLabel" xml:space="preserve">
|
||||
<value>分辨率:</value>
|
||||
</data>
|
||||
<data name="Detector_PixelSizeLabel" xml:space="preserve">
|
||||
<value>像素尺寸:</value>
|
||||
</data>
|
||||
<data name="Detector_StatusLabel" xml:space="preserve">
|
||||
<value>状态:</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user