资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Net.NetworkInformation;
namespace System.Windows.Forms.Samples
{
public partial class MainForm : Form
{
// Message Server
private MessageStore _store;
private Bitmap _onlineImage;
private Bitmap _offlineImage;
public MainForm()
{
// Use system fonts
this.Font = SystemFonts.IcontitleFont;
// Designer Generated Code
InitializeComponent();
}
#region Event Handlers
private void Form1_Load(object sender EventArgs e)
{
// Setup Message Server
_store = MessageStore.GetMessageStore();
// Update message count
this.itemCountLabel.T
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 901 2004-12-19 13:51 Outook Clone (OLAF)\OLAF.sln
文件 17408 2005-11-08 22:24 Outook Clone (OLAF)\OLAF.suo
目录 0 2005-10-27 21:28 Outook Clone (OLAF)\OLAF\
目录 0 2005-10-27 21:28 Outook Clone (OLAF)\OLAF\bin\
目录 0 2005-10-27 21:28 Outook Clone (OLAF)\OLAF\bin\Debug\
目录 0 2005-10-27 21:28 Outook Clone (OLAF)\OLAF\bin\Debug\Mail\
文件 7476 2004-12-21 17:30 Outook Clone (OLAF)\OLAF\bin\Debug\Mail\Inbox.xm
文件 249856 2005-09-30 11:20 Outook Clone (OLAF)\OLAF\bin\Debug\OLAF.exe
目录 0 2005-10-27 21:28 Outook Clone (OLAF)\OLAF\bin\Release\
目录 0 2005-10-27 21:28 Outook Clone (OLAF)\OLAF\bin\Release\Mail\
文件 7476 2004-12-21 17:30 Outook Clone (OLAF)\OLAF\bin\Release\Mail\Inbox.xm
文件 245760 2005-09-30 11:20 Outook Clone (OLAF)\OLAF\bin\Release\OLAF.exe
目录 0 2005-10-27 21:28 Outook Clone (OLAF)\OLAF\Custom Controls\
文件 3801 2005-09-13 16:36 Outook Clone (OLAF)\OLAF\Custom Controls\ba
文件 13318 2005-09-13 16:36 Outook Clone (OLAF)\OLAF\Custom Controls\FolderView.cs
文件 61265 2005-03-18 14:38 Outook Clone (OLAF)\OLAF\Custom Controls\FolderView.resx
文件 4061 2005-09-13 16:36 Outook Clone (OLAF)\OLAF\Custom Controls\HeaderStrip.cs
文件 5635 2005-09-13 17:02 Outook Clone (OLAF)\OLAF\Custom Controls\LeftSpine.cs
文件 20283 2005-09-13 17:02 Outook Clone (OLAF)\OLAF\Custom Controls\LeftSpine.Designer.cs
文件 10194 2005-09-13 17:02 Outook Clone (OLAF)\OLAF\Custom Controls\LeftSpine.resx
文件 594 2005-09-13 16:37 Outook Clone (OLAF)\OLAF\Custom Controls\MessageArea.cs
文件 3235 2005-09-13 16:40 Outook Clone (OLAF)\OLAF\Custom Controls\MessageArea.Designer.cs
文件 5847 2005-03-17 11:12 Outook Clone (OLAF)\OLAF\Custom Controls\MessageArea.resx
文件 13815 2005-09-13 16:38 Outook Clone (OLAF)\OLAF\Custom Controls\MessageList.cs
文件 5844 2005-03-17 07:24 Outook Clone (OLAF)\OLAF\Custom Controls\MessageList.resx
文件 14438 2005-09-13 16:57 Outook Clone (OLAF)\OLAF\Custom Controls\RightSpine.cs
文件 5647 2005-03-11 09:22 Outook Clone (OLAF)\OLAF\Custom Controls\RightSpine.resx
文件 4514 2005-09-13 16:37 Outook Clone (OLAF)\OLAF\Custom Controls\StackStrip.cs
目录 0 2005-10-27 21:28 Outook Clone (OLAF)\OLAF\Images\
文件 822 2004-12-19 13:52 Outook Clone (OLAF)\OLAF\Images\Address.bmp
文件 822 2004-12-19 13:52 Outook Clone (OLAF)\OLAF\Images\Archive.bmp
............此处省略88个文件信息
- 上一篇:wpf数据绑定
- 下一篇:winform 仿VS2005整体布局
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
- C#之WPF重绘动态正弦余弦曲线
评论
共有 条评论