- // do nothing if the controls were already created
- if ( WasCreated() )
- return;
-
- // constants defining the dialog layout
- // ------------------------------------
-
- // these constants define the position of the upper left corner of the
- // bitmap or the page in the wizard
- static const int X_MARGIN = 10;
- static const int Y_MARGIN = 10;
-
- // margin between the bitmap and the panel
- static const int BITMAP_X_MARGIN = 15;
-
- // margin between the bitmap and the static line
- static const int BITMAP_Y_MARGIN = 15;
-
- // margin between the static line and the buttons
- static const int SEPARATOR_LINE_MARGIN = 15;
-
- // margin between "Next >" and "Cancel" buttons
- static const int BUTTON_MARGIN = 10;