| | |
| | | rtvFL.GetImageButton().UnSelectedImagePath = "FunctionIcon/DoorLock/RTV.png"; |
| | | rtvFL.GetTextButton().TextID = StringId.shishishipin; |
| | | |
| | | |
| | | //临时密码 |
| | | pswFL = new CustomFrameLayout(CustomFrameLayout.widthFrameLayout, CustomFrameLayout.heightFrameLayout); |
| | | whiteFl.AddChidren(pswFL); |
| | |
| | | pswFL.AddTextButtonView(); |
| | | pswFL.GetImageButton().UnSelectedImagePath = "FunctionIcon/DoorLock/OneOpenLock.png"; |
| | | pswFL.GetTextButton().TextID = StringId.linshimima1; |
| | | if (device.omodel.Contains("CS-DL30F-V100")) |
| | | { |
| | | rtvFL.Visible = rtvFL.Enable = false; |
| | | pswFL.X = Application.GetRealWidth(26); |
| | | } |
| | | |
| | | //历史记录 |
| | | recordFL = new CustomFrameLayout(CustomFrameLayout.widthFrameLayout, CustomFrameLayout.heightFrameLayout); |
| | |
| | | { |
| | | return; |
| | | } |
| | | //CommonMethod.Current.SkipRTVActivity(this.device.sid, this.device.deviceId, this.device.spk, false); |
| | | CommonMethod.Current.SkipRTVActivity(this.device.sid, this.device.deviceId, this.device.spk, false); |
| | | |
| | | }); |
| | | var lastClickTime = DateTime.MinValue; |
| | |
| | | return; |
| | | } |
| | | lastClickTime = DateTime.Now; |
| | | //CommonMethod.Current.SkipPSWActivity(this.device.deviceId); |
| | | CommonMethod.Current.SkipPSWActivity(this.device.deviceId); |
| | | }); |
| | | |
| | | //历史记录 |
| | |
| | | { |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | //CommonMethod.Current.SkipRecordActivity(this.device.deviceId); |
| | | CommonMethod.Current.SkipRecordActivity(this.device.deviceId); |
| | | }); |
| | | }catch(Exception ex) |
| | | { |