zoukankan      html  css  js  c++  java
  • C#里边的控件缩写大全(比较规范)

    标准控件

    btn Button ,chk CheckBox ,ckl CheckedListBox ,cmb ComboBox ,5 dtp DateTimePicker 
    lbl Label ,7 llb LinkLabel,8 lst ListBox,9 lvw ListView,10 mtx MaskedTextBox 
    11 cdr MonthCalendar ,12 icn NotifyIcon,13 nud NumeircUpDown ,14 pic PictureBox 
    15 prg ProgressBar ,16 rdo RadioButton ,17 rtx RichTextBox ,18 txt TextBox ,19 tip ToolTip 
    20 tvw TreeView ,21 wbs WebBrowser

    容器控件
    flp FlowLayoutPanel ,2 grp GroupBox ,3 pnl Panel ,4 spl SplitContainer ,5 tab TabControl 
    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 
    10 pfc PerformanceCounter 
    11 prc Process 
    12 spt SerialPort 
    13 scl ServiceController 
    14 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
  • 相关阅读:
    数字图像处理(一)之灰度转换和卷积python实现
    ArcEngine+C# 森林资源仿真系统 核心代码
    Dijkstra和Floyd算法遍历图的核心
    python像操作文件一样操作内存的模块 StringIO
    python操作Redis方法速记
    python中时间处理标准库DateTime加强版库:pendulum
    utittest和pytest中mock的使用详细介绍
    《金字塔原理》 读书笔记
    python轻量级orm框架 peewee常用功能速查
    docker中安装的mysql无法远程连接问题解决
  • 原文地址:https://www.cnblogs.com/Jingkunliu/p/2452131.html
Copyright © 2011-2022 走看看