From 35a33afeeb29466c20ee39dc34e0468d687afce9 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 20 十一月 2020 17:47:38 +0800
Subject: [PATCH] 2020-11-20-1

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs
index cbccec4..164ce6e 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs
@@ -6,12 +6,13 @@
     {
         public AddInputType()
         {
+            Tag = "Logic";
         }
         public void Show()
         {
 
             LogicView.TopView topView = new LogicView.TopView();
-            this.AddChidren(topView.TopFLayoutView());
+            this.AddChidren(topView.FLayoutView());
             topView.clickBackBtn.MouseUpEventHandler += (e, sen) =>
             {
                 RemoveFromParent();
@@ -28,13 +29,13 @@
             this.AddChidren(viewLayout);
             #region 鏃堕棿  鍔熻兘
             //鏃堕棿
-            LogicView.SelectType timeView = new LogicView.SelectType();
+            LogicView.SelectTypeView timeView = new LogicView.SelectTypeView();
             timeView.btnText.TextID = StringId.time;
             timeView.btnIcon.UnSelectedImagePath = "LogicIcon/timeicon.png";
             viewLayout.AddChidren(timeView.FLayoutView());
 
             //鍔熻兘
-            LogicView.SelectType functionView = new LogicView.SelectType();
+            LogicView.SelectTypeView functionView = new LogicView.SelectTypeView();
             functionView.frameLayout.Y = timeView.frameLayout.Bottom;
             functionView.btnText.TextID = StringId.time;
             functionView.btnIcon.UnSelectedImagePath = "LogicIcon/functionicon.png";

--
Gitblit v1.8.0