예제 #1
0
 protected override void OnInitDo(EventArgs e)
 {
     this.Page.InitComplete += new EventHandler(Page_InitComplete);
     WebPartBuilder.InitWebPart(this);
     this.Action = new LogViewerUIAction(this);
     adjust      = new FormAdjust();
     CreateFormChildControls();
 }
 protected override void OnInitDo(EventArgs e)
 {
     this.Page.InitComplete += new EventHandler(Page_InitComplete);
     WebPartBuilder.InitWebPart(this);
     this.Action = new ProductBarCodeBListUIModelAction(this);
     adjust      = new FormAdjust();
     CreateFormChildControls();
 }
예제 #3
0
 protected override void OnInitDo(EventArgs e)
 {
     this.Page.InitComplete += new EventHandler(Page_InitComplete);
     WebPartBuilder.InitWebPart(this);
     this.Action = new ItemRefAction(this);
     adjust      = new FormAdjust();
     CreateFormChildControls();
     DialogNoPersonalization = true;
     if (!UseQueryCase)
     {
         CardForRefQueryCase.Visible = false;
         UFGrid sortGrid = this.GetUFControlByName(this.TopLevelContainer, "DataGrid") as UFGrid;
         if (sortGrid != null)
         {
             sortGrid.ShowCustomFilterToolBar = false;
         }
     }
     else
     {
         UFIDA.UBF.Query.CommonService.RefQueryHelper.AfterCreateChildControls_Qry_DefaultImpl(this.Action);
         UFIDA.U9.UI.PDHelper.PDFormMessage.ShowQryDialogForReference(this, this.QryButton);
     }
 }