Пример #1
0
 public TrialPLDanhMucAdv()
     : base()
 {
     popupContainerControl = new PopupContainerControl();
     plDanhMuc = new TrialPLDanhMucAdvCtrl();
     this.Properties.PopupControl = popupContainerControl;
     popupContainerControl.Controls.Add(plDanhMuc);
     popupContainerControl.Size = plDanhMuc.Size;
     this.Properties.PopupSizeable = false;
     this.Properties.ShowPopupCloseButton = false;
 }
Пример #2
0
 private void init()
 {
     plDanhMuc = new TrialPLDanhMucAdvCtrl();
     popupControl = new PopupContainerControl();
     this.PopupControl = popupControl;
     popupControl.Controls.Add(plDanhMuc);
     popupControl.Size = plDanhMuc.Size;
     this.PopupSizeable = false;
     this.ShowPopupCloseButton = false;
 }