| | |
| | | 696=Monthly data of the past year |
| | | 697=prompt: The closer the starting color selection is to the edge of the color ring, the more obvious the dazzling effect. The closer to the white center, the less noticeable the dazzling effect. |
| | | 698=Break |
| | | 699=Choose automation |
| | | 700=Add execution action |
| | | |
| | | |
| | | |
| | |
| | | 696=过去一年的每月数据 |
| | | 697=提示:起始颜色选择越靠近色环边缘,炫彩效果越明显。越靠近白色中心,炫彩效果越不明显。 |
| | | 698=断开 |
| | | 699=选择自动化 |
| | | 700=添加执行目标 |
| | | |
| | | |
| | | |
| | |
| | | 696=Monthly data of the past year |
| | | 697=prompt: The closer the starting color selection is to the edge of the color ring, the more obvious the dazzling effect. The closer to the white center, the less noticeable the dazzling effect. |
| | | 698=Break |
| | | 699=Choose automation |
| | | 700=Add execution action |
| | | |
| | | |
| | | |
| | |
| | | 696=Monthly data of the past year |
| | | 697=prompt: The closer the starting color selection is to the edge of the color ring, the more obvious the dazzling effect. The closer to the white center, the less noticeable the dazzling effect. |
| | | 698=Break |
| | | 699=Choose automation |
| | | 700=Add execution action |
| | | |
| | | |
| | | |
| | |
| | | 696=Monthly data of the past year |
| | | 697=prompt: The closer the starting color selection is to the edge of the color ring, the more obvious the dazzling effect. The closer to the white center, the less noticeable the dazzling effect. |
| | | 698=Break |
| | | 699=Choose automation |
| | | 700=Add execution action |
| | | |
| | | |
| | | |
| | |
| | | 696=Monthly data of the past year |
| | | 697=prompt: The closer the starting color selection is to the edge of the color ring, the more obvious the dazzling effect. The closer to the white center, the less noticeable the dazzling effect. |
| | | 698=Break |
| | | 699=Choose automation |
| | | 700=Add execution action |
| | | |
| | | |
| | | |
| | |
| | | 696=过去一年的每月数据 |
| | | 697=提示:起始颜色选择越靠近色环边缘,炫彩效果越明显。越靠近白色中心,炫彩效果越不明显。 |
| | | 698=断开 |
| | | 699=选择自动化 |
| | | 700=添加执行目标 |
| | | |
| | | |
| | | |
| | |
| | | 696=Monthly data of the past year |
| | | 697=prompt: The closer the starting color selection is to the edge of the color ring, the more obvious the dazzling effect. The closer to the white center, the less noticeable the dazzling effect. |
| | | 698=Break |
| | | 699=Choose automation |
| | | 700=Add execution action |
| | | |
| | | |
| | | |
| | |
| | | 696=Monthly data of the past year |
| | | 697=prompt: The closer the starting color selection is to the edge of the color ring, the more obvious the dazzling effect. The closer to the white center, the less noticeable the dazzling effect. |
| | | 698=Break |
| | | 699=Choose automation |
| | | 700=Add execution action |
| | | |
| | | |
| | | |
| | |
| | | 696=Monthly data of the past year |
| | | 697=prompt: The closer the starting color selection is to the edge of the color ring, the more obvious the dazzling effect. The closer to the white center, the less noticeable the dazzling effect. |
| | | 698=Break |
| | | 699=Choose automation |
| | | 700=Add execution action |
| | | |
| | | |
| | | |
| | |
| | | public static class StringId |
| | | { |
| | | /// <summary> |
| | | /// 添加执行动作 |
| | | /// </summary> |
| | | public const int AddExecutionAction = 700; |
| | | /// <summary> |
| | | /// 选择自动化 |
| | | /// </summary> |
| | | public const int SelectAutomation = 699; |
| | | /// <summary> |
| | | /// 断开(干接点) |
| | | /// </summary> |
| | | public const int DryBreak = 698; |
| | |
| | | public void LoadPage() |
| | | { |
| | | this.bodyView.BackgroundColor = CSS_Color.MainBackgroundColor; |
| | | var topView = new TopViewDiv(bodyView, "选择自动化"); |
| | | var topView = new TopViewDiv(bodyView,Language.StringByID( StringId.SelectAutomation)); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView(); |
| | | |