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

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

    >    this.SuspendLayout();
        //
        // button1
        //
        this.button1.Location = new System.Drawing.Point(88, 72);
        this.button1.Name = "button1";
        this.button1.Size = new System.Drawing.Size(72, 32);
        this.button1.TabIndex = 0;
        this.button1.Text = "button1";
        this.button1.Click += new System.EventHandler(this.button1_Click);
        //
        // Form1
        //
        this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
        this.ClientSize = new System.Drawing.Size(292, 273);
        this.Controls.Add(this.button1);
        this.Name = "Form1";
        this.Text = "Form1";
        this.ResumeLayout(false);
      
       }
       #endregion
      
       /// <summary>
       /// 应用程序的主入口点。
       /// </summary>
       [STAThread]
       stat

    页码:[1] [2] [3] [4] [5] [6] [7]3页、共7页

         

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

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