Ejemplo n.º 1
0
        private void Frm款式异常_Load(object sender, EventArgs e)
        {
            this.splashScreenManager.ShowWaitForm();
            this.splashScreenManager.SetWaitFormCaption("请稍后,正在加载中....");     // 标题
            this.splashScreenManager.SetWaitFormDescription("正在初始化.....");    // 信息

            this.款式异常Model = StyleService.getAllStyle(this.ENABLE_FLAG);
            this.gridControl款式一览.DataSource = 款式异常Model.Views;
            this.initCombo();

            this.splashScreenManager.CloseWaitForm();
        }
Ejemplo n.º 2
0
        private void barButtonItem5_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            this.splashScreenManager.ShowWaitForm();
            this.splashScreenManager.SetWaitFormCaption("请稍后,正在加载中....");     // 标题
            this.splashScreenManager.SetWaitFormDescription("正在初始化.....");    // 信息

            this.款式异常Model = StyleService.getAllStyle(this.ENABLE_FLAG);
            this.gridControl款式一览.DataSource = 款式异常Model.Views;
            this.tileView款式异常.RefreshData();
            this.initCombo();

            this.splashScreenManager.CloseWaitForm();
        }