Ready to use form buttons already contain the correct text.
We also take care of the appropriate boilerplate actions, so ready to use at once! 


Double click & ready!
In the ToolBox just double click on a form button (like OK) and ready you are!


What's done for you?
  1. The button is immediately placed at the correct position
    (you want to place it somewhere else? no problem, after
    double clicking just move the button to your preferred location);
     
  2. The appropriate form properties are set
    (like the AcceptButton, CancelButton and HelpButtonInForm);
     
  3. The appropriate DialogResult is set
    (like OK and Cancel).

Easily drop controls at same line
The dotted rectangle on the bottom left of the forms are only present at designtime. They allow you to easily drop controls into it, so they are automatically aligned at the same horizontal line as the form handling controls (like OK).


Simply change location of OK and Cancel buttons
The location of form handling controls (like OK and Cancel) can easily be changed in the form layout settings. Simply select 'bottom' (the default) or 'right'. Other controls which are present in the form handling regions are automatically moved too (from horizontal to vertical order and vice versa).

Example: