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

📄 diskutil.rc

📁 visual c++ 实例编程
💻 RC
📖 第 1 页 / 共 2 页
字号:

/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    IDD_ABOUTBOX, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 228
        VERTGUIDE, 39
        TOPMARGIN, 7
        BOTTOMMARGIN, 59
    END

    IDD_RENAME, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 151
        TOPMARGIN, 7
        BOTTOMMARGIN, 61
    END

    IDD_CONNECT, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 179
        TOPMARGIN, 7
        BOTTOMMARGIN, 72
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME           ICON    DISCARDABLE     "res\\DiskUtil.ico"

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE PRELOAD DISCARDABLE 
BEGIN
    IDR_MAINFRAME           "DiskUtil\n\nDiskUt\n\n\nDiskUtil.Document\nDiskUt Document"
END

STRINGTABLE PRELOAD DISCARDABLE 
BEGIN
    AFX_IDS_APP_TITLE       "RemoteEdit"
    AFX_IDS_IDLEMESSAGE     "Ready"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_INDICATOR_EXT        "EXT"
    ID_INDICATOR_CAPS       "CAP"
    ID_INDICATOR_NUM        "NUM"
    ID_INDICATOR_SCRL       "SCRL"
    ID_INDICATOR_OVR        "OVR"
    ID_INDICATOR_REC        "REC"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_FILE_NEW             "Create a new document\nNew"
    ID_FILE_OPEN            "Open an existing document\nOpen"
    ID_FILE_CLOSE           "Close the active document\nClose"
    ID_FILE_SAVE            "Save the active document\nSave"
    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
    ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_FILE_MRU_FILE1       "Open this document"
    ID_FILE_MRU_FILE2       "Open this document"
    ID_FILE_MRU_FILE3       "Open this document"
    ID_FILE_MRU_FILE4       "Open this document"
    ID_FILE_MRU_FILE5       "Open this document"
    ID_FILE_MRU_FILE6       "Open this document"
    ID_FILE_MRU_FILE7       "Open this document"
    ID_FILE_MRU_FILE8       "Open this document"
    ID_FILE_MRU_FILE9       "Open this document"
    ID_FILE_MRU_FILE10      "Open this document"
    ID_FILE_MRU_FILE11      "Open this document"
    ID_FILE_MRU_FILE12      "Open this document"
    ID_FILE_MRU_FILE13      "Open this document"
    ID_FILE_MRU_FILE14      "Open this document"
    ID_FILE_MRU_FILE15      "Open this document"
    ID_FILE_MRU_FILE16      "Open this document"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
    ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_EDIT_CLEAR           "Erase the selection\nErase"
    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
    ID_EDIT_FIND            "Find the specified text\nFind"
    ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
    ID_EDIT_UNDO            "Undo the last action\nUndo"
    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
    ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
    ID_VIEW_AUTOARRANGE     "Arrange icons on a grid."
END

STRINGTABLE DISCARDABLE 
BEGIN
    AFX_IDS_SCSIZE          "Change the window size"
    AFX_IDS_SCMOVE          "Change the window position"
    AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
    AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
    AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
    AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
    AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
END

STRINGTABLE DISCARDABLE 
BEGIN
    AFX_IDS_SCRESTORE       "Restore the window to normal size"
    AFX_IDS_SCTASKLIST      "Activate Task List"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_VIEW_SMALLICON       "Display items by using small icons.\nSmall Icons"
    ID_VIEW_LARGEICON       "Display items by using large icons.\nLarge Icons"
    ID_VIEW_LIST            "Displays items in a list.\nList"
    ID_VIEW_DETAILS         "Displays detailed information about each item in the window.\nDetails"
    ID_VIEW_LINEUP          "Arranges icons in a grid."
    ID_VIEW_BYNAME          "Sorts the icons alphabetically."
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_PREVSECTOR           "This takes you to the previous Sector or Cluster\nPrevious Sector/Cluster"
    ID_NEXTSECTOR           "This takes you to the next Sector or Cluster\nNext Sector/Cluster"
    ID_REFRESH              "Refreshes the disk items in the tree view by resetting all of them\nRefresh"
    ID_SECTORDUMP           "Dumps the tree items as sectors rather than as their own types\nSector Dumping"
    ID_BACKUP               "Backup Critical areas of Hard disk like Partition table, FAT etc.\nBackup Critical Areas"
    ID_RESTORE              "Restore Critical areas of Hard disk like Partition table, FAT etc.\nRestore Critical"
    ID_CHANGE               "Write the changes made to the sector to the disk\nWrite"
    ID_DISCARD              "Discard changes made to the sector by reloading the disk sector back\nDiscard"
    ID_RAWDUMP              "Dumps sectors in Hexadecimal no matter what the item is.  The logical disk can be viewed fully using this method.\nRaw Sector Dump"
    ID_GOTO                 "Goes to a specific sector in Raw Sector Dumping Mode\nGoto Sector"
    ID_USAGE                "It details on the features available in this utility\nUsage"
    ID_DISKCOPY             "Copies a floppy disk onto another disk\nDisk Copy"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_SEARCH               "Searches in Sectors in the Raw Disk\nSearch Bytes"
    ID_SEARCHASCII          "Searches for the occurance of a String of characters\nSearch String"
    ID_SCANDISK             "Scan Disks for errors and fix them\nScan Disks"
    ID_DEFRAGMENT           "Defragment Disks to Optimize performance\nDefragment Disks"
    ID_FILECOPY             "Copy Files from one Folder to another\nFiles Copy"
    ID_DELETE               "Delete Files from the folders\nFiles Delete"
    ID_FORMAT               "Formats and initializes the disks\nFormat Disks"
    ID_DISKINFO             "Get the information of the specific disk\nDisk Information"
    ID_UNDELETE             "Undelete Files or Folders which were accidentally deleted\nUndelete"
    ID_SEARCHFILE           "Search for Files or Folders with many search criteria\nSearch Files"
    ID_PASTE                "Pastes the copied file onto the specific location\nPaste"
    ID_SPLITCOPY            "Splits and copies files to the floppy disk fixing errors\nSplit & Copy"
    ID_SAFEPASTEFILE        "Pastes file safely skipping bad sectors which pasting\nSafe Paste"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_DELETEFILE           "Delete files normally with possiblity of undelete\nDelete"
    ID_DOOMEDDELETE         "Deletes files by wiping them off completely, no undelete whatsoever is possible but slow\nDoomed Delete"
    ID_SAFEDELETEFILE       "Safely delete files, no possiblity of undelete.  But still you can retrieve deleted data\nSafe Delete"
    ID_DISCARDCHANGES       "Discard the changes made to the Sector/Cluster by reloading it\nDiscard Changes"
    ID_DEMOCOPY             "dgfb"
    ID_RENAME               "Rename after the files have been recovered from deletion status\n"
    ID_CONNECT              "This enables connection to a remote machine\nConnect"
END

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



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif //_WIN32
#include "res\DiskUtil.rc2"  // non-Microsoft Visual C++ edited resources
#include "afxres.rc"         // Standard components
#endif

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

⌨️ 快捷键说明

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