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

📄 ptshconstsd2.inc

📁 一套及时通讯的原码
💻 INC
字号:
{Shell Control Pack translation resource identifiers}
const
  st_ptshbase = $CD00;   {Change this to avoid resource conflicts}

  SFileExistsReplace      = st_ptshbase + 0;
  SSaveIn                 = st_ptshbase + 1;
  SSaveButton             = st_ptshbase + 2;
  SSaveAsCaption          = st_ptshbase + 3;
  SOpenCaption            = st_ptshbase + 4;
  SSaveAsType             = st_ptshbase + 5;
  SDriveDoesNotExist      = st_ptshbase + 6;
  SCannotReadDrive        = st_ptshbase + 7;
  SRemovableDiskHasChanged = st_ptshbase + 8;
  SFileNotFound           = st_ptshbase + 9;
  SPathDoesNotExist       = st_ptshbase + 10;
  SFilenameIsInvalid      = st_ptshbase + 11;
  SFileAlreadyInUse       = st_ptshbase + 12;
  SFileCannotBeAccessed   = st_ptshbase + 13;
  SExistsAndIsReadOnly    = st_ptshbase + 14;
  SFilenameIsReservedDeviceName = st_ptshbase + 15;
  SDiskIsWriteProtected   = st_ptshbase + 16;
  SInsufficientDiskSpace  = st_ptshbase + 17;
  SDoesNotExistCreate     = st_ptshbase + 18;
  SThereCanBeOnlyOne      = st_ptshbase + 19;
  SUpOneLevelHint         = st_ptshbase + 20;
  SCreateNewFolderHint    = st_ptshbase + 21;
  SClose                  = st_ptshbase + 22;
  SLookIn                 = st_ptshbase + 23;
  SFileName               = st_ptshbase + 24;
  SFilesOfType            = st_ptshbase + 25;
  SOpenButton             = st_ptshbase + 26;
  SCancelButton           = st_ptshbase + 27;
  SHelpButton             = st_ptshbase + 28;
  SOpenAsReadOnly         = st_ptshbase + 29;
  SOKButton               = st_ptshbase + 30;
  SViewLargeIconsMenu     = st_ptshbase + 31;
  SViewSmallIconsMenu     = st_ptshbase + 32;
  SViewListMenu           = st_ptshbase + 33;
  SViewDetailsMenu        = st_ptshbase + 34;
  SEditCutMenu            = st_ptshbase + 35;
  SEditCopyMenu           = st_ptshbase + 36;
  SEditPasteMenu          = st_ptshbase + 37;
  SDeleteMenu             = st_ptshbase + 38;
  SRenameMenu             = st_ptshbase + 39;
  SPropertiesMenu         = st_ptshbase + 40;
  SViewMenu               = st_ptshbase + 41;
  SArrangeIconsMenu       = st_ptshbase + 42;
  SLineUpIconsMenu        = st_ptshbase + 43;
  SPasteShortcutMenu      = st_ptshbase + 44;
  SSelectAllMenu          = st_ptshbase + 45;
  SInvertSelectionMenu    = st_ptshbase + 46;
  SNewMenu                = st_ptshbase + 47;
  SNewFolderMenu          = st_ptshbase + 48;
  SNewShortcutMenu        = st_ptshbase + 49;
  SCreateFolder           = st_ptshbase + 50;
  SCreateFolderContext    = st_ptshbase + 51;
  SBytes                  = st_ptshbase + 52;
  SFilesizeKB             = st_ptshbase + 53;
  SFilesizeMB             = st_ptshbase + 54;
  SFilesizeGB             = st_ptshbase + 55;
  SFilesizeTB             = st_ptshbase + 56;
  SFilesizeX_YBytes       = st_ptshbase + 57;
  SYouMustTypeFilename    = st_ptshbase + 58;
  SFolderDoesNotExist     = st_ptshbase + 59;
  SNewFolder              = st_ptshbase + 60;
  SNewShortcut            = st_ptshbase + 61;
  SNewDocFilePrefix       = st_ptshbase + 62;
  SNewPopupContext        = st_ptshbase + 63;
  SNewFolderContext       = st_ptshbase + 64;
  SNewShortcutContext     = st_ptshbase + 65;
  SCannotCreateFolder     = st_ptshbase + 66;
  SUnableToCreateFolder   = st_ptshbase + 67;
  SUnableToCreateFile     = st_ptshbase + 68;
  SColumnName             = st_ptshbase + 69;
  SColumnInFolder         = st_ptshbase + 70;
  SColumnSize             = st_ptshbase + 71;
  SColumnType             = st_ptshbase + 72;
  SColumnModified         = st_ptshbase + 73;
  SColumnStatus           = st_ptshbase + 74;
  SColumnSynchCopyIn      = st_ptshbase + 75;
  SColumnComment          = st_ptshbase + 76;
  SColumnLocation         = st_ptshbase + 77;
  SColumnOriginalLocation = st_ptshbase + 78;
  SColumnDateDeleted      = st_ptshbase + 79;
  SColumnAttributes       = st_ptshbase + 80;
  SAttributesChars        = st_ptshbase + 81;
  SSystemFolder           = st_ptshbase + 82;
  SDeleteHint             = st_ptshbase + 83;
  SPropertiesHint         = st_ptshbase + 84;
  SCutHint                = st_ptshbase + 85;
  SCopyHint               = st_ptshbase + 86;
  SPasteHint              = st_ptshbase + 87;
  SUndoHint               = st_ptshbase + 88;
  SDeleteContext          = st_ptshbase + 89;
  SPropertiesContext      = st_ptshbase + 90;
  SCutContext             = st_ptshbase + 91;
  SCopyContext            = st_ptshbase + 92;
  SPasteContext           = st_ptshbase + 93;
  SSendToContext          = st_ptshbase + 94;
  SNewContext             = st_ptshbase + 95;
  SViewContext            = st_ptshbase + 96;
  SViewLargeIconsContext  = st_ptshbase + 97;
  SViewSmallIconsContext  = st_ptshbase + 98;
  SViewListContext        = st_ptshbase + 99;
  SViewDetailsContext     = st_ptshbase + 100;
  SViewLargeIconsHint     = st_ptshbase + 101;
  SViewSmallIconsHint     = st_ptshbase + 102;
  SViewListHint           = st_ptshbase + 103;
  SViewDetailsHint        = st_ptshbase + 104;
  SBrowseForFolder        = st_ptshbase + 105;
  SShowTreeHint           = st_ptshbase + 106;
  SShKey_SelectAll        = st_ptshbase + 107;
  SShKey_Delete           = st_ptshbase + 108;
  SShKey_Copy             = st_ptshbase + 109;
  SShKey_Cut              = st_ptshbase + 110;
  SShKey_Paste            = st_ptshbase + 111;
  SShKey_Refresh          = st_ptshbase + 112;
  SShKey_Edit             = st_ptshbase + 113;
  SDialogFontName         = st_ptshbase + 114;

⌨️ 快捷键说明

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