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

📄 sctrep.rc

📁 suite component ace report
💻 RC
字号:
#include "sctconst.pas"

STRINGTABLE
{
  SCT_EFillInDataSet       ,"The DataSource property on the TSctGroupPage component is not filled in.  You need to set this property to let the report know what database to skip thru.  Right click the glasses button, this selects the TSctGroupPage component."
  SCT_EDeleteGroup         ,"You are not allowed to delete a group outside of the page manager"
  SCT_EDeleteBand          ,"You are not allowed to delete a band outside of the page manager."
  SCT_QDeleteReport        ,"Are you sure you want to delete this report?"
  SCT_QDelete              ,"Delete?"
  SCT_MPrinterBusy         ,"The printer is busy, please wait."
  SCT_ERunReport           ,"Could not run report, Error: 60655"
  SCT_CMax                 ,"Max"
  SCT_CMin                 ,"Min"
  SCT_EDeletePage          ,"You cannot delete this page"
  SCT_EDeleteGroupPage     ,"You cannot delete this Group Page"
  SCT_EFillInDBField       ,"Fill in the database field for TSctDbVAr: %s"
  SCT_EDBData              ,"Data for variable: %s is not setup correctly.  Make sure all the properties are filled in correctly."
  SCT_ECircleReference     ,"Circular variable reference for variable: %s"
  SCT_EDataTypeBad         ,"Datatype is bad for variable: %s"
  SCT_ETotalAccess         ,"Invalid access to totalvar: %s"

  SCT_CCollated            ,"Collate"
  SCT_CDestCaption         ,"Report Destination"
  SCT_CRangeGroup          ,"Range"
  SCT_CDestinationGroup    ,"Destination"
  SCT_CPrinter             ,"P&rinter"
  SCT_CScreen              ,"Scr&een"
  SCT_CAll                 ,"All"
  SCT_CPages               ,"Pages"
  SCT_CFrom                ,"From"
  SCT_CTo                  ,"To"
  SCT_CPrint               ,"&Print"
  SCT_CCancel              ,"&Cancel"
  SCT_CPrinterSetup        ,"Printer &Setup"
  SCT_CCopies              ,"Copies"
  SCT_CCurrentPage         ,"Current Page"

  SCT_CPrintingWait        ,"Printing, Please Wait..."
  SCT_MGenerating          ,"Generating, Please Wait ..."
  SCT_CPage                ,"Page:"
  SCT_CAbort               ,"Abort"
  SCT_CPrintStatusCaption  ,"Print Status"

  SCT_QAbortYes         ,"Yes      - Discard Report"
  SCT_QAbortNo          ,"No       - Retain partial report"
  SCT_QAbortCancel      ,"Cancel - Continue generating report"
  SCT_QAbortAsk         ,"Abort Report?"

  SCT_CGotoTitle        , "Page Movement"
  SCT_CGotoPrompt       , "GoTo Page:"
  SCT_CGotoBtn          , "&Go"
  SCT_CGotoCancel       , "&Cancel"

  SCT_CViewerCaption    , "Ace Viewer"
  SCT_CFileMenu         , "&File"
  SCT_COptionMenu       , "&Options"
  SCT_CNavigateMenu     , "&Navigate"
  SCT_COpenItem         , "&Open"
  SCT_CCloseItem        , "&Close"
  SCT_CSaveItem         , "&Save"
  SCT_CPrintSetupItem   , "PrinterSetup"
  SCT_CPrintItem        , "Print"
  SCT_CExitItem         , "&Exit"
  SCT_CSyncItem         , "&Synchronize"
  SCT_CToolbarItem      , "&Toolbar"
  SCT_CTwoPageItem      , "Two Pa&ge"
  SCT_CNextPage         , "Next Page"
  SCT_CPrevPage         , "Previous Page"
  SCT_CFirstPage        , "First Page"
  SCT_CLastPage         , "Last Page"
  SCT_CGotoPage         , "Jump To Page"
  SCT_CCloseBtn         , "&Close"
  SCT_CCloseBtnHint     , "Close the Preview Window"
  SCT_CSendPrinter      , "Send To Printer, Right-Click to skip prompt"
  SCT_CAbortBtn         , "Abort Report"
  SCT_CZoomHint         , "Double Click Toolbar for Zoom Toggle between Page/100%"
  SCT_CPageNumHint      , "Double Click for Jump to specific page"

}

⌨️ 快捷键说明

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