This is the typical rc file being used which is in my 32bit conversion rc as an #include.
NEWEXP_2 DIALOG LOADONCALL MOVEABLE DISCARDABLE 94, 18, 288, 103
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Select A Method For Entering Initial Data"
FONT 8, "MS Sans Serif"
{
EDITTEXT 100, 98, 132, 70, 12, ES_CENTER | NOT WS_VISIBLE | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "&Done", 4002, 231, 81, 50, 17
GROUPBOX "Select method", 4003, 6, 4, 275, 72, BS_GROUPBOX | BS_LEFTTEXT
COMBOBOX 19, 31, 163, 191, 19, CBS_DROPDOWNLIST | WS_TABSTOP
RTEXT "You may edit this title:", -1, 18, 128, 75, 12, SS_RIGHT | NOT WS_VISIBLE | WS_GROUP
RADIOBUTTON "Instructions re: file structure for importing data", 20, 33, 17, 220, 12, BS_AUTORADIOBUTTON
RADIOBUTTON "Import: trial balance, months' profit and loss or a months' balance sheet", 21, 33, 29, 243, 12, BS_AUTORADIOBUTTON
RADIOBUTTON "Key in current financial data or up to 3 years financial data ", 22, 33, 41, 207, 12, BS_AUTORADIOBUTTON
RADIOBUTTON "Import a company's budget", 23, 33, 53, 220, 12, BS_AUTORADIOBUTTON
RADIOBUTTON "Radio", 19, 56, 87, 60, 12, BS_AUTORADIOBUTTON | NOT WS_VISIBLE
CONTROL "", 137, "TBtnBmp", 0 | WS_CHILD | WS_VISIBLE, 11, 42, 17, 16
CONTROL "", 303, "TBtnBmp", 0 | WS_CHILD | WS_VISIBLE, 342, 194, 17, 16
}