diff options
| author | George Hazan <ghazan@miranda.im> | 2020-08-04 18:54:48 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-08-04 18:54:48 +0300 |
| commit | b334ced17b8a0493ca2070a0065b1954f5a82abe (patch) | |
| tree | 86051ac64d7871e9c386974098c43cc3c1695b3e /plugins/DbChecker/res | |
| parent | db31374dcce6b858d553452aa1829687ef5071fd (diff) | |
unused code removed
Diffstat (limited to 'plugins/DbChecker/res')
| -rw-r--r-- | plugins/DbChecker/res/dbthdr.emf | bin | 2912 -> 0 bytes | |||
| -rw-r--r-- | plugins/DbChecker/res/dbtool.emf | bin | 4380 -> 0 bytes | |||
| -rw-r--r-- | plugins/DbChecker/res/resource.rc | 85 |
3 files changed, 0 insertions, 85 deletions
diff --git a/plugins/DbChecker/res/dbthdr.emf b/plugins/DbChecker/res/dbthdr.emf Binary files differdeleted file mode 100644 index 554d11b5ea..0000000000 --- a/plugins/DbChecker/res/dbthdr.emf +++ /dev/null diff --git a/plugins/DbChecker/res/dbtool.emf b/plugins/DbChecker/res/dbtool.emf Binary files differdeleted file mode 100644 index abce0632ee..0000000000 --- a/plugins/DbChecker/res/dbtool.emf +++ /dev/null diff --git a/plugins/DbChecker/res/resource.rc b/plugins/DbChecker/res/resource.rc index cd5ae96b6f..83b87dc9e8 100644 --- a/plugins/DbChecker/res/resource.rc +++ b/plugins/DbChecker/res/resource.rc @@ -26,18 +26,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // Dialog // -IDD_WELCOME DIALOGEX 0, 0, 262, 143 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - CONTROL "",IDC_WATERMARK,"Static",SS_ENHMETAFILE,0,0,63,143 - LTEXT "whiterect",IDC_STATIC,63,0,199,143 - LTEXT "Welcome to the Miranda Database Wizard",IDC_TITLE,77,12,178,24,0,WS_EX_TRANSPARENT - LTEXT "Using this Wizard you can compact your Miranda profile database to remove dead space created during normal usage, as well as repair a large number of issues that could affect the database.",IDC_STATIC,77,46,178,32,0,WS_EX_TRANSPARENT - LTEXT "To continue, click Next.",IDC_STATIC,77,85,178,8,0,WS_EX_TRANSPARENT - LTEXT "This program is licensed under the terms of the GNU General Public License.",IDC_STATIC,77,122,178,16,WS_DISABLED -END - IDD_WIZARD DIALOGEX 0, 0, 262, 174 STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTROLPARENT @@ -83,43 +71,6 @@ BEGIN LTEXT "",IDC_FILE,23,57,226,8,SS_NOPREFIX END -IDD_FILEACCESS DIALOGEX 0, 0, 262, 143 -STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - LTEXT "whiterect",IDC_STATIC,0,0,262,32 - LTEXT "File Access Options",IDC_STATIC,11,6,206,8,WS_BORDER - CONTROL "",IDC_HDRLOGO,"Static",SS_ENHMETAFILE,234,3,25,25 - LTEXT "You can select low level options to determine how the database is processed.",IDC_STATIC,20,14,197,16 - CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,-1,32,264,1 - CONTROL "Create backup",IDC_BACKUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,69,226,10,WS_EX_CLIENTEDGE - LTEXT "Creates a backup copy of the database before any of the requested changes are made.",IDC_STBACKUP,37,80,212,16 - CONTROL "Aggressively find corruption",IDC_AGGRESSIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,100,226,10,WS_EX_CLIENTEDGE - LTEXT "Scans the database for data that is not linked to any other data. This requires more disk space and more time, so is only required if you suspect corruption.",IDC_STATIC,37,111,212,24 - CONTROL "Check consistency only",IDC_CHECKONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,38,226,10,WS_EX_CLIENTEDGE - LTEXT "Just checks that the database is valid, without writing anything to the disk.",IDC_STATIC,37,49,212,16 -END - -IDD_CLEANING DIALOGEX 0, 0, 262, 143 -STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - LTEXT "whiterect",IDC_STATIC,0,0,262,32 - LTEXT "Cleaning Options",IDC_STATIC,11,6,206,8,WS_BORDER - CONTROL "",IDC_HDRLOGO,"Static",SS_ENHMETAFILE,234,3,25,25 - LTEXT "You can choose to remove information from the database while it is being processed.",IDC_STATIC,20,14,197,16 - CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,-1,32,264,1 - CONTROL "Erase all histories",IDC_ERASEHISTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,38,226,10,WS_EX_CLIENTEDGE - LTEXT "Removes all the saved history for all contacts in the database.",IDC_STATIC,37,49,212,8 - CONTROL "Mark all events read",IDC_MARKREAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,62,226,10,WS_EX_CLIENTEDGE - LTEXT "Marks all the history events as read. This will rectify any problems with old messages always appearing in the message window log box.",IDC_STATIC,37,73,212,24 - CONTROL "Convert old Unicode messages to UTF8",IDC_CONVERTUTF, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,101,226,10,WS_EX_CLIENTEDGE - LTEXT "Converts history messages in pre-0.7 format (ANSI+UCS2) to the new UTF8 format supported by 0.7. Saves the database space in most cases (recommended).",IDC_STATIC,37,111,212,25 -END - IDD_PROGRESS DIALOGEX 0, 0, 262, 143 STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT @@ -148,8 +99,6 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,87,226,10,WS_EX_CLIENTEDGE LTEXT "Launches Miranda with the profile that was just worked on.",IDC_STATIC,37,98,212,16 LTEXT "",IDC_DBFILE,23,68,226,8,SS_NOPREFIX | WS_BORDER - RTEXT "Backup:",IDC_STBACKUP,23,76,30,8 - LTEXT "",IDC_BACKUPFILE,56,76,193,8,SS_NOPREFIX LTEXT "The processing of the database has been completed. Click Next to return to the start of the wizard to select another database to check, or click Finish to exit the wizard.",IDC_STATIC,23,38,226,24 END @@ -162,15 +111,6 @@ END #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO BEGIN - IDD_WELCOME, DIALOG - BEGIN - LEFTMARGIN, 5 - RIGHTMARGIN, 255 - VERTGUIDE, 77 - TOPMARGIN, 5 - BOTTOMMARGIN, 138 - END - IDD_WIZARD, DIALOG BEGIN LEFTMARGIN, 7 @@ -195,24 +135,6 @@ BEGIN BOTTOMMARGIN, 136 END - IDD_FILEACCESS, DIALOG - BEGIN - LEFTMARGIN, 23 - RIGHTMARGIN, 249 - VERTGUIDE, 37 - TOPMARGIN, 38 - BOTTOMMARGIN, 136 - END - - IDD_CLEANING, DIALOG - BEGIN - LEFTMARGIN, 23 - RIGHTMARGIN, 249 - VERTGUIDE, 37 - TOPMARGIN, 38 - BOTTOMMARGIN, 136 - END - IDD_PROGRESS, DIALOG BEGIN LEFTMARGIN, 20 @@ -232,13 +154,6 @@ BEGIN END #endif // APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// EMF -// - -IDE_WATERMARK EMF "dbtool.emf" -IDE_HDRLOGO EMF "dbthdr.emf" ///////////////////////////////////////////////////////////////////////////// // |
