資源簡介
北大青鳥的S2項目...
代碼還在修改中.

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.xml;
namespace?NewRss
{
????public?partial?class?AddFeed?:?Form
????{
????????public?AddFeed()
????????{
????????????InitializeComponent();
????????}
????????private?void?pictureBox2_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????????RssFeed?rf=null;
????????public?TreeNode?node?=?null;
????????ProfileManager?pfm?=?new?ProfileManager();
????????private?void?pictureBox1_Click(object?sender?EventArgs?e)
????????{
????????????foreach?(Control?var?in?this.Controls)
????????????{
????????????????if(var?is?TextBox?&&?var.Text==““)
????????????????{
????????????????????switch(var.TabIndex)
????????????????????{
????????????????????????case?1:
????????????????????????????lblone.Visible?=?true;
????????????????????????????var.Focus();
????????????????????????????break;
????????????????????????case?2:
????????????????????????????lbltwo.Visible?=?true;
????????????????????????????var.Focus();
????????????????????????????break;
????????????????????????case?3:
????????????????????????????lblthree.Visible?=?true;
????????????????????????????var.Focus();
????????????????????????????break;
????????????????????}
????????????????????return;
????????????????}
????????????}
????????????foreach?(RssFeed?var?in?pfm.Load().Values)????//先用load方法讀取出所有頻道的名字
????????????{
????????????????if(txtName.Text?==?var.DisplayName)?????//判斷頻道是否存在
????????????????{
????????????????????MessageBox.Show(“已經存在此頻道名稱!請更換頻道名稱!“?“系統提示“);
????????????????????return;
????????????????}
????????????}
????????????rf?=?new?RssFeed(txtName.Text?txtUrl.Text?txtShuoming.Text);?//實例化頻道對象
????????????pfm.Save(rf);??????????????????????????????????????????????????????????????????????????//調用Save??(保存頻道方法)
????????????node?=?new?TreeNode(rf.DisplayName);????????????????????????????????????//創建頻道節點
????????????node.Tag?=?rf.Url;???????????????????????????????????????????????????????????????????//為頻道節點添加隱藏值
????????????MessageBox.Show(“添加成功!“?“系統提示“);
????????????this.Close();
????????}
????????private?void?pictureBox3_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????????private?void?txtName_TextChanged(object?sender?EventArgs?e)
????????{
????????????if(txtName.Text?!=?string.Empty)
????????????{
????????????????lblone.Visible?=?false;
????????????}
????????????else
????????????{
????????????????lblone.Visible?=?true;
????????????}
????????}
????????private?void?txtUrl_TextChanged(object?sender?EventArgs?e)
????????{
????????????if?(txtUrl.Text?!=?string.Empty)
????????????{
????????????????lbltwo.Visible?=?false;
????????????}
????????????else
????????????{
????????????????lbltwo.Visible?=?true;
????????????}
????????}
????????private?void?txtShuoming
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3367??2010-05-01?15:31??NewRss\NewRss\NewRss\NewRss\AddFeed.cs
?????文件??????10020??2010-05-01?15:30??NewRss\NewRss\NewRss\NewRss\AddFeed.Designer.cs
?????文件??????22328??2010-05-01?15:30??NewRss\NewRss\NewRss\NewRss\AddFeed.resx
?????文件????????628??2010-04-30?14:52??NewRss\NewRss\NewRss\NewRss\Article.cs
?????文件???????3069??2010-05-01?15:29??NewRss\NewRss\NewRss\NewRss\bin\Debug\channel.bak
?????文件???????3069??2010-05-01?15:29??NewRss\NewRss\NewRss\NewRss\bin\Debug\channel.xm
?????文件???????1829??2010-04-30?12:54??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\add.png
?????文件???????4128??2010-04-30?12:54??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\addfeed.png
?????文件???????4112??2010-04-30?12:54??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\cal.png
?????文件????????233??2010-04-30?13:04??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\close.gif
?????文件??????10806??2010-05-01?13:16??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\favicon.ico
?????文件???????3992??2010-05-01?12:52??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\getAll.png
?????文件????????266??2010-04-30?11:52??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\help.gif
?????文件????????279??2010-04-30?11:52??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\keep.gif
?????文件???????2767??2010-04-30?16:27??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\loading.gif
?????文件????????273??2010-04-30?11:52??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\look.gif
?????文件???????1665??2010-04-30?13:23??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\no.png
?????文件???????3046??2010-05-01?12:52??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\open.png
?????文件??????12027??2010-04-30?07:50??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\rss.gif
?????文件??????18471??2010-04-30?13:15??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\rsslupai.png
?????文件????????379??2010-04-30?11:52??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\rss_add.gif
?????文件??????10255??2010-04-30?11:47??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\rss_heibai.gif
?????文件???????4201??2010-04-30?13:09??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\temp.gif
?????文件????????281??2010-04-30?11:52??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\tool.gif
?????文件???????1513??2010-04-30?13:23??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\yes.png
?????文件??????28747??2007-07-26?14:08??NewRss\NewRss\NewRss\NewRss\bin\Debug\Images\閃屏.gif
?????文件?????204800??2010-05-01?22:27??NewRss\NewRss\NewRss\NewRss\bin\Debug\NewRss.exe
?????文件??????83456??2010-05-01?22:27??NewRss\NewRss\NewRss\NewRss\bin\Debug\NewRss.pdb
?????文件???????5632??2010-05-01?22:27??NewRss\NewRss\NewRss\NewRss\bin\Debug\NewRss.vshost.exe
?????文件???????1175??2010-04-30?23:42??NewRss\NewRss\NewRss\NewRss\ClassDiagram1.cd
............此處省略50個文件信息
評論
共有 條評論