| | |
| | |
|
| | | //该功能只对出入防区有效
|
| | | var btnTitle = new NormalViewControl(864, 50, true);
|
| | | btnTitle.X = ControlCommonResourse.XXLeft;
|
| | | btnTitle.X = HdlControlResourse.XXLeft;
|
| | | btnTitle.Y = Application.GetRealHeight(38);
|
| | | btnTitle.TextSize = 12;
|
| | | btnTitle.TextColor = UserCenterColor.Current.TextGrayColor2;
|
| | |
| | | //关闭进度条
|
| | | this.CloseProgressBar();
|
| | |
|
| | | Application.RunOnMainThread(() =>
|
| | | HdlThreadLogic.Current.RunMain(() =>
|
| | | {
|
| | | //初始化【进入延时】行
|
| | | this.InitInDelayedRow(listView);
|
| | |
| | | //修改缓存
|
| | | this.timeResponseData.EntranceDelayTime = inDelayTime;
|
| | | this.timeResponseData.GoOutDelayTime = OutDelayTime;
|
| | | Application.RunOnMainThread(() =>
|
| | | HdlThreadLogic.Current.RunMain(() =>
|
| | | {
|
| | | if (this.inDelayTimeControl != null)
|
| | | {
|