| | |
| | | /// <summary>
|
| | | /// 输入框控件(取值或者获取值可以使用【Text】属性,虽然这个也可以取)
|
| | | /// </summary>
|
| | | public TextInputExControl txtInput = null;
|
| | | public TextInputControl txtInput = null;
|
| | | /// <summary>
|
| | | /// 标题控件
|
| | | /// </summary>
|
| | |
| | | btnCaption.Gravity = Gravity.CenterVertical;
|
| | | btnCaption.Text = i_caption + ":";
|
| | |
|
| | | txtInput = new TextInputExControl(700, true);
|
| | | txtInput = new TextInputControl(700, true);
|
| | | txtInput.UseFocusColor = true;
|
| | | txtInput.X = Application.GetRealWidth(294);
|
| | | txtInput.Gravity = Gravity.CenterVertical;
|
| | | txtInput.Text = i_text;
|