diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-24 14:41:41 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-24 14:41:41 +0300 |
| commit | 781beb2c50cea2ce2a3da799d8e4a70fa21d6fab (patch) | |
| tree | 8715df52e062fbb03b789f448d3538c4a3848c63 /protocols/Weather/res | |
| parent | dc4281db051303af1f09bc151d00d64d010ce3f2 (diff) | |
Weather: INI file list removed
Diffstat (limited to 'protocols/Weather/res')
| -rw-r--r-- | protocols/Weather/res/resource.rc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index c4cf3309b5..9748181ee3 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -124,7 +124,6 @@ BEGIN CONTROL "Disable Popup for this station",IDC_DPop,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,190,218,8 PUSHBUTTON "Change",IDC_CHANGE,57,207,46,14 DEFPUSHBUTTON "Cancel",IDCANCEL,136,207,46,14 - CONTROL "",IDC_SVCINFO,"MButtonClass",WS_TABSTOP,217,35,13,12,WS_EX_NOACTIVATE | 0x10000000L CONTROL "",IDC_GETNAME,"MButtonClass",WS_TABSTOP,217,19,13,12,WS_EX_NOACTIVATE | 0x10000000L END @@ -247,19 +246,6 @@ BEGIN CONTROL "",IDC_MFRAME,"Static",SS_ETCHEDHORZ,0,117,259,1 END -IDD_INFO DIALOGEX 0, 0, 225, 155 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 400, 0, 0x1 -BEGIN - CONTROL "",IDC_INFOLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,7,210,115 - LTEXT "Total INI files",IDC_STATIC,7,125,95,8 - LTEXT "Total memory used",IDC_STATIC,7,138,92,8 - LTEXT "",IDC_INICOUNT,104,125,30,10,SS_SUNKEN - LTEXT "",IDC_MEMUSED,104,138,29,10,SS_SUNKEN - PUSHBUTTON "Reload INI",IDC_RELOADINI,145,128,64,18 -END - IDD_SEARCHCITY DIALOGEX 0, 0, 114, 55 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU EXSTYLE WS_EX_TRANSPARENT | WS_EX_CONTROLPARENT |
