/* resource.rc */ #include #include #define IDC_STATIC_ICON 2300 #define IDC_STATIC_TEXT 2301 /* Config dialog */ DLG_SCRNSAVECONFIGURE DIALOG DISCARDABLE 0, 0, 220, 50 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Setting Sample Screensaver" FONT 9, "Sagoe UI" BEGIN DEFPUSHBUTTON "OK", IDOK, 85, 30, 50, 14 ICON IDI_WARNING, IDC_STATIC_ICON, 6, 5, 20, 20 LTEXT "This is the template for the configuration dialog.", IDC_STATIC_TEXT, 35, 12, 230, 12 END