#0041 按照初版讨论,对界面工具进行调整

This commit is contained in:
zhengxuan.zhang
2026-03-20 13:31:41 +08:00
parent 180501808e
commit 2bd21f9eb4
31 changed files with 224 additions and 918 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

@@ -135,11 +135,11 @@
Grid.RowSpan="3"
Margin="0,0,0,3"
Header="原始图像">
<roi:PolygonRoiCanvas Background="Black" ImageSource="{Binding OriginalImage}" />
<roi:PolygonRoiCanvas Background="White" ImageSource="{Binding OriginalImage}" />
</GroupBox>
<GroupBox Grid.Row="3" Header="处理结果">
<roi:PolygonRoiCanvas Background="Black" ImageSource="{Binding CurrentImage}" />
<roi:PolygonRoiCanvas Background="White" ImageSource="{Binding CurrentImage}" />
</GroupBox>
</Grid>
File diff suppressed because it is too large Load Diff
+7 -2
View File
@@ -34,12 +34,17 @@
2026.3.18
----------------------
1、全局数据结构的考虑与设计(多个窗体可以调用公共的数据,如射线源状态,探测器状态,运动位置,图像等)
1、全局数据结构的考虑与设计(多个窗体可以调用公共的数据,如射线源状态,探测器状态,运动位置,图像等)
2、将计划窗体默认隐藏,只有CNC状态下展开 √
3、日志该用XP.Common库和多语言的学习
3、日志该用XP.Common库和多语言的学习
2026.3.19
----------------------
1、软件主界面设计讨论,暂定初稿,给出效果图设计
2、