标准控件
1 btn Button 
2 chk CheckBox 
3 ckl CheckedListBox 
4 cmb ComboBox 
5 dtp DateTimePicker 
6 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 
容器控件
1 flp FlowLayoutPanel 
2 grp GroupBox 
3 pnl Panel 
4 spl SplitContainer 
5 tab TabControl 
6 tlp TableLayoutPanel 
菜单和工具栏
1 cms ContextMenuStrip 
2 mns MenuStrip 
3 ssr StatusStrip 
4 tsr ToolStrip 
5 tsc ToolStripContainer 
数据
1 dts DataSet 
2 dgv DataGridView 
3 bds BindingSource 
4 bdn BindingNavigator 
5 rpv ReportViewer 
对话框
1 cld ColorDialog 
2 fbd FolderBrowserDialog 
3 fnd FontDialog 
4 ofd OpenFileDialog 
5 sfd SaveFileDialog 
组件
1 bgw BackgroundWorker 
2 dre DirectoryEntry 
3 drs DirectorySearcher 
4 err ErrorProvider 
5 evl EventLog 
6 fsw FileSystemWatcher 
7 hlp HelpProvider 
8 img ImageList 
9 msq MessageQueue 
10 pfc PerformanceCounter 
11 prc Process 
12 spt SerialPort 
13 scl ServiceController 
14 tmr Timer 
印刷
1 psd PageSetupDialog 
2 prd PrintDialog 
3 pdc PrintDocument 
4 prv PrintPreviewControl 
5 ppd PrintPreviewDialog 
水晶报表
1 crv CrystalReportViewer 
2 rpd ReportDocument 
其他
1 dud DomainUpDown 
2 hsc HScrollBar 
3 prg PropertyGrid 
4 spl Splitter 
5 trb TrackBar 
6 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

C#里边的控件缩写大全(比较规范)的更多相关文章

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

    如有转载,请注明出处:http://www.cnblogs.com/flydoos/archive/2011/08/29/2158903.html C# 控件缩写大全+命名规范+示例 写程序的时候突然 ...

  2. [WinForm]WinForm跨线程UI操作常用控件类大全

    前言 在C#开发的WinForm窗体程序开发的时候,经常会使用多线程处理一些比较耗时之类的操作.不过会有一个问题:就是涉及到跨线程操作UI元素. 相信才开始接触的人一定会遇上这个问题. 为了解决这个问 ...

  3. (转载)C#控件缩写规范

    标准控件缩写规范 类 型 前 缀 示 例 Adrotator adrt adrtTopAd BulletedList blst blstCity Button btn btnSubmit Calend ...

  4. ASP.NET控件属性大全

    ASP.NET控件属性大全 DataGridView 控件DataGridView 控件提供用来显示数据的可自定义表.使用 DataGridView 类,可以自定义单元格.行.列和边框. 注意Data ...

  5. C# 控件缩写规范

    标准控件缩写规范 类 型 前 缀 示 例 Adrotator adrt adrtTopAd BulletedList blst blstCity Button btn btnSubmit Calend ...

  6. delphi控件属性大全-详解-简介

    http://blog.csdn.net/u011096030/article/details/18716713 button 组件: CAPTION 属性 :用于在按钮上显示文本内容 Cancel ...

  7. Winform控件缩写

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

  8. Android控件属性大全(转)

    http://blog.csdn.net/pku_android/article/details/7365685 LinearLayout         线性布局        子元素任意: Tab ...

  9. Android控件属性大全[整理转载]

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

随机推荐

  1. CodeForces-329C(div1):Graph Reconstruction(随机&构造)

    I have an undirected graph consisting of n nodes, numbered 1 through n. Each node has at most two in ...

  2. C#编译问题'System.Collections.Generic.IEnumerable' does not contain a definition for 'Where' and no extension method 'Where' accepting a first argument

    &apos;System.Collections.Generic.IEnumerable<string>&apos; does not contain a definiti ...

  3. MSTAR 平台

    MApp_Menu.c ZUI_exefunc.h //菜单属性 MApp_ZUI_APItables.h #define GETWNDINFO(hwnd) (&g_GUI_WindowLis ...

  4. 事务之六:spring 嵌套事务

    一.基本概念 事务的隔离级别,事务传播行为见<事务之二:spring事务(事务管理方式,事务5隔离级别,7个事务传播行为,spring事务回滚条件) > 二. 嵌套事务示例 2.1.Pro ...

  5. Java 打包成exe安装包

    1.在eclipse中导出Runnable JAR file 2.选择主函数所在的类和输出位置后finish: 3.这里选择的打包工具是exe4j,在网上找序列号注册一下,否则在打完后在exe运行时, ...

  6. MFC编辑框数据实时更新问题

    在VC里,很多情况下需要更新控件,也就是调用UpdateData(FALSE);但是如果是在循环中调用该函数,会导致没有时间来刷新界面,消息得不到相应,从外部看来,似乎整个循环只执行了一次Update ...

  7. ASPNET&nbsp;session客户端与服务…

    除非程序通知服务器删除一个session,否则服务器会一直保留,程序一般都是在用户做log off的时候发个指令去删除session.然而浏览器从来不会主动在关闭之前通知服务器它将要关闭,因此服务器根 ...

  8. 建立JNI层的本地对象,并与JAVA层交互方法

    最近在做OpenCV4Android开发的时候,需要从摄像头捕获多个图片,传值给本地对象,每次捕获到图片都更新数据,最后将计算得到的数据传给JAVA层,并在界面中显示.经过摸索和调试后,找到了通过本地 ...

  9. NOIP2015提高组 跳石头 ACM-ICPC2017香港 E(选择/移除+二分答案)

    跳石头 题目背景 一年一度的“跳石头”比赛又要开始了! 题目描述 这项比赛将在一条笔直的河道中进行,河道中分布着一些巨大岩石.组委会已经选择好了两块岩石作为比赛起点和终点.在起点和终点之间,有 NN  ...

  10. 多列组合为主键(PRIMARY KEY)

    在表中,想把其中2列或多列作为组合主键. CREATE TABLE [dbo].[T3] ( ) NOT NULL, ) NOT NULL, ) NULL, ) NULL ) GO ALTER TAB ...