| | |
| | | rowAccount.Y = Application.GetRealHeight(23);
|
| | | frame.AddChidren(rowAccount);
|
| | | //底线
|
| | | rowAccount.AddBottomLine();
|
| | | var btnLine = rowAccount.AddBottomLine();
|
| | |
|
| | | //请输入需要加入成员的ID(Email/手机号)
|
| | | var txtCode = new TextInputControl(Application.GetRealWidth(900), rowAccount.Height, false);
|
| | | txtCode.X = ControlCommonResourse.XXLeft;
|
| | | txtCode.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uPleaseInputAddMenberID);
|
| | | rowAccount.AddChidren(txtCode, ChidrenBindMode.NotBind);
|
| | | //联动线的状态
|
| | | txtCode.btnLine = btnLine;
|
| | |
|
| | | //下一步
|
| | | var btnBottom = new BottomClickButton(688);
|