|
This tip on Form Short Cuts covers some of the short cuts I take when creating forms. Hopefully, some of these will save you some time and a bit of frustration. If you like using the keyboard instead of the mouse, then you will find some of these especially useful:
1) To remove labels from being associated with a text box, then just drag your mouse over the labels and delete them (Ctrl X), then paste them back (Ctrl V). They now will not be linked to specific text boxes, so you can move them around freely without having to worry about the text box following.
2) To make all your controls the same size, select the controls you wish to make the same size by dragging your mouse over them; then, on the Menu bar, click on the followig Format - Size - Widest (Narrowest) or Format - Size - Tallest (Shortest).
3) Use this same Menu bar to align your controls; Format - Align - Left (Right, Top, Bottom); do not forget to select them all first.
4) You can use the keyboard for adjusting the size and position of the controls on your form. Select the control(s) you wish to move (change the size of). Then, hold down the Ctrl Key and click on the Arrow keys to move in the direction you wish. If you wish to change the size of the control, hold down the Shift key and use the arrows to change the size of the control. The Right Arrow makes the control wider, whereas the Left Arrow will make it narrower. The Up Arrow makes the control taller whereas the Down Arrow makes it shorter.
|