C# 命名缩写规范

-------数据类型缩写-------
string --- str
int --- i
char --- chr
sbyte --- sb
byte --- bt
uint --- ui
long --- l
ulong --- ul
float --- f
double --- d
bool --- b
decimal --- dec

-------Web控件-------
AdRotator --- art
Button --- btn
Calendar --- cd
CheckBox --- chk
CheckBoxList --- chkl
CompareValidator --- cpv
CustomValidator --- ctv
DataGrid --- dg
DataList --- dl
DropDownList --- ddl
HyperLink --- hl
Image --- img
ImageButton --- Ibtn
Label --- lbl
ListBox --- lst
Panel --- pl
PlaceHolder --- ph
RadioButton --- rb
RadioButtonList --- rbl
RangeValidator --- rv
RegularExpressionValidator --- rev
Repeater --- rp
RequiredFieldValidator --- rfv
Table --- tb
TableCell --- tc
TableRow --- tr
TextBox --- txt
ValidationSummary --- vs
XML --- XML

-------Html控件-------
HtmlAnchor --- hah
HtmlButton --- hbtn
HtmlForm --- hform
HtmlGenericControl --- hgc
HtmlImage --- himg
HtmlInputButton(按钮) --- htxt
HtmlInputButton(重置) --- hrbtn
HtmlInputButton(提交) --- hcbtn
HtmlInputCheckBox --- hick
HtmlInputFile --- hifile
HtmlInputHidden --- hihidden
HtmlInputImage --- hiimg
HtmlInputRadioButton --- hirb
HtmlInputText(密码) --- hpwd
HtmlInputText(文本) --- hitxt
HtmlSelect --- hslt
HtmlTable --- htab
HtmlTableCell --- htc
HtmlTableRow --- htr
HtmlTextArea --- htxta

-------ADO.NET控件-------
Connection --- con
Command --- cmd
Parameter --- parm
DataAdapter --- dad
DataReader --- dtr
DataSet --- dst
DataTable --- dtbl
DataRow --- drow
DataColumn --- dcol
DataRelation --- drel
DataView --- dvw

-------WinForm控件-------
Label --- lbl
TextBox --- txt
Button --- btn
LinkButton --- lnkbtn
ImageButton --- imgbtn
ListBox --- lst
DropDownList --- ddl
DataGrid --- dg
DataList --- dl
CheckBox ---chk
CheckBoxList --- chklst
RadioButton --- rdo
RadioButtonList --- rdolst
Image --- img
Panel --- pnl
Calender --- cal
AdRotator --- ar
Table --- tbl
RequiredFieldValidator --- rfv
CompareValidator --- cv
RangeValidator --- rv
RegularExpressionValidator --- rev
ValidatorSummary --- vs
CrystalReportViewer --- rptvem
ComboBox --- cbo
DataGridView --- dgv
DataGridView_Column --- col
GroupBox --- grp
ImageList --- il
ListView --- lv
ListView_ColumnHeader --- ch
MenuStrip --- ms
ToolStripMenuItem --- tsmi
PictureBox --- pic
StatusStrip --- ss
StatusLabel --- slbl
TabControl --- tab
TabPage --- tp
Timer --- tmr
ToolStrip --- ts
ToolStripLabel --- tslbl
ToolStripButton --- tsbtn
ToolStripDropDownButton --- tsddb
DomainUpDown --- dud
TreeView --- tvtvw
WebBrowser --- wb
ObjectDataSource --- ods
FileUpload --- ful
HiddenField --- hf
GridView --- gv
PageDataSource --- pds
Repeater --- rpt

posted @ 2012-04-24 09:41  _某某某_  阅读(756)  评论(0编辑  收藏  举报