C#控件控件前缀命名规范

标准控件

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-------------- wb

时间: 2024-12-26 12:35:19

C#控件控件前缀命名规范的相关文章

Javascript前缀命名规范

一开始的时候命名的时候都不知道怎么命名乱七八糟的自己看得都头晕,我都害怕自己,最后查了一些资料总结如下: 命名第一个字符不能是数字,后面是任意字母或数字以及下划线,不能是保留字或空格,变量命名都以类型前缀+有意义的单词组成,用驼峰式命名法增加变量和函数的可读性 每个局部变量都需要有一个类型前缀,按照类型可以分为 s:表示字符串 n:表示数字 b:表示逻辑 a:表示数组 r:表示正则 f:表示函数 o:表示以上未涉及到的其他对象 g:表示全局变量 顺便一提自定义构造函数命名第一个字母大写这可以很方

ASP.NET 控件前缀命名规范

标准控件 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 P

Visual C#中的winform/webform/asp.net控件命名规范

                                                                        1.控件命名规范 类型 前缀 示例 AdRotator adrt adrtTopAd Button btn btnSubmit Calendar cal calMettingDates CheckBox chk chkBlue CheckBoxList chkl chklFavColors CompareValidator valc valcValidA

Visual Studio C#的winform/webform/asp.net控件命名规范

控件命名规范 类型 前缀 示例 AdRotator adrt adrtTopAd Button btn btnSubmit Calendar cal calMettingDates CheckBox chk chkBlue CheckBoxList chkl chklFavColors CompareValidator valc valcValidAge CustomValidator valx valxDBCheck DataGrid dgrd dgrdTitles DataList dlst

C#控件命名规范

文档名称: C#控件命名规范 撰写作者: codefly 版本编号: V1.1 一.Data Control 类型 前缀 示例 AccessDataSource ads adsPubs DataList dlst dlstTitles DetailView dvw dvwTitles FormView fvw fvwFonts GridView gvw gvwCity ObjectDataSource ods odsMenus Repeater rpt rptQueryResults Repor

Visual Studio 控件命名规范(很详细)

VS 控件命名规范 Type Prefix Example Array arr arrShoppingList Boolean bln blnIsPostBack Byte byt bytPixelValue Char chr chrDelimiter DateTime dtm dtmStartDate Decimal dec decAverageHeight Double dbl dblSizeofUniverse Integer int intRowCounter Long lng lngB

WinForm Control 控件命名规范

1.标准控件 序号 控件类型简写 控件类型 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 pi

C#命名规范,控件、数据类型、ADO.NET等

数据类型 数据类型 数据类型简写 标准命名举例 Array arr arrShoppingList Boolean bln blnIsPostBack Byte byt bytPixelValue Char chr chrDelimiter DateTime dtm dtmStartDate Decimal dec decAverageHeight Double dbl dblSizeofUniverse Integer int intRowCounter Long lng lngBillGat

C#的winform控件命名规范

注:这里用红字标记的部分表示有重复出现,括号内为替代表示方案 1.标准控件 序号 控件类型简写 控件类型 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 Notify