博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【转】C#常用控件名缩写-C#_ControlName
阅读量:4653 次
发布时间:2019-06-09

本文共 1553 字,大约阅读时间需要 5 分钟。

<!--------------A----------------->

AdRotator                   ar

<!--------------B----------------->
Button                      btn

<!--------------C----------------->
Calender                    cal
CheckBox                    chk
CheckBoxList                chklst
Column (DataGridView的)     col
ColumnHeader (ListView 的) ch
Combobox                    cbo
CompareValidator            cv
CrystalReportViewer         rptvew

<!--------------D----------------->
DataGrid                    dg
DataGridView                dgv
DataList                    dl
DomainUpDown                dud
DropDownList                ddl

<!--------------F----------------->
FileUpload                  ful
Form                        frm

<!--------------G----------------->
GridView                    gv
GroupBox                    grp

<!--------------H----------------->
HiddenField                 hf

<!--------------I----------------->
Image                       img
ImageButton                 imgbtn
ImageList                   il

<!--------------L----------------->
Label                       lbl
LinkButton                  lnkbtn
ListBox                     lst
ListView                    lv

<!--------------M----------------->
MenuStrip                   ms

<!--------------O----------------->
ObjectDataSource            ods

<!--------------P----------------->
PagedDataSource             pds
Panel                       pnl
PictureBox                  pic

<!--------------R----------------->
RadioButton                 rdo
RadioButtonList             rdolst
RangeValidator              rv
RegularExpressionValidator rev
Repeater                    rpt
RequiredFieldValidator      rfv

<!--------------S----------------->
StatusLabel                 slbl
StatusStrip                 ss

<!--------------T----------------->
TabControl                  tab
Table                       tbl
TabPage                     tp
TextBox                     txt
Timer                       tmr
ToolStrip                   ts
ToolStripButton             tsbtn
ToolStripDropDownButton     tsddb
ToolStripLabel              tslbl
ToolStripMenuItem           tsmi
TreeView                    tv/tvw

<!--------------V----------------->
ValidatorSummary            vs

<!--------------W----------------->
WebBrowser                  wb

转载于:https://www.cnblogs.com/lx0831/archive/2009/04/24/1443222.html

你可能感兴趣的文章
extjs4.1:两个combobox的联动
查看>>
百度地图瓦片工具:定义坐标
查看>>
jmeter控制器--交替控制器
查看>>
hdu 5365 Run
查看>>
[Angular] Configurable NgModules
查看>>
各种类型的段以及段中存储子句的优先级
查看>>
Json返回通用对象,工具类
查看>>
featurized image pyramids
查看>>
SQLHelper.cs
查看>>
JZOJ 4742. 单峰
查看>>
博弈论题目总结(三)——组合游戏进阶
查看>>
Flash AS3 踪迹效果 拖尾效果[转]
查看>>
MySQL5.7 查询用户,配置IP限制
查看>>
阻止继承的思路,屏蔽友元类
查看>>
详细的字符设备驱动
查看>>
动态规划算法--01背包问题
查看>>
Struts2框架使用(九)之struts2的验证框架
查看>>
Array去重探究
查看>>
SQL判断某列中是否包含中文字符、英文字符、纯数字
查看>>
状压DP
查看>>