资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Collections;
namespace WindowsFormsApplication10
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void pictureBox1_Paint(object sender PaintEventArgs e)
{
string parentTree = “中国“;
ArrayList midTree = new ArrayList();
midTree.Add(“江苏省“);
midTree.Add(“山东省“);
int midTreeCount = midTree.Count;
ArrayList subTree = new ArrayList();
subTree.Add(“南京市“);
subTree.Add(“扬州市“);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10240 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\bin\Debug\WindowsFormsApplication10.exe
文件 26112 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\bin\Debug\WindowsFormsApplication10.pdb
文件 14328 2013-07-12 09:09 WindowsFormsApplication10\WindowsFormsApplication10\bin\Debug\WindowsFormsApplication10.vshost.exe
文件 490 2007-07-21 01:33 WindowsFormsApplication10\WindowsFormsApplication10\bin\Debug\WindowsFormsApplication10.vshost.exe.manifest
文件 5138 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\Form1.cs
文件 2233 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\Form1.Designer.cs
文件 5814 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\Form1.resx
文件 938 2013-07-12 09:14 WindowsFormsApplication10\WindowsFormsApplication10\obj\Debug\WindowsFormsApplication10.csproj.FileListAbsolute.txt
文件 847 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\obj\Debug\WindowsFormsApplication10.csproj.GenerateResource.Cache
文件 10240 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\obj\Debug\WindowsFormsApplication10.exe
文件 180 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\obj\Debug\WindowsFormsApplication10.Form1.resources
文件 26112 2013-07-12 09:15 WindowsFormsApplication10\WindowsFormsApplication10\obj\Debug\WindowsFormsApplication10.pdb
文件 180 2013-07-12 09:12 WindowsFormsApplication10\WindowsFormsApplication10\obj\Debug\WindowsFormsApplication10.Properties.Resources.resources
文件 506 2013-07-11 22:09 WindowsFormsApplication10\WindowsFormsApplication10\Program.cs
文件 1406 2013-07-11 22:09 WindowsFormsApplication10\WindowsFormsApplication10\Properties\AssemblyInfo.cs
文件 2900 2013-07-11 22:09 WindowsFormsApplication10\WindowsFormsApplication10\Properties\Resources.Designer.cs
文件 5612 2013-07-11 22:09 WindowsFormsApplication10\WindowsFormsApplication10\Properties\Resources.resx
文件 1110 2013-07-11 22:09 WindowsFormsApplication10\WindowsFormsApplication10\Properties\Settings.Designer.cs
文件 249 2013-07-11 22:09 WindowsFormsApplication10\WindowsFormsApplication10\Properties\Settings.settings
文件 3761 2013-07-12 09:12 WindowsFormsApplication10\WindowsFormsApplication10\WindowsFormsApplication10.csproj
文件 965 2013-07-11 22:09 WindowsFormsApplication10\WindowsFormsApplication10.sln
..A..H. 14336 2013-07-12 09:17 WindowsFormsApplication10\WindowsFormsApplication10.suo
目录 0 2013-07-12 09:17 WindowsFormsApplication10\WindowsFormsApplication10\obj\Debug\TempPE
目录 0 2013-07-12 09:17 WindowsFormsApplication10\WindowsFormsApplication10\bin\Debug
目录 0 2013-07-12 09:17 WindowsFormsApplication10\WindowsFormsApplication10\obj\Debug
目录 0 2013-07-12 09:17 WindowsFormsApplication10\WindowsFormsApplication10\bin
目录 0 2013-07-12 09:17 WindowsFormsApplication10\WindowsFormsApplication10\obj
目录 0 2013-07-12 09:17 WindowsFormsApplication10\WindowsFormsApplication10\Properties
目录 0 2013-07-12 09:17 WindowsFormsApplication10\WindowsFormsApplication10
目录 0 2013-07-12 09:17 WindowsFormsApplication10
............此处省略3个文件信息
- 上一篇:c#通讯录项目源码(支持多数据库配置)
- 下一篇:winform 大头贴 拍照
相关资源
- DWGdirect_NET
- DotRas EnablingDiagnosticLogging
- C# 异或线画法 Graphics
- Flow C#通过GDI+实现流程图绘制
- GDIPlusCFCode GDI+for wince
- GDI GDI的c#源码
- shiboqi 采用C#编程
- GDIDrawFlow C# GDI+ 开发的类Viso流程图用
- Using-GDIP-on-Windows-Mobile
- PDFSharp-1.2.1269 一个基于c#的pdf开源sd
- C# GDI画图和交互式操作 点和连接线鼠
- GDI绘图案例
- GDI窗体画平行线算法c#源码
- C# GDI+绘制雷达图
- 纯C#实现的mspaint增强版画图程序
- C#曲线图控件(支持屏幕外拖动滚动条
- Winform 打字游戏
- C# 利用GDI+ 绘制动态水晶button 按钮
- C# GDI+绘图
- C# 绘制圆形、矩形、三角形
- c# 一个简单的GDI画图
- GDI+绘制多叉树FP-Tree
- GDI+ 绘图的辅助类(渲染背景/构建圆
- C# GDI功能全面的基本绘图和图像处理
- C# GDI+绘制圆形进度条制作自定义控件
- C# GDI 树状结构图
- GDI绘制红色游动金鱼
- C# 扫雷游戏源码(GDI+ 入门)
- A模拟绘图GDI源码
- 开源的.net矢量图、流程图绘制软件
评论
共有 条评论