Guest User

Untitled

a guest
Mar 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. btn Button chk CheckBox ckl CheckedListBox
  2. cmb ComboBox dtp DateTimePicker lbl Label
  3. llb LinkLabel lst ListBox lvw ListView
  4. mtx MaskedTextBox cdr MonthCalendar icn NotifyIcon
  5. nud NumeircUpDown pic PictureBox prg ProgressBar
  6. rdo RadioButton rtx RichTextBox txt TextBox
  7. tip ToolTip tvw TreeView wbs WebBrowser
  8.  
  9. Containers
  10. flp FlowLayoutPanel grp GroupBox pnl Panel
  11. spl SplitContainer tab TabControl tlp TableLayoutPanel
  12.  
  13. Menus & Toolbars
  14. cms ContextMenuStrip
  15. mns MenuStrip
  16. ssr StatusStrip
  17. tsr ToolStrip
  18. tsc ToolStripContainer
  19.  
  20. Data
  21. dts DataSet
  22. dgv DataGridView
  23. bds BindingSource
  24. bdn BindingNavigator
  25. rpv ReportViewer
  26.  
  27. Dialogs
  28. cld ColorDialog
  29. fbd FolderBrowserDialog
  30. fnd FontDialog
  31. ofd OpenFileDialog
  32. sfd SaveFileDialog
  33.  
  34. Components
  35. bgw BackgroundWorker
  36. dre DirectoryEntry
  37. drs DirectorySearcher
  38. err ErrorProvider
  39. evl EventLog
  40. fsw FileSystemWatcher
  41. hlp HelpProvider
  42. img ImageList
  43. msq MessageQueue
  44. pfc PerformanceCounter
  45. prc Process
  46. spt SerialPort
  47. scl ServiceController
  48. tmr Timer
  49.  
  50. Printing
  51. psd PageSetupDialog
  52. prd PrintDialog
  53. pdc PrintDocument
  54. prv PrintPreviewControl
  55. ppd PrintPreviewDialog
  56.  
  57. Crystal report
  58. crv CrystalReportViewer
  59. rpd ReportDocument
  60. Other
  61. dud DomainUpDown
  62. hsc HScrollBar
  63. prg PropertyGrid
  64. spl Splitter
  65. trb TrackBar
  66. vsc VScrollBar
  67.  
  68. ==============================================
  69.  
  70. <!--------------A----------------->
  71. AdRotator ar
  72.  
  73.  
  74. <!--------------B----------------->
  75. Button btn
  76.  
  77.  
  78. <!--------------C----------------->
  79. Calender cal
  80. CheckBox chk
  81. CheckBoxList chklst
  82. Column (DataGridView的) col
  83. ColumnHeader (ListView 的) ch
  84. Combobox cbo
  85. CompareValidator cv
  86. CrystalReportViewer rptvew
  87.  
  88.  
  89. <!--------------D----------------->
  90. DataGrid dg
  91. DataGridView dgv
  92. DataList dl
  93. DomainUpDown dud
  94. DropDownList ddl
  95.  
  96.  
  97. <!--------------F----------------->
  98. FileUpload ful
  99. Form frm
  100.  
  101.  
  102. <!--------------G----------------->
  103. GridView gv
  104. GroupBox grp
  105.  
  106.  
  107. <!--------------H----------------->
  108. HiddenField hf
  109.  
  110.  
  111. <!--------------I----------------->
  112. Image img
  113. ImageButton imgbtn
  114. ImageList il
  115.  
  116.  
  117. <!--------------L----------------->
  118. Label lbl
  119. LinkButton lnkbtn
  120. ListBox lst
  121. ListView lv
  122.  
  123.  
  124. <!--------------M----------------->
  125. MenuStrip ms
  126.  
  127.  
  128. <!--------------O----------------->
  129. ObjectDataSource ods
  130.  
  131.  
  132. <!--------------P----------------->
  133. PagedDataSource pds
  134. Panel pnl
  135. PictureBox pic
  136.  
  137.  
  138. <!--------------R----------------->
  139. RadioButton rdo
  140. RadioButtonList rdolst
  141. RangeValidator rv
  142. RegularExpressionValidator rev
  143. Repeater rpt
  144. RequiredFieldValidator rfv
  145.  
  146.  
  147. <!--------------S----------------->
  148. StatusLabel slbl
  149. StatusStrip ss
  150.  
  151.  
  152. <!--------------T----------------->
  153. TabControl tab
  154. Table tbl
  155. TabPage tp
  156. TextBox txt
  157. Timer tmr
  158. ToolStrip ts
  159. ToolStripButton tsbtn
  160. ToolStripDropDownButton tsddb
  161. ToolStripLabel tslbl
  162. ToolStripMenuItem tsmi
  163. TreeView tv/tvw
  164.  
  165.  
  166. <!--------------V----------------->
  167. ValidatorSummary vs
  168.  
  169.  
  170. <!--------------W----------------->
  171. WebBrowser wbs
Add Comment
Please, Sign In to add comment