diff --git a/插件库/Lskj.Main/FrmConfig.cs b/插件库/Lskj.Main/FrmConfig.cs index 184e708..2493806 100644 --- a/插件库/Lskj.Main/FrmConfig.cs +++ b/插件库/Lskj.Main/FrmConfig.cs @@ -67,7 +67,7 @@ namespace Lskj.Main DBConfig.Instance.ReadConfig(true); serverType.Items.Add("SqlServer"); serverType.Items.Add("达梦数据库"); - serverType.SelectedValue = DBConfig.Instance.ServerType; + serverType.Text = DBConfig.Instance.ServerType; this.txtServerName.Text = DBConfig.Instance.ServerName; this.txtServerNameInternal.Text = DBConfig.Instance.InternalNetworkAddress; this.txtDBName.Text = DBConfig.Instance.DataBase; @@ -205,4 +205,4 @@ namespace Lskj.Main { if (DBConfig.Instance.CreateConnection()) { - //if (DelphiHelpe \ No newline at end of file + if (Del \ No newline at end of file