File was renamed from HDL_ON/UI/UI2/FuntionControlView/Aks/GFPage.cs |
| | |
| | | /// <summary> |
| | | /// 功放界面 |
| | | /// </summary> |
| | | public class GFPage : BaseFramLayout |
| | | public class GfPage : BaseFramLayout |
| | | { |
| | | public GFPage() |
| | | public GfPage() |
| | | { |
| | | } |
| | | |
| | |
| | | { |
| | | //初始化UI |
| | | this.InitUI(); |
| | | //初始化事件 |
| | | //初始化事件监听器 |
| | | this.EventListener(); |
| | | //读取数据 |
| | | this.ReadData(); |
| | |
| | | { |
| | | Console.WriteLine("1"); |
| | | }; |
| | | |
| | | //时序器 |
| | | typeMultiFramLayout.SetLeftFlClickListener((f) => |
| | | { |
| | | SxqPage sxqPage = new SxqPage(); |
| | |
| | | sxqPage.Show(); |
| | | |
| | | }); |
| | | |
| | | //设备切换 |
| | | typeMultiFramLayout.SetRightFlClickListener((f) => |
| | | { |
| | | Console.WriteLine("4"); |
| | |
| | | }; |
| | | this.AddChidren(btnTitle); |
| | | |
| | | cornerFram = new CornerFramLayout(343, 452, 4, 17); |
| | | cornerFram = new CornerFramLayout(343, 452, 17); |
| | | cornerFram.X = Application.GetRealWidth(16); |
| | | cornerFram.Y = btnTitle.Bottom + Application.GetRealHeight(16); |
| | | this.AddChidren(cornerFram); |
| | | cornerFram.SetList(cornerFram.GetTestList(17)); |
| | | cornerFram.SetMargin(16, 0, 16, 0); |
| | | cornerFram.LoadButtonPage(); |
| | | cornerFram.LoadButtonPage(4); |
| | | |
| | | |
| | | CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 72, 0, 17); |
| | | CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 72, 17); |
| | | cornerBottomFram.X = Application.GetRealWidth(16); |
| | | cornerBottomFram.Y = cornerFram.Bottom + Application.GetRealHeight(16); |
| | | cornerBottomFram.BackgroundColor = MusicColor.WhiteColor; |