old mode 100755
new mode 100644
| | |
| | | /// <summary>
|
| | | /// 列表控件
|
| | | /// </summary>
|
| | | private VerticalListControl listView = null;
|
| | | private VerticalScrolViewLayout listView = null;
|
| | | /// <summary>
|
| | | /// 行控件的信息(Keys:Mac地址)
|
| | | /// </summary>
|
| | |
| | | txtSearchControl.BindEvent(this.SetRowDataBySearchKeys);
|
| | |
|
| | | //列表控件
|
| | | listView = new VerticalListControl(29);
|
| | | listView = new VerticalScrolViewLayout();
|
| | | listView.Y = txtSearchControl.Bottom + Application.GetRealHeight(29);
|
| | | listView.Height = frame.Height - txtSearchControl.Bottom - Application.GetRealHeight(29);
|
| | | frame.AddChidren(listView);
|
| | |
| | | rowInfo.frameTable = frameTable;
|
| | |
|
| | | //控件
|
| | | var rowMenu = new DeviceObjectControl(deviceMac, listView.rowSpace / 2);
|
| | | var rowMenu = new DeviceObjectControl(deviceMac, 0);
|
| | | frameTable.AddChidren(rowMenu);
|
| | | rowMenu.InitControl();
|
| | | rowInfo.MenuRow = rowMenu;
|