C#控件命名规则

来源:互联网 发布:下载卸载软件 编辑:程序博客网 时间:2024/05/21 22:42

Control Type                                     Prefix      Example

Button                                                btn                       btnOK

Grid                                                  grd                  grdPrices

3D Panel                                            pnl                  pnlGroup

ADO Data                                          ado                     adoBiblio

Animated button                                 ani                  aniMailBox

Check box                                          chk                    chkReadOnly

Combo box                                         cbo                     cboEnglish

Dropdown list box                ≥           ddl                       ddlUser

Commandbutton                                 cmd                   cmdExit

Commondialog                                    dlg                  dlgFileOpen

Communications                                 com                    comFax≤

Control (used within procedures when thespecific type is unknown)

                    ctr                    ctrCurrent

Data                                                  dat                  datBiblio

Data-bound combobox                       dbcbo                  dbcboLanguage

Data-boundgrid                                 dbgrd                   dbgrdQueryResult

Data-bound listbox                            dblst                    dblstJobType

Datacombo                                       dbc                       dbcAuthor

Datagrid                                           dgd                      dgdTitles

Datalist                                             dbl                    dblPublisher

Datarepeater                                     drp                  drpLocation

Datepicker                                         dtp                   dtpPublished

Directory listbox                                 dir                  dirSource

Drive list box                                    drv                  drvTarget

File list box                                       fil                   filSource

Flat scroll bar                                     fsb                  fsbMove

Form                                                 frm                     frmEntry

Frame                                                fra                  fraLanguage

Gauge                                                gau                     gauStatus

Graph                                                 gra                 graRevenue

Hierarchicalflexgrid                               flex                    flexOrders

Horizontal scrollbar                             hsb                  hsbVolume

Image                                                 img                    imgIcon

Imagecombo                                       imgcbo               imgcboProduct

ImageList                                           ils                   ilsAllIcons

Label                                                  lbl                   lblHelpMessage

Lightweight checkbox                          lwchk                 lwchkArchive

Lightweight combobox                        lwcbo                 lwcboGerman

Lightweight commandbutton                lwcmd                lwcmdRemove

Lightweightframe                                lwfra                  lwfraSaveOptions

Lightweight horizontal scrollbar            lwhsb                 lwhsbVolume

Lightweight listbox                             lwlst                   lwlstCostCenters

Lightweight optionbutton                    lwopt                 lwoptIncomeLevel

Lightweight textbox                           lwtxt                  lwoptStreet

Lightweight vertical scrollbar               lwvsb                 lwvsbYear

Line                                                   lin                   linVertical

Listbox                                             lst                   lstPolicyCodes

ListView                                             lvw                     lvwHeadings

MAPImessage                                    mpm                  mpmSentMessage

MAPIsession                                      mps                     mpsSession

MCI                                                   mci                     mciVideo

Menu                                                 mnu                    mnuFileOpen

Monthview                                         mvw                   mvwPeriod

MSChart                                            ch                      chSalesbyRegion

MS Flex grid                                      msg                   msgClients

MSTab                                               mst                   mstFirst

OLE container                                    ole                 oleWorksheet

Optionbutton                                      opt                 optGender

Picturebox                                          pic                 picVGA

Picture clip                                         clp                  clpToolbar

ProgressBar                                         prg                 prgLoadFile

RemoteData                                       rd                      rdTitles

RichTextBox                                        rtf                  rtfReport

Shape                                                 shp                  shpCircle

Slider                                                  sld                 sldScale

Spin                                                   spn                  spnPages

StatusBar                                           sta                  staDateTime

SysInfo                                              sys                 sysMonitor

TabStrip                                              tab                tabOptions

Textbox                                             txt                 txtLastName

Timer                                                  tmr                   tmrAlarm

Toolbar                                              tlb                 tlbActions

TreeView                                           tre                 treOrganization

UpDown                                            upd               updDirection

Vertical scrollbar                                  vsb                 vsbRate

还有ASP.NET控件命名规则如下:http://www.cnblogs.com/menglin2010/archive/2012/02/18/2356869.html




原创粉丝点击