Subject | English | Chinese simplified |
comp., MS | break mode | 中断模式 (A temporary suspension of program execution while in the development environment. In break mode, you can examine, debug, reset, step through, or continue program execution) |
comp., MS | column break | 分栏符 (A special symbol that breaks a column when inserted into a document. It ends the current column and starts the next column) |
comp., MS | hard page-break renderer | 硬分页呈现器 (A rendering extension that maintains the report layout and formatting so that the resulting file is optimized for a consistent printing experience, or to view the report online in a book format) |
comp., MS | line break | 换行符 (The point at which one line ends and another begins) |
comp., MS | manual line break | 手动换行符 (A nonprinting mark you insert to end the current line and continue the text on the next line) |
comp., MS | page break | 分页 (The point at which one page ends and another begins) |
comp., MS | page break preview | 分页预览 (A worksheet view that displays the areas to be printed and the locations of page breaks. The area to be printed is displayed in white, automatic page breaks appear as dashed lines, and manual page breaks appear as solid lines) |
comp., MS | section break | 分节符 (A nonprinting mark you insert to show the end of a section) |
comp., MS | soft break | 软中断 (A break which is simulated by the debugger. It is used if a native program cannot be stopped for some reason (for example, the program is executing in kernel mode). The debugger freezes all threads and simulates a break) |
comp., MS | soft page-break renderer | 软分页呈现器 (A rendering extension that maintains the report layout and formatting so that the resulting file is optimized for screen-based viewing and delivery, such as on a Web page or in the ReportViewer controls) |