old mode 100755
new mode 100644
| | |
| | | frameRoomBlack.Height = Application.GetRealHeight(138);
|
| | | frameRoomBlack.Width = frameWhiteBack.Width;
|
| | | frameRoomBlack.BackgroundColor = 0xff232323;
|
| | | frameRoomBlack.Radius= (uint)Application.GetRealHeight(17);
|
| | | frameRoomBlack.Radius = (uint)Application.GetRealHeight(17);
|
| | | frameRoomBlack.Gravity = Gravity.BottomCenter;
|
| | | frameWhiteBack.AddChidren(frameRoomBlack);
|
| | |
|
| | |
| | | /// </summary>
|
| | | /// <param name="text"></param>
|
| | | public void SetStatuText(string text)
|
| | | {
|
| | | { |
| | | this.btnStatu.Text = this.CurrentText + text;
|
| | | }
|
| | |
|