nbsp;
{ public Form4() { InitializeComponent(); } } }</PRE> view plaincopy to clipboardprint?- #region 程序说明
-
- /*------------------------------
-
- //版权信息:XXXXXX公司
-
- //CopyRight 2007-2008
-
- //文件名称:WindowsApplication2.Form4.cs
-
- //创建人:<在这里填写创建人简称>
-
- //描述信息:<在这里填写文件描述信息>
-
- //创建日期:07/12/2008 00:27:55
-
- //文件引用:
-
- * 1.表
-
- * 2.存储过程
-
- * 3.触发器
-
- //修改历史:
-
- * 修改人:
-
- * 修改说明:
-
- * 修改时间:
-
- // ----------------------------*/
-
-
-
- #endregion
-
- using System;
-
- using System.Collections.Generic;
-
- using System.ComponentModel;
-
- using System.Data;
-
- using System.Drawing;
-
- using System.Text;
-
- using System.Windows.Forms;
-
-
-
- namespace WindowsApplication2
-
- {
-
- public partial class Form4 : Form
-
- {
-
- public Form4()
-
- {
-
- InitializeComponent();
-
- }
-
- }
-
- }
#region 程序说明/*------------------------------//版权信息:XXXXXX公司//CopyRight 2007-2008//文件名称:WindowsApplication2.Form4.cs//创建人:<在这里填写创建人简称>//描述信息:<在这里填写文件描述信息>//创建日期:07/12/2008 00:27:55//文件引用: * 1.表 * 2.存储过程 * 3.触发器//修改历史: * 修改人: * 修改说明: * 修改时间:// ----------------------------*/#endregionusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsApplication2{ public partial class Form4 : Form { public Form4() {