码迷,mamicode.com
首页 > Windows程序 > 详细

Atitit. .net c# web 跟客户端winform 的ui控件结构比较

时间:2014-10-03 10:46:54      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:winform   datagridview   style   blog   http   io   os   ar   java   

Atitit. .net c# web 跟客户端winform ui控件结构比较

 

.net   4.5  

 

webform

Winform

命名空间 

System.Web.UI.WebControls

 

System.Windows.Forms 命名空间

 

继承层次结构 

 System.Object 
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Button

继承层次结构 

System.Object 
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ButtonBase
          System.Windows.Forms.Button

 

程序集:

程序集:  System.Web(在 System.Web.dll 中)

System.Windows.Forms(在 System.Windows.Forms.dll 中)

Textbox

TextBox 类

 TextBox

 

 

 

 

Button

Button

Button

Radio

RadioButton

RadioButton

Checkbox

CheckBox

CheckBox

Table

Gridview/(datagrid,jyocye)

DatagridView

 

 

 

 

 

 

 

 

 

 

 

 

 

作者:: 老哇的爪子 Attilax 艾龙,  EMAIL:1466519819@qq.com

转载请注明来源: http://blog.csdn.net/attilax

 

 

Button 类 (System.Web.UI.WebControls).htm

http://msdn.microsoft.com/zh-cn/library/system.web.ui.webcontrols.button%28v=vs.110%29.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1

bubuko.com,布布扣

Atitit. .net c# web 跟客户端winform 的ui控件结构比较

标签:winform   datagridview   style   blog   http   io   os   ar   java   

原文地址:http://blog.csdn.net/attilax/article/details/39753713

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!