| | |
| | | MessageBox.Show("程序已启动,不能重复启动"); |
| | | return; |
| | | } |
| | | |
| | | //MessageBox.Show("程序开启动"); |
| | | |
| | | |
| | | //放在最开始 |
| | | var corp_flag = TProduct.CorpConfig.Instance.CorpFlag; |
| | | if(corp_flag == Model.eCorpFlag.未知客户) |
| | |
| | | #region DEV控件设置 |
| | | try |
| | | { |
| | | |
| | | System.Windows.Forms.Application.EnableVisualStyles(); |
| | | System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(false); |
| | | |
| | |
| | | DevExpress.LookAndFeel.UserLookAndFeel.Default.SetSkinStyle(TProduct.UserSetting.Setting.Skin.ThemeStyle, TProduct.UserSetting.Setting.Skin.Style); |
| | | |
| | | TProduct.LogHelper.Initial(); |
| | | |
| | | |
| | | //检查数据库版本有么有升级 |
| | | TProduct.BLL.DataSetTool.CheckDataSetVersion(); |