private void kryptonCommandBatchOutput_Execute(object sender, EventArgs e) { var formBatchInputOutput = new FormBatchInputOutput { Top = Top + 200, Left = Left + 200 }; formBatchInputOutput.Show(); }