diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-15 18:36:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-15 18:36:20 +0300 |
commit | 26f471496af2a42967ed322e9b52a93fba553e14 (patch) | |
tree | 29d1900d2b9d0957a8520a61544e0b45711ba7dd /plugins/PluginUpdater/res | |
parent | f34a9cbf015c2bb6bd6359c7f68aa0d26656c4f3 (diff) |
PluginUpdater:
- fixes #2057 (PluginUpdater: add search box);
- missing components dialog moved to UI classes;
- version bump
Diffstat (limited to 'plugins/PluginUpdater/res')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 9878500a38..7ceb047664 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -124,16 +124,17 @@ BEGIN CTEXT "Popups",IDC_STATIC,7,9,79,8
END
-IDD_LIST DIALOGEX 0, 0, 240, 236
+IDD_MISSINGPLUGINS DIALOGEX 0, 0, 240, 249
STYLE DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
EXSTYLE WS_EX_CONTROLPARENT
CAPTION "Component list"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CTEXT "Here is the complete list of missing Miranda NG components. Check components that you want to download.\n\nClick on info icon to view component info page.",IDC_UPDATETEXT,9,9,223,44
- DEFPUSHBUTTON "Download",IDOK,175,218,60,14,WS_DISABLED
- CONTROL "",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,6,64,229,149
- PUSHBUTTON "Select &none",IDC_SELNONE,109,218,60,14,NOT WS_TABSTOP
+ CONTROL "",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,6,76,229,149
+ DEFPUSHBUTTON "Download",IDOK,175,231,60,14,WS_DISABLED
+ PUSHBUTTON "Select &none",IDC_SELNONE,109,231,60,14,NOT WS_TABSTOP
+ EDITTEXT IDC_SEARCH,6,58,229,14
END
@@ -204,12 +205,11 @@ BEGIN VERTGUIDE, 311
END
- IDD_LIST, DIALOG
+ IDD_MISSINGPLUGINS, DIALOG
BEGIN
VERTGUIDE, 6
VERTGUIDE, 235
- BOTTOMMARGIN, 234
- HORZGUIDE, 232
+ BOTTOMMARGIN, 245
END
END
#endif // APSTUDIO_INVOKED
@@ -225,6 +225,11 @@ BEGIN 0
END
+IDD_MISSINGPLUGINS AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
#endif // Russian (Russia) resources
/////////////////////////////////////////////////////////////////////////////
|