窗体程序控件缩写
Posted 悟知清风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了窗体程序控件缩写相关的知识,希望对你有一定的参考价值。
常见控件缩写
标准控件
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
参考:https://wenku.baidu.com/view/ab0b100708a1284ac9504398.html
以上是关于窗体程序控件缩写的主要内容,如果未能解决你的问题,请参考以下文章
winform 子窗体继承了父窗体,父窗体上面有一些控件,现在子窗体继承了父窗体,但是继承的控件属性不能用