You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1510 lines
54 KiB

1 month ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Language Name="zh-CHS" Author="song guo qiang &lt;sgq.qingdao@gmail.com&gt;">
  3. <Buttons>
  4. <Ok Text="确定"/>
  5. <Cancel Text="取消"/>
  6. <Close Text="关闭"/>
  7. <MoreOptions Text="更多选项"/>
  8. <LessOptions Text="普通选项"/>
  9. <Actions Text="动作"/>
  10. <Previous Text="&lt;上一个"/>
  11. <Next Text="下一个&gt;"/>
  12. <Finish Text="完成"/>
  13. <Advanced Text="高级..."/>
  14. </Buttons>
  15. <Messages>
  16. <AccessingData Text="读取数据..."/>
  17. <CantFindObject Text="没有找到对象"/>
  18. <CantLoadReport Text="加载报表{0}失败"/>
  19. <ClassError Text="没有找到报表脚本主类"/>
  20. <Confirmation Text="确定"/>
  21. <DataNotInitialized Text="数据源没有初始化"/>
  22. <DecompressError Text="解压文件失败"/>
  23. <DecryptError Text="解密失败:错误的密码"/>
  24. <DelegateError Text="{0}方法必须包含两个参数:'sender' 和 'e'"/>
  25. <DeleteAncestor Text="不能删除{0}, 因为它是父报表中的对象"/>
  26. <DuplicateName Text="名称为{0}的对象已经存在"/>
  27. <DuplicateStyle Text="该样式名称已经存在"/>
  28. <Error Text="错误"/>
  29. <EventError Text="由于代码中有错误,不能创建事件处理程序"/>
  30. <ExportingPage Text="正在输出第{0}页,共{1}页"/>
  31. <GeneratingPage Text="正在生成页{0}"/>
  32. <GeneratingPageFirstPass Text="第一步:正在生成页{0}"/>
  33. <Information Text="消息"/>
  34. <MatrixError Text="{0}:矩阵对象至少要一行和一列,并且有一个单元格"/>
  35. <MatrixValueError Text="值数量与矩阵数据单元个数量不同(必须是{0}个)"/>
  36. <ParentError Text="{0}类型的对象不能包含{1}类型的对象"/>
  37. <ParentError1 Text="{0}类型的对象不能包含对象"/>
  38. <Performance Text="耗时{0}ms"/>
  39. <PreparingData Text="准备数据..."/>
  40. <PrintingPage Text="正在打印第{0}页"/>
  41. <RenameAncestor Text="不能重命名{0},它是父 报表对象"/>
  42. <SaveChanges Text="是否保存{0}?"/>
  43. <SaveChangesToPreviewPage Text="是否保存到上一页?"/>
  44. <TableIsNull Text="表格没有和数据关联,使用Report.RegisterData方法注册数据"/>
  45. <TableManualBuildError Text="在手工构建过程中,你只能使用TableObject.PrintRow, PrintColumn方法"/>
  46. <Warning Text="警告"/>
  47. <WrongFileFormat Text="不能加载文件,未知的文件格式"/>
  48. </Messages>
  49. <Misc>
  50. <ShortUnitsMm Text="mm"/>
  51. <ShortUnitsCm Text="cm"/>
  52. <ShortUnitsIn Text="in"/>
  53. <ShortUnitsHi Text="hi"/>
  54. <Sample Text="示例"/>
  55. <None Text="空"/>
  56. <PageN Text="第{0}页"/>
  57. <PageNofM Text="第{0}页共{1}页"/>
  58. <ofM Text="共{0}页"/>
  59. </Misc>
  60. <Objects>
  61. <Report Text="报表"/>
  62. <ReportPage Text="页面"/>
  63. <DialogPage Text="窗体"/>
  64. <XmlDataConnection Text="XML数据源"/>
  65. <OleDbDataConnection Text="OLE DB 数据源"/>
  66. <MsAccessDataConnection Text="MS Access 数据源"/>
  67. <MsSqlDataConnection Text="MS SQL 数据源"/>
  68. <FirebirdDataConnection Text="Firebird数据源"/>
  69. <VistaDBDataConnection Text="VistaDB数据源"/>
  70. <PostgresDataConnection Text="Postgres数据源"/>
  71. <MySqlDataConnection Text="MySQL 数据源"/>
  72. <OracleDataConnection Text="Oracle数据源"/>
  73. <Bands Text="栏">
  74. <ReportTitle Text="报表标题区"/>
  75. <ReportSummary Text="报表合计区"/>
  76. <PageHeader Text="页眉"/>
  77. <PageFooter Text="页脚"/>
  78. <ColumnHeader Text="栏首"/>
  79. <ColumnFooter Text="栏尾"/>
  80. <DataHeader Text="数据首"/>
  81. <DataFooter Text="数据尾"/>
  82. <Data Text="数据区"/>
  83. <GroupHeader Text="分组页眉"/>
  84. <GroupFooter Text="分组页脚"/>
  85. <Child Text="子报表"/>
  86. <Overlay Text="覆盖"/>
  87. </Bands>
  88. <TextObject Text="文本"/>
  89. <Shapes Text="图形">
  90. <Line Text="线"/>
  91. <DiagonalLine Text="对角线"/>
  92. <Rectangle Text="矩形"/>
  93. <RoundRectangle Text="圆角矩形"/>
  94. <Ellipse Text="椭圆形"/>
  95. <Triangle Text="三角形"/>
  96. <Diamond Text="菱形"/>
  97. </Shapes>
  98. <PictureObject Text="图片"/>
  99. <TableObject Text="表格"/>
  100. <Matrix Text="交叉表"/>
  101. <MatrixObject Text="交叉表"/>
  102. <SubreportObject Text="子报表"/>
  103. <BarcodeObject Text="条形码"/>
  104. <RichObject Text="Rich Text"/>
  105. <MSChartObject Text="图表"/>
  106. <CheckBoxObject Text="复选框"/>
  107. <ButtonControl Text="Button"/>
  108. <CheckBoxControl Text="CheckBox"/>
  109. <CheckedListBoxControl Text="CheckedListBox"/>
  110. <ComboBoxControl Text="ComboBox"/>
  111. <GridControl Text="Grid"/>
  112. <DataSelectorControl Text="DataSelector"/>
  113. <DateTimePickerControl Text="DateTimePicker"/>
  114. <GroupBoxControl Text="GroupBox"/>
  115. <LabelControl Text="Label"/>
  116. <ListBoxControl Text="ListBox"/>
  117. <ListViewControl Text="ListView"/>
  118. <MaskedTextBoxControl Text="MaskedTextBox"/>
  119. <MonthCalendarControl Text="MonthCalendar"/>
  120. <NumericUpDownControl Text="NumericUpDown"/>
  121. <PanelControl Text="Panel"/>
  122. <PictureBoxControl Text="PictureBox"/>
  123. <RadioButtonControl Text="RadioButton"/>
  124. <RichTextBoxControl Text="RichTextBox"/>
  125. <TextBoxControl Text="TextBox"/>
  126. <TreeViewControl Text="TreeView"/>
  127. </Objects>
  128. <FileFilters>
  129. <Report Text="报表文件 (*.frx)|*.frx"/>
  130. <PreparedReport Text="报表文件 (*.fpx)|*.fpx"/>
  131. <Style Text="报表样式 (*.frs)|*.frs"/>
  132. <Dictionary Text="字典 (*.frd)|*.frd"/>
  133. <Localization Text="本地化文件 (*.frl)|*.frl"/>
  134. <XsdFile Text="XML schema 定义文件 (*.xsd)|*.xsd"/>
  135. <XmlFile Text="XML 文件 (*.xml)|*.xml"/>
  136. <MdbFile Text="MS Access database (*.mdb)|*.mdb"/>
  137. <MdfFile Text="Microsoft SQL Server databases (*.mdf)|*.mdf"/>
  138. <RtfFile Text="Rich Text 文件 (*.rtf)|*.rtf"/>
  139. <Images Text="图片文件|*.bmp;*.png;*.jpg;*.jpeg;*.gif;*.tiff;*.tif;*.ico;*.emf;*.wmf"/>
  140. <Assembly Text="Assembly (*.dll,*.exe)|*.dll;*.exe"/>
  141. <PrnFile Text="Printer 文件 (*.prn)|*.prn"/>
  142. <BmpFile Text="Bitmap image (*.bmp)|*.bmp"/>
  143. <PngFile Text="PNG image (*.png)|*.png"/>
  144. <JpegFile Text="JPG image (*.jpg)|*.jpg"/>
  145. <GifFile Text="GIF image (*.gif)|*.gif"/>
  146. <TiffFile Text="TIFF image (*.tiff)|*.tiff"/>
  147. <MetafileFile Text="Windows metafile (*.emf)|*.emf"/>
  148. <HtmlFile Text="HTML file (*.html)|*.html"/>
  149. <OdtFile Text="Open Office Writer 文件 (*.odt)|*.odt"/>
  150. <OdsFile Text="Open Office Calc 文件 (*.ods)|*.ods"/>
  151. <PdfFile Text="Adobe Acrobat 文件 (*.pdf)|*.pdf"/>
  152. <TxtFile Text="Text 文件 (*.txt)|*.txt"/>
  153. <CsvFile Text="Comma Separated Values (*.csv)|*.csv"/>
  154. <XlsFile Text="MS Excel 文件 (*.xls)|*.xls"/>
  155. <CsFile Text="C# 文件 (*.cs)|*.cs"/>
  156. <VbFile Text="VB.Net 文件 (*.vb)|*.vb"/>
  157. <FdbFile Text="Firebird database (*.fdb)|*.fdb"/>
  158. <Vdb3File Text="VistaDB database (*.vdb*)|*.vdb*"/>
  159. </FileFilters>
  160. <Formats>
  161. <Date1 Text="d"/>
  162. <Date2 Text="D"/>
  163. <Date3 Text="f"/>
  164. <Date4 Text="F"/>
  165. <Date5 Text="MM/dd/yy"/>
  166. <Date6 Text="MM/dd/yyyy"/>
  167. <Date7 Text="MMMM yyyy"/>
  168. <Time1 Text="t"/>
  169. <Time2 Text="T"/>
  170. <Time3 Text="hh:mm tt"/>
  171. <Time4 Text="HH:mm"/>
  172. <BooleanF1 Text="False"/>
  173. <BooleanF2 Text="No"/>
  174. <BooleanF3 Text="Off"/>
  175. <BooleanF4 Text=" "/>
  176. <BooleanT1 Text="True"/>
  177. <BooleanT2 Text="Yes"/>
  178. <BooleanT3 Text="On"/>
  179. <BooleanT4 Text="X"/>
  180. <Custom1 Text="电话;(000) 000-0000"/>
  181. <Custom2 Text="电话;+0(000) 000-0000"/>
  182. <Custom3 Text="Social security;000-00-0000"/>
  183. <Custom4 Text="邮政编码:00000"/>
  184. <Custom5 Text="邮政编码:00000-0000"/>
  185. </Formats>
  186. <Designer>
  187. <Menu>
  188. <File Text="文件(&amp;F)">
  189. <New Text="新建"/>
  190. <Open Text="打开..."/>
  191. <Close Text="关闭"/>
  192. <Save Text="保存"/>
  193. <SaveAs Text="保存为"/>
  194. <SaveAll Text="保存全部"/>
  195. <PageSetup Text="页面设置"/>
  196. <PrinterSetup Text="打印设置..."/>
  197. <Preview Text="预览..."/>
  198. <SelectLanguage Text="选择语言..."/>
  199. <Exit Text="退出"/>
  200. </File>
  201. <Edit Text="编辑(&amp;E)">
  202. <Undo Text="撤销"/>
  203. <Redo Text="重复"/>
  204. <Cut Text="剪切"/>
  205. <Copy Text="复制"/>
  206. <Paste Text="粘贴"/>
  207. <Delete Text="删除"/>
  208. <DeletePage Text="删除页面"/>
  209. <SelectAll Text="选择全部"/>
  210. <Group Text="组合"/>
  211. <Ungroup Text="取消组合"/>
  212. <Find Text="查找"/>
  213. <Replace Text="替换"/>
  214. </Edit>
  215. <View Text="视图(&amp;V)">
  216. <StartPage Text="起始页"/>
  217. <Toolbars Text="工具栏"/>
  218. <Options Text="选项"/>
  219. <Grid Text="网格"/>
  220. <Guides Text="辅助线"/>
  221. <AutoGuides Text="对齐到网格"/>
  222. <DeleteHGuides Text="删除水平辅助线"/>
  223. <DeleteVGuides Text="删除垂直辅助线"/>
  224. <Units Text="计量单位"/>
  225. </View>
  226. <Insert Text="插入(&amp;I)"/>
  227. <Report Text="报表(&amp;R)">
  228. <Bands Text="设置报表栏..."/>
  229. <Styles Text="样式..."/>
  230. <GroupExpert Text="分组专家..."/>
  231. <Options Text="选项..."/>
  232. </Report>
  233. <Data Text="数据(&amp;D)">
  234. <ShowData Text="显示数据源"/>
  235. <Add Text="添加数据源..."/>
  236. <Choose Text="选择数据源"/>
  237. </Data>
  238. <Window Text="窗口(&amp;W)">
  239. <CloseAll Text="关闭所有窗口"/>
  240. </Window>
  241. <Help Text="帮助(&amp;H)">
  242. <Contents Text="目录..."/>
  243. <About Text="关于..."/>
  244. </Help>
  245. </Menu>
  246. <ToolWindow>
  247. <Properties Text="属性">
  248. <PropertiesTab Text="属性页"/>
  249. <EventsTab Text="事件"/>
  250. <NObjectsSelected Text="选中 {0} 个对象"/>
  251. </Properties>
  252. <ReportTree Text="报表树"/>
  253. <Dictionary Text="数据">
  254. <DataSources Text="数据源"/>
  255. <Parameters Text="参数"/>
  256. <SystemVariables Text="系统变量"/>
  257. <Totals Text="合计"/>
  258. <New Text="新建字典..."/>
  259. <Open Text="打开字典..."/>
  260. <Save Text="保存字典..."/>
  261. <Merge Text="合并字典..."/>
  262. <NewDataSource Text="新建数据源..."/>
  263. <NewRelation Text="新建关系..."/>
  264. <NewParameter Text="新建参数"/>
  265. <NewTotal Text="新建合计"/>
  266. <NewCalculatedColumn Text="新建计算列"/>
  267. <Rename Text="重命名"/>
  268. <Edit Text="编辑..."/>
  269. <Delete Text="删除"/>
  270. <DeleteAlias Text="删除别名"/>
  271. <View Text="查看数据..."/>
  272. <DuplicateName Text="已经存在相同名称的对象"/>
  273. <NRows Text="{0}行"/>
  274. </Dictionary>
  275. <Messages Text="消息">
  276. <Description Text="描述"/>
  277. <Line Text="行"/>
  278. <Column Text="列"/>
  279. </Messages>
  280. </ToolWindow>
  281. <Toolbar>
  282. <AddOrRemove Text="添加/删除"/>
  283. <Reset Text="重置工具栏"/>
  284. <Standard Text="标准">
  285. <New Text="新建报表"/>
  286. <Open Text="打开报表 (Ctrl+O)"/>
  287. <Save Text="保存报表 (Ctrl+S)"/>
  288. <SaveAll Text="保存全部 (Ctrl+Shift+S)"/>
  289. <Preview Text="预览 (Ctrl+P)"/>
  290. <NewPage Text="新建报表页"/>
  291. <NewDialog Text="新建对话框"/>
  292. <DeletePage Text="删除页"/>
  293. <PageSetup Text="页面设置"/>
  294. <Cut Text="剪切 (Ctrl+X)"/>
  295. <Copy Text="复制 (Ctrl+C)"/>
  296. <Paste Text="粘贴 (Ctrl+V)"/>
  297. <Undo Text="撤销 (Ctrl+Z)"/>
  298. <Redo Text="重复"/>
  299. <Group Text="组合"/>
  300. <Ungroup Text="取消组合"/>
  301. </Standard>
  302. <Text Text="格式">
  303. <Name Text="字体"/>
  304. <Size Text="大小"/>
  305. <Bold Text="粗体"/>
  306. <Italic Text="斜体"/>
  307. <Underline Text="下划线"/>
  308. <Left Text="靠左"/>
  309. <Center Text="水平居中"/>
  310. <Right Text="靠右"/>
  311. <Justify Text="两端对齐"/>
  312. <Top Text="靠上"/>
  313. <Middle Text="垂直居中"/>
  314. <Bottom Text="居下"/>
  315. <Color Text="颜色"/>
  316. <Highlight Text="突出显示"/>
  317. <Angle Text="文字角度"/>
  318. </Text>
  319. <Border Text="边框和填充">
  320. <Top Text="上框线"/>
  321. <Bottom Text="下框线"/>
  322. <Left Text="左框线"/>
  323. <Right Text="右框线"/>
  324. <All Text="所有框线"/>
  325. <None Text="没有框线"/>
  326. <FillColor Text="填充颜色"/>
  327. <FillStyle Text="填充样式"/>
  328. <LineColor Text="线条颜色"/>
  329. <Width Text="框线宽度"/>
  330. <Style Text="框线样式"/>
  331. <Props Text="边框属性..."/>
  332. </Border>
  333. <Style Text="样式">
  334. <Styles Text="样式"/>
  335. <SelectStyle Text="选择样式"/>
  336. <NoStyle Text="没有样式"/>
  337. </Style>
  338. <Layout Text="布局">
  339. <AlignToGrid Text="对齐到网格"/>
  340. <Left Text="左端对齐"/>
  341. <Center Text="水平中间对齐"/>
  342. <Right Text="右端对齐"/>
  343. <Top Text="上端对齐"/>
  344. <Middle Text="垂直中间对齐"/>
  345. <Bottom Text="下端对齐"/>
  346. <SameWidth Text="等宽"/>
  347. <SameHeight Text="等高"/>
  348. <SameSize Text="大小相同"/>
  349. <SizeToGrid Text="根据网格调整大小"/>
  350. <SpaceHorizontally Text="水平等距"/>
  351. <IncreaseHorizontalSpacing Text="扩大水平间隔"/>
  352. <DecreaseHorizontalSpacing Text="减少水平间隔"/>
  353. <RemoveHorizontalSpacing Text="移除水平间隔"/>
  354. <SpaceVertically Text="垂直等距"/>
  355. <IncreaseVerticalSpacing Text="增加垂直间隔"/>
  356. <DecreaseVerticalSpacing Text="减少垂直间隔"/>
  357. <RemoveVerticalSpacing Text="移除垂直间隔"/>
  358. <CenterHorizontally Text="水平居中"/>
  359. <CenterVertically Text="垂直居中"/>
  360. <BringToFront Text="置于顶层"/>
  361. <SendToBack Text="置于底层"/>
  362. </Layout>
  363. <Objects Text="对象">
  364. <Select Text="选择"/>
  365. </Objects>
  366. <Zoom Text="缩放">
  367. <ZoomOut Text="缩小"/>
  368. <ZoomIn Text="放大"/>
  369. <Zoom Text="缩放"/>
  370. <PageWidth Text="也宽"/>
  371. <WholePage Text="整页"/>
  372. </Zoom>
  373. </Toolbar>
  374. <Workspace>
  375. <Code Text="代码"/>
  376. <Report>
  377. <ConfigureBands Text="设置报表栏..."/>
  378. </Report>
  379. </Workspace>
  380. <Options Text="选项"/>
  381. <UndoRedo>
  382. <Delete Text="删除 {0}"/>
  383. <Move Text="移动 {0}"/>
  384. <Size Text="改变{0}大小"/>
  385. <Change Text="修改 {0}"/>
  386. <AddGuide Text="添加辅助线"/>
  387. <MoveGuide Text="移动辅助线"/>
  388. <DeleteHGuides Text="删除水平辅助线"/>
  389. <DeleteVGuides Text="删除垂直辅助线"/>
  390. <ResizeBand Text="调整栏"/>
  391. <ChangeParent Text="改变{0}的父对象"/>
  392. <Load Text="加载报表"/>
  393. <Paste Text="粘贴{0}"/>
  394. <Insert Text="插入{0}"/>
  395. <AddPage Text="增加页{0}"/>
  396. <DeletePage Text="删除页"/>
  397. <Script Text="修改脚本"/>
  398. <NObjects Text="{0}个对象"/>
  399. <UndoN Text="撤销{0}个动作"/>
  400. <RedoN Text="回复{0}个动作"/>
  401. <ChangeReport Text="修改报表"/>
  402. <ChangePagesOrder Text="修改页面顺序"/>
  403. <EditPage Text="编辑页面"/>
  404. <EditPrinter Text="编辑打印机设置"/>
  405. <EditReport Text="编辑报表设置"/>
  406. <SelectData Text="选择数据"/>
  407. <EditData Text="编辑数据"/>
  408. </UndoRedo>
  409. <StartPage Text="起始页"/>
  410. <Untitled Text="未命名.frx"/>
  411. <ColorSelector>
  412. <CustomColors Text="自定义"/>
  413. <WebColors Text="Web"/>
  414. <SystemColors Text="系统"/>
  415. <Other Text="其他颜色"/>
  416. <Transparency Text="透明度:"/>
  417. </ColorSelector>
  418. </Designer>
  419. <Preview Text="预览">
  420. <PrintText Text="打印"/>
  421. <Print Text="打印 (Ctrl+P)"/>
  422. <Open Text="打开文件"/>
  423. <Save Text="保存文件"/>
  424. <SaveText Text="保存"/>
  425. <Email Text="发送电子邮件"/>
  426. <Find Text="查找"/>
  427. <Outline Text="大纲"/>
  428. <PageSetup Text="页面设置"/>
  429. <Edit Text="编辑页面"/>
  430. <Watermark Text="水印"/>
  431. <First Text="第一页"/>
  432. <Prior Text="上一页"/>
  433. <Next Text="下一页"/>
  434. <Last Text="最后页"/>
  435. <SaveNative Text="保存报表"/>
  436. </Preview>
  437. <Forms>
  438. <AddNewItem Text="新建对象">
  439. <Add Text="新建"/>
  440. <Reports Text="报表模板"/>
  441. <ReportItems Text="报表对象"/>
  442. </AddNewItem>
  443. <AdvancedConnectionProperties Text="高级属性"/>
  444. <AskPassword Text="密码">
  445. <Password Text="这张报表设置了密码.&#13;&#10;&#13;&#10;请输入密码:"/>
  446. </AskPassword>
  447. <AskLoginPassword Text="数据库登录">
  448. <Login Text="用户名:"/>
  449. <Password Text="密码:"/>
  450. </AskLoginPassword>
  451. <BaseReportWizard>
  452. <SelectDataSourcePage Text="选择数据源"/>
  453. <SelectDataSource Text="选择一个已有的数据源或创建一个新的数据源"/>
  454. <CreateNewDatasource Text="创建新的数据源"/>
  455. <SelectColumnsPage Text="选择列"/>
  456. <SelectColumns Text="选择要显示在报表上的列"/>
  457. <AvailableColumns Text="可用的列"/>
  458. <SelectedColumns Text="选择的列"/>
  459. </BaseReportWizard>
  460. <Border Text="边框编辑器">
  461. <Border Text="边框"/>
  462. <Line Text="线"/>
  463. <Shadow Text="阴影"/>
  464. <Style Text="样式:"/>
  465. <Width Text="宽度:"/>
  466. <Color Text="颜色:"/>
  467. <Hint Text="选择线类型和边框."/>
  468. </Border>
  469. <ChartEditor Text="图表编辑器">
  470. <Chart Text="图"/>
  471. <Add Text="新建..."/>
  472. <Delete Text="删除"/>
  473. <Hint Text="点击对象修改属性"/>
  474. <Common>
  475. <BackColor Text="背景色:"/>
  476. <SecondaryColor Text="渐变色:"/>
  477. <Gradient Text="渐变方式:"/>
  478. <HatchStyle Text="阴影线样式:"/>
  479. <BorderColor Text="边框颜色:"/>
  480. <BorderStyle Text="边框样式:"/>
  481. <BorderWidth Text="边框宽度:"/>
  482. <ShadowColor Text="阴影颜色:"/>
  483. <ShadowOffset Text="阴影偏移:"/>
  484. <LineColor Text="线颜色:"/>
  485. <LineStyle Text="线型:"/>
  486. <LineWidth Text="线宽度"/>
  487. <Text Text="文本:"/>
  488. <Font Text="字体:"/>
  489. <ForeColor Text="前景色:"/>
  490. <Dock Text="停靠:"/>
  491. <InsideChartArea Text="图表区域内"/>
  492. <Format Text="格式:"/>
  493. </Common>
  494. <ChartEditorControl>
  495. <Data Text="数据">
  496. <DataSource Text="数据源:"/>
  497. <Filter Text="过滤:"/>
  498. <AutoSeries Text="自动创建的系列"/>
  499. <DataColumn Text="数据列:"/>
  500. <ColorColumn Text="颜色列:"/>
  501. <SeriesSort Text="排序方式:"/>
  502. <AlignXValues Text="根据X轴值调整"/>
  503. </Data>
  504. <Appearance Text="外观">
  505. <Template Text="模板"/>
  506. <Load Text="加载"/>
  507. <Save Text="保存"/>
  508. <SeriesPalette Text="系列颜色"/>
  509. <BorderSkin Text="边框类型"/>
  510. </Appearance>
  511. <ChartArea Text="图形区域">
  512. <Area Text="区域"/>
  513. </ChartArea>
  514. <ThreeD Text="3D">
  515. <Enable Text="使用3D"/>
  516. <XRotation Text="X角度"/>
  517. <YRotation Text="Y角度"/>
  518. <Perspective Text="透明度"/>
  519. <WallWidth Text="宽度"/>
  520. <AxisDepth Text="轴深度"/>
  521. <LightStyle Text="光线样式"/>
  522. <ClusteredSeries Text="聚集序列"/>
  523. </ThreeD>
  524. <Axes Text="轴">
  525. <Axis Text="轴"/>
  526. <CopyFromX Text="从X轴复制外观"/>
  527. <CopyFromPrimary Text="从主要轴复制外观"/>
  528. <Minor Text="次要"/>
  529. <Major Text="主要"/>
  530. <General Text="一般">
  531. <Enabled Text="可用"/>
  532. <MarginVisible Text="边界可见"/>
  533. <Logarithmic Text="对数的"/>
  534. <Reversed Text="相反的"/>
  535. <Interval Text="间隔"/>
  536. <Interlaced Text="交错的"/>
  537. <InterlacedColor Text="交错颜色"/>
  538. </General>
  539. <Labels Text="标签">
  540. <Enabled Text="可用"/>
  541. <Angle Text="角度"/>
  542. </Labels>
  543. <Title Text="标题"/>
  544. <CustomLabels Text="自定义标签">
  545. <Label Text="标签"/>
  546. <Start Text="起始"/>
  547. <End Text="结束"/>
  548. <Row Text="行"/>
  549. <MarkColor Text="标记颜色"/>
  550. <MarkStyle Text="标记样式"/>
  551. </CustomLabels>
  552. <Grid Text="网格">
  553. <GridLine Text="网格线"/>
  554. <Enabled Text="可用"/>
  555. </Grid>
  556. <Ticks Text="计数">
  557. <Ticks Text="计数"/>
  558. <Enabled Text="可用"/>
  559. <TickStyle Text="计数类型"/>
  560. <TickSize Text="计数大小"/>
  561. </Ticks>
  562. <Strips Text="条">
  563. <Strip Text="条"/>
  564. <Interval Text="间隔">
  565. <Start Text="开始"/>
  566. <Width Text="宽度"/>
  567. <Interval Text="间隔"/>
  568. </Interval>
  569. <Appearance Text="外观"/>
  570. <Text Text="文本">
  571. <HorizontalAlign Text="水平对齐"/>
  572. <VerticalAlign Text="垂直对齐"/>
  573. <TextOrientation Text="文本方向"/>
  574. </Text>
  575. </Strips>
  576. </Axes>
  577. <Legend Text="图例">
  578. <Enabled Text="可用"/>
  579. <StyleColumn Text="列"/>
  580. <StyleRow Text="行"/>
  581. <StyleTable Text="表"/>
  582. <General Text="一般">
  583. <LegendStyle Text="图例类型"/>
  584. </General>
  585. <Appearance Text="外观"/>
  586. </Legend>
  587. <Title Text="标题">
  588. <Visible Text="可见"/>
  589. <General Text="一般">
  590. <TextOrientation Text="文本方向"/>
  591. <TextStyle Text="文本类型"/>
  592. </General>
  593. <Appearance Text="外观"/>
  594. </Title>
  595. </ChartEditorControl>
  596. <SeriesEditorControl>
  597. <Data Text="数据">
  598. <Name Text="名称"/>
  599. <XValue Text="X值"/>
  600. <Color Text="颜色"/>
  601. <Filter Text="过滤"/>
  602. <XValueType Text="X值类型"/>
  603. <YValueType Text="Y值类型"/>
  604. <XAxisType Text="X轴类型"/>
  605. <YAxisType Text="Y轴类型"/>
  606. <PrimaryAxis Text="主要的"/>
  607. <SecondaryAxis Text="次要的"/>
  608. <SeriesValues>
  609. <YValue Text="Y值"/>
  610. <High Text="最大"/>
  611. <Low Text="最小"/>
  612. <Open Text="打开"/>
  613. <Close Text="关闭"/>
  614. <RangeBegin Text="开始值"/>
  615. <RangeEnd Text="结束值"/>
  616. <Size Text="大小"/>
  617. <YValue1 Text="Y值1"/>
  618. <YValue2 Text="Y值2"/>
  619. </SeriesValues>
  620. </Data>
  621. <Values Text="值"/>
  622. <DataProcessing Text="数据处理">
  623. <SortBy Text="排序"/>
  624. <SortByX Text="按X值排序"/>
  625. <SortByY Text="按Y值排序"/>
  626. <SortOrder Text="排序方式"/>
  627. <GroupBy Text="分组方式">
  628. <None Text="无"/>
  629. <XValue Text="X值"/>
  630. <Number Text="数字"/>
  631. <Years Text="年"/>
  632. <Months Text="月"/>
  633. <Weeks Text="星期"/>
  634. <Days Text="日"/>
  635. <Hours Text="小时"/>
  636. <Minutes Text="分钟"/>
  637. <Seconds Text="秒"/>
  638. <Milliseconds Text="毫秒"/>
  639. </GroupBy>
  640. <GroupInterval Text="分组间隔"/>
  641. <GroupFunction Text="分组功能"/>
  642. <CollectData Text="收集数据">
  643. <None Text="无"/>
  644. <TopN Text="前N项"/>
  645. <BottomN Text="后N项"/>
  646. <LessThan Text="小于"/>
  647. <LessThanPercent Text="小于百分比"/>
  648. <GreaterThan Text="大于"/>
  649. <GreaterThanPercent Text="大于百分比"/>
  650. </CollectData>
  651. <Value Text="值"/>
  652. <CollectedText Text="收集文本"/>
  653. <CollectedColor Text="收集颜色"/>
  654. <Explode Text="扩散">
  655. <None Text="无"/>
  656. <Biggest Text="最大值"/>
  657. <Lowest Text="最小值"/>
  658. <Specific Text="指定值"/>
  659. </Explode>
  660. </DataProcessing>
  661. <Appearance Text="外观">
  662. <Default Text="默认"/>
  663. <DrawingStyle Text="填充样式"/>
  664. <PointWidth Text="线宽度"/>
  665. <LabelsStyle Text="变迁类型"/>
  666. <DrawSideBySide Text="紧密填充"/>
  667. <ShowMarkerLines Text="显示标记线"/>
  668. <DoughnutRadius Text="圆环 半径"/>
  669. <AreaDrawingStyle Text="图形填充方式"/>
  670. <Markers Text="标记"/>
  671. <PriceUpColor Text="价格上升颜色"/>
  672. <ReversalAmount Text="逆转数量"/>
  673. <BoxSize Text="大小"/>
  674. <NumberOfLinesInBreak Text="线打断类型"/>
  675. <LabelsPlacement Text="标签位置"/>
  676. <PointsGap Text="点间隔"/>
  677. <MinPointHeight Text="最小点高度"/>
  678. <ValueType Text="值类型"/>
  679. <ThreeDDrawingStyle Text="3D填充样式"/>
  680. <ThreeDRotation Text="3D角度"/>
  681. <FunnelStyle Text="漏斗类型"/>
  682. <LineTension Text="线张力"/>
  683. <NoSettings Text="这种类型没有空用设置"/>
  684. </Appearance>
  685. <FillBorder Text="填充和边框">
  686. <Palette Text="颜色"/>
  687. </FillBorder>
  688. <Labels Text="标签">
  689. <LabelView Text="标签样式"/>
  690. <Pattern Text="模式"/>
  691. </Labels>
  692. <Markers Text="标记">
  693. <Style Text="样式"/>
  694. <Size Text="大小"/>
  695. <Step Text="间隔"/>
  696. <Color Text="颜色"/>
  697. </Markers>
  698. </SeriesEditorControl>
  699. </ChartEditor>
  700. <ChartGallery Text="图表类型">
  701. <NewArea Text="为这个序列添加新的图表区域"/>
  702. <Categories>
  703. <BarColumn Text="柱状图和条形图"/>
  704. <Area Text="面积图"/>
  705. <Line Text="折线图"/>
  706. <PointBubble Text="散点图和气泡图"/>
  707. <Pie Text="饼状图"/>
  708. <Circular Text="雷达图"/>
  709. <Financial Text="金融图表"/>
  710. <PyramidFunnel Text="锥形图"/>
  711. <Range Text="范围图"/>
  712. </Categories>
  713. <Series>
  714. <Bar Text="簇状条形图"/>
  715. <StackedBar Text="堆积条形图"/>
  716. <StackedBar100 Text="百分比堆积条形图"/>
  717. <Column Text="簇状柱状图"/>
  718. <StackedColumn Text="堆积柱状图"/>
  719. <StackedColumn100 Text="百分比柱状条形图"/>
  720. <Area Text="面积图"/>
  721. <SplineArea Text="平滑面积图"/>
  722. <StackedArea Text="堆积面积图"/>
  723. <StackedArea100 Text="百分比堆积面积图"/>
  724. <Line Text="折线图"/>
  725. <FastLine Text="快线图"/>
  726. <StepLine Text="阶梯折线图"/>
  727. <Spline Text="平滑折线图"/>
  728. <Bubble Text="气泡图"/>
  729. <Point Text="散点图"/>
  730. <FastPoint Text="快点图"/>
  731. <Pie Text="饼状图"/>
  732. <Doughnut Text="圆环图"/>
  733. <Polar Text="极限图"/>
  734. <Radar Text="雷达图"/>
  735. <Stock Text="股价图"/>
  736. <Candlestick Text="K线图"/>
  737. <Kagi Text="Kagi 折线图"/>
  738. <Renko Text="砖块图"/>
  739. <PointAndFigure Text="点数图"/>
  740. <ThreeLineBreak Text="三折线图"/>
  741. <Pyramid Text="金字塔图"/>
  742. <Funnel Text="漏斗图"/>
  743. <Range Text="范围图"/>
  744. <SplineRange Text="平滑范围图"/>
  745. <RangeColumn Text="柱状范围图"/>
  746. <RangeBar Text="条状范围图"/>
  747. </Series>
  748. </ChartGallery>
  749. <CodePageOptions Text="代码页">
  750. <EnableVirtualSpace Text="允许虚拟空格"/>
  751. <UseSpaces Text="使用空格代替Tab"/>
  752. <AllowOutlining Text="允许大纲显示"/>
  753. <TabSize Text="Tab大小"/>
  754. </CodePageOptions>
  755. <ConfigureBands Text="段编辑器">
  756. <Add Text="添加"/>
  757. <Delete Text="删除"/>
  758. </ConfigureBands>
  759. <Connection Text="数据连接">
  760. <Select Text="选择连接类型"/>
  761. <AlwaysUse Text="总是使用这个连接"/>
  762. <LoginPrompt Text="提示登录"/>
  763. <Test Text="测试连接"/>
  764. <TestSuccesful Text="测试成功"/>
  765. </Connection>
  766. <CustomLabel Text="自定义标签">
  767. <Paper Text="页面"/>
  768. <Landscape Text="横向"/>
  769. <PaperWidth Text="页面宽度"/>
  770. <PaperHeight Text="页面高度"/>
  771. <LeftMargin Text="左边距"/>
  772. <TopMargin Text="上边距"/>
  773. <Label Text="标签参数"/>
  774. <LabelWidth Text="标签宽度"/>
  775. <LabelHeight Text="标签高度"/>
  776. <RowGap Text="行间距"/>
  777. <ColumnGap Text="列间距"/>
  778. <Warning Text="标签与页面不匹配"/>
  779. </CustomLabel>
  780. <DataBandEditor Text="编辑数据段">
  781. <DataSource Text="数据源"/>
  782. <NoData Text="没有任何数据源。 &#13;&#13;&#10;&#13;&#13;&#10;进入“数据|选择报表数据... ”菜单选择数据源,或使用“数据|添加数据源... ”菜单建立新的数据源。"/>
  783. <Sort Text="排序"/>
  784. <SortBy Text="第一排序条件"/>
  785. <ThenBy Text="第二排序条件"/>
  786. <Ascending Text="升序"/>
  787. <Descending Text="降序"/>
  788. <Filter Text="过滤"/>
  789. <Expression Text="过滤表达式:"/>
  790. </DataBandEditor>
  791. <DataWizard Text="数据向导">
  792. <Page1 Text="选择数据源"/>
  793. <WhichData Text="选择报表中连接到数据库的数据连接"/>
  794. <Hint Text="选择上次使用的连接,或按“新建连接... ”按钮创建新的连接。"/>
  795. <NewConnection Text="新建连接..."/>
  796. <EditConnection Text="编辑连接..."/>
  797. <ConnectionName Text="输入连接名:"/>
  798. <ConnectionString Text="连接字符串"/>
  799. <Page2 Text="选择表"/>
  800. <WhichTables Text="你的报表要使用哪些表?"/>
  801. <Wait Text="正在读取数据"/>
  802. <AddQuery Text="添加SQL查询..."/>
  803. </DataWizard>
  804. <DialogPageOptions Text="窗体"/>
  805. <Exception Text="错误提示">
  806. <Hint Text="你的报表出现下面的错误:"/>
  807. <Stack Text="堆栈:"/>
  808. <Copy Text="拷贝到剪贴板"/>
  809. </Exception>
  810. <ExpressionEditor Text="编辑表达式"/>
  811. <Fill Text="填充编辑器">
  812. <Solid Text="填充"/>
  813. <LinearGradient Text="线性渐变"/>
  814. <PathGradient Text="路径渐变"/>
  815. <Hatch Text="阴影"/>
  816. <Glass Text="镜面"/>
  817. <Colors Text="颜色"/>
  818. <Color Text="颜色"/>
  819. <StartColor Text="开始颜色"/>
  820. <EndColor Text="结束颜色"/>
  821. <Options Text="选项"/>
  822. <Focus Text="焦点"/>
  823. <Contrast Text="对比度"/>
  824. <Angle Text="角度"/>
  825. <CenterColor Text="中间颜色"/>
  826. <EdgeColor Text="两边颜色"/>
  827. <Shape Text="形状"/>
  828. <Ellipse Text="椭圆"/>
  829. <Rectangle Text="矩形"/>
  830. <ForeColor Text="前景色"/>
  831. <BackColor Text="背景色"/>
  832. <Style Text="样式"/>
  833. <Blend Text="混合度"/>
  834. <GlassHatch Text="显示阴影"/>
  835. </Fill>
  836. <FormatEditor Text="选择格式">
  837. <Expression Text="表达式"/>
  838. <General Text="一般"/>
  839. <Number Text="数字"/>
  840. <Currency Text="金额"/>
  841. <Date Text="日期"/>
  842. <Time Text="时间"/>
  843. <Percent Text="百分比"/>
  844. <Boolean Text="布尔值"/>
  845. <Custom Text="自定义"/>
  846. <UseLocale Text="使用本地设置"/>
  847. <DecimalDigits Text="小数位数"/>
  848. <DecimalSeparator Text="小数点"/>
  849. <GroupSeparator Text="千分分隔符"/>
  850. <PositivePattern Text="正数样式"/>
  851. <NegativePattern Text="复数样式"/>
  852. <CurrencySymbol Text="金额标示"/>
  853. <PercentSymbol Text="百分数标示"/>
  854. <FalseText Text="假值文本"/>
  855. <TrueText Text="真值文本"/>
  856. </FormatEditor>
  857. <GridControlColumnsEditor Text="编辑列">
  858. <Columns Text="列"/>
  859. <Properties Text="属性"/>
  860. <Add Text="添加"/>
  861. <Remove Text="移除"/>
  862. <AddAll Text="添加所有"/>
  863. </GridControlColumnsEditor>
  864. <GroupBandEditor Text="编辑分组">
  865. <Condition Text="分组条件"/>
  866. <Hint Text="选择数据列或输入一个表达式:"/>
  867. <Settings Text="设置"/>
  868. <Sort Text="排序"/>
  869. <NoSort Text="不排序"/>
  870. <Ascending Text="顺序"/>
  871. <Descending Text="逆序"/>
  872. </GroupBandEditor>
  873. <GroupExpert Text="分组专家">
  874. <Condition Text="分组条件"/>
  875. <Hint Text="选择一个数据列或输入一个表达式,然后按“添加”按钮添加一个新的分组选项。"/>
  876. <Add Text="添加"/>
  877. <Groups Text="分组"/>
  878. <Edit Text="编辑"/>
  879. <Delete Text="删除"/>
  880. </GroupExpert>
  881. <HighlightEditor Text="高亮显示条件">
  882. <Conditions Text="条件"/>
  883. <Add Text="添加"/>
  884. <Delete Text="删除"/>
  885. <Edit Text="编辑"/>
  886. <Style Text="样式"/>
  887. <Fill Text="填充"/>
  888. <TextColor Text="文本颜色"/>
  889. <Font Text="字体"/>
  890. </HighlightEditor>
  891. <HyperlinkEditor Text="超链接编辑器">
  892. <Url Text="URL"/>
  893. <PageNumber Text="页码"/>
  894. <Bookmark Text="书签"/>
  895. <Report Text="报表"/>
  896. <ReportPage Text="报表页"/>
  897. <Custom Text="自定义"/>
  898. <UrlValue Text="指定一个网址(例如: http://www.url.com)"/>
  899. <UrlExpression Text="输入表达式返回一个URL"/>
  900. <PageNumberValue Text="指定页码"/>
  901. <PageNumberExpression Text="输入表达式返回页码"/>
  902. <BookmarkValue Text="指定一个书签名称"/>
  903. <BookmarkExpression Text="或者输入表达式返回书签名称"/>
  904. <ReportName Text="报表名称"/>
  905. <ParameterName Text="报表参数"/>
  906. <ParameterValue Text="指定一个参数值"/>
  907. <ParameterExpression Text="输入表达式返回参数值"/>
  908. <PageName Text="报表页"/>
  909. <CustomValue Text="指定一个超链接值"/>
  910. <CustomExpression Text="输入表达式返回值"/>
  911. <Hint Text="在预览窗口点击这个对象会执行以下动作:"/>
  912. <HintUrl Text="指定的URL会被打开"/>
  913. <HintPageNumber Text="你将跳转到指定页."/>
  914. <HintBookmark Text="你将到包含指定书签的对象."/>
  915. <HintReport Text="指定报表将在单据的预览页打开"/>
  916. <HintReportPage Text="指定页将构建并在单据的预览页打开"/>
  917. <HintCustom Text="你应该创建&quot;Click&quot;事件处理函数以处理自定义事件."/>
  918. <ModifyAppearance Text="修改对象外观以使它看起来象一个可以点击的连接"/>
  919. </HyperlinkEditor>
  920. <LabelWizard Text="标签向导">
  921. <Hint Text="选择一个预定义的标签类型,或按“自定义标签... ”按钮来定义自己的标签尺寸。"/>
  922. <Label Text="标签"/>
  923. <Manufacturer Text="制造商"/>
  924. <Product Text="产品"/>
  925. <Parameters Text="参数"/>
  926. <Size Text="大小:"/>
  927. <PaperSize Text="纸张大小:"/>
  928. <Rows Text="行:"/>
  929. <Columns Text="列:"/>
  930. <CustomLabel Text="自定义标签..."/>
  931. <Custom Text="自定义"/>
  932. </LabelWizard>
  933. <PageSetup Text="页面设置">
  934. <Paper Text="纸张"/>
  935. <Custom Text="自定义"/>
  936. <Width Text="宽度:"/>
  937. <Height Text="高度:"/>
  938. <Orientation Text="纸张方向:"/>
  939. <Portrait Text="纵向"/>
  940. <Landscape Text="横向"/>
  941. <Margins Text="页边距"/>
  942. <Left Text="左边距"/>
  943. <Top Text="上边距"/>
  944. <Right Text="右边距"/>
  945. <Bottom Text="下边距"/>
  946. <MirrorMargins Text="偶数页镜像边距"/>
  947. <Source Text="默认纸盒"/>
  948. <FirstPage Text="第一页:"/>
  949. <OtherPages Text="其它页:"/>
  950. <Columns Text="列"/>
  951. <Count Text="数量"/>
  952. <ColumnWidth Text="宽度"/>
  953. <Positions Text="位置"/>
  954. <Other Text="其它"/>
  955. <Duplex Text="双面"/>
  956. <DupDefault Text="默认"/>
  957. <DupSimplex Text="简单"/>
  958. <DupVertical Text="垂直"/>
  959. <DupHorizontal Text="水平"/>
  960. <EditWatermark Text="编辑水印"/>
  961. <ExtraWidth Text="扩展设计宽度"/>
  962. </PageSetup>
  963. <PictureEditor Text="图片编辑器">
  964. <Picture Text="图片"/>
  965. <Load Text="加载"/>
  966. <Paste Text="粘贴"/>
  967. <Clear Text="清除"/>
  968. <DataColumn Text="数据列"/>
  969. <FileName Text="文件名称"/>
  970. <Url Text="URL"/>
  971. <FileHint1 Text="文件名:"/>
  972. <FileHint2 Text="提示:你必须与你的报表一起发布这个文件"/>
  973. <UrlHint Text="超链接:"/>
  974. </PictureEditor>
  975. <PluginsOptions Text="插件">
  976. <Hint Text="已经安装的插件"/>
  977. <Add Text="添加"/>
  978. <Remove Text="移除"/>
  979. <Note Text="提示:改变插件可能需要重新启动 FastReport"/>
  980. </PluginsOptions>
  981. <PreviewPageSetup>
  982. <Apply Text="应用到所有页"/>
  983. </PreviewPageSetup>
  984. <PreviewSearch Text="查找"/>
  985. <PrinterSetup Text="打印">
  986. <PrinterSetup Text="打印设置"/>
  987. <Printer Text="打印机"/>
  988. <SavePrinter Text="在报表文件中保存打印机"/>
  989. <Settings Text="设置"/>
  990. <PrintToFile Text="打印到文件"/>
  991. <PageRange Text="页面范围"/>
  992. <All Text="全部"/>
  993. <Current Text="当前页"/>
  994. <Numbers Text="页码范围:"/>
  995. <Hint Text="输入页码或者页码范围,用逗号隔开.例如:1,3,5-12"/>
  996. <Copies Text="副本"/>
  997. <Count Text="份数:"/>
  998. <Collate Text="逐份打印"/>
  999. <Other Text="其他"/>
  1000. <OddEven Text="打印:"/>
  1001. <AllPages Text="所有页"/>
  1002. <OddPages Text="奇数页"/>
  1003. <EvenPages Text="偶数页"/>
  1004. <Order Text="顺序"/>
  1005. <OrderDirect Text="顺序(1-9)"/>
  1006. <OrderReverse Text="逆序(9-1)"/>
  1007. <Duplex Text="双面:"/>
  1008. <Source Text="默认纸盒:"/>
  1009. <PrintMode Text="打印模式"/>
  1010. <PrintModeDefault Text="默认"/>
  1011. <PrintModeSplit Text="分割大页面"/>
  1012. <PrintModeScale Text="缩小页面"/>
  1013. <PrintOnSheet Text="纸张类型"/>
  1014. <PagesOnSheet Text="每页版数"/>
  1015. <PagesOnSheet1 Text="1页"/>
  1016. <PagesOnSheet2 Text="2页"/>
  1017. <PagesOnSheet4 Text="4页"/>
  1018. <PagesOnSheet8 Text="8页"/>
  1019. <Print Text="打印"/>
  1020. <Error Text="页面范围错误"/>
  1021. </PrinterSetup>
  1022. <QueryWizard Text="查询向导">
  1023. <Page1 Text="设置名称"/>
  1024. <SetName Text="设置查询结果的名称"/>
  1025. <NameHint Text="这个名称将被显示在&quot;数据&quot;窗口"/>
  1026. <Page2 Text="输入SQL语句"/>
  1027. <WhatData Text="该查询会返回哪些数据?"/>
  1028. <TypeSql Text="输入SQL语句或者使用查询分析器构建"/>
  1029. <QueryBuilder Text="查询分析器"/>
  1030. <Page3 Text="定义参数"/>
  1031. <Page4 Text="定义列"/>
  1032. <Refresh Text="刷新列"/>
  1033. <AddColumn Text="增加计算列"/>
  1034. <AddParameter Text="增加参数"/>
  1035. <Delete Text="删除"/>
  1036. </QueryWizard>
  1037. <RelationEditor Text="编辑关系">
  1038. <ParentTable Text="父表:"/>
  1039. <ChildTable Text="子表:"/>
  1040. <Parent Text="父"/>
  1041. <Child Text="子"/>
  1042. <Columns Text="字段"/>
  1043. <Error Text="父和子的列数目不一致 "/>
  1044. </RelationEditor>
  1045. <ReportData Text="选择报表数据">
  1046. <Hint Text="选择报表中要使用的数据源和字段."/>
  1047. <Aliases Text="显示别名"/>
  1048. </ReportData>
  1049. <ReportOptions Text="报表选项">
  1050. <General Text="一般"/>
  1051. <Description Text="描述"/>
  1052. <Script Text="脚本"/>
  1053. <Security Text="安全"/>
  1054. <Inheritance Text="集成"/>
  1055. <Name Text="名称"/>
  1056. <Author Text="作者"/>
  1057. <Version Text="版本"/>
  1058. <Description1 Text="描述"/>
  1059. <Picture Text="图片"/>
  1060. <SavePreviewPicture Text="保存预览图片"/>
  1061. <Load Text="加载"/>
  1062. <Clear Text="清除"/>
  1063. <Created Text="创建时间"/>
  1064. <Modified Text="修改时间"/>
  1065. <Language Text="脚本语言"/>
  1066. <Note Text="说明:如果变更语言,所有脚本将被删除!"/>
  1067. <RefAssemblies Text="引用程序集"/>
  1068. <Add Text="添加..."/>
  1069. <Password Text="密码:"/>
  1070. <RetypePassword Text="重复密码:"/>
  1071. <Inherited Text="这张报表是从其他报表继承的."/>
  1072. <NotInherited Text="这张报表没有继承自其他报表"/>
  1073. <Choose Text="可选项:"/>
  1074. <DontChange Text="不改变"/>
  1075. <Detach Text="从继承报表分离"/>
  1076. <Inherit Text="从报表继承:"/>
  1077. <Browse Text="选择..."/>
  1078. <DoublePass Text="双通道"/>
  1079. <Compress Text="压缩报表文件"/>
  1080. <UseFileCache Text="使用文件缓存"/>
  1081. <ConvertNulls Text="转换空值"/>
  1082. <TextQuality Text="文本质量"/>
  1083. <SmoothGraphics Text="平滑图片"/>
  1084. <QualityDefault Text="默认"/>
  1085. <QualityRegular Text="正常"/>
  1086. <QualityClearType Text="清晰"/>
  1087. <QualityAntiAlias Text="消除走样"/>
  1088. <PasswordError Text="密码不匹配.请重新输入."/>
  1089. </ReportOptions>
  1090. <ReportPageOptions Text="报表页面">
  1091. <Units Text="页面单位"/>
  1092. <Millimeters Text="毫米"/>
  1093. <Centimeters Text="厘米"/>
  1094. <Inches Text="英寸"/>
  1095. <HundrethsOfInch Text="1%英寸"/>
  1096. <Grid Text="网格"/>
  1097. <ShowGrid Text="显示网格"/>
  1098. <SnapToGrid Text="对齐到网格"/>
  1099. <DottedGrid Text="点网格"/>
  1100. <Size Text="网格大小"/>
  1101. <Markers Text="对象标记"/>
  1102. <Rectangle Text="矩形"/>
  1103. <Corners Text="圆角"/>
  1104. <BandView Text="段视图"/>
  1105. <Structure Text="结构"/>
  1106. <Classic Text="经典"/>
  1107. <EditAfterInsert Text="插入后编辑"/>
  1108. </ReportPageOptions>
  1109. <RichTextEditor Text="文本编辑器">
  1110. <Open Text="打开"/>
  1111. <Save Text="保存"/>
  1112. <Subscript Text="下标"/>
  1113. <Superscript Text="上标"/>
  1114. <Bullets Text="项目符号"/>
  1115. <Confirm Text="文本已经被改变.是否保存?"/>
  1116. </RichTextEditor>
  1117. <SearchReplace Text="查找和替换">
  1118. <Find Text="查找内容:"/>
  1119. <Replace Text="替换为:"/>
  1120. <Options Text="选项"/>
  1121. <MatchCase Text="大小写匹配"/>
  1122. <MatchWholeWord Text="全字匹配"/>
  1123. <FindNext Text="查找下一个"/>
  1124. <ReplaceBtn Text="替换"/>
  1125. <ReplaceAll Text="全部替换"/>
  1126. <NotFound Text="未找到指定文本."/>
  1127. <NoMoreFound Text="查询到达搜索的起点"/>
  1128. </SearchReplace>
  1129. <SelectDataSource Text="选择数据源">
  1130. <Hint Text="选择一个或多个数据源用于当前报表"/>
  1131. <AvailableDs Text="可用数据源"/>
  1132. <SelectedDs Text="已选择数据源"/>
  1133. </SelectDataSource>
  1134. <SelectLanguage Text="选择语言">
  1135. <SelectLanguage Text="可用语言列表"/>
  1136. <Auto Text="自动"/>
  1137. <Folder Text="本地化文件目录"/>
  1138. <SelectFolder Text="选择包含本地化文件的目录"/>
  1139. </SelectLanguage>
  1140. <StandardReportWizard Text="标准报表向导">
  1141. <GroupsPage Text="创建组"/>
  1142. <CreateGroups Text="创建组(可选)"/>
  1143. <Groups Text="组"/>
  1144. <LayoutPage Text="定义布局"/>
  1145. <DefineLayout Text="定义纸张方向和数据布局"/>
  1146. <Orientation Text="纸张方向"/>
  1147. <Portrait Text="纵向"/>
  1148. <Landscape Text="横向"/>
  1149. <Layout Text="布局"/>
  1150. <Tabular Text="表格"/>
  1151. <Columnar Text="柱状图"/>
  1152. <StylePage Text="选择样式"/>
  1153. <Styles Text="选择报表样式"/>
  1154. </StandardReportWizard>
  1155. <StringCollectionEditor Text="文本集合编辑器"/>
  1156. <Style Text="格式编辑器">
  1157. <Styles Text="格式"/>
  1158. <Add Text="添加"/>
  1159. <Delete Text="删除"/>
  1160. <Edit Text="编辑"/>
  1161. <Load Text="加载"/>
  1162. <Save Text="保存"/>
  1163. <Settings Text="设置"/>
  1164. <Border Text="边框"/>
  1165. <Fill Text="填充"/>
  1166. <Font Text="字体"/>
  1167. <TextColor Text="文本颜色"/>
  1168. <StyleName Text="格式"/>
  1169. </Style>
  1170. <TextEditor Text="文本编辑器">
  1171. <WordWrap Text="自动换行"/>
  1172. </TextEditor>
  1173. <TotalEditor Text="汇总项编辑器">
  1174. <TotalName Text="汇总名称"/>
  1175. <Total Text="汇总"/>
  1176. <Function Text="公式"/>
  1177. <DataColumnOrExpression Text="数据列或公式"/>
  1178. <DataBand Text="计算段中每一列"/>
  1179. <EvaluateCondition Text="计算满足下面条件的行"/>
  1180. <PrintOn Text="在段上打印"/>
  1181. <Options Text="选项"/>
  1182. <ResetAfterPrint Text="打印后重置"/>
  1183. <ResetRepeated Text="段重复时重置"/>
  1184. <InvisibleRows Text="包含不可见行"/>
  1185. <Sum Text="合计"/>
  1186. <Min Text="最小值"/>
  1187. <Max Text="最大值"/>
  1188. <Avg Text="平均值"/>
  1189. <Count Text="计数"/>
  1190. </TotalEditor>
  1191. <WatermarkEditor Text="水印">
  1192. <Enabled Text="可用"/>
  1193. <Text Text="文本"/>
  1194. <TextItems Text="机密,复印件,原始件,示例,紧急"/>
  1195. <Rotation Text="角度"/>
  1196. <Horizontal Text="水平"/>
  1197. <Vertical Text="垂直"/>
  1198. <ForwardDiagonal Text="对角线"/>
  1199. <BackwardDiagonal Text="逆对角线"/>
  1200. <Font Text="字体"/>
  1201. <Color Text="颜色"/>
  1202. <Picture Text="图片"/>
  1203. <Load Text="加载"/>
  1204. <Clear Text="清除"/>
  1205. <Size Text="大小"/>
  1206. <Normal Text="正常"/>
  1207. <Stretch Text="拉伸"/>
  1208. <Zoom Text="放大"/>
  1209. <Tile Text="平铺"/>
  1210. <Transparency Text="透明度"/>
  1211. <Zorder Text="叠放顺序"/>
  1212. <TextOnTop Text="文本置顶"/>
  1213. <PictureOnTop Text="图片置顶"/>
  1214. <ApplyToAll Text="应用到所有页"/>
  1215. </WatermarkEditor>
  1216. </Forms>
  1217. <ConnectionEditors>
  1218. <Common>
  1219. <Server Text="服务器"/>
  1220. <ServerLogon Text="登录"/>
  1221. <UserName Text="用户名"/>
  1222. <Password Text="密码"/>
  1223. <Database Text="数据库"/>
  1224. <DatabaseName Text="数据库名称"/>
  1225. <DatabaseFile Text="数据库文件"/>
  1226. </Common>
  1227. <MsSql>
  1228. <UseWindows Text="Windows认证"/>
  1229. <UseSql Text="SQL Server认证"/>
  1230. <SavePassword Text="保存密码"/>
  1231. </MsSql>
  1232. <OleDb>
  1233. <ConnectionString Text="连接字符串:"/>
  1234. <Build Text="构建"/>
  1235. </OleDb>
  1236. <Xml>
  1237. <Xsd Text="XML架构文件"/>
  1238. <Xml Text="XML数据文件"/>
  1239. </Xml>
  1240. </ConnectionEditors>
  1241. <ComponentMenu>
  1242. <Component>
  1243. <Edit Text="编辑"/>
  1244. </Component>
  1245. <ReportComponent>
  1246. <CanGrow Text="自动扩大"/>
  1247. <CanShrink Text="自动缩小"/>
  1248. <GrowToBottom Text="填充至底部"/>
  1249. <Hyperlink Text="超链接..."/>
  1250. </ReportComponent>
  1251. <BreakableComponent>
  1252. <CanBreak Text="允许跨页断行"/>
  1253. </BreakableComponent>
  1254. <Band>
  1255. <StartNewPage Text="从新页开始"/>
  1256. <PrintOnBottom Text="打印至页底部"/>
  1257. </Band>
  1258. <DataBand>
  1259. <KeepTogether Text="紧跟"/>
  1260. <KeepDetail Text="紧跟明细"/>
  1261. </DataBand>
  1262. <HeaderBand>
  1263. <RepeatOnEveryPage Text="每页重复"/>
  1264. <KeepWithData Text="紧跟数据"/>
  1265. </HeaderBand>
  1266. <GroupHeaderBand>
  1267. <ResetPageNumber Text="重置页码"/>
  1268. </GroupHeaderBand>
  1269. <ChildBand>
  1270. <FillUnusedSpace Text="填充未试用空间"/>
  1271. <CompleteToNRows Text="最少数据行"/>
  1272. </ChildBand>
  1273. <PictureObject>
  1274. <SizeMode Text="大小模式"/>
  1275. <AutoSize Text="自动大小"/>
  1276. <CenterImage Text="居中"/>
  1277. <Normal Text="正常"/>
  1278. <StretchImage Text="拉伸"/>
  1279. <Zoom Text="放大"/>
  1280. </PictureObject>
  1281. <TextObject>
  1282. <Format Text="格式"/>
  1283. <Clear Text="清除"/>
  1284. <AutoWidth Text="自动宽度"/>
  1285. <WordWrap Text="自动换行"/>
  1286. <AllowExpressions Text="允许使用公式"/>
  1287. </TextObject>
  1288. <SubreportObject>
  1289. <PrintOnParent Text="在父对象上打印"/>
  1290. </SubreportObject>
  1291. <TableObject>
  1292. <RepeatHeaders Text="重复表头"/>
  1293. </TableObject>
  1294. <TableRow>
  1295. <InsertAbove Text="之前插入行"/>
  1296. <InsertBelow Text="之后插入行"/>
  1297. <AutoSize Text="自动大小"/>
  1298. </TableRow>
  1299. <TableColumn>
  1300. <InsertToLeft Text="左边插入列"/>
  1301. <InsertToRight Text="右边插入列"/>
  1302. </TableColumn>
  1303. <TableCell>
  1304. <Merge Text="合并单元格"/>
  1305. <Split Text="分割单元格"/>
  1306. </TableCell>
  1307. <MatrixObject>
  1308. <CellsSideBySide Text="单元格自动排列"/>
  1309. <ShowTitle Text="显示标题栏"/>
  1310. <Style Text="样式"/>
  1311. </MatrixObject>
  1312. <MatrixCell>
  1313. <Totals Text="合计"/>
  1314. <Function Text="公式"/>
  1315. </MatrixCell>
  1316. <GridControl>
  1317. <EditColumns Text="编辑列..."/>
  1318. </GridControl>
  1319. <Barcode>
  1320. <BarcodeType Text="条码类型"/>
  1321. <AutoSize Text="自动缩放"/>
  1322. <AutoEncode Text="自动编码"/>
  1323. <CalcChecksum Text="计算校验码"/>
  1324. <ShowText Text="显示文本"/>
  1325. </Barcode>
  1326. </ComponentMenu>
  1327. <ComponentsMisc>
  1328. <Table>
  1329. <CalcBounds Text="计算便捷...."/>
  1330. </Table>
  1331. <Matrix>
  1332. <FillData Text="填充交叉表..."/>
  1333. <NewColumn Text="拖拽数据到这里&#13;&#10;创建新列"/>
  1334. <NewRow Text="拖拽数据到这里&#13;&#10;创建新行"/>
  1335. <NewCell Text="拖拽数据到这里&#13;&#10;创建新单元格"/>
  1336. <Total Text="合计"/>
  1337. <Title Text="标题"/>
  1338. <White Text="白色"/>
  1339. <Gray Text="灰色"/>
  1340. <Orange Text="橘红色"/>
  1341. <Green Text="绿色"/>
  1342. <GreenOrange Text="绿色和橘红色"/>
  1343. <Blue Text="蓝色"/>
  1344. <BlueWhite Text="蓝色和白色"/>
  1345. <GrayOrange Text="灰色和橘红色"/>
  1346. <BlueOrange Text="蓝色和橘红色"/>
  1347. <OrangeWhite Text="橘红色和白色"/>
  1348. </Matrix>
  1349. </ComponentsMisc>
  1350. <Wizards>
  1351. <BlankReport Text="空报表"/>
  1352. <StandardReport Text="标准报表向导"/>
  1353. <InheritedReport Text="继承的报表"/>
  1354. <Label Text="标签向导"/>
  1355. <NewDataSource Text="新建数据源"/>
  1356. <NewPage Text="新建报表页"/>
  1357. <NewDialog Text="新建对话框"/>
  1358. </Wizards>
  1359. <Export>
  1360. <Misc>
  1361. <Performance Text="导出耗时 {0} ms"/>
  1362. <OrderByCells Text="根据单元格排序"/>
  1363. <AnalyzeObjects Text="分析对象"/>
  1364. <SavePage Text="保存页"/>
  1365. <Wysiwyg Text="所见即所得"/>
  1366. <PageBreaks Text="页间隔"/>
  1367. <OpenAfterExport Text="输出后打开"/>
  1368. <Pictures Text="图片"/>
  1369. <Options Text="选项"/>
  1370. </Misc>
  1371. <Image Text="输出成图片">
  1372. <File Text="图形文件"/>
  1373. <ImageFormat Text="格式:"/>
  1374. <Resolution Text="分辨率:"/>
  1375. <Quality Text="质量:"/>
  1376. <SeparateFiles Text="每页单独的文件"/>
  1377. <Bmp Text="Bitmap"/>
  1378. <Png Text="PNG"/>
  1379. <Jpeg Text="JPG"/>
  1380. <Gif Text="GIF"/>
  1381. <Tiff Text="TIFF"/>
  1382. <Metafile Text="Windows metafile"/>
  1383. </Image>
  1384. <RichText Text="输出为 Rich Text文档">
  1385. <File Text="Rich Text 文件"/>
  1386. </RichText>
  1387. <Text Text="输出为Text/Matrix">
  1388. <File Text="文本文件输出"/>
  1389. <EmptyLines Text="空行"/>
  1390. <DataOnly Text="只包含数据"/>
  1391. <Frames Text="边框"/>
  1392. <FramesNone Text="无边框"/>
  1393. <FramesText Text="文本"/>
  1394. <FramesGraphic Text="图片"/>
  1395. <Codepage Text="编码"/>
  1396. <Default Text="默认"/>
  1397. <Unicode Text="Unicode"/>
  1398. <OEM Text="OEM"/>
  1399. <ScaleX Text="X轴缩放:"/>
  1400. <ScaleY Text="Y轴缩放:"/>
  1401. <AutoScale Text="自动缩放"/>
  1402. <Printer Text="打印机"/>
  1403. <CopiesCount Text="页数"/>
  1404. <PrinterType Text="打印类型"/>
  1405. <Commands Text="命令"/>
  1406. <PageWidth Text="页宽:"/>
  1407. <PageHeight Text="页高:"/>
  1408. <DataLoss Text="数据可能丢失,请增加X,Y大小"/>
  1409. <ScaleMessage Text="计算罪加大小"/>
  1410. <Scale Text="大小"/>
  1411. </Text>
  1412. <Csv Text="输出为 CSV">
  1413. <File Text="CSV文件"/>
  1414. <Separator Text="分隔符"/>
  1415. <Codepage Text="编码"/>
  1416. <Default Text="默认"/>
  1417. <Unicode Text="Unicode"/>
  1418. <OEM Text="OEM"/>
  1419. <DataOnly Text="只包含数据"/>
  1420. </Csv>
  1421. <Xml Text="输出为XML">
  1422. <File Text="XML (Excel) 文件"/>
  1423. </Xml>
  1424. <Odt Text="输出为Open Office Writer">
  1425. <File Text="OpenOffice Writer"/>
  1426. </Odt>
  1427. <Ods Text="输出为Open Office Calc">
  1428. <File Text="OpenOffice Calc"/>
  1429. </Ods>
  1430. <Pdf Text="输出为PDF">
  1431. <File Text="Adobe Acrobat"/>
  1432. <Export Text="输出"/>
  1433. <Compressed Text="压缩"/>
  1434. <EmbeddedFonts Text="包含字体文件"/>
  1435. <Background Text="后台"/>
  1436. <PrintOptimized Text="打印选项"/>
  1437. <Information Text="信息"/>
  1438. <DocumentInformation Text="文档信息"/>
  1439. <Title Text="标题"/>
  1440. <Author Text="作者"/>
  1441. <Subject Text="主体"/>
  1442. <Keywords Text="关键字"/>
  1443. <Creator Text="作者"/>
  1444. <Producer Text="公司"/>
  1445. <Security Text="安全"/>
  1446. <Authentification Text="认证"/>
  1447. <OwnerPassword Text="所有者密码"/>
  1448. <UserPassword Text="用户密码"/>
  1449. <Permissions Text="权限"/>
  1450. <PrintTheDocument Text="打印文档"/>
  1451. <ModifyTheDocument Text="修改文档"/>
  1452. <CopyOfTextAndGraphics Text="复制文本和图形"/>
  1453. <AddOrModifyTextAnnotations Text="添加或修改注释"/>
  1454. <Viewer Text="浏览器"/>
  1455. <ViewerPreferences Text="浏览器外观"/>
  1456. <HideToolbar Text="隐藏工具栏"/>
  1457. <HideMenubar Text="隐藏菜单"/>
  1458. <HideWindowUserInterface Text="隐藏窗口用户界面"/>
  1459. <FitWindow Text="全屏"/>
  1460. <CenterWindow Text="窗口居中"/>
  1461. <PrintScaling Text="打印缩放"/>
  1462. <PrintAfterOpenOfDocument Text="打开文档后打印"/>
  1463. <Outline Text="大纲"/>
  1464. </Pdf>
  1465. <Html Text="输出为HTML">
  1466. <File Text="HTML文件"/>
  1467. <SinglePage Text="单页"/>
  1468. <SubFolder Text="子文件夹"/>
  1469. <Navigator Text="导航"/>
  1470. <Total Text="共"/>
  1471. <First Text="第一页"/>
  1472. <Last Text="最后一页"/>
  1473. <Prev Text="上一页"/>
  1474. <Next Text="下一页"/>
  1475. </Html>
  1476. <Email Text="发送邮件">
  1477. <Email Text="邮件"/>
  1478. <Account Text="账号"/>
  1479. <Address Text="地址:"/>
  1480. <Subject Text="主题"/>
  1481. <Message Text="内容"/>
  1482. <Attachment Text="附件"/>
  1483. <Settings Text="设置"/>
  1484. <Name Text="姓名:"/>
  1485. <Template Text="模板:"/>
  1486. <Host Text="主机地址:"/>
  1487. <Port Text="端口:"/>
  1488. <UserName Text="用户名:"/>
  1489. <Password Text="密码:"/>
  1490. <AddressError Text="地址不能为空."/>
  1491. <HostError Text="主机地址不能为空"/>
  1492. <SendingEmail Text="发送邮件-{0}Kb"/>
  1493. </Email>
  1494. </Export>
  1495. <Properties>
  1496. <Categories>
  1497. <Appearance Text="外观"/>
  1498. <Behavior Text="行为"/>
  1499. <Build Text="构建"/>
  1500. <Data Text="数据"/>
  1501. <Design Text="设计"/>
  1502. <Events Text="事件"/>
  1503. <Hierarchy Text="继承"/>
  1504. <Layout Text="布局"/>
  1505. <Misc Text="其他"/>
  1506. <Navigation Text="导航"/>
  1507. <Preview Text="预览"/>
  1508. </Categories>
  1509. </Properties>
  1510. </Language>