| | |
| | | btnIcon.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | | //测试
|
| | | HdlGatewayLogic.Current.SetTestCommand(i_zbGateway);
|
| | | HdlGatewayLogic.Current.SetFixedPositionCommand(i_zbGateway);
|
| | | };
|
| | |
|
| | | //初始化中部控件
|
| | |
| | |
|
| | | //网关类型
|
| | | caption = Language.StringByID(R.MyInternationalizationString.uGatewayType);
|
| | | nameValue = HdlGatewayLogic.Current.GetGatewayImageText(this.zbGateway);
|
| | | //nameValue = HdlGatewayLogic.Current.GetGatewayImageText(this.zbGateway);
|
| | | var btnObject = new FrameCaptionViewControl(caption, nameValue);
|
| | | listDeviceControl.AddChidren(btnObject);
|
| | | btnObject.InitControl();
|