using system;
using system.drawing; 【程序编程相关:将ADODataSet导出的数据导回原来】 【推荐阅读:非模式对话框的显示问题】using system.collections; 【扩展信息:递归函数之JAVA演绎(原创)】 using system.componentmodel; using system.windows.forms; using system.data; using system.runtime.serialization.formatters.binary; using system.runtime.serialization.formatters.soap; using system.io; using system.text;namespace windowsapplication9
{ /// <summary> /// form1 的摘要说明. /// </summary> public class form1 : system.windows.forms.form { private system.windows.forms.textbox textbox1; private system.windows.forms.button button1; private system.windows.forms.button button2; private system.windows.forms.textbox textbox2; public system.windows.forms.openfiledialog ofd; private int pbheight; private system.windows.forms.picturebox pb; /// <summary> /// 必需的设计器变量. /// </summary> private system.componentmodel.container components = null;public form1()
{ // // windows 窗体设计器支持所必需的 // initializecomponent();//
// todo: 在 initializecomponent 调用后添加任何构造函数代码 // }/// <summary>
/// 清理所有正在使用的资源. ... 下一页