All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
ADO.NET和LINQ中古怪的事务特性_.net资料_编程技术
初学者接触HTML了解一些HTML标记(2)_[Html教程]
PHP中与数组相关的函数摘录_php资料_编程技术
delphi单行编辑框组件(TEdit)使用实例
十天学会ASP.net,第四天_.net资料_编程技术
SQL Server 2000 标准版安装_[SQL Server教程]
动态网页PHP+MYSQL如何插入记录到数据库_php资料_编程技术
vs2008中文版提供下载(包含中文msdn)_[Asp.Net教程]
C#图像放大问题解决方法_.net资料_编程技术
菜鸟的最爱,.NET经典代码汇总(五)_.net资料_编程技术
Reading number is top 10 pictures
Photographed the passion of the clients and prostitutes in the sex trade picture1
A man's favorite things15
A man's favorite things16
The real super beauty7
一个武林高手的故事
世界各国15岁的MM有什么不同
Seductive beauty of crime1
日本小萝莉2
Fury xp desktop theme
乳娘帕梅拉安德森2
Download software ranking
The Bermuda triangle3
JSP+Ajax Web development typical examples
Sora aoi, the maid, students' uniforms
matrix3
Tram sex maniac 2 (H) rar bag15
I for your crazy
Eclipse 4.2.1 For Win32
linux安装大全
好色的外科大夫
Unix video tutorial3
delv published in(发表于) 2014/1/24 9:01:58 Edit(编辑)
.NET,命名规范(控件、数据类型等)_[Asp.Net教程]

.NET,命名规范(控件、数据类型等)_[Asp.Net教程]

.NET 命名规范(控件、数据类型等)_[Asp.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
lngBillGatesIncome
Object
obj
objReturnValue
Short
shr
shrAverage
Single
sng
sngMaximum
String
str
strFirstName



控件类型
缩写
示例
Animated button
ani
aniMailBox
Button
btn
Check box
chk
chkReadOnly
ColorDialog
clrdlg
Combobox,drop-down list box
cbo
cboEnglish
Communications
com
comFax
ContextMenu
ctxmnu
Control(used within procedures when the specific type is unknown)
ctr
ctrCurrent
CrystalReportViewer
crvw
Data
dat
datBiblio
Data grid
dgd
dgdTitles
Data list
dbl
dblPublisher
Data repeater
drp
drpLocation
Data-bound combo box
dbcbo
dbcboLanguage
Data-bound grid
dbgrd
dbgrdQueryResult
Data-bound list box
dblst
dblstJobType
Datetime picker
dtp
dtpPublished
Directory list box
dir
dirSource
DomainUpDown
dupd
Drive list box
drv
drvTarget
ErrorProvider
err
File list box
fil
filSource
Flat scroll bar
fsb
fsbMove
FontDialog
fntdlg
Form
frm
frmEntry
Frame
fra
fraLanguage
Gauge
gau
gauStatus
Graph
gra
graRevenue
Grid
grd
grdPrices
GroupBox
grp
HelpProvider
hlp
Hierarchical flexgrid
flex
flexOrders
HScroll bar
hsb
hsbVolume
Image
img
imgIcon
Image combo
imgcbo
imgcboProduct
ImageList
ils
ilsAllIcons
Label
lbl
lblHelpMessage
Line
lin
linVertical
LinkLabel
lnk
List box
lst
lstPolicyCodes
ListView
lvw
lvwHeadings
MAPI message
mpm
mpmSentMessage
MAPI session
mps
mpsSession
MCI
mci
mciVideo
Menu
mnu
mnuFileOpen
Month view
mvw
mvwPeriod
MonthCalendar
mcl
MS Chart
ch
chSalesbyRegion
MS Flex grid
msg
msgClients
MS Tab
mst
mstFirst
NotifyIcon
nti
NumericUpDown
nupd
OLE container
ole
oleWorksheet
OpenFileDialog
ofdlg
PageSetUpDialog
psdlg
Picture box
pic
picVGA
Picture clip
clp
clpToolbar
PrintDocument
prndoc
PrintPreviewControl
ppctl
PrintPreviewDialog
ppdlg
ProgressBar
prg
prgLoadFile
RadioButton
rbtn
Remote Data
rd
rdTitles
RichTextBox
rtf
rtfReport
SaveFileDialog
sfdlg
Shape
shp
shpCircle
Slider
sld
sldScale
Spin
spn
spnPages
Splitter
spt
StatusBar
sta
staDateTime
SysInfo
sys
sysMonitor
TabContrl
tab
TabStrip
tab
tabOptions
Text box
txt
txtLastName
Timer
tmr
tmrAlarm
Toolbar
tlb
tlbActions
TrackBar
trb
TreeView
tre
treOrganization
UpDown
upd
updDirection
VScroll bar
vsb
vsbRate




1 ADO.NET 命名规范
数据类型
数据类型简写
标准命名举例
Connection
con
conNorthwind
Command
cmd
cmdReturnProducts
Parameter
parm
parmProductID
DataAdapter
dad
dadProducts
DataReader
dtr
dtrProducts
DataSet
dst
dstNorthWind
DataTable
dtbl
dtblProduct
DataRow
drow
drowRow98
DataColumn
dcol
dcolProductID
DataRelation
drel
drelMasterDetail
DataView
dvw
dvwFilteredProducts
2 WinForm Control 命名规范


数据类型
数据类型简写
标准命名举例
Label
lbl
lblMessage
LinkLabel
llbl
llblToday
Button
btn
btnSave
TextBox
txt
txtName
MainMenu
mmnu
mmnuFile
CheckBox
chk
chkStock
RadioButton
rbtn
rbtnSelected
GroupBox
gbx
gbxMain
PictureBox
pic
picImage
Panel
pnl
pnlBody
DataGrid
dgrd
dgrdView
ListBox
lst
lstProducts
CheckedListBox
clst
clstChecked
ComboBox
cbo
cboMenu
ListView
lvw
lvwBrowser
TreeView
tvw
tvwType
TabControl
tctl
tctlSelected
DateTimePicker
dtp
dtpStartDate
HscrollBar
hsb
hsbImage
VscrollBar
vsb
vsbImage
Timer
tmr
tmrCount
ImageList
ilst
ilstImage
ToolBar
tlb
tlbManage
StatusBar
stb
stbFootPrint
OpenFileDialog
odlg
odlgFile
SaveFileDialog
sdlg
sdlgSave
FoldBrowserDialog
fbdlg
fgdlgBrowser
FontDialog
fdlg
fdlgFoot
ColorDialog
cdlg
cdlgColor
PrintDialog
pdlg
pdlgPrint


3 WebControl 命名规范


数据类型
数据类型简写
标准命名举例
AdRotator
adrt
Example
Button
btn
btnSubmit
Calendar
cal
calMettingDates
CheckBox
chk
chkBlue
CheckBoxList
chkl
chklFavColors
CompareValidator
valc
valcValidAge
CustomValidator
valx
valxDBCheck
DataGrid
dgrd
dgrdTitles
DataList
dlst
dlstTitles
DropDownList
drop
dropCountries
HyperLink
lnk
lnkDetails
Image
img
imgAuntBetty
ImageButton
ibtn
ibtnSubmit
Label
lbl
lblResults
LinkButton
lbtn
lbtnSubmit
ListBox
lst
lstCountries
Panel
pnl
pnlForm2
PlaceHolder
plh
plhFormContents
RadioButton
rad
radFemale
RadioButtonList
radl
radlGender
RangeValidator
valg
valgAge
RegularExpression
vale
valeEmail_Validator
Repeater
rpt
rptQueryResults
RequiredFieldValidator
valr
valrFirstName
Table
tbl
tblCountryCodes
TableCell
tblc
tblcGermany
TableRow
tblr
tblrCountry
TextBox
txt
txtFirstName
ValidationSummary
vals
valsFormErrors
XML
xmlc
xmlcTransformResults


引自:Dragon-China






添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.