PTShConstsD2.inc
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:5k
源码类别:

Delphi控件源码

开发平台:

Delphi

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