摘要:
private void button1_Click(object sender, EventArgs e) { int num=0; string strchar; string str =... 阅读全文
posted @ 2016-01-24 18:58
江宇旋
阅读(240)
评论(0)
推荐(0)
|
摘要:
private void button1_Click(object sender, EventArgs e) { int num=0; string strchar; string str =... 阅读全文
posted @ 2016-01-24 18:58
江宇旋
阅读(240)
评论(0)
推荐(0)
摘要:
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Collections;using System.Data.SqlCli... 阅读全文
posted @ 2016-01-24 10:40
江宇旋
阅读(717)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;using System.Drawing;namespac... 阅读全文
posted @ 2016-01-24 10:26
江宇旋
阅读(3063)
评论(0)
推荐(0)
摘要:
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Drawing.Print... 阅读全文
posted @ 2016-01-24 10:24
江宇旋
阅读(4733)
评论(0)
推荐(0)
摘要:
visual studio开发工具的C#主流控件属性一览表 详细的介绍了各控制属性的详细中文介绍C#控件及常用设计整理1、窗体1、常用属性(1)Name属性:用来获取或设置窗体的名称,在应用程序中可通过Name属性来引用窗体。(2) WindowState属性: 用来获取或设置窗体的窗口状态。 取值... 阅读全文
posted @ 2016-01-24 00:20
江宇旋
阅读(6026)
评论(0)
推荐(1)
|