| | |
| | | base.SetTitleText(Language.StringByID(StringId.DoorLock)); |
| | | |
| | | //初始化头部历史记录控件 |
| | | this.InitTopHistoryControl(); |
| | | //this.InitTopHistoryControl(); |
| | | |
| | | //初始化中部信息 |
| | | this.InitMiddleFrame(); |
| | |
| | | //电池图标 |
| | | var btnBattery = new BatteryPersentControl(); |
| | | btnBattery.Y = Application.GetRealHeight(62); |
| | | frameBack.AddChidren(btnBattery, ChidrenBindMode.BindEvent); |
| | | //frameBack.AddChidren(btnBattery, ChidrenBindMode.BindEvent); |
| | | btnBattery.InitControl(); |
| | | btnBattery.SetValue(80); |
| | | btnBattery.X = frameBack.Width - btnBattery.Width - Application.GetRealWidth(12); |