Winfrom control name abbreviation

Compiled some control name abbreviations, after easy viewing

Control Name

abbreviation

Introduction

Common Controls

 

 

Button

BTN

Push button

CheckBox

chk

Check box

CheckedListBox

CKL

Display a list of items, each of which has a check box to the left

ComboBox

cmb

Drop-down list box

DateTimePicker

dtp

Time Controls

Label

lbl

Text list

LinkLabel

IIb

Support hyperlinked text labels

ListBox

lst

Users can choose to display a list of items

ListView

lvw

Four different views can display items

MaskedTextBox

mtx

Use a mask to distinguish between proper and improper user input

MonthCalendar

cdr

Users can choose to display the calendar date

NotifyIcon

icn

The program runs in the notification area on the right side of the taskbar icon display

NumeircUpDown

nude

Designated support transactions at the beginning of

PictureBox

pic

Display image

ProgressBar

prg

Display a filling bar indicate to the user operation progress

RadioButton

rdo

single button

RichTextBox

rtx

Rich Text Box

TextBox

txt

Text Box

ToolTip

tip

When the user information is moved through the associated control needle row display

TreeView

tvw

Displaying a hierarchical collection of selectable items included in the label image to the user

WebBrowser

wbs

It allows users to browse the Web window body

Container control

 

 

FlowLayoutPanel

flp

Handles the layout of its components and automatically arrange them in a flow layout

GroupBox

grp

With optional display frame around a header assembly

Panel

pnl

It allows grouping a set of controls

SplitContainer

spl

The container is divided into two display regions, and to which may be added to control

TabControl

tab

Display contains a collection of components and controls associated tab

TableLayoutPanel

phone

Layout processing its components and automatically arrange them in a table form

Menus and Toolbars

 

 

ContextMenuStrip

cms

When you right-click context menu to display the shortcut menu

MenuStrip

mns

Form the top menu item

StatusStrip

ssr

Status bar at the bottom of the form

ToolStrip

tsr

Toolbar at the top of the common menu

ToolStripContainer

tsk

窗体四周包含面板,面板包含一个或多个菜单

数据

 

 

DataSet

dts

数据集

DataGridView

dgv

显示网格中可以自定义的行和列

BindingSource

bds

封装的窗体数据源并提供导航筛选排序更新功能

BindingNavigator

bdn

指定支持事务处理初始化

ReportViewer

rpv

 

对话框

 

 

ColorDialog

cld

颜色对话框

FolderBrowserDialog

fbd

打开文件目录对话框

FontDialog

fnd

字体对话框

OpenFileDialog

ofd

打开文件对话框

SaveFileDialog

sfd

保存文件对话框

组件

 

 

BackgroundWorker

bgw

在单独的线程上执行操作

DirectoryEntry

dre

封装activedirectory层次结构中的一个节点或对象

DirectorySearcher

drs

对Active Diretory执行查询

ErrorProvider

err

指定支持事务处理初始化

EventLog

evl

指定支持事务处理初始化

FileSystemWatcher

fsw

指定支持事务处理初始化

HelpProvider

hlp

为控件提供弹出帮助或联机帮助

ImageList

img

管理通常由其它控件使用的图像集合

MessageQueue

msq

提供对消息对列服务器上队列的访问权

PerformanceCounter

pfc

表示windows性能计数器组件

Process

prc

对本地(启用开始和停止功能)和远程进程的访问,

SerialPort

spt

表示串行端口资源

ServiceController

scl

提供对windows服务的连接查询和操作的功能

Timer

tmr

按用户定义的时间间隔引发事件的组件

印刷

 

 

PageSetupDialog

psd

允许用户更改与页面相关的打印设置

PrintDialog

prd

允许用户选择打印机和打印选项

PrintDocument

pdc

定义一个向打印机发送输出的对象

PrintPreviewControl

prv

表示打印预览中显示正在预览的部分

PrintPreviewDialog

ppd

向用户显示关联文档打印时的样子

水晶报表

 

 

MicrosoftReportViewer

 

显示报表

CrystalReportViewer

crv

 

ReportDocument

rpd

 

其他

 

 

DomainUpDown

dud

 

HScrollBar

hsc

 

PropertyGrid

prg

 

Splitter

spl

 

TrackBar

trb

 

VScrollBar

vsc

 

 

Guess you like

Origin www.cnblogs.com/jingweixian/p/11059433.html