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

📄 dxpsres.pas

📁 a voice guide client ,it is the second part of voice guide center
💻 PAS
📖 第 1 页 / 共 5 页
字号:
    'point to Settings on the Windows Start menu, click Printers, and then double-click Add Printer. ' +                                                                                                                                                  
    'Follow the instructions in the wizard.';                                                                                                                                                                                                             
  sdxPrintDialogInPrintingState = '打印机正在打印。'+#10#13+
  //tt8//'Printer is currently printing.' + #10#13 +                                                                                                                                        
    'Please wait.';                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                          
  { Printer State }                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                          
  sdxPrintDialogPSPaused = '暂停';
  //tt8//'Paused';                                                                                                                                                                                                    
  sdxPrintDialogPSPendingDeletion = '正在删除';
  //tt8//'Pending Deletion';                                                                                                                                                                             
  sdxPrintDialogPSBusy = '繁忙';
  //tt8//'Busy';                                                                                                                                                                                                        
  sdxPrintDialogPSDoorOpen = '通道打开';
  //tt8//'Door Open';                                                                                                                                                                                           
  sdxPrintDialogPSError = '错误';
  //tt8//'Error';                                                                                                                                                                                                      
  sdxPrintDialogPSInitializing = '初始化';
  //tt8//'Initializing';                                                                                                                                                                                      
  sdxPrintDialogPSIOActive = '输入输出有效';
  //tt8//'IO Active';                                                                                                                                                                                       
  sdxPrintDialogPSManualFeed = '手工送纸';
  //tt8//'Manual Feed';                                                                                                                                                                                       
  sdxPrintDialogPSNoToner = '没有墨粉';
  //tt8//'No Toner';                                                                                                                                                                                             
  sdxPrintDialogPSNotAvailable = '不可用';
  //tt8//'Not Available';                                                                                                                                                                                     
  sdxPrintDialogPSOFFLine = '脱机';
  //tt8//'Offline';                                                                                                                                                                                                  
  sdxPrintDialogPSOutOfMemory = '内存溢出';
  //tt8//'Out of Memory';                                                                                                                                                                                    
  sdxPrintDialogPSOutBinFull = '输出储存器已满';
  //tt8//'Output Bin Full';                                                                                                                                                                             
  sdxPrintDialogPSPagePunt = '页平底';
  //tt8//'Page Punt';                                                                                                                                                                                             
  sdxPrintDialogPSPaperJam = '卡纸';
  //tt8//'Paper Jam';                                                                                                                                                                                               
  sdxPrintDialogPSPaperOut = '纸张跳出';
  //tt8//'Paper Out';                                                                                                                                                                                           
  sdxPrintDialogPSPaperProblem = '纸张问题';
  //tt8//'Paper Problem';                                                                                                                                                                                   
  sdxPrintDialogPSPrinting = '正在打印';
  //tt8//'Printing';                                                                                                                                                                                            
  sdxPrintDialogPSProcessing = '正在处理';
  //tt8//'Processing';                                                                                                                                                                                        
  sdxPrintDialogPSTonerLow = '墨粉较少';
  //tt8//'Toner Low';                                                                                                                                                                                           
  sdxPrintDialogPSUserIntervention = '需用户干涉';
  //tt8//'User Intervention';                                                                                                                                                                         
  sdxPrintDialogPSWaiting = '正在等待';
  //tt8//'Waiting';                                                                                                                                                                                              
  sdxPrintDialogPSWarningUp = '正在预热';
  //tt8//'Warming Up';                                                                                                                                                                                         
  sdxPrintDialogPSReady = '就绪';
  //tt8//'Ready';                                                                                                                                                                                                      
  sdxPrintDialogPSPrintingAndWaiting = '正在打印:%d document(s)  请等待';
  //tt8//'Printing: %d document(s) waiting';                                                                                                                                  
                                                                                                                                                                                                                                                          
  sdxLeftMargin = '左边距';
  //tt8//'Left Margin';                                                                                                                                                                                                      
  sdxTopMargin = '上边距';
  //tt8//'Top Margin';                                                                                                                                                                                                        
  sdxRightMargin = '右边距';
  //tt8//'Right Margin';                                                                                                                                                                                                    
  sdxBottomMargin = '下边距';
  //tt8//'Bottom Margin';                                                                                                                                                                                                  
  sdxGutterMargin = '装订线';
  //tt8//'Gutter';                                                                                                                                                                                                         
  sdxHeaderMargin = '页眉';
  //tt8//'Header';                                                                                                                                                                                                           
  sdxFooterMargin = '页脚';
  //tt8//'Footer';                                                                                                                                                                                                           
                                                                                                                                                                                                                                                          
  sdxUnitsInches = '"';
  //tt8//'"';                                                                                                                                                                                                                    
  sdxUnitsCentimeters = '厘米';
  //tt8//'cm';                                                                                                                                                                                                           
  sdxUnitsMillimeters = '毫米';
  //tt8//'mm';                                                                                                                                                                                                           
  sdxUnitsPoints = '磅';
  //tt8//'pt';                                                                                                                                                                                                                  
  sdxUnitsPicas = '像素';
  //tt8//'pi';                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                          
  sdxUnitsDefaultName = '默认';
  //tt8//'Default';                                                                                                                                                                                                      
  sdxUnitsInchesName = '英寸';
  //tt8//'Inches';                                                                                                                                                                                                        
  sdxUnitsCentimetersName = '厘米';
  //tt8//'Centimeters';                                                                                                                                                                                              
  sdxUnitsMillimetersName = '毫米';
  //tt8//'Millimeters';                                                                                                                                                                                              
  sdxUnitsPointsName = '磅';
  //tt8//'Points';                                                                                                                                                                                                          
  sdxUnitsPicasName = '派卡';
  //tt8//'Picas';                                                                                                                                                                                                          
                                                                                                                                                                                                                                                          
  sdxPrintPreview = '打印预览';
  //tt8//'Print Preview';                                                                                                                                                                                                
  sdxReportDesignerCaption = '报表设计';
  //tt8//'Format Report';                                                                                                                                                                                       
  sdxCompositionDesignerCaption = '布局设计';
  //tt8//'Composition Editor';                                                                                                                                                                             
                                                                                                                                                                                                                                                          
  sdxComponentNotSupportedByLink = '组件 "%s" 不被打印组件支持';
  //tt8//'Component "%s" not supported by TdxComponentPrinter';                                                                                                                         
  sdxComponentNotSupported = '组件 "%s" 不被打印组件支持';
  //tt8//'Component "%s" not supported by TdxComponentPrinter';                                                                                                                               
  sdxPrintDeviceNotReady = '打印机尚未安装或者没有就绪';
  //tt8//'Printer has not been installed or is not ready';                                                                                                                                      
  sdxUnableToGenerateReport = '不能产生报表';
  //tt8//'Unable to generate report';                                                                                                                                                                      
  sdxPreviewNotRegistered = '没有已注册的预览表单';
  //tt8//'There is no registered preview form';                                                                                                                                                      
  sdxComponentNotAssigned = '%s' + #13#10 + '没有指定组件属性';
  //tt8//'%s' + #13#10 + 'Not assigned "Component" property';                                                                                                                            
  sdxPrintDeviceIsBusy = '打印机正忙';
  //tt8//'Printer is busy';                                                                                                                                                                                       
  sdxPrintDeviceError = '打印机出错!';
  //tt8//'Printer has encountered error !';                                                                                                                                                                       
  sdxMissingComponent = '缺少组件属性';
  //tt8//'Missing "Component" property';                                                                                                                                                                         
  sdxDataProviderDontPresent = '在布局中没有指定连接的组件';
  //tt8//'There are no Links with Assigned Component in Composition';                                                                                                                       
  sdxBuildingReport = '构建报表:已完成 %d%%';
  //tt8//'Building report: Completed %d%%';                            // obsolete                                                                                                                        
  sdxPrintingReport = '正在打印报表:已完成 %d 页。 按ESC键中断...';
  //tt8//'Printing report: Completed %d page(s). Press Esc to cancel'; // obsolete                                                                                                  
  sdxDefinePrintStylesMenuItem = '定义打印样式(&S)...';
  //tt8//'Define Print &Styles...';                                                                                                                                                              
  sdxAbortPrinting = '要中断打印吗?';
  //tt8//'Abort printing ?';                                                                                                                                                                                       
  sdxStandardStyle = '标准样式';
  //tt8//'Standard Style';                                                                                                                                                                                              
                                                                                                                                                                                                                                                          
  sdxFontStyleBold =

⌨️ 快捷键说明

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