VarexDetectorConfig移除不支持的 3×3 Binning 选项,修正索引对齐。

新增多语言资源:暗场/亮场/坏像素校正确认对话框、进度提示、参数不一致提示。
This commit is contained in:
QI Mingxuan
2026-05-21 10:39:43 +08:00
parent d7c027b732
commit 5c56779f9f
5 changed files with 264 additions and 6 deletions
@@ -145,4 +145,64 @@
<data name="Detector_StatusLabel" xml:space="preserve">
<value>Status:</value>
</data>
<data name="Detector_DarkCorrection_ConfirmTitle" xml:space="preserve">
<value>Dark Correction Confirmation</value>
</data>
<data name="Detector_DarkCorrection_ConfirmMessage" xml:space="preserve">
<value>Please confirm the X-ray source is OFF before starting dark correction.</value>
</data>
<data name="Detector_DarkCorrection_Title" xml:space="preserve">
<value>Dark Correction</value>
</data>
<data name="Detector_LightCorrection_ConfirmObjectTitle" xml:space="preserve">
<value>Light Correction Confirmation</value>
</data>
<data name="Detector_LightCorrection_ConfirmObjectMessage" xml:space="preserve">
<value>Please confirm the object has been removed from the detector field of view.</value>
</data>
<data name="Detector_LightCorrection_ConfirmRayMessage" xml:space="preserve">
<value>Please confirm the X-ray source is ON and stable before starting light correction.</value>
</data>
<data name="Detector_LightCorrection_Title" xml:space="preserve">
<value>Light Correction</value>
</data>
<data name="Detector_BadPixelCorrection_Title" xml:space="preserve">
<value>Bad Pixel Correction</value>
</data>
<data name="Detector_Progress_StoppingAcquisition" xml:space="preserve">
<value>Stopping acquisition...</value>
</data>
<data name="Detector_Progress_ApplyingParameters" xml:space="preserve">
<value>Applying parameters...</value>
</data>
<data name="Detector_Progress_AcquiringDarkData" xml:space="preserve">
<value>Acquiring dark field data (64 frames), please wait...</value>
</data>
<data name="Detector_Progress_DarkCorrectionDone" xml:space="preserve">
<value>Dark correction completed</value>
</data>
<data name="Detector_Progress_AcquiringLightData" xml:space="preserve">
<value>Acquiring light field data (64 frames), please wait...</value>
</data>
<data name="Detector_Progress_BadPixelCorrecting" xml:space="preserve">
<value>Executing bad pixel correction...</value>
</data>
<data name="Detector_Progress_LightAndBadPixelDone" xml:space="preserve">
<value>Light and bad pixel correction completed</value>
</data>
<data name="Detector_Progress_LightDoneBadPixelFailed" xml:space="preserve">
<value>Light correction done, bad pixel correction failed</value>
</data>
<data name="Detector_Progress_DetectingBadPixels" xml:space="preserve">
<value>Detecting bad pixels...</value>
</data>
<data name="Detector_Progress_BadPixelDone" xml:space="preserve">
<value>Bad pixel correction completed</value>
</data>
<data name="Detector_ParameterMismatch_Title" xml:space="preserve">
<value>Parameter Mismatch</value>
</data>
<data name="Detector_ParameterMismatch_Message" xml:space="preserve">
<value>Current parameters differ from dark correction. Please redo dark correction.</value>
</data>
</root>