zoukankan      html  css  js  c++  java
  • C#控件命名规范

    控件名    前缀
    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
    MenuStrip  ms
    ToolStripMenuItem   tsmi
    PictureBox    pic
    StatusStrip   ss
    DataGridView  dgv    
    Table   tbl
    RequiredFieldValidator   rfv
    Comparidator   cv
    Rangidator  rv
    ReqularExpressionValidator  rev
    ValidatorSummary   vs
    CrystalReportViewer   rptvew
    ComboBox   cbo
    DataGridView   dgv
    GroupBox   grp
    ImageList   il
    ListView lv
    ColumnHeader    ch
    StatusLable  slbl
    TabControl   tab
    TabPage  tp
    Timer  tmr
    ToolStrip   ts
    ToolStripButton  tsbtn
    ToolStripDropDownButton   tsddb
    DomainUpDown  dud
    FileUpload  ful
    Repeater   rpt
    C#控件命名规范

  • 相关阅读:
    自己搭建一个vue项目
    nodejs 后台开发入门
    bootstrap table入门例子
    datatable入门
    猜数字案例
    Cookie
    管理系统案例
    PHP操作数据库(以MySQL为例)
    数据库(以MySQL为例)
    案例:音乐列表
  • 原文地址:https://www.cnblogs.com/phone/p/1825877.html
Copyright © 2011-2022 走看看