| | |
| | | {
|
| | | var rowInfo = new RowControlInfo();
|
| | |
|
| | | var frameTable = new FrameLayoutControl();
|
| | | var frameTable = new FrameLayoutStatuControl();
|
| | | frameTable.UseClickStatu = false;
|
| | | frameTable.Width = Application.GetRealWidth(994);
|
| | | frameTable.Height = Application.GetRealHeight(337);
|
| | |
| | | var btnIconBack = new FrameLayout();
|
| | | btnIconBack.X = Application.GetRealWidth(46);
|
| | | btnIconBack.Y = Application.GetRealHeight(43);
|
| | | btnIconBack.Height = Application.GetMinRealAverage(112);
|
| | | btnIconBack.Width = Application.GetMinRealAverage(112);
|
| | | btnIconBack.Radius = (uint)Application.GetMinRealAverage(112) / 2;
|
| | | btnIconBack.Height = this.GetPictrueRealSize(112);
|
| | | btnIconBack.Width = this.GetPictrueRealSize(112);
|
| | | btnIconBack.Radius = (uint)this.GetPictrueRealSize(112) / 2;
|
| | | btnIconBack.BackgroundColor = 0xfff5f6fa;
|
| | | frameTable.AddChidren(btnIconBack, ChidrenBindMode.NotBind);
|
| | | rowInfo.btnIconBack = btnIconBack;
|