资源简介
留言板
代码片段和文件信息
using System;
using System.Data;
using System.IO;
using System.Text;
using System.Windows.Forms;
using NovinMedia.Data;
using SP_Gen.Classes;
using SP_Gen.Properties;
namespace SP_Gen
{
public partial class frmMain : Form
{
public frmMain()
{
InitializeComponent();
LoadSettings();
tpWrapperClass.Enabled = bool.Parse(Session.LoadFromSession(“GenerateWrapperClass“).ToString());
SetFieldsEnabled(false);
txtServerName.Focus();
}
#region “Helper Methods“
private string GetConnectionString()
{
string connStr = string.Empty;
if (rbSQLServer.Checked == true)
{
connStr =
st
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2008-05-20 16:07 SP_Gen\
文件 74 2007-12-11 00:16 SP_Gen\app.config
目录 0 2008-05-20 15:48 SP_Gen\bin\
目录 0 2008-05-20 15:46 SP_Gen\bin\Debug\
文件 6509 2007-12-19 12:01 SP_Gen\bin\Debug\CSharp.syn
文件 966656 2008-05-20 15:45 SP_Gen\bin\Debug\Draco.Controls.CodeEditor.dll
文件 1459 2008-05-20 15:46 SP_Gen\bin\Debug\SP_Gen.application
文件 74 2007-12-11 00:16 SP_Gen\bin\Debug\SP_Gen.exe.config
文件 3676 2008-05-20 15:46 SP_Gen\bin\Debug\SP_Gen.exe.manifest
文件 101888 2008-05-20 15:46 SP_Gen\bin\Debug\SP_Gen.pdb
文件 74 2007-12-11 00:16 SP_Gen\bin\Debug\SP_Gen.vshost.exe.config
文件 25071 2006-03-30 23:11 SP_Gen\bin\Debug\SqlServer2K.syn
目录 0 2008-05-26 16:18 SP_Gen\bin\Release\
文件 993 2008-05-20 16:09 SP_Gen\bin\Release\Config.xm
文件 6509 2007-12-19 12:01 SP_Gen\bin\Release\CSharp.syn
文件 966656 2008-05-20 15:45 SP_Gen\bin\Release\Draco.Controls.CodeEditor.dll
目录 0 2008-05-20 15:50 SP_Gen\bin\Release\Output\
文件 1459 2008-05-26 16:21 SP_Gen\bin\Release\SP_Gen.application
文件 74 2007-12-11 00:16 SP_Gen\bin\Release\SP_Gen.exe.config
文件 3676 2008-05-26 16:21 SP_Gen\bin\Release\SP_Gen.exe.manifest
文件 89600 2008-05-26 16:21 SP_Gen\bin\Release\SP_Gen.pdb
文件 1459 2008-05-25 14:02 SP_Gen\bin\Release\SP_Gen.vshost.application
文件 74 2007-12-11 00:16 SP_Gen\bin\Release\SP_Gen.vshost.exe.config
文件 3676 2008-05-25 14:02 SP_Gen\bin\Release\SP_Gen.vshost.exe.manifest
文件 25077 2007-12-18 09:57 SP_Gen\bin\Release\SqlServer2K.syn
目录 0 2008-05-20 20:28 SP_Gen\Classes\
文件 1117 2008-05-20 15:57 SP_Gen\Classes\ConfigTemplate.cs
文件 1585 2008-03-28 06:04 SP_Gen\Classes\ConfigUtils.cs
文件 7105 2007-12-31 00:56 SP_Gen\Classes\Dbob
文件 686 2007-12-31 05:48 SP_Gen\Classes\Session.cs
文件 22389 2008-05-20 16:07 SP_Gen\Classes\SQL_Generator.cs
............此处省略25个文件信息
评论
共有 条评论