Forked from christianjunk/csharp-winform-controls-abbreviations
Created
August 11, 2021 09:17
-
-
Save MinChanSike/7430cef1029b2350b27bcb0d3fb9cd5a to your computer and use it in GitHub Desktop.
C# WinForm Controls Abbreviation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
btn Button chk CheckBox ckl CheckedListBox | |
cmb ComboBox dtp DateTimePicker lbl Label | |
llb LinkLabel lst ListBox lvw ListView | |
mtx MaskedTextBox cdr MonthCalendar icn NotifyIcon | |
nud NumeircUpDown pic PictureBox prg ProgressBar | |
rdo RadioButton rtx RichTextBox txt TextBox | |
tip ToolTip tvw TreeView wbs WebBrowser | |
?? | |
flp FlowLayoutPanel grp GroupBox pnl Panel | |
spl SplitContainer tab TabControl tlp TableLayoutPanel | |
?????? | |
cms ContextMenuStrip | |
mns MenuStrip | |
ssr StatusStrip | |
tsr ToolStrip | |
tsc ToolStripContainer | |
tss ToolStripSeparator | |
???? | |
dts DataSet | |
dgv DataGridView | |
bds BindingSource | |
bdn BindingNavigator | |
rpv ReportViewer | |
??? | |
cld ColorDialog | |
fbd FolderBrowserDialog | |
fnd FontDialog | |
ofd OpenFileDialog | |
sfd SaveFileDialog | |
?? | |
bgw BackgroundWorker | |
dre DirectoryEntry | |
drs DirectorySearcher | |
err ErrorProvider | |
evl EventLog | |
fsw FileSystemWatcher | |
hlp HelpProvider | |
img ImageList | |
msq MessageQueue | |
pfc PerformanceCounter | |
prc Process | |
spt SerialPort | |
scl ServiceController | |
tmr Timer | |
?? | |
psd PageSetupDialog | |
prd PrintDialog | |
pdc PrintDocument | |
prv PrintPreviewControl | |
ppd PrintPreviewDialog | |
???? | |
crv CrystalReportViewer | |
rpd ReportDocument | |
?? | |
dud DomainUpDown | |
hsc HScrollBar | |
prg PropertyGrid | |
spl Splitter | |
trb TrackBar | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment