资源简介
代码片段和文件信息
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;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
// 下载于www.51aspx.com
private void button1_Click(object sender EventArgs e)
{
Form2 fr = new Form2();
fr.Show();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2562 2014-10-24 08:59 51Aspx源码必读.txt
文件 2039 2014-10-01 17:14 Form1.Designer.cs
文件 557 2014-10-24 08:56 Form1.cs
文件 5817 2014-10-01 17:14 Form1.resx
文件 3776 2014-10-01 21:30 Form2.Designer.cs
文件 1862 2014-10-24 08:56 Form2.cs
文件 166941 2014-10-01 21:30 Form2.resx
文件 531 2014-10-24 08:56 Program.cs
目录 0 2014-10-24 08:48 Properties\
文件 1406 2014-10-24 08:56 Properties\AssemblyInfo.cs
文件 2900 2014-10-01 17:04 Properties\Resources.Designer.cs
文件 5612 2014-10-01 17:04 Properties\Resources.resx
文件 1111 2014-10-01 17:04 Properties\Settings.Designer.cs
文件 249 2014-10-01 17:04 Properties\Settings.settings
文件 4011 2014-10-01 19:46 WindowsFormsApplication1.csproj
文件 143 2014-10-01 19:46 WindowsFormsApplication1.csproj.user
文件 889 2014-10-24 08:57 WindowsFormsApplication1.sln
文件 28672 2014-10-24 08:59 WindowsFormsApplication1.suo
目录 0 2014-10-01 19:46 bin\
目录 0 2014-10-24 08:48 bin\Debug\
文件 117760 2014-10-01 21:30 bin\Debug\WindowsFormsApplication1.exe
文件 30208 2014-10-01 21:30 bin\Debug\WindowsFormsApplication1.pdb
文件 11600 2014-10-24 08:56 bin\Debug\WindowsFormsApplication1.vshost.exe
文件 490 2012-06-02 22:34 bin\Debug\WindowsFormsApplication1.vshost.exe.manifest
目录 0 2014-10-24 09:00 bin\Release\
文件 4945 2014-04-30 09:10 from.gif
目录 0 2014-10-01 19:46 obj\
目录 0 2014-10-01 19:46 obj\x86\
目录 0 2014-10-24 08:48 obj\x86\Debug\
文件 5359 2014-10-01 21:27 obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6480 2014-10-24 08:50 obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此处省略11个文件信息
相关资源
- WPF窗口贴边自动隐藏
- C#圆形按钮,非常漂亮动态~~
- Winform绘制圆形和椭圆形图章
- C#入门:基于C#的Windows窗口应用程序教
- C#Windows窗口人事管理系统
- 客户端根据服务器端的指令弹出提示
- wpf窗口快速读取导出excel
- C#入门-基于C#的Windows窗口应用程序教
- 学生信息管理系统完整版,可运行,
- C# Winform仿360窗口菜单界面程序
- winform导航菜单,多窗口tab 源码程序
- C#写的数据库背单词程序源码
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- DotNetty系列六:将服务端和客户端改为
- 获取鼠标所在窗口的句柄、类名c#
- C#通过窗口名获取程序所有控件句柄
- 磁盘调度模拟---C#窗口化
- C#调用金蝶登录窗口专业版12.2以后也
- WPF好看的圆形ProgressBar实现
- c#实现圆形按钮控件
- WPF悬浮窗口
- C#中子窗体调用主窗口控件的简单
- C#控件随窗口变化而变化,同时panel中
- 用c#实现画图功能可以画出各种图形,
- winform用tabcontrol切换mdi子窗口及为ta
- c#绘图板源码直线,矩形,圆形,填充
- c# 截取指定窗口图 根据指定坐标
- C#把文件拖动到窗口上面 Q698507 问题的
- WPF 自定义窗口风格,带TOOLBAR
- WeifenLuo.WinFormsUI.Docking 2.5最新可双击关
评论
共有 条评论