Esempio n. 1
0
        private IUFTabPage _BuilderControl_TabPage0(IUFTabControl container)
        {
            IUFTabPage _UFTabPage = UIControlBuilder.BuildTabPageControl(container, "TabPage0", true, true, "0", "8d246116-8447-404e-b0ea-771f661eddc7", "8d246116-8447-404e-b0ea-771f661eddc7");

            CommonBuilder.ContainerGridLayoutPropBuilder(_UFTabPage, 2, 1, 0, 5, 10, 10, 10, 10);
            InitViewBindingContainer(this, _UFTabPage, null, "", "", null, 1, "");
            UIControlBuilder.BuildContainerGridLayout(_UFTabPage, 5, new GridColumnDef[] { new GridColumnDef(600, bool.Parse("True")), new GridColumnDef(10, bool.Parse("False")), }, new GridRowDef[] { new GridRowDef(416, bool.Parse("False")), });
            ///foreach UFTab下的所有控件,增加到此容器



            _BuilderControl_DataGrid3(_UFTabPage);


            UIControlBuilder.BuilderUFControl(this.DataGrid3, "0");



            this.TabPage0 = _UFTabPage;
            return(_UFTabPage);
        }