| | |
| | | this.Width = Application.GetRealWidth(width); |
| | | this.Height = Application.GetRealHeight(height);
|
| | | this.Gravity = Gravity.CenterHorizontal;
|
| | | this.Radius = (uint)Application.GetMinRealAverage(6); |
| | | this.Radius = (uint)Application.GetRealHeight(17); |
| | | this.BackgroundColor = 0xfff8f7f7; |
| | | } |
| | | |
| | |
| | | /// </summary> |
| | | private void StartSearchKeysThead() |
| | | { |
| | | new System.Threading.Thread(() => |
| | | HdlThreadLogic.Current.RunThread(() => |
| | | { |
| | | while (this.Parent != null) |
| | | { |
| | |
| | | //如果当前的检索键值与下一个检索键值不一样的话 |
| | | //那就说明,用户再次输入了键值,这个时候,让线程继续跑下去 |
| | | } |
| | | }) |
| | | { IsBackground = true }.Start(); |
| | | }); |
| | | }
|
| | | #endregion |
| | |
|