File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs |
| | |
| | | /// <summary>
|
| | | /// 做成一个点击后能够显示点击状态的控件(基层控件)
|
| | | /// </summary>
|
| | | public class FrameLayoutControl : FrameLayout
|
| | | public class FrameLayoutStatuControl : FrameLayoutBase
|
| | | {
|
| | | #region ■ 变量声明___________________________
|
| | |
|
| | |
| | | /// 做成一个点击后能够显示点击状态的控件
|
| | | /// </summary> |
| | | /// <param name="i_ChidrenYaxis">子控件Y轴偏移量(真实值,有些界面需要这种特殊操作)</param> |
| | | public FrameLayoutControl(int i_ChidrenYaxis = 0) |
| | | public FrameLayoutStatuControl(int i_ChidrenYaxis = 0)
|
| | | {
|
| | | this.chidrenYaxis = i_ChidrenYaxis;
|
| | |
|
| | |
| | | //不允许点击
|
| | | return;
|
| | | }
|
| | | if (sender is FrameLayoutControl)
|
| | | if (sender is FrameLayoutStatuControl)
|
| | | {
|
| | | //LOG出力
|
| | | this.WriteLog();
|