old mode 100755
new mode 100644
| | |
| | | using System;
|
| | | using System.Collections.Generic;
|
| | | using System.Text;
|
| | |
|
| | | namespace Shared.Phone.UserCenter
|
| | | {
|
| | | /// <summary>
|
| | | /// 平凡普通的控件,基本只是用来显示✩
|
| | | /// </summary>
|
| | | public class NormalViewControl : ButtonBase
|
| | | {
|
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Shared.Phone.UserCenter |
| | | { |
| | | /// <summary> |
| | | /// 平凡普通的控件,基本只是用来显示✩ |
| | | /// </summary> |
| | | public class NormalViewControl : ButtonBase |
| | | { |
| | | /// <summary> |
| | | /// 平凡普通的控件,基本只是用来显示(正常文本字体颜色,文字向左靠齐) |
| | | /// </summary> |
| | |
| | | public NormalViewControl(int i_Width, bool real) |
| | | { |
| | | this.InitSize(i_Width, real); |
| | | }
|
| | | }
|
| | | }
|
| | | } |
| | | } |
| | | } |