Example #1
0
 private void textBoxAzimuthOffset_KeyPress(object sender, KeyPressEventArgs e)
 {
     Dome.OnlyEnterInt(sender, e);
 }
Example #2
0
 private void textBoxMaxStep_KeyPress(object sender, KeyPressEventArgs e)
 {
     Dome.OnlyEnterPlusInt(sender, e);
 }
Example #3
0
 private void textBoxStepSize_KeyPress(object sender, KeyPressEventArgs e)
 {
     Dome.OnlyEnterPlusNumber(sender, e);
 }
Example #4
0
 private void textBoxStepPerDeg_KeyPress(object sender, KeyPressEventArgs e)
 {
     Dome.OnlyEnterNumber(sender, e);
 }