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

📄 findreplacedlg.rc

📁 一个类似于写字板的程序
💻 RC
字号:
/*
this file is part of notepad++
Copyright (C)2003 Don HO ( donho@altern.org )

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef FIND_REPLACE_DLG_RC
#define FIND_REPLACE_DLG_RC
#include <windows.h>
#include "FindReplaceDlg_rc.h"

IDD_FIND_REPLACE_DLG DIALOGEX 36, 44, 288, 123
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP | 
    WS_CAPTION
EXSTYLE WS_EX_TOOLWINDOW
CAPTION "Replace"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "Find what :",IDFINDWHAT_STATIC,5,7,55,8
    COMBOBOX        IDFINDWHAT,60,5,125,50,CBS_DROPDOWN | CBS_AUTOHSCROLL | 
                    WS_TABSTOP
    LTEXT           "Re&place with :",ID_STATICTEXT_REPLACE,5,25,55,8
    COMBOBOX        IDREPLACEWITH,60,24,125,50,CBS_DROPDOWN | 
                    CBS_AUTOHSCROLL | WS_TABSTOP
    CONTROL         "Match &whole word only",IDWHOLEWORD,"Button",
                    BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,5,70,110,10
    CONTROL         "Match &case",IDMATCHCASE,"Button",BS_AUTOCHECKBOX | 
                    WS_GROUP | WS_TABSTOP,5,82,110,10
    CONTROL         "Regular &expression",IDREGEXP,"Button",BS_AUTOCHECKBOX | 
                    WS_GROUP | WS_TABSTOP,5,94,110,10
    CONTROL         "Wrap aroun&d",IDWRAP,"Button",BS_AUTOCHECKBOX | 
                    WS_GROUP | WS_TABSTOP,5,106,110,10
    GROUPBOX        "Direction",IDC_DIR_STATIC,123,71,60,34,WS_GROUP
    CONTROL         "&Up",IDDIRECTIONUP,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,128,79,45,12
    CONTROL         "&Down",IDDIRECTIONDOWN,"Button",BS_AUTORADIOBUTTON,128,
                    91,45,12
    DEFPUSHBUTTON   "Find Next",IDOK,190,5,90,14,WS_GROUP
    PUSHBUTTON      "&Replace",IDREPLACE,190,23,90,14
    PUSHBUTTON      "Replace &All",IDREPLACEALL,190,41,90,14
    PUSHBUTTON      "Close",IDCANCEL,190,59,90,14
    PUSHBUTTON      "Count",IDCCOUNTALL,189,23,90,14
    PUSHBUTTON      "Find All",IDCMARKALL,95,28,75,14
    CONTROL         "Mark Line",IDC_MARKLINE_CHECK,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,13,30,46,10
    CONTROL         "Style found token",IDC_STYLEFOUND_CHECK,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,13,47,73,10
    GROUPBOX        "",IDC_FINDALL_STATIC,7,19,178,45
    CONTROL         "Purge for each search",IDC_PURGE_CHECK,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,95,47,84,10
END


#endif //FIND_REPLACE_DLG_RC

⌨️ 快捷键说明

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