• ASP.NET控件缩写大全


    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

    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      wb

     
     
  • 相关阅读:
    750. Number Of Corner Rectangles
    [Project Euler] 3. Largest Prime factor
    [Project Euler] 2. Even Fibonacci numbers
    Jmeter学习笔记3-参数化
    SQL多表连接查询补充
    Jmeter学习笔记2-原件作用域与执行顺序
    Jmeter学习笔记1-实践介绍
    运用badboy录制jmeter脚本
    【SQL提数】左连接使用
    【功能测试技巧2】dubbo引起的数据精度的思考
  • 原文地址:https://www.cnblogs.com/muyou/p/2547488.html
Copyright © 2020-2023  润新知