| 1 | // Microsoft Visual C++ generated resource script. |
|---|
| 2 | // |
|---|
| 3 | #include "resource.h" |
|---|
| 4 | |
|---|
| 5 | #define APSTUDIO_READONLY_SYMBOLS |
|---|
| 6 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 7 | // |
|---|
| 8 | // Generated from the TEXTINCLUDE 2 resource. |
|---|
| 9 | // |
|---|
| 10 | #include "afxres.h" |
|---|
| 11 | |
|---|
| 12 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 13 | #undef APSTUDIO_READONLY_SYMBOLS |
|---|
| 14 | |
|---|
| 15 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 16 | // English (U.S.) resources |
|---|
| 17 | |
|---|
| 18 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
|---|
| 19 | #ifdef _WIN32 |
|---|
| 20 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
|---|
| 21 | #pragma code_page(1252) |
|---|
| 22 | #endif //_WIN32 |
|---|
| 23 | |
|---|
| 24 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 25 | // |
|---|
| 26 | // Icon |
|---|
| 27 | // |
|---|
| 28 | |
|---|
| 29 | // Icon with lowest ID value placed first to ensure application icon |
|---|
| 30 | // remains consistent on all systems. |
|---|
| 31 | IDR_MAINFRAME ICON "..\\res\\Eraser.ico" |
|---|
| 32 | |
|---|
| 33 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 34 | // |
|---|
| 35 | // Dialog |
|---|
| 36 | // |
|---|
| 37 | |
|---|
| 38 | IDD_DIALOG_CONFIRM DIALOGEX 0, 0, 273, 64 |
|---|
| 39 | STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU |
|---|
| 40 | CAPTION "Confirm Erasing of Recycle Bin" |
|---|
| 41 | FONT 8, "MS Shell Dlg", 0, 0, 0x0 |
|---|
| 42 | BEGIN |
|---|
| 43 | DEFPUSHBUTTON "&No",IDCANCEL,213,43,53,14 |
|---|
| 44 | PUSHBUTTON "&Yes",IDOK,155,43,53,14 |
|---|
| 45 | PUSHBUTTON "&Options...",IDOPTIONS,7,43,50,14,NOT WS_VISIBLE |
|---|
| 46 | ICON IDR_MAINFRAME,IDC_STATIC,7,7,21,20 |
|---|
| 47 | LTEXT "Are you sure you want to erase the contents of the Recycle Bin?",IDC_STATIC,38,9,228,8 |
|---|
| 48 | END |
|---|
| 49 | |
|---|
| 50 | IDD_LAUNCHER_DIALOG DIALOG 0, 0, 243, 133 |
|---|
| 51 | STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION |
|---|
| 52 | CAPTION "Eraser" |
|---|
| 53 | FONT 8, "MS Shell Dlg" |
|---|
| 54 | BEGIN |
|---|
| 55 | DEFPUSHBUTTON "&Stop",IDCANCEL,96,112,50,14 |
|---|
| 56 | CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",0x1,7,58,201,12 |
|---|
| 57 | LTEXT "Erasing:",IDC_STATIC,7,7,37,8 |
|---|
| 58 | LTEXT "",IDC_STATIC_ERASING,48,7,188,8 |
|---|
| 59 | LTEXT "",IDC_STATIC_MESSAGE,48,16,188,8 |
|---|
| 60 | LTEXT "",IDC_STATIC_DATA,48,36,188,8,SS_NOPREFIX |
|---|
| 61 | LTEXT "Item:",IDC_STATIC,7,36,37,8 |
|---|
| 62 | LTEXT "Pass:",IDC_STATIC,7,45,37,8 |
|---|
| 63 | LTEXT "",IDC_STATIC_PASS,48,45,54,8 |
|---|
| 64 | LTEXT "",IDC_STATIC_TIME,108,45,128,8 |
|---|
| 65 | RTEXT "",IDC_STATIC_PERCENT,211,58,25,8 |
|---|
| 66 | CONTROL "Progress1",IDC_PROGRESS_TOTAL,"msctls_progress32",0x1,7,94,201,9 |
|---|
| 67 | RTEXT "",IDC_STATIC_PERCENT_TOTAL,211,94,25,8 |
|---|
| 68 | LTEXT "Total:",IDC_STATIC,7,82,37,8 |
|---|
| 69 | CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,30,229,1 |
|---|
| 70 | CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,8,76,228,1 |
|---|
| 71 | END |
|---|
| 72 | |
|---|
| 73 | |
|---|
| 74 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 75 | // |
|---|
| 76 | // DESIGNINFO |
|---|
| 77 | // |
|---|
| 78 | |
|---|
| 79 | #ifdef APSTUDIO_INVOKED |
|---|
| 80 | GUIDELINES DESIGNINFO |
|---|
| 81 | BEGIN |
|---|
| 82 | IDD_DIALOG_CONFIRM, DIALOG |
|---|
| 83 | BEGIN |
|---|
| 84 | LEFTMARGIN, 7 |
|---|
| 85 | RIGHTMARGIN, 266 |
|---|
| 86 | TOPMARGIN, 7 |
|---|
| 87 | BOTTOMMARGIN, 57 |
|---|
| 88 | END |
|---|
| 89 | |
|---|
| 90 | IDD_LAUNCHER_DIALOG, DIALOG |
|---|
| 91 | BEGIN |
|---|
| 92 | LEFTMARGIN, 7 |
|---|
| 93 | RIGHTMARGIN, 236 |
|---|
| 94 | TOPMARGIN, 7 |
|---|
| 95 | BOTTOMMARGIN, 126 |
|---|
| 96 | END |
|---|
| 97 | END |
|---|
| 98 | #endif // APSTUDIO_INVOKED |
|---|
| 99 | |
|---|
| 100 | |
|---|
| 101 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 102 | // |
|---|
| 103 | // String Table |
|---|
| 104 | // |
|---|
| 105 | |
|---|
| 106 | STRINGTABLE |
|---|
| 107 | BEGIN |
|---|
| 108 | IDD_ERROR_DIALOG "Failed to create dialog." |
|---|
| 109 | IDS_CMDLINE_INCORRECT "Incorrect command line.\n\nUsage:\n\n eraserl [Data] [Method] [-silent | -results | -resultsonerror ] [-queue] [-options]\n\n Data:\n -file\t\tdata [-subfolders]\n -folder\t\tdata [-subfolders] [-keepfolder]\n -disk\t\tdrive: | ""all""\n -recycled\n\n Method:\n -method\t""Gutmann"" | ""DoD"" | ""DoD_E"" | ""First_Last2k"" | ""Schneider"" | ""Random"" passes | ""Library""\n\n Parameters:\n -file\t\tData is a file (wildcards allowed)\n -subfolders\t Include subfolders\n -folder\t\tData is a folder\n -subfolders\t Include subfolders\n -keepfolder\t Do not delete the folder\n -disk\t\tData is unused space on a drive or all local hard drives\n -recycled\tErase all data on Recycle Bin\n -method\tUse given overwriting method (default ""Library"")\n -silent\t\tNo windows\n -results\tShow Erasing Report\n -resultsonerror\tShow Erasing Report only in case of error\n -queue\tWait until previous instances have finished\n -options\tIgnore other parameters and show options" |
|---|
| 110 | IDS_ERROR_DIALOG "Failed to create window." |
|---|
| 111 | IDS_ERROR_MAX_INSTANCE "Maximum instance count reached." |
|---|
| 112 | END |
|---|
| 113 | |
|---|
| 114 | STRINGTABLE |
|---|
| 115 | BEGIN |
|---|
| 116 | AFX_IDS_APP_TITLE "Eraser Launcher" |
|---|
| 117 | END |
|---|
| 118 | |
|---|
| 119 | #endif // English (U.S.) resources |
|---|
| 120 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 121 | |
|---|
| 122 | |
|---|
| 123 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 124 | // Finnish resources |
|---|
| 125 | |
|---|
| 126 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FIN) |
|---|
| 127 | #ifdef _WIN32 |
|---|
| 128 | LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT |
|---|
| 129 | #pragma code_page(1252) |
|---|
| 130 | #endif //_WIN32 |
|---|
| 131 | |
|---|
| 132 | #ifdef APSTUDIO_INVOKED |
|---|
| 133 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 134 | // |
|---|
| 135 | // TEXTINCLUDE |
|---|
| 136 | // |
|---|
| 137 | |
|---|
| 138 | 1 TEXTINCLUDE |
|---|
| 139 | BEGIN |
|---|
| 140 | "resource.h\0" |
|---|
| 141 | END |
|---|
| 142 | |
|---|
| 143 | 2 TEXTINCLUDE |
|---|
| 144 | BEGIN |
|---|
| 145 | "#include ""afxres.h""\r\n" |
|---|
| 146 | "\0" |
|---|
| 147 | END |
|---|
| 148 | |
|---|
| 149 | 3 TEXTINCLUDE |
|---|
| 150 | BEGIN |
|---|
| 151 | "#define _AFX_NO_SPLITTER_RESOURCES\r\n" |
|---|
| 152 | "#define _AFX_NO_OLE_RESOURCES\r\n" |
|---|
| 153 | "#define _AFX_NO_TRACKER_RESOURCES\r\n" |
|---|
| 154 | "#define _AFX_NO_PROPERTY_RESOURCES\r\n" |
|---|
| 155 | "\r\n" |
|---|
| 156 | "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" |
|---|
| 157 | "#ifdef _WIN32\r\n" |
|---|
| 158 | "LANGUAGE 9, 1\r\n" |
|---|
| 159 | "#pragma code_page(1252)\r\n" |
|---|
| 160 | "#endif //_WIN32\r\n" |
|---|
| 161 | "#include ""res\\Launcher.rc2"" // non-Microsoft Visual C++ edited resources\r\n" |
|---|
| 162 | "#include ""afxres.rc"" // Standard components\r\n" |
|---|
| 163 | "#endif\r\n" |
|---|
| 164 | "\0" |
|---|
| 165 | END |
|---|
| 166 | |
|---|
| 167 | #endif // APSTUDIO_INVOKED |
|---|
| 168 | |
|---|
| 169 | #endif // Finnish resources |
|---|
| 170 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 171 | |
|---|
| 172 | |
|---|
| 173 | |
|---|
| 174 | #ifndef APSTUDIO_INVOKED |
|---|
| 175 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 176 | // |
|---|
| 177 | // Generated from the TEXTINCLUDE 3 resource. |
|---|
| 178 | // |
|---|
| 179 | #define _AFX_NO_SPLITTER_RESOURCES |
|---|
| 180 | #define _AFX_NO_OLE_RESOURCES |
|---|
| 181 | #define _AFX_NO_TRACKER_RESOURCES |
|---|
| 182 | #define _AFX_NO_PROPERTY_RESOURCES |
|---|
| 183 | |
|---|
| 184 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
|---|
| 185 | #ifdef _WIN32 |
|---|
| 186 | LANGUAGE 9, 1 |
|---|
| 187 | #pragma code_page(1252) |
|---|
| 188 | #endif //_WIN32 |
|---|
| 189 | #include "res\Launcher.rc2" // non-Microsoft Visual C++ edited resources |
|---|
| 190 | #include "afxres.rc" // Standard components |
|---|
| 191 | #endif |
|---|
| 192 | |
|---|
| 193 | ///////////////////////////////////////////////////////////////////////////// |
|---|
| 194 | #endif // not APSTUDIO_INVOKED |
|---|
| 195 | |
|---|