| | |
| | | rowMac.AddBottomLine(); |
| | | |
| | | //制造商
|
| | | string strProtuct = listDevice[0].DriveCode > 0 ? "HDL" : listDevice[0].ManufacturerName;
|
| | | string strProtuct = listDevice[0].ManufacturerName;
|
| | | if (listDevice[0].DriveCode > 0 || Common.LocalDevice.Current.IsHdlDevice(listDevice[0]) == true)
|
| | | {
|
| | | strProtuct = "广州河东科技有限公司";
|
| | | }
|
| | | var rowProtuct = new FrameRowControl(listView.rowSpace / 2);
|
| | | rowProtuct.UseClickStatu = false; |
| | | listView.AddChidren(rowProtuct); |
| | | rowProtuct.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uManufacturerName), 400); |
| | | rowProtuct.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uManufacturerName), 600); |
| | | rowProtuct.AddMostRightView(strProtuct, 600); |
| | | |
| | | listView.AdjustRealHeight(Application.GetRealHeight(23)); |