优化虚拟摇杆运动控制界面显示问题,将generic修改为usercontrol,单轴摇杆修改为腰圆形状,将功能增加至主框架程序。

This commit is contained in:
QI Mingxuan
2026-04-22 22:49:46 +08:00
parent be03bdf34e
commit 461294986e
10 changed files with 400 additions and 857 deletions
+1 -1
View File
@@ -491,7 +491,7 @@
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<views1:RaySourceOperateView Grid.Row="0" Grid.ColumnSpan="2" />
<mcViews:MotionControlView Grid.Row="1" Grid.ColumnSpan="2"/>
<mcViews:AxisControlView Grid.Row="1" Grid.ColumnSpan="2"/>
<views:NavigationPropertyPanelView Grid.Row="2" Grid.ColumnSpan="2" />
</Grid>
</Grid>