Winform knowledge point, winform
Common controls for Winform forms
1. Button Prefix: btn
2. TextBox Prefix: txt
3. Single-choice button RadioButton Prefix: rdo
4. CheckBox Prefix: ckb
5. menu MenuStrip Prefix: menu or msp
6. Panel Prefix: pnl
7. drop-down list box ComboBox Prefix: cbx
8. GroupBox Prefix: gbx
9. Label Prefix: lbl
10. Select the ListBox prefix of the item list: lbx
11. PictureBox Prefix: pbx
12. prefix of tab TabControl: tcl
13. Rich Text Box RichTextBox Prefix: rtxt
14. ToolStrip Prefix: tool or tsp
15. TreeView Prefix: tvw
16. status Bar StatusStrip Prefix: status or ssp
17. Clock Control Timer Prefix: timer
18. ListView Prefix: lvw
19. DataGridView Prefix: dgv
20. Form naming Prefix: Frm
Common shortcut keys
1. Attribute window F4
2. Run the program without debugging ctrl + F5
3. Run program debugging F5
4. jump from the form to view the code F7
5. jump from viewing code to form shift + F7
6. shift + alt + Enter in full screen
7. Match {} Ctrl +}
8. Select Shift + Ctrl +} For the matched data between {} and}
9. Switch to solution manager Ctrl + Alt + L
10. Switch to the Toolbox Ctrl + Alt + X
11. Contract all nodes ctrl + m, o
12. Open all nodes ctrl + m, l
13. Delete the row containing the cursor ctrl + l or shift + del
14. display type Ctrl + Shift + space in parentheses
15. ctrl + k, c
16. uncomment the row information ctrl + k, u
17. Content prompt ctrl + j