如有转载,请注明出处:http://www.cnblogs.com/flydoos/archive/2011/08/29/2158903.html

C# 控件缩写大全+命名规范+示例

写程序的时候突然忘了C#的控件命名的大小写的规范,去网上找了些资料,拷过来看看。

Standard Control(标准控件)
类 型 前 缀 示 例
Adrotator adrt adrtTopAd
BulletedList blst blstCity
Button btn btnSubmit
Calendar cal calMettingDates
CheckBox chk chkBlue
CheckBoxList chkl chklFavColors
DropDownList drop dropCountries
FileUpLoad fup fupImage
HiddenField hfld hfldName
HyperLink hlk hlkDetails
Image img imgAuntBetty
ImageButton ibtn ibtnSubmit
ImageMap imap imapSite
Label lbl lblResults
LinkButton lbtn lbtnSubmit
ListBox lst lstCountries
Literal ltl ltlTitle
Localize loc locChina
MultiView mvw mvwForm1
Panel pnl pnlForm2
PlaceHolder plh plhFormContents
RadioButton rad radFemale
RadioButtonList radl radlGender
SubStitution subs subsTime
Table tbl tblCountryCodes
TextBox txt txtFirstName
View vw vwCity
Wizard wiz wizRegister
Xml xml xmlBooks
Data Control(数据控件)
类 型 前 缀 示 例
AccessDataSource ads adsPubs
DataList dlst dlstTitles
DetailView dvw dvwTitles
FormView fvw fvwFonts
GridView gvw gvwCity
ObjectDataSource ods odsMenus
Repeater rpt rptQueryResults
ReportViewer rvw rvwRecord
SiteMapDataSource smds smdsSite
SqlDataSource sds sdsBooks
XmlDataSource xds xdsTitles
Validation Control(验证控件)
类 型 前 缀 示 例
CompareValidator valc valcValidAge
CustomValidator valx valxDBCheck
RangeValidator valg valgAge
RegularExpressionValidator vale valeEmail
RequiredFieldValidator valr valrFirstName
ValidationSummary vals valsFormErrors
Navigation Control(导航控件)
类 型 前 缀 示 例
Menu mnu mnuUser1
SiteMapPath smp smpSite1
TreeView trvw trvwMenu
Login Control(登录控件)
类 型 前 缀 示 例
ChangePassword cpwd cpwdUser1
CreateUserWizard cuw cuwLogin
Login log logCenter
LoginName logn lognUser
LoginStatus logs logsUser
LoginView logv logvUser
PasswordRecovery pwdr pwdrUser
WebParts Control(Web控件)
类 型 前 缀 示 例
AppearanceEditorPart paed paedPart1
BehaviorEditorPart pbed pbedPart2
CatalogZone zca zcatCity
ConnectionsZone zcon zconDataBase
DeclarativeCatalogPart pdca pdcaPart1
EditorZone zed zedNews
ImportCatalogPart pica picaPart
LayoutEditorPart pled pledNews
PageCatalogPart ppca ppcaMail
PropertyGridEditorPart ppge ppgeServer
ProxyWebPartManager mpwp mpwpWeb
WebPartManager mwp mwpSite1
WebPartZone zwp zwpSite2

Other Control(其他控件)

Control   type prefix Example   
  Animated   button ani aniMailBox   
  Button btn   
  Check   box chk chkReadOnly   
  ColorDialog clrdlg   
  Combo   box,   drop-down   list   box cbo cboEnglish   
  Communications   com comFax   
  ContextMenu ctxmnu   
  Control   (used   within   procedures   when   the   specific   type   is   unknown) ctr ctrCurrent   
  CrystalReportViewer crvw   
  Data dat datBiblio   
  Data   grid dgd dgdTitles   
  Data   list dbl dblPublisher   
  Data   repeater drp drpLocation   
  Data-bound   combo   box dbcbo dbcboLanguage   
  Data-bound   grid dbgrd dbgrdQueryResult   
  Data-bound   list   box dblst dblstJobType   
  Datetime   picker dtp dtpPublished   
  Directory   list   box dir dirSource   
  DomainUpDown dupd   
  Drive   list   box drv drvTarget   
  ErrorProvider err   
  File   list   box fil filSource   
  Flat   scroll   bar fsb fsbMove   
  FontDialog fntdlg   
  Form frm frmEntry   
  Frame fra fraLanguage   
  Gauge gau gauStatus   
  Graph gra graRevenue   
  Grid grd grdPrices   
  GroupBox grp   
  HelpProvider hlp   
  Hierarchical   flexgrid flex flexOrders   
  HScroll   bar hsb hsbVolume   
  Image img imgIcon   
  Image   combo imgcbo imgcboProduct   
  ImageList ils ilsAllIcons   
  Label lbl lblHelpMessage   
  Line lin linVertical   
  LinkLabel lnk   
  Listbox lst lstPolicyCodes   
  ListView lvw lvwHeadings   
  MAPI   message mpm mpmSentMessage   
  MAPI   session mps mpsSession   
  MCI mci mciVideo   
  Menu mnu mnuFileOpen   
  Month   view mvw mvwPeriod   
  MonthCalendar mcl   
  MS   Chart ch chSalesbyRegion   
  MS   Flex   grid msg msgClients   
  MS   Tab   mst mstFirst   
  NotifyIcon nti   
  NumericUpDown nupd   
  OLE   container ole oleWorksheet   
  OpenFileDialog ofdlg   
  PageSetUpDialog psdlg   
  Picture   box pic picVGA   
  Picture   clip clp clpToolbar   
  PrintDocument prndoc   
  PrintPreviewControl ppctl   
  PrintPreviewDialog ppdlg   
  ProgressBar prg prgLoadFile   
  RadioButton rbtn   
  Remote   Data rd rdTitles   
  RichTextBox rtf rtfReport   
  SaveFileDialog sfdlg   
  Shape shp shpCircle   
  Slider sld sldScale   
  Spin spn spnPages   
  Splitter spt   
  StatusBar sta staDateTime   
  SysInfo sys sysMonitor   
  TabContrl tab   
  TabStrip tab tabOptions   
  Text   box txt txtLastName   
  Timer tmr tmrAlarm   
  Toolbar tlb tlbActions   
  TrackBar trb   
  TreeView tre treOrganization   
  UpDown upd updDirection   
  VScroll   bar vsb vsbRate

2011-09-09 新增,补充一些没有写到的控件

标准控件

btn Button         2 chk CheckBox                3 ckl CheckedListBox
cmb ComboBox       5 dtp DateTimePicker          6 lbl Label
llb LinkLabel      8 lst ListBox                 9 lvw ListView
mtx MaskedTextBox  11 cdr MonthCalendar         12 icn NotifyIcon
nud NumeircUpDown   14 pic PictureBox            15 prg ProgressBar
rdo RadioButton     17 rtx RichTextBox          18 txt TextBox
tip ToolTip         20 tvw TreeView             21 wbs WebBrowser 容器控件
flp FlowLayoutPanel   2 grp GroupBox            3 pnl Panel
spl SplitContainer    5 tab TabControl           6 tlp TableLayoutPanel 菜单和工具栏
cms ContextMenuStrip
mns MenuStrip
ssr StatusStrip
tsr ToolStrip
tsc ToolStripContainer 数据
dts DataSet
dgv DataGridView
bds BindingSource
bdn BindingNavigator
rpv ReportViewer 对话框
cld ColorDialog
fbd FolderBrowserDialog
fnd FontDialog
ofd OpenFileDialog
sfd SaveFileDialog 组件
bgw BackgroundWorker
dre DirectoryEntry
drs DirectorySearcher
err ErrorProvider
evl EventLog
fsw FileSystemWatcher
hlp HelpProvider
img ImageList
msq MessageQueue
pfc PerformanceCounter
prc Process
spt SerialPort
scl ServiceController
tmr Timer 印刷
psd PageSetupDialog
prd PrintDialog
pdc PrintDocument
prv PrintPreviewControl
ppd PrintPreviewDialog 水晶报表
crv CrystalReportViewer
rpd ReportDocument
其他
dud DomainUpDown
hsc HScrollBar
prg PropertyGrid
spl Splitter
trb TrackBar
vsc VScrollBar==============================================<!--------------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

转载于:https://www.cnblogs.com/haight/p/3248578.html

C# 控件缩写大全+命名规范+示例相关推荐

  1. C#学习(十五)——窗体控件用法大全

    C#控件及常用设计整理 1.窗体 1.1.常用属性** (1)Name属性:用来获取或设置窗体的名称,在应用程序中可通过Name属性来引用窗体. (2) WindowState属性: 用来获取或设置窗 ...

  2. DataGridView控件使用大全

    原文地址为: DataGridView控件使用大全   DataGridView控件 DataGridView是用于Windows Froms 2.0的新网格控件.它可以取代先前版本中DataGrid ...

  3. 转 安卓控件属性大全

    "Android控件属性大全": 关键词:android 控件 属性 大全 控件属性: android属性 android功能强大,界面华丽,但是众多的布局属性就害苦了开发者,下面 ...

  4. winform控件缩写(七)印刷

    winform控件缩写(七)印刷 序号 缩写 空间名 1 psd PageSetupDialog 2 prd PrintDialog 3 pdc PrintDocument 4 prv PrintPr ...

  5. C#编码规范(3):常用变量和控件在变量命名中缩写

    基本类型: 数据类型             缩写 string                    str int                         i char           ...

  6. C# 中常用数据类型与控件类型的命名规则

    数据类型 数据类型简写 标准命名举例 Array arr arrShoppingList Boolean bln blnIsPostBack Byte byt bytPixelValue Char c ...

  7. android 软键盘的从属关系,Android控件属性大全

    控件属性: android属性 Android功能强大,界面华丽,但是众多的布局属性就害苦了开发者,下面这篇文章结合了网上不少资料, 第一类:属性值为true或false android:layout ...

  8. Winform控件缩写

    控件名称 缩写 Buttom按钮 Btn CheckBox复选框 Chk ColumnHeader视图列表头 Col ComboBox组合框 Cbo ContextMenu快捷菜单 Ctm DataG ...

  9. C#中DataGridView控件使用大全

    c datagridview 分类: C/C++/C# DataGridView 动态添加新行: DataGridView控件在实际应用中非常实用,特别需要表格显示数据时.可以静态绑定数据源,这样就自 ...

最新文章

  1. tensorflow 的模型保存和调用
  2. [Leetcode] Sqrt(x)
  3. vim 命令学习(高级篇)
  4. nginx 搭建http协议拖动播放 FLV 视频播放服务器
  5. 《明日方舟》Python版公开招募工具
  6. 95-862-038-源码-runtime-blob-Flink中支持的BLOB文件类型
  7. 获取结构体某成员偏移
  8. [转载] python数据类型转换
  9. 黄聪:PHP 防护XSS,SQL,代码执行,文件包含等多种高危漏洞
  10. Django项目使用NGINX通过LDAP实现用户验证
  11. java毕业设计户籍管理系统mybatis+源码+调试部署+系统+数据库+lw
  12. html+css实现自定义图片上传按钮
  13. Python爬虫入门教程第七讲: 蜂鸟网图片爬取之二
  14. U盘无法格式化怎么办?
  15. vcs import src < ros2.repos失败
  16. GridView分页详解
  17. Android 数据加密算法总结
  18. php实现分时线图,史上最全分时图买卖点图解(转发收藏)!
  19. AEDA: An Easier Data Augmentation Technique for Text Classification
  20. 零基础入门微信小程序系列之——校园跑腿

热门文章

  1. 关于“未结束的字符串常量”
  2. the data structure i like
  3. easiest approach for improving writing skills for ielts
  4. my understanding for love
  5. 每天只能发十篇文章的限制引发的连锁反应
  6. 【C++拾遗】 从内存布局看C++虚继承的实现原理
  7. vscode如何彻底卸载
  8. MySQL无法修改字段
  9. 本站源码免费下载-木庄网络博客
  10. 如何挂载阿里云Linux服务器的“数据盘”(新购买)