| | |
| | | else
|
| | | {
|
| | | listway = new List<ZbGateway>();
|
| | | foreach (var way in UserCenterResourse.DicReceiveGatewayTest.Values)
|
| | | foreach (var way in HdlGatewayResourse.DicReceiveGatewayTest.Values)
|
| | | {
|
| | | listway.Add(way);
|
| | | }
|
| | |
| | | btnLink.TextSize = 12;
|
| | | btnLink.X = gatewayRow.btnIp.Right;
|
| | | btnLink.Y = gatewayRow.btnIp.Y;
|
| | | btnLink.Text = "本地连接:" + i_gateway.localIsConnected.ToString();
|
| | | btnLink.Text = "本地连接:" + i_gateway.LocalIsConnected.ToString();
|
| | | gatewayRow.frameTable.AddChidren(btnLink);
|
| | |
|
| | | //定位
|
| | |
| | | };
|
| | | gatewayRow.frameTable.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | | var form = new GatewayManage.GatewayInfoEditorForm();
|
| | | var form = new HideOptionGatewayInfoMenuForm();
|
| | | form.AddForm(i_gateway);
|
| | | };
|
| | | }
|