You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Bin/Config/WTAI/WTAIDemoUtils.ini

56 lines
1.6 KiB
INI

;MPA研发过程中的软件测试小工具相关配置
; 系统配置
[SysConfig]
OnlyOne = 0 ; 是否仅仅显示一个窗体,可以单独打包软件 1:是 0:不是
;CurType = _TestPlot ; 默认启动
;CurWx = iGuiPlot ;
CurType = _TestPlot ; 默认启动
CurWx = iWxAxisTest ;
; About Base
[_TestBase]
wxTestBase = 框架基础测试 ;
wxTestThread = 线程测试 ;
;Key2 = {Item1}{Item2};
; About Gui
[_TestGui]
iWxWizard = Job向导 ;
iWxConfigWizard = 系统配置向导 ;
iWxResult = 拟合处理结果 ;
iWxPrintOption = 打印/打印预览选项 ;
iWxOptionResCompare = 成果对比 ;
iWxParaUtilTest = 新参数展示测试 ;
; About Plot
[_TestPlot]
;wxTestBase = 绘图基础测试 ;
iGuiPlot = 绘图(单一) ;
iGuiPlotPF = 绘图(压力+流量) ;
iWxConfigPlotTemplate = 系统配置之绘图模板配置 ;
iWxAxisTest = 坐标轴测试 ;
; About Tool
[_TestTool]
iWxRibbon = Ribbon模式 ;
iWxPvtMain = PVT工具 ;
iWxUpdater = 软件更新工具 ;
iWxHelp = 帮助工具 ;
iWxIconExtract = 图标Tag提取 ;
iWxProDepends = Pro依赖 ;
iWxToolClassInfo = Class信息提取 ;
iWxFileUtils = 文件批量处理 ;
; About Algo
[_TestAlg]
wxTestAlg = 算法配置类基础测试 ;
iWxResultParaFit = 参数散点数据拟合 ;
; About Data
[_TestData]
iWxTestDb = 数据库类试 ;
iWxDataLoad = 数据加载 ;
iWxTableViewTest = 表格展示测试 ;
iWxProjectMigrate = 项目数据迁移 ;