⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialogs.rc

📁 用python实现的邮件过滤器
💻 RC
📖 第 1 页 / 共 3 页
字号:
    LTEXT           "Training",IDC_STATIC,20,4,247,10    LTEXT           "Please select the folders with the pre-sorted good messages and the folders with the pre-sorted spam messages.",                    IDC_STATIC,20,16,243,16    EDITTEXT        IDC_FOLDER_HAM,20,49,179,14,ES_AUTOHSCROLL | ES_READONLY    LTEXT           "Examples of Spam, or unwanted messages can be found in",                    IDC_STATIC,20,71,198,8    EDITTEXT        IDC_FOLDER_CERTAIN,20,81,177,14,ES_AUTOHSCROLL |                     ES_READONLY    LTEXT           "Examples of good messages can be found in",IDC_STATIC,                    20,38,153,8    PUSHBUTTON      "Browse...",IDC_BROWSE_SPAM,208,81,60,15    LTEXT           "If you have not pre-sorted your messages, or already have training information you wish to keep, please select the Back button and indicate you have not prepared for SpamBayes.",                    IDC_STATIC,20,128,243,26    CONTROL         "Score messages when training is complete",                    IDC_BUT_RESCORE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,                    108,163,16ENDIDD_WIZARD_TRAIN DIALOGEX 0, 0, 284, 162STYLE DS_MODALFRAME | WS_CHILD | WS_CAPTIONEXSTYLE WS_EX_CONTEXTHELPFONT 8, "Tahoma", 0, 0, 0x1BEGIN    LTEXT           "Training",-1,20,4,247,14    LTEXT           "SpamBayes is training on your good and spam messages.",                    -1,20,22,247,16    CONTROL         "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,20,45,255,                    11    LTEXT           "(progress text)",IDC_PROGRESS_TEXT,20,61,257,10ENDIDD_WIZARD_FINISHED_TRAINED DIALOGEX 0, 0, 284, 162STYLE DS_MODALFRAME | WS_CHILD | WS_CAPTIONEXSTYLE WS_EX_CONTEXTHELPFONT 8, "Tahoma", 0, 0, 0x1BEGIN    LTEXT           "Congratulations",IDC_STATIC,20,4,247,14    LTEXT           "SpamBayes has been successfully trained and configured.  You should find the system is immediately effective at filtering spam.",                    IDC_TRAINING_STATUS,20,35,247,26    LTEXT           "Even though SpamBayes has been trained, it does continue to learn - please ensure you regularly check your Unsure folder, and use the 'Spam' or 'Not Spam' buttons as appropriate.",                    IDC_STATIC,20,68,249,30    LTEXT           "Click Finish to close the wizard.",IDC_STATIC,20,104,                    148,9ENDIDD_WIZARD_TRAINING_IS_IMPORTANT DIALOGEX 0, 0, 284, 162STYLE DS_MODALFRAME | WS_CHILD | WS_CAPTIONEXSTYLE WS_EX_CONTEXTHELPFONT 8, "Tahoma", 0, 0, 0x1BEGIN    LTEXT           "SpamBayes will not be effective until it is trained.",                    IDC_STATIC,11,8,191,14    PUSHBUTTON      "About Training...",IDC_BUT_ABOUT,209,140,65,15    LTEXT           "SpamBayes is a system that learns about good and bad mail based on examples you provide.  It comes with no built-in rules, so must have some training information before it will be effective.",                    IDC_STATIC,11,21,263,30    LTEXT           "In this case, SpamBayes will begin by filtering all mail to an 'Unsure' folder.  You can then use the 'Spam' and 'Not Spam' buttons to train each message as it arrives.  Slowly SpamBayes will learn about your mail.",                    IDC_STATIC,22,61,252,29    LTEXT           "This option will close the wizard, and provide instructions how to sort your mail.  You will then be able to configure SpamBayes and have it be immediately effective at filtering your mail",                    IDC_STATIC,22,106,252,27    LTEXT           "For more information, click the About Training button.",                    IDC_STATIC,11,143,187,12    CONTROL         "I want to continue without training, and let SpamBayes learn as it goes",                    IDC_BUT_UNTRAINED,"Button",BS_AUTORADIOBUTTON | WS_GROUP,                    11,50,263,11    CONTROL         "I will pre-sort some good and spam messages, and configure SpamBayes later",                    IDC_BUT_TRAIN,"Button",BS_AUTORADIOBUTTON,11,92,263,11ENDIDD_WIZARD_FINISHED_TRAIN_LATER DIALOGEX 0, 0, 284, 162STYLE DS_MODALFRAME | WS_CHILD | WS_CAPTIONEXSTYLE WS_EX_CONTEXTHELPFONT 8, "Tahoma", 0, 0, 0x1BEGIN    LTEXT           "Configuration suspended",IDC_STATIC,20,4,247,14    LTEXT           "To perform initial training, you should create a folder that contains only examples of good messages, and another that contains only examples of spam.",                    IDC_STATIC,20,17,247,27    LTEXT           "Click Finish to close the wizard.",IDC_STATIC,20,145,                    148,9    LTEXT           "For examples of good messages, you may like to use your Inbox - however, it is important you remove all spam from this folder before you commence",                    IDC_STATIC,20,42,247,26    LTEXT           "training.  If you have too much spam in your Inbox, you may like to create a temporary folder and copy some examples to it.",                    IDC_STATIC,20,58,247,17    LTEXT           "For examples of spam messages, you may like to look through your Deleted Items folder, and your Inbox.  However, you will not be able to specify the Deleted Items folder as examples of spam, so you will need to move them to a folder you create.",                    IDC_STATIC,20,80,247,35    LTEXT           "When you are finished, open the SpamBayes Manager via the SpamBayes toolbar, and re-start the Configuration Wizard.",                    IDC_STATIC,20,121,245,17ENDIDD_NOTIFICATIONS DIALOGEX 0, 0, 248, 257STYLE DS_SETFONT | WS_CHILD | WS_CAPTIONCAPTION "Notifications"FONT 8, "Tahoma", 0, 0, 0x0BEGIN    GROUPBOX        "New Mail Sounds",IDC_STATIC,7,3,241,229    CONTROL         "Enable new mail notification sounds",IDC_ENABLE_SOUNDS,                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,17,129,10    LTEXT           "Good sound:",IDC_STATIC,14,31,42,8    EDITTEXT        IDC_HAM_SOUND,14,40,174,14,ES_AUTOHSCROLL    PUSHBUTTON      "Browse...",IDC_BROWSE_HAM_SOUND,192,40,50,14    LTEXT           "Unsure sound:",IDC_STATIC,14,58,48,8    EDITTEXT        IDC_UNSURE_SOUND,14,67,174,14,ES_AUTOHSCROLL    PUSHBUTTON      "Browse...",IDC_BROWSE_UNSURE_SOUND,192,67,50,14    LTEXT           "Spam sound:",IDC_STATIC,14,85,42,8    EDITTEXT        IDC_SPAM_SOUND,14,94,174,14,ES_AUTOHSCROLL    PUSHBUTTON      "Browse...",IDC_BROWSE_SPAM_SOUND,192,94,50,14    LTEXT           "Time to wait for additional messages:",IDC_STATIC,14,                    116,142,8    CONTROL         "",IDC_ACCUMULATE_DELAY_SLIDER,"msctls_trackbar32",                    TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,14,127,148,22    EDITTEXT        IDC_ACCUMULATE_DELAY_TEXT,163,133,40,14,ES_AUTOHSCROLL    LTEXT           "seconds",IDC_STATIC,205,136,28,8END///////////////////////////////////////////////////////////////////////////////// DESIGNINFO//#ifdef APSTUDIO_INVOKEDGUIDELINES DESIGNINFO MOVEABLE PURE BEGIN    IDD_ADVANCED, DIALOG    BEGIN        LEFTMARGIN, 7        RIGHTMARGIN, 241        VERTGUIDE, 16        BOTTOMMARGIN, 204    END    IDD_MANAGER, DIALOG    BEGIN        BOTTOMMARGIN, 253    END    IDD_FILTER_SPAM, DIALOG    BEGIN        LEFTMARGIN, 7        RIGHTMARGIN, 244        TOPMARGIN, 7        BOTTOMMARGIN, 140    END    IDD_FILTER_UNSURE, DIALOG    BEGIN        LEFTMARGIN, 7        RIGHTMARGIN, 242        TOPMARGIN, 7        BOTTOMMARGIN, 117    END    IDD_DIAGNOSTIC, DIALOG    BEGIN        LEFTMARGIN, 5        RIGHTMARGIN, 179        BOTTOMMARGIN, 93    END    IDD_WIZARD, DIALOG    BEGIN        RIGHTMARGIN, 378    END    IDD_WIZARD_WELCOME, DIALOG    BEGIN        VERTGUIDE, 20        VERTGUIDE, 275        BOTTOMMARGIN, 161    END    IDD_WIZARD_FINISHED_UNTRAINED, DIALOG    BEGIN        VERTGUIDE, 20        BOTTOMMARGIN, 161    END    IDD_WIZARD_FOLDERS_REST, DIALOG    BEGIN        VERTGUIDE, 20        VERTGUIDE, 268        BOTTOMMARGIN, 161        HORZGUIDE, 85        HORZGUIDE, 117    END    IDD_WIZARD_FOLDERS_WATCH, DIALOG    BEGIN        VERTGUIDE, 20        BOTTOMMARGIN, 161    END    IDD_WIZARD_FINISHED_UNCONFIGURED, DIALOG    BEGIN        VERTGUIDE, 20        BOTTOMMARGIN, 161    END    IDD_WIZARD_FOLDERS_TRAIN, DIALOG    BEGIN        VERTGUIDE, 20        VERTGUIDE, 268        BOTTOMMARGIN, 161        HORZGUIDE, 49        HORZGUIDE, 81    END    IDD_WIZARD_TRAIN, DIALOG    BEGIN        VERTGUIDE, 20        BOTTOMMARGIN, 161    END    IDD_WIZARD_FINISHED_TRAINED, DIALOG    BEGIN        VERTGUIDE, 20        BOTTOMMARGIN, 161    END    IDD_WIZARD_TRAINING_IS_IMPORTANT, DIALOG    BEGIN        VERTGUIDE, 11        VERTGUIDE, 22        VERTGUIDE, 274        BOTTOMMARGIN, 161    END    IDD_WIZARD_FINISHED_TRAIN_LATER, DIALOG    BEGIN        VERTGUIDE, 20        BOTTOMMARGIN, 161    ENDEND#endif    // APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// Bitmap//IDB_SBLOGO              BITMAP  MOVEABLE PURE   "sblogo.bmp"IDB_SBWIZLOGO           BITMAP  MOVEABLE PURE   "sbwizlogo.bmp"#endif    // Ingl閟 (Estados Unidos) resources//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Ingl閟 (Australia) resources#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)#ifdef _WIN32LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS#pragma code_page(1252)#endif //_WIN32///////////////////////////////////////////////////////////////////////////////// Dialog//IDD_GENERAL DIALOGEX 0, 0, 253, 257

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -