C3控件简写

来源:互联网 发布:美国留学论坛 知乎 编辑:程序博客网 时间:2024/06/03 23:38

 

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
另外的
1.        AdRotator     ar
2.        Button    btn
3.        Calender    cal
4.        CheckBox    chk
5.        CheckBoxList  chklst
6.        Column (DataGridView)  col
7.        ColumnHeader (ListView )  ch
8.        Combobox    cbo
9.        CompareValidator    cv
10.    CrystalReportViewer    rptvew
11.    DataGrid    dg
12.    DataGridView    dgv
13.    DataList    dl
14.    DomainUpDown    dud
15.    DropDownList    ddl
16.    FileUpload    ful
17.    Form    frm
18.    GridView    gv
19.    GroupBox    grp
20.    HiddenField    hf
21.    Image    img
22.    ImageButton    imgbtn
23.    ImageList    il
24.    Label    lbl
25.    LinkButton    lnkbtn
26.    ListBox    lst
27.    ListView    lv
28.    MenuStrip    ms
29.    ObjectDataSource    ods
30.    PagedDataSource    pds
31.    Panel    pnl
32.    PictureBox    pic
33.    RadioButton    rdo
34.    RadioButtonList    rdolst
35.    RangeValidator    rv
36.    RegularExpressionValidator       rev
37.    Repeater          rpt
38.    RequiredFieldValidator     rfv
StatusLabel     slbl
39.    StatusStrip     ss
40.    TabControl     tab
41.    Table     tbl
42.    TabPage    tp
43.    TextBox    txt
44.    Timer     tmr
45.    ToolStrip        ts
46.    ToolStripButton     tsbtn
47.    ToolStripDropDownButton     tsddb
48.    ToolStripLabel     tslbl
49.    ToolStripMenuItem     tsmi
50.    TreeView       tv/tvw