| | |
| | |
|
| | | //请选择网络
|
| | | var btnTitle = new NormalViewControl(600, 64, true);
|
| | | btnTitle.X = ControlCommonResourse.XXLeft;
|
| | | btnTitle.X = HdlControlResourse.XXLeft;
|
| | | btnTitle.Y = Application.GetRealHeight(30);
|
| | | btnTitle.TextSize = 15;
|
| | | btnTitle.TextID = R.MyInternationalizationString.uPleaseSelectNetwork;
|
| | |
| | | };
|
| | |
|
| | | var btnMsg = new NormalViewControl(rowPsw.txtInput.Width, false);
|
| | | btnMsg.X = ControlCommonResourse.XXLeft;
|
| | | btnMsg.X = HdlControlResourse.XXLeft;
|
| | | btnMsg.Y = frameBack.Bottom + Application.GetRealHeight(23);
|
| | | btnMsg.TextSize = 12;
|
| | | btnMsg.Height = Application.GetRealHeight(40);
|
| | |
| | | var frameList = new NormalFrameLayout();
|
| | | frameList.Y = rowWifi.Bottom;
|
| | | frameList.Gravity = Gravity.CenterHorizontal;
|
| | | frameList.Width = frameTran.Width - ControlCommonResourse.XXLeft * 2;
|
| | | frameList.Width = frameTran.Width - HdlControlResourse.XXLeft * 2;
|
| | | frameList.Height = this.GetPictrueRealSize(1200);
|
| | | frameList.Radius = (uint)Application.GetRealWidth(17);
|
| | | frameList.BackgroundColor = UserCenterColor.Current.White;
|
| | |
| | | var frameRow = new FrameRowControl();
|
| | | listView.AddChidren(frameRow);
|
| | | //wifi名字
|
| | | var btnWifi = new NormalViewControl(frameRow.Width, frameRow.Height - ControlCommonResourse.BottomLineHeight, false);
|
| | | btnWifi.X = ControlCommonResourse.XXLeft;
|
| | | var btnWifi = new NormalViewControl(frameRow.Width, frameRow.Height - HdlControlResourse.BottomLineHeight, false);
|
| | | btnWifi.X = HdlControlResourse.XXLeft;
|
| | | btnWifi.Text = "Application Software" + i;
|
| | | frameRow.AddChidren(btnWifi, ChidrenBindMode.BindEvent);
|
| | | //底线
|
| | | var btnLine = new NormalViewControl(frameRow.Width, ControlCommonResourse.BottomLineHeight, false);
|
| | | var btnLine = new NormalViewControl(frameRow.Width, HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
|
| | | btnLine.Y = btnWifi.Bottom;
|
| | | frameRow.AddChidren(btnLine, ChidrenBindMode.BindEvent);
|