diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-02 11:03:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-02 11:03:11 +0300 |
commit | 386ac322e5b1047842a7cbd4b4ff1b5602e8d796 (patch) | |
tree | fd92fc7ab7b65d937de224cf7f4b4bce518ddd4d /plugins/Dbx_sqlite | |
parent | 7d45798b15d73898776fc31755f550e0ff4eaf2f (diff) |
for #2826 (unused resource removed)
Diffstat (limited to 'plugins/Dbx_sqlite')
-rw-r--r-- | plugins/Dbx_sqlite/res/dbx_sqlite.rc | 12 | ||||
-rw-r--r-- | plugins/Dbx_sqlite/src/resource.h | 7 |
2 files changed, 0 insertions, 19 deletions
diff --git a/plugins/Dbx_sqlite/res/dbx_sqlite.rc b/plugins/Dbx_sqlite/res/dbx_sqlite.rc index b9e3d9acf9..eca647170a 100644 --- a/plugins/Dbx_sqlite/res/dbx_sqlite.rc +++ b/plugins/Dbx_sqlite/res/dbx_sqlite.rc @@ -23,18 +23,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // Dialog // -IDD_OPTIONS DIALOGEX 0, 0, 318, 176 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - GROUPBOX "Database encryption mode",IDC_STATIC,6,22,305,125 - CONTROL "Standard",IDC_STANDARD,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,38,292,12 - CONTROL "Total",IDC_TOTAL,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,95,292,12 - LTEXT "Only critical data are encrypted (passwords, security tokens, etc). All other settings and history remains unencrypted. Fast and effective, suitable for the most cases",IDC_STATIC,22,54,284,37 - LTEXT "All string settings and all events in histories are encrypted. It also makes Miranda much slower and creates a risk of losing everything you've stored in a database in case of losing password. Recommended only for paranoid users",IDC_STATIC,22,110,284,33 -END - #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // diff --git a/plugins/Dbx_sqlite/src/resource.h b/plugins/Dbx_sqlite/src/resource.h index 6f4c2838d5..61f0d676ae 100644 --- a/plugins/Dbx_sqlite/src/resource.h +++ b/plugins/Dbx_sqlite/src/resource.h @@ -1,11 +1,4 @@ //{{NO_DEPENDENCIES}} -// Включаемый файл, созданный в Microsoft Visual C++. -// Используется D:\Others\SVN\MirandaNG\trunk\plugins\Db3x_mmap\res\db3x_mmap.rc -// -#define IDREMOVE 3 -#define IDD_OPTIONS 105 -#define IDC_STANDARD 1007 -#define IDC_TOTAL 1008 // Next default values for new objects // |