您的位置:首页 > 编程语言 > C#

C# .net 2005控件命名规范

2009-07-09 19:10 323 查看
Lable    lbl

 

TextBox    txt

 

Button    btn

 

LinkButton    lnkbtn

 

ImageButton   imgbtn

 

ListBox    lst

 

DropDownList    ddl

 

DataGrid    dg

 

DataList    dl

 

CheckBox    chk

 

RadioButton    rdo

 

RadioButtonList    rdolst

 

Image   img

 

Panel    pnl

 

Calender   cal

 

AdRotator    ar

 

Table   tbl

 

RequiredFieldValidator    rfv

 

CompareValidator    cv

 

RangeValidator   rv

 

ReqularExpressionValidator   rev

 

ValidatorSummary vs

 

CrystalReportViewer    rptvew

 

ComboBox    cbo

 

DataGridView    dgv

 

DataGridView 的 Viewer     col

 

GroupBox    grp

 

ImageList   il

 

ListView lv

 

ListView 的 ColumnHeader     ch

 

MenuStrip   ms

 

ToolStripMenuItem   tsmi

 

PictureBox     pic

 

StatusStrip    ss

 

StatusLable   slbl

 

TabControl    tab

 

TabPage   tp

 

Timer   tmr

 

ToolStrip   ts

 

ToolStripButton   tsbtn

 

ToolStripDropDownButton    tsddb

 

DomainUpDown   dud

 

FileUpload   ful

 

Repeater   rpt
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  .net c#