From 10c393c65b72884e874254f276c81adcea9f01b9 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 22 Dec 2012 17:23:29 +0000 Subject: fixed ini setup window git-svn-id: http://svn.miranda-ng.org/main/trunk@2804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/res/resource.rc | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) (limited to 'plugins/Weather/res') diff --git a/plugins/Weather/res/resource.rc b/plugins/Weather/res/resource.rc index 698d3a8401..3424d188d4 100644 --- a/plugins/Weather/res/resource.rc +++ b/plugins/Weather/res/resource.rc @@ -12,13 +12,6 @@ ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// Neutral resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -#pragma code_page(1252) - ///////////////////////////////////////////////////////////////////////////// // // Dialog @@ -44,7 +37,8 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Options",IDC_STATIC,3,0,299,70,WS_GROUP - CONTROL "Update weather information on startup",IDC_STARTUPUPD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,12,219,8 + CONTROL "Update weather information on startup",IDC_STARTUPUPD, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,12,219,8 CONTROL "Update weather information every",IDC_UPDATE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,23,206,8 EDITTEXT IDC_UPDATETIME,231,21,25,12,ES_AUTOHSCROLL | ES_NUMBER | NOT WS_BORDER,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE LTEXT "minutes",IDC_STATIC,260,23,39,8 @@ -228,25 +222,25 @@ BEGIN CONTROL "More...",IDC_MOREDETAIL,"MButtonClass",WS_TABSTOP,129,104,61,12,WS_EX_WINDOWEDGE | WS_EX_NOACTIVATE | 0x10000000L END -IDD_SETUP DIALOGEX 0, 0, 244, 146 +IDD_SETUP DIALOGEX 0, 0, 259, 142 STYLE DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTROLPARENT CAPTION "Weather Protocol INI Setup" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Weather Protocol INI Setup\nInstall and load your weather ini file here",IDC_HEADERBAR, - "MHeaderbarCtrl",0x0,0,0,243,28 + "MHeaderbarCtrl",0x0,0,0,259,28 CTEXT "Weather Protocol cannot find any weather INI file stored in your computer. To setup weather INI and add weather stations, please follow the steps:",IDC_STATIC,11,32,222,26 CONTROL "Click here to download a weather ini file from Miranda file listing",IDC_STEP1, - "MButtonClass",WS_TABSTOP,5,62,234,12,WS_EX_WINDOWEDGE | 0x800000L + "MButtonClass",WS_TABSTOP,5,62,249,12,WS_EX_WINDOWEDGE | 0x800000L CONTROL "Extract the weather ini file from archive to this directory",IDC_STEP2, - "MButtonClass",WS_TABSTOP,5,74,234,12,WS_EX_WINDOWEDGE | 0x800000L + "MButtonClass",WS_TABSTOP,5,74,249,12,WS_EX_WINDOWEDGE | 0x800000L CONTROL "Click here to load the data from the new ini file into memory",IDC_STEP3, - "MButtonClass",WS_TABSTOP,5,86,234,13,WS_EX_WINDOWEDGE | 0x800000L + "MButtonClass",WS_TABSTOP,5,86,249,13,WS_EX_WINDOWEDGE | 0x800000L CONTROL "Add new weather station and close this dialog",IDC_STEP4, - "MButtonClass",WS_TABSTOP,5,99,234,12,WS_EX_WINDOWEDGE | 0x800000L - PUSHBUTTON "Close",IDCANCEL,95,122,48,13 - CONTROL "",IDC_MFRAME,"Static",SS_ETCHEDHORZ,0,117,244,1 + "MButtonClass",WS_TABSTOP,5,99,249,12,WS_EX_WINDOWEDGE | 0x800000L + PUSHBUTTON "Close",IDCANCEL,107,122,48,13 + CONTROL "",IDC_MFRAME,"Static",SS_ETCHEDHORZ,0,117,259,1 END IDD_INFO DIALOGEX 0, 0, 225, 155 @@ -304,7 +298,7 @@ BEGIN IDD_SETUP, DIALOG BEGIN - BOTTOMMARGIN, 140 + BOTTOMMARGIN, 136 END IDD_INFO, DIALOG @@ -405,7 +399,4 @@ BEGIN "\0" END -#endif // APSTUDIO_INVOKED - -#endif // Neutral resources -///////////////////////////////////////////////////////////////////////////// \ No newline at end of file +#endif // APSTUDIO_INVOKED \ No newline at end of file -- cgit v1.2.3