Advertisement
botdotdot

Untitled

Sep 17th, 2011
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 2.40 KB | None | 0 0
  1. Friend WithEvents MainToolStrip As System.Windows.Forms.ToolStrip
  2.     Friend WithEvents LoginToolStripButton As System.Windows.Forms.ToolStripButton
  3.     Friend WithEvents NewPasteToolStripButton As System.Windows.Forms.ToolStripButton
  4.     Friend WithEvents MyProfileToolStripButton As System.Windows.Forms.ToolStripButton
  5.     Friend WithEvents SettingsToolStripButton As System.Windows.Forms.ToolStripButton
  6.     Friend WithEvents MainStatusStrip As System.Windows.Forms.StatusStrip
  7.     Friend WithEvents LoginToolStripStatusLabel As System.Windows.Forms.ToolStripStatusLabel
  8.     Friend WithEvents NewPastePanel As System.Windows.Forms.Panel
  9.     Friend WithEvents Label1 As System.Windows.Forms.Label
  10.     Friend WithEvents TitleTextBox As System.Windows.Forms.TextBox
  11.     Friend WithEvents CodeRichTextBox As System.Windows.Forms.RichTextBox
  12.     Friend WithEvents PrivateCheckBox As System.Windows.Forms.CheckBox
  13.     Friend WithEvents Button1 As System.Windows.Forms.Button
  14.     Friend WithEvents Label2 As System.Windows.Forms.Label
  15.     Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
  16.     Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
  17.     Friend WithEvents Label3 As System.Windows.Forms.Label
  18.     Friend WithEvents LoadingPanel As System.Windows.Forms.Panel
  19.     Friend WithEvents Label4 As System.Windows.Forms.Label
  20.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  21.     Friend WithEvents MyProfilePanel As System.Windows.Forms.Panel
  22.     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
  23.     Friend WithEvents Label5 As System.Windows.Forms.Label
  24.     Friend WithEvents Label6 As System.Windows.Forms.Label
  25.     Friend WithEvents Button2 As System.Windows.Forms.Button
  26.     Friend WithEvents Button3 As System.Windows.Forms.Button
  27.     Friend WithEvents ListView1 As System.Windows.Forms.ListView
  28.     Friend WithEvents Button4 As System.Windows.Forms.Button
  29.     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
  30.     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
  31.     Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
  32.     Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
  33.     Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
  34.     Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
  35.     Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement