|
@@ -439,7 +439,7 @@ namespace XdCxRhDW.App.CorTools
|
|
|
btnDrawImage.Enabled = btnCalc.Enabled;
|
|
|
btnCheck.Enabled = !ckKY.Checked && !ckIBS.Checked && !chkDama.Checked ? false : true;
|
|
|
|
|
|
- itemBand.Visibility = lciStartPos.Visibility;
|
|
|
+ //itemBand.Visibility = lciStartPos.Visibility;
|
|
|
layoutControl1.BestFit();
|
|
|
}
|
|
|
private void ckIBS_CheckedChanged(object sender, EventArgs e)
|
|
@@ -452,13 +452,13 @@ namespace XdCxRhDW.App.CorTools
|
|
|
{
|
|
|
//chkDama.Checked = false;
|
|
|
//ckKY.Checked = false;
|
|
|
- itemBand.Visibility = LayoutVisibility.Always;
|
|
|
+ //itemBand.Visibility = LayoutVisibility.Always;
|
|
|
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- itemBand.Visibility = LayoutVisibility.Never;
|
|
|
- itemBand.Visibility = lciStartPos.Visibility;
|
|
|
+ //itemBand.Visibility = LayoutVisibility.Never;
|
|
|
+ //itemBand.Visibility = lciStartPos.Visibility;
|
|
|
}
|
|
|
|
|
|
layoutControl1.BestFit();
|
|
@@ -470,7 +470,6 @@ namespace XdCxRhDW.App.CorTools
|
|
|
btnCalc.Enabled = ckKY.Checked | ckIBS.Checked | chkDama.Checked ? false : true;
|
|
|
btnDrawImage.Enabled = btnCalc.Enabled;
|
|
|
btnCheck.Enabled = !ckKY.Checked && !ckIBS.Checked && !chkDama.Checked ? false : true;
|
|
|
- itemBand.Visibility = lciStartPos.Visibility;
|
|
|
layoutControl1.BestFit();
|
|
|
}
|
|
|
|