Commit Graph

9 Commits

Author SHA1 Message Date
Liang Su cdd98f4b14 [UI.Client]
加载Recipe编辑器时自动隐藏StepUid列。
2023-05-30 17:05:19 +08:00
DESKTOP-1N1NK8A\auvkk 54982e8500 [Common]
优化多行Log的缩进,使多行Log的消息体文本左对齐。
Log相关的对象添加注释。

[UI.Client]
RecipeData对象构造时输出气体流量计算器对象全名日志以方便问题排查。
2023-05-12 18:10:40 +08:00
DESKTOP-1N1NK8A\auvkk 71422b8ee8 [UI.Client]
修正RecipeGasFlowCalculatorBase的NameTmaPushFlow属性和NameTmaFlowMode属性的值。
修正RecipeStepCollection的构造函数,未指定IList<RecipeStep>参数的构造函数默认不传入null,否则会引发NullReferenceException异常。
2023-05-11 08:45:22 +08:00
Mikk aa9cf2aa2e [UI.Client]
RecipeStepCollection对象的构造函数中移除注入的IRecipeGasFlowCalculator对象实例。
RecipeData构造函数中注入IRecipeGasFlowCalculator对象实例。
RecipeData对象中新增方法CalculateGasFlow()。
IRecipeGasFlowCalculator接口的Calculate()方法增加参数chamberName以指定当前计算使用的反应腔名称。
增加详细的注释信息。
2023-05-11 00:29:29 +08:00
Mikk ff1cbb1229 [UI.Client]
RecipeData和RecipeStepCollection的构造函数新增参数IRecipeGasFlowCalculator以注入气体流量计算器对象。
2023-05-10 23:51:33 +08:00
DESKTOP-1N1NK8A\auvkk c0d86201ae [UI.Client]
移除RecipColNo定义,使用ControlName查找ReceipStep中指定的参数。
新增IRecipeGasFlowCalculator接口,用于实现RecipeStep中流量计算器。
新增RecipeGasFlowCalculatorBase对象作为默认的RecipeStep流量计算器。
2023-05-10 23:21:46 +08:00
DESKTOP-1N1NK8A\auvkk afa3553a95 [UI.Client]
导入5号机的ClientUI库中的Recipe相关对象。
2023-05-10 16:21:45 +08:00
hanqiangqiang 8706d13578 [UI.Client]
Recipe中添加Coating对应的属性
[UI.Core]
CoatingManager中添加Tray数量配置参数,根据设置数量初始化Coating数据集合
2023-04-23 13:40:09 +08:00
DESKTOP-GPE37UV\THINKAPD 1ace450916 Add project files. 2023-04-13 11:51:03 +08:00