| | |
| | | private NormalViewControl InitUserSelectButton(bool select)
|
| | | {
|
| | | var btnContr = new NormalViewControl(207, 63, true);
|
| | | btnContr.Radius = (uint)Application.GetMinRealAverage(6);
|
| | | btnContr.Radius = 6;
|
| | | btnContr.TextAlignment = TextAlignment.Center;
|
| | | if (select == false)
|
| | | {
|
| | |
| | | private NormalViewControl InitLockSelectButton(bool select)
|
| | | {
|
| | | var btnContr = new NormalViewControl(207, 63, true);
|
| | | btnContr.Radius = (uint)Application.GetMinRealAverage(6);
|
| | | btnContr.Radius = 6;
|
| | | btnContr.TextAlignment = TextAlignment.Center;
|
| | | if (select == false)
|
| | | {
|