From 360a4c77ebe84c43f9a4bbc6958b0923af5f473f Mon Sep 17 00:00:00 2001 From: tdx Date: Sat, 23 May 2026 11:33:23 +0000 Subject: [PATCH] SVN r1185 SVN-Revision: r1185 --- 插件库/Lskj.Main/FrmConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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