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

📄 wordpad.rc

📁 VC实现word 和ACCESS数据库的连接
💻 RC
📖 第 1 页 / 共 4 页
字号:
    ID_PARA_LEFT            "Left-justifies paragraph\nAlign Left"
    ID_PARA_CENTER          "Center-justifies paragraph\nCenter"
    ID_PARA_RIGHT           "Right-justifies paragraph\nAlign Right"
    ID_PEN_PERIOD           "Inserts a period\nPeriod"
    ID_PEN_SPACE            "Inserts a space\nSpace"
    ID_PEN_BACKSPACE        "Deletes the previous character\nBackspace"
    ID_PEN_NEWLINE          "Inserts a new line\nNew Line"
    ID_PEN_TOGGLE           "Pen\nPen"
    ID_PEN_LENS             "Edit text\nEdit Text"
    ID_PEN_TAB              "Inserts a tab\nTab"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SAVE_FORMAT_TEXT    "You are about to save the document in Text-Only format, which will remove all formatting. Save %1 as"
    IDS_SAVING              "Saving File.  Please Wait."
    IDS_CLIP_RTF            "Formatted Text (RTF)\ntext with formatting"
    IDS_FORMATTING          "Formatting... Please Wait."
    IDS_LEFT                "Left"
    IDS_CENTER              "Center"
    IDS_RIGHT               "Right"
    IDS_MEASUREMENT_RANGE   "The measurement must be between %1 and %2."
    IDS_INVALID_NUMBER      "This is not a valid number."
    IDS_INVALID_FONTSIZE    "The number must be between 1 and 1638."
    IDS_INCHES              "Inches"
    IDS_CENTIMETERS         "Centimeters"
    IDS_POINTS              "Points"
    IDS_PICAS               "Picas"
    IDS_WORD6_WARNING       "This document was created by Word 6.0. WordPad does not support all of the features provided by Word 6.0. Therefore, you may lose information by saving this file as a Word file with the same name."
    IDS_WORD6_WARNING_BUTTONS "&Save\nSave &As...\nCancel"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_FINISHED_SEARCH     "WordPad has finished searching the document."
    IDC_FONTNAME            "Changes the font of the selection\nFont"
    IDC_FONTSIZE            "Changes the font size of the selection\nFont Size"
    IDS_TITLE_FORMATBAR     "Formatting"
    IDS_TITLE_TOOLBAR       "Standard"
    IDS_INCH1_ABBREV        """"
    IDS_INCH2_ABBREV        "in"
    IDS_INCH3_ABBREV        "inch"
    IDS_INCH4_ABBREV        "inches"
    IDS_CM_ABBREV           "cm"
    IDS_POINT_ABBREV        "pt"
    IDS_PICA_ABBREV         "pi"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_NOMORETABS          "There are too many tab stops set in this paragraph."
    IDS_MAPI_FAIL           "An error occurred while sending the document."
    IDS_ERRSPACE            "There is not enough memory. Quit one or more programs and then try again."
    IDS_CANT_LOAD           "Can not load %1 files."
    IDS_TOOMANYFILES        "Unable to open %1.  There are too many files already open."
    IDS_DIRFULL             "Unable to create %1. This folder is full. Use another folder or delete some files from this folder."
    IDS_SHAREVIOLATION      "The document %1 is in use by another application and cannot be accessed."
    IDS_TEXT_OPTIONS        "Text"
    IDS_RTF_OPTIONS         "Rich Text"
    IDS_WORD6_OPTIONS       "Word 6"
    IDS_OPTIONS             "Options"
    IDS_WRITE_OPTIONS       "Write"
    IDS_EMBEDDED_OPTIONS    "Embedded"
    IDS_TEXT_DOCUMENT       "Text Document"
    IDS_RTF_DOCUMENT        "Rich Text Document"
    IDS_WORD6_DOCUMENT      "Word 6 Document"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_WRITEPROTECT        "Unable to write to %1.\nThe disk is write-protected.\nA file cannot be saved on a write-protected disk."
END

#endif    // Chinese (P.R.C.) resources
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_FORMAT_PARA DIALOG DISCARDABLE  0, 0, 185, 112
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Paragraph"
FONT 8, "MS Sans Serif"
BEGIN
    GROUPBOX        "Indentation",IDC_BOX,7,7,114,75
    LTEXT           "&Left:",IDC_STATIC,13,21,29,8
    EDITTEXT        IDC_EDIT_LEFT,52,19,60,14,ES_AUTOHSCROLL
    LTEXT           "&Right:",IDC_STATIC,13,42,29,8,NOT WS_GROUP
    EDITTEXT        IDC_EDIT_RIGHT,52,40,60,14,ES_AUTOHSCROLL
    LTEXT           "&First line:",IDC_STATIC,13,63,32,8,NOT WS_GROUP
    EDITTEXT        IDC_EDIT_FIRST_LINE,52,60,60,14,ES_AUTOHSCROLL
    LTEXT           "&Alignment:",IDC_TEXT_ALIGNMENT,13,91,37,8
    COMBOBOX        IDC_COMBO_ALIGNMENT,52,89,60,45,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP
    DEFPUSHBUTTON   "OK",IDOK,128,10,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,128,27,50,14
END

IDD_FORMAT_TAB DIALOG DISCARDABLE  0, 0, 186, 119
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Tabs"
FONT 8, "MS Sans Serif"
BEGIN
    GROUPBOX        "&Tab stop position",IDC_BOX,7,7,114,103
    COMBOBOX        IDC_COMBO1,13,18,101,68,CBS_SIMPLE | WS_VSCROLL | 
                    WS_TABSTOP
    PUSHBUTTON      "&Set",IDC_BUTTON_SET,13,87,48,14
    PUSHBUTTON      "Cl&ear",IDC_BUTTON_CLEAR,66,87,48,14
    DEFPUSHBUTTON   "OK",IDOK,128,10,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,128,27,50,14
    PUSHBUTTON      "Clear A&ll",IDC_BUTTON_CLEARALL,128,44,50,14
END

IDD_PAGE_SETUP_DIALOG DIALOG DISCARDABLE  0, 0, 185, 112
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Page Setup"
FONT 8, "MS Sans Serif"
BEGIN
    GROUPBOX        "Page Margins",IDC_BOX,7,7,114,98
    LTEXT           "&Top:",IDC_STATIC,13,21,31,8
    EDITTEXT        IDC_EDIT_TM,52,19,60,14,ES_AUTOHSCROLL
    LTEXT           "&Bottom:",IDC_STATIC,13,42,30,8
    EDITTEXT        IDC_EDIT_BM,52,40,60,14,ES_AUTOHSCROLL
    LTEXT           "&Left:",IDC_STATIC,13,63,30,8
    EDITTEXT        IDC_EDIT_LM,52,61,60,14,ES_AUTOHSCROLL
    LTEXT           "&Right:",IDC_STATIC,13,84,30,8
    EDITTEXT        IDC_EDIT_RM,52,82,60,14,ES_AUTOHSCROLL
    DEFPUSHBUTTON   "OK",IDOK,128,10,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,128,27,50,14
END

IDD_DATEDIALOG DIALOG DISCARDABLE  0, 0, 185, 112
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Date and Time"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "&Available formats:",IDC_STATIC_HEADING,7,7,111,8,NOT 
                    WS_GROUP
    LISTBOX         IDC_DATEDIALOG_LIST,7,17,113,87,LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_TABSTOP
    DEFPUSHBUTTON   "OK",IDOK,127,17,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,127,34,50,14
END

IDD_SPLASH DIALOG DISCARDABLE  0, 0, 253, 92
STYLE DS_MODALFRAME | WS_POPUP
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "",IDC_BIGICON,"Button",BS_OWNERDRAW | WS_DISABLED,6,6,
                    38,40
    LTEXT           "WordPad Version 1.0",IDC_STATIC,60,6,164,8,NOT WS_GROUP
    LTEXT           "Microsoft Foundation Classes version 4.0",IDC_STATIC,60,
                    15,164,8,NOT WS_GROUP
    CONTROL         "",IDC_STATIC,"Static",SS_BLACKRECT,60,30,188,1
    LTEXT           "Warning: This computer program is protected by",
                    IDC_STATIC,60,36,188,8
    LTEXT           "copyright law and international treaties.  Unauthorized",
                    IDC_STATIC,60,44,188,8
    LTEXT           "reproduction or distribution of this program, or any",
                    IDC_STATIC,60,52,188,8
    LTEXT           "portion of it, may result in severe civil and criminal",
                    IDC_STATIC,60,60,188,8
    LTEXT           "penalties, and will be prosecuted to the maximum",
                    IDC_STATIC,60,68,188,8
    LTEXT           "extent possible under law.",IDC_STATIC,60,76,188,8
END

IDD_OPTIONS_UNITS DIALOG DISCARDABLE  0, 0, 280, 86
STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION
CAPTION "Options"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "&Inches",IDC_UNITS_IN,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,13,21,54,10
    CONTROL         "&Centimeters",IDC_UNITS_CM,"Button",BS_AUTORADIOBUTTON,
                    74,21,68,10
    CONTROL         "&Points",IDC_UNITS_PT,"Button",BS_AUTORADIOBUTTON,13,39,
                    54,10
    CONTROL         "Pic&as",IDC_UNITS_PI,"Button",BS_AUTORADIOBUTTON,74,39,
                    68,10
    GROUPBOX        "Measurement units",IDC_BOX,7,7,264,53
    CONTROL         "Automatic &word selection",IDC_WORDSEL,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,7,66,106,10
END

IDD_OPTIONS_WRAP DIALOG DISCARDABLE  0, 0, 280, 86
STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION
FONT 8, "MS Sans Serif"
BEGIN
    GROUPBOX        "Word wrap",IDC_BOX,7,7,128,72
    CONTROL         "&No wrap",IDC_WRAP_NONE,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,13,21,81,10
    CONTROL         "&Wrap to window",IDC_WRAP_WINDOW,"Button",
                    BS_AUTORADIOBUTTON,13,39,81,10
    CONTROL         "Wr&ap to ruler",IDC_WRAP_RULER,"Button",
                    BS_AUTORADIOBUTTON,13,57,81,10
    GROUPBOX        "Toolbars",IDC_BOXT,144,7,128,72
    CONTROL         "&Toolbar",IDC_CHECK_TOOLBAR,"Button",BS_AUTOCHECKBOX | 
                    WS_GROUP | WS_TABSTOP,153,21,68,10
    CONTROL         "&Format bar",IDC_CHECK_FORMATBAR,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,153,35,68,10
    CONTROL         "&Ruler",IDC_CHECK_RULERBAR,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,153,49,68,10
    CONTROL         "&Status bar",IDC_CHECK_STATUSBAR,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,153,63,68,10
END

IDD_FILENEWDIALOG DIALOG DISCARDABLE  0, 0, 185, 112
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "New"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "New document type:",IDC_STATIC_HEADING,7,7,111,8,NOT 
                    WS_GROUP
    LISTBOX         IDC_DATEDIALOG_LIST,7,17,114,87,LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_TABSTOP
    DEFPUSHBUTTON   "OK",IDOK,127,17,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,127,34,50,14
END


#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""res\\wordpad.rc2""  // non-App Studio edited resources\r\n"
    "\r\n"
    "#include ""afxres.rc""  \t// Standard components\r\n"
    "#include ""afxprint.rc""\t// printing/print preview resources\r\n"
    "#include ""afxolecl.rc""\t// OLE container resources\r\n"
    "#include ""afxolesv.rc""\t// OLE server resources\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//

IDB_RULER_BLOCK         BITMAP  DISCARDABLE     "res\\rulerbl.bmp"
IDB_RULER_DOWN          BITMAP  DISCARDABLE     "res\\rulerdo.bmp"
IDB_RULER_TAB           BITMAP  DISCARDABLE     "res\\rulerta.bmp"
IDB_RULER_UP            BITMAP  DISCARDABLE     "res\\rulerup.bmp"
IDB_FORMATBAR           BITMAP  DISCARDABLE     "res\\formatba.bmp"
IDR_SRVR_INPLACE        BITMAP  DISCARDABLE     "res\\srvr.bmp"
IDR_MAINFRAME1          BITMAP  DISCARDABLE     "RES\\main1.BMP"
IDB_FORMATBAR_BIG       BITMAP  DISCARDABLE     "res\\formatbg.bmp"
IDR_MAINFRAME1_BIG      BITMAP  DISCARDABLE     "res\\main1b.bmp"
IDR_SRVR_INPLACE_BIG    BITMAP  DISCARDABLE     "res\\srvrbig.bmp"
IDB_BITMAP48            BITMAP  DISCARDABLE     "res\\WORDP48.bmp"
IDB_FONTTYPE            BITMAP  DISCARDABLE     "res\\font.bmp"
IDB_RULER_BLOCKM        BITMAP  DISCARDABLE     "res\\rulerblm.bmp"
IDB_RULER_DOWNM         BITMAP  DISCARDABLE     "res\\rulerdom.bmp"
IDB_RULER_TABM          BITMAP  DISCARDABLE     "res\\rulertam.bmp"
IDB_RULER_UPM           BITMAP  DISCARDABLE     "res\\rulerupm.bmp"
#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "res\wordpad.rc2"  // non-App Studio edited resources

#include "afxres.rc"  	// Standard components
#include "afxprint.rc"	// printing/print preview resources
#include "afxolecl.rc"	// OLE container resources
#include "afxolesv.rc"	// OLE server resources

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

⌨️ 快捷键说明

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