1、数据缩写
基本类型 缩写
string str
int i
char chr
sbyte sb
byte bt
uint ui
long l
ulong ul
float f
double d
bool b
decimal dec
2、winForm控件缩写
公共控件
控件名称 缩写
Button btn
CheckBox chk
CheckedListBox clst
ComboBox cbo
DateTimePicker dtp
Label lbl
LinkLabel llbl
ListBox lst
ListView lvw
MaskedTextBox mtx
MonthCalendar cdr
NotifyIcon icn
NumericUpDown nud
PictureBox pic
ProgressBar prg
RadioButton rbtn
RichTextBox rtx
TextBox txt
ToolTip tip
TreeView tvw
WebBrowser wbs
容器
控件名称 缩写
FlowLayoutPanel flp
GroupBox gbx
Panel pnl
SplitContainer spl