| | |
| | | var versionFL = new FrameLayout
|
| | | {
|
| | | Y = Application.GetRealHeight(510),
|
| | | Height = Application.GetRealHeight(300),
|
| | | //Height = Application.GetRealHeight(300),
|
| | | Height = Application.GetRealHeight(300-127-12),
|
| | | BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor
|
| | | };
|
| | | bodyFrameLayout.AddChidren(versionFL);
|
| | |
|
| | | var SLARow = new DeviceInfoRow(12);
|
| | | SLARow.Init();
|
| | | SLARow.SetTipTitle(R.MyInternationalizationString.SLA);
|
| | | SLARow.NameText.TextAlignment = TextAlignment.CenterRight;
|
| | | versionFL.AddChidren(SLARow);
|
| | | SLARow.ClickBtn.MouseUpEventHandler += (sender, e) =>
|
| | | {
|
| | | var slaForm = new SLAForm();
|
| | | slaForm.AddForm();
|
| | | };
|
| | | //var SLARow = new DeviceInfoRow(12);
|
| | | //SLARow.Init();
|
| | | //SLARow.SetTipTitle(R.MyInternationalizationString.SLA);
|
| | | //SLARow.NameText.TextAlignment = TextAlignment.CenterRight;
|
| | | //versionFL.AddChidren(SLARow);
|
| | | //SLARow.ClickBtn.MouseUpEventHandler += (sender, e) =>
|
| | | //{
|
| | | // var slaForm = new SLAForm();
|
| | | // slaForm.AddForm();
|
| | | //};
|
| | |
|
| | | updateRow = new DeviceInfoRow(12 + 127 + 12);
|
| | | //updateRow = new DeviceInfoRow(12 + 127 + 12);
|
| | | updateRow = new DeviceInfoRow(12);
|
| | | updateRow.Init();
|
| | | updateRow.SetTipTitle(R.MyInternationalizationString.UpdateVersion);
|
| | | updateRow.NameText.TextAlignment = TextAlignment.CenterRight;
|