old mode 100644
new mode 100755
| | |
| | |
|
| | | //初始化桌布
|
| | | this.tableContr = new InformationEditorControl();
|
| | |
|
| | | if (this.deviceObj.Type == DeviceType.FreshAir)
|
| | | {
|
| | | this.listview = tableContr.InitControl(listBackControl.frameTable, Language.StringByID(R.MyInternationalizationString.uDeviceEditor), 1028);
|
| | | }
|
| | | else
|
| | | {
|
| | | this.listview = tableContr.InitControl(listBackControl.frameTable, Language.StringByID(R.MyInternationalizationString.uDeviceEditor), 1128); |
| | | }
|
| | | |
| | | //初始化设备回路图标 |
| | | this.InitDeviceEpointIcon(listBackControl); |
| | |
| | | if (deviceObj.Type == DeviceType.FreshAir) |
| | | { |
| | | frame.RemoveFromParent(); |
| | | frameBorder.Y = Application.GetRealHeight(0);
|
| | | frameBorder.Height = Application.GetRealHeight(709);
|
| | | frameBack.BackgroundImagePath = "FreshAir/FreshAirRealDevicePic.png"; |
| | | frameBack.Width = Application.GetMinRealAverage(878); |
| | | frameBack.Height = Application.GetMinRealAverage(354); |
| | | frameBack.Width = this.GetPictrueRealSize(878);
|
| | | frameBack.Height = this.GetPictrueRealSize(354);
|
| | | frameBack.Y = Application.GetRealHeight(153);
|
| | | frameBack.Gravity = Gravity.Center; |
| | | }
|
| | | }
|
| | |
| | | //初始化菜单行
|
| | | this.DeviceEpointSelectEvent(btnTemp, null);
|
| | | }
|
| | |
|
| | |
|
| | | }
|
| | |
|
| | | /// <summary>
|