|
|
|
@ -79,6 +79,10 @@ namespace Rs.MotionPlat
|
|
|
|
|
int i = 1;
|
|
|
|
|
foreach (AxisConfig ac in card.Config.AxisConfigs)
|
|
|
|
|
{
|
|
|
|
|
if(ac.AxisName.IndexOf("NoUse")>=0)
|
|
|
|
|
{
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 60));
|
|
|
|
|
ButtonEx button = new ButtonEx();
|
|
|
|
|
button.UnSelectedColor = Color.Black;
|
|
|
|
|