SVN r1185

SVN-Revision: r1185
This commit is contained in:
tdx
2026-05-23 11:33:23 +00:00
parent 269c6bf10d
commit 360a4c77eb
+2 -2
View File
@@ -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
if (Del