| | |
| | | btnCaption.X = ControlCommonResourse.XXLeft;
|
| | | btnCaption.Gravity = Gravity.CenterVertical;
|
| | | btnCaption.Text = i_caption + ":";
|
| | | this.AddChidren(btnCaption, ChidrenBindMode.BindEventOnly);
|
| | | this.AddChidren(btnCaption, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //显示框
|
| | | var txtView = new NormalViewControl(700, true);
|
| | |
| | | txtView.Gravity = Gravity.CenterVertical;
|
| | | txtView.TextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | txtView.Text = i_RoomName;
|
| | | this.AddChidren(txtView, ChidrenBindMode.BindEventOnly);
|
| | | this.AddChidren(txtView, ChidrenBindMode.BindEvent);
|
| | |
|
| | | if (chidrenYaxis != 0)
|
| | | {
|