old mode 100755
new mode 100644
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs |
| | |
| | | using System.Collections.Generic;
|
| | | using System.Text;
|
| | |
|
| | | namespace Shared.Phone.UserCenter
|
| | | namespace Shared.Phone |
| | | {
|
| | | /// <summary>
|
| | | /// 输入框控件的最初原型(不建议修改和直接使用):标准字体颜色,文字向左靠齐,14号字
|
| | |
| | | i_Width = Application.GetRealWidth(i_Width);
|
| | | }
|
| | |
|
| | | this.Height = ControlCommonResourse.NormalControlHeight;
|
| | | this.Height = HdlControlResourse.NormalControlHeight; |
| | | this.Width = i_Width;
|
| | | }
|
| | |
|