| 控件类型 | 前缀 |
| Button | btn |
| CheckBox | chk |
| CheckedListBox | lst |
| ComboBox | cmb |
| CommandButton | cmd |
| ContextMenu | mnu |
| Control | ctl |
| DataGrid | dg |
| DateTimePicker | dtp |
| DropDownList | ddl |
| Form | frm |
| FormSet | frs |
| Grid | grd |
| GridView | gv |
| GroupBox | grp |
| Hyperlink | lnk |
| Image | img |
| ImageButton | iBtn |
| ImageList | iml |
| Label | lbl |
| ListBox | lst |
| ListView | lvw |
| Menu | mnu |
| MenuItem | mnu |
| NotificationIcon | nfy |
| Panel | pnl |
| PictureBox | pct |
| ProgressBar | prg |
| RadioButton | rad |
| Splitter | spl |
| StatusBar | sts |
| TabControl | tab |
| TabPage | tab |
| TextBox | txt |
| Timer | tmr |
| TreeView | tvw |
http://msdn.microsoft.com/en-us/library/aa979151(v=vs.71).aspx
http://en.wikibooks.org/wiki/C_Sharp_Programming/Naming
http://www.surfingsuccess.com/asp/net-vb-c-control-naming-conventions.html
https://support.microsoft.com/kb/173738?wa=wsignin1.0
http://www.cnblogs.com/flydoos/archive/2011/08/29/2158903.html
http://cybarlab.blogspot.com/2013/02/standard-naming-convention-for-aspnet.html
原文:http://www.cnblogs.com/h82258652/p/4212346.html