資源簡介
c#開發財務投資管理軟件的源碼,主要用于學習c#的財務相關軟件開發參考,主要記錄財務數據軟件,偏投資管理數據核算分析方面的。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?feixiang;
namespace?CWwr
{
????public?partial?class?adduser?:?Form
????{
????????public?adduser()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????string?sql?=?string.Format(@“INSERT?INTO?[cwtzDB].[dbo].[tzusername]
???????????([name]
???????????[tel]
???????????[address])
?????VALUES
???????????(‘{0}‘
???????????‘{1}‘
???????????‘{2}‘)“textBox1.TexttextBox2.TexttextBox3.Text);
????????????if?(ClassLib.UP_INSTER(Class2.con?sql))
????????????{
????????????????MessageBox.Show(textBox1.Text+“用戶添加成功!“);
????????????????Form6?f1;
????????????????f1?=?(Form6)this.Owner;
????????????????f1.Refresh_Method();
????????????????
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-05-09?20:09??C#財務投資管理軟件\
?????目錄???????????0??2014-04-26?21:28??C#財務投資管理軟件\CWwr\
?????目錄???????????0??2014-04-27?20:13??C#財務投資管理軟件\CWwr\CWwr\
?????文件????????7830??2014-04-27?22:56??C#財務投資管理軟件\CWwr\CWwr\CWwr.csproj
?????文件?????????718??2014-04-27?08:57??C#財務投資管理軟件\CWwr\CWwr\Class1.cs
?????文件?????????545??2014-04-27?21:26??C#財務投資管理軟件\CWwr\CWwr\Class2.cs
?????文件???????15242??2014-04-27?15:01??C#財務投資管理軟件\CWwr\CWwr\Form1.Designer.cs
?????文件????????3031??2014-04-27?15:01??C#財務投資管理軟件\CWwr\CWwr\Form1.cs
?????文件??????380423??2014-04-27?15:01??C#財務投資管理軟件\CWwr\CWwr\Form1.resx
?????文件????????5720??2014-04-28?18:12??C#財務投資管理軟件\CWwr\CWwr\Form3.Designer.cs
?????文件????????2712??2014-04-28?18:12??C#財務投資管理軟件\CWwr\CWwr\Form3.cs
?????文件????????6016??2014-04-28?18:12??C#財務投資管理軟件\CWwr\CWwr\Form3.resx
?????文件???????12831??2014-04-28?20:52??C#財務投資管理軟件\CWwr\CWwr\Form4.Designer.cs
?????文件????????7782??2014-04-28?20:52??C#財務投資管理軟件\CWwr\CWwr\Form4.cs
?????文件????????6788??2014-04-28?20:52??C#財務投資管理軟件\CWwr\CWwr\Form4.resx
?????文件????????8481??2014-04-27?14:49??C#財務投資管理軟件\CWwr\CWwr\Form5.Designer.cs
?????文件????????2025??2014-04-27?15:10??C#財務投資管理軟件\CWwr\CWwr\Form5.cs
?????文件????????5817??2014-04-27?14:49??C#財務投資管理軟件\CWwr\CWwr\Form5.resx
?????文件???????30466??2014-04-27?20:12??C#財務投資管理軟件\CWwr\CWwr\Form6.Designer.cs
?????文件????????5872??2014-04-27?20:12??C#財務投資管理軟件\CWwr\CWwr\Form6.cs
?????文件????????5817??2014-04-27?20:12??C#財務投資管理軟件\CWwr\CWwr\Form6.resx
?????文件?????????465??2014-04-27?17:16??C#財務投資管理軟件\CWwr\CWwr\Program.cs
?????目錄???????????0??2014-04-26?21:28??C#財務投資管理軟件\CWwr\CWwr\Properties\
?????文件????????1356??2014-04-26?21:28??C#財務投資管理軟件\CWwr\CWwr\Properties\AssemblyInfo.cs
?????文件????????3875??2014-04-26?23:43??C#財務投資管理軟件\CWwr\CWwr\Properties\Resources.Designer.cs
?????文件????????7091??2014-04-26?23:43??C#財務投資管理軟件\CWwr\CWwr\Properties\Resources.resx
?????文件????????1087??2014-04-26?21:28??C#財務投資管理軟件\CWwr\CWwr\Properties\Settings.Designer.cs
?????文件?????????249??2014-04-26?21:28??C#財務投資管理軟件\CWwr\CWwr\Properties\Settings.settings
?????目錄???????????0??2014-04-26?23:18??C#財務投資管理軟件\CWwr\CWwr\Resources\
?????文件???????15279??2014-04-26?23:18??C#財務投資管理軟件\CWwr\CWwr\Resources\10.jpg
?????文件???????67134??2014-04-26?23:14??C#財務投資管理軟件\CWwr\CWwr\Resources\QQ圖片20140408182413.jpg
............此處省略164個文件信息
評論
共有 條評論