相关文章  
  • DataList和DataRepeater分页
  • 使用Reporting Services窗体身份验证
  • 动态下拉菜单的简单实现
  • 如何实现日期比较 显示五天内日期
  • 构建一个弹出式图象按钮
  • C#与Excel的交互功能代码实例
  • 用 C# 通过内码实现汉字转化为拼音
  • 如何用c#来制作一个activeX控件或类似的东西
  • DataGrid 中由某列的值设定行的颜色
  • 如何实现可以带详细表格的DropDownList
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    Whidbey 初体验之局部类型 - partial 类型2

    ate System.ComponentModel.Container components = null;
      
       public Form1()
       {
        //
        // Windows 窗体设计器支持所必需的
        //
        InitializeComponent();
        //
        // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
        //
       }
      
       /// <summary>
       /// 清理所有正在使用的资源。
       /// </summary>
       protected override void Dispose( bool disposing )
       {
        if( disposing )
        {
        if (components != null)
        {
         components.Dispose();
        }
        }
        base.Dispose( disposing );
       }
      
       #region Windows 窗体设计器生成的代码
       /// <summary>
       /// 设计器支持所需的方法 - 不要使用代码编辑器修改
       /// 此方法的内容。
       /// </summary>
       private void InitializeComponent()
       {
        this.button1 = new System.Windows.Forms.Button();页码:[1] [2] [3] [4] [5] [6] [7]2页、共7页
         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved