diff --git a/src/studio/utest.rc b/src/studio/utest.rc index 5d3ede0..1473fc1 100644 --- a/src/studio/utest.rc +++ b/src/studio/utest.rc @@ -175,14 +175,14 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Product Info" FONT 8, "MS Sans Serif" BEGIN - DEFPUSHBUTTON "OK",IDCANCEL,68,222,50,14 + DEFPUSHBUTTON "OK",IDCANCEL,75,216,50,14 CONTROL "Fullscreen",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON | WS_GROUP,12, 48, 79, 10 CONTROL "Run in Window",IDC_RADIO5,"Button",BS_AUTORADIOBUTTON, 12, 66, 79, 10 #ifdef DEBUG - LTEXT "cactAV:",IDC_STATIC,123,223,27,10 - EDITTEXT IDC_EDIT3,152,223,35,12,ES_AUTOHSCROLL + LTEXT "cactAV:",IDC_STATIC,130,216,27,10 + EDITTEXT IDC_EDIT3,160,216,28,12,ES_AUTOHSCROLL #endif LTEXT "(c) and (p) 1995 Microsoft Corporation. All rights reserved.", IDC_STATIC,6,18,186,8