PageRenderTime 48ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/TumbleDeck/QuotePost.Designer.vb

#
Visual Basic | 250 lines | 187 code | 4 blank | 59 comment | 0 complexity | 5f611dfbc4d0d0842674493567be98d9 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class QuotePost
  3. Inherits System.Windows.Forms.Form
  4. 'Form overrides dispose to clean up the component list.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Required by the Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTE: The following procedure is required by the Windows Form Designer
  18. 'It can be modified using the Windows Form Designer.
  19. 'Do not modify it using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(QuotePost))
  24. Me.QuoteLabel = New System.Windows.Forms.Label
  25. Me.QuoteTextBox = New System.Windows.Forms.TextBox
  26. Me.SourceLabel = New System.Windows.Forms.Label
  27. Me.SourceTextBox = New System.Windows.Forms.TextBox
  28. Me.FormattingContextMenuStrip = New System.Windows.Forms.ContextMenuStrip(Me.components)
  29. Me.BoldToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  30. Me.ItalicToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  31. Me.StrikeoutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  32. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
  33. Me.CutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  34. Me.CopyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  35. Me.PasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  36. Me.PrivatePostCheckBox = New System.Windows.Forms.CheckBox
  37. Me.TagsTextBox = New System.Windows.Forms.TextBox
  38. Me.TagsLabel = New System.Windows.Forms.Label
  39. Me.CancelButton = New System.Windows.Forms.Button
  40. Me.CreateButton = New System.Windows.Forms.Button
  41. Me.FormattingContextMenuStrip.SuspendLayout()
  42. Me.SuspendLayout()
  43. '
  44. 'QuoteLabel
  45. '
  46. Me.QuoteLabel.AutoSize = True
  47. Me.QuoteLabel.BackColor = System.Drawing.Color.Transparent
  48. Me.QuoteLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  49. Me.QuoteLabel.ForeColor = System.Drawing.Color.Transparent
  50. Me.QuoteLabel.Location = New System.Drawing.Point(8, 9)
  51. Me.QuoteLabel.Name = "QuoteLabel"
  52. Me.QuoteLabel.Size = New System.Drawing.Size(53, 20)
  53. Me.QuoteLabel.TabIndex = 0
  54. Me.QuoteLabel.Text = "Quote"
  55. '
  56. 'QuoteTextBox
  57. '
  58. Me.QuoteTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  59. Me.QuoteTextBox.Location = New System.Drawing.Point(12, 32)
  60. Me.QuoteTextBox.Multiline = True
  61. Me.QuoteTextBox.Name = "QuoteTextBox"
  62. Me.QuoteTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  63. Me.QuoteTextBox.Size = New System.Drawing.Size(270, 148)
  64. Me.QuoteTextBox.TabIndex = 1
  65. '
  66. 'SourceLabel
  67. '
  68. Me.SourceLabel.AutoSize = True
  69. Me.SourceLabel.BackColor = System.Drawing.Color.Transparent
  70. Me.SourceLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  71. Me.SourceLabel.ForeColor = System.Drawing.Color.Transparent
  72. Me.SourceLabel.Location = New System.Drawing.Point(8, 183)
  73. Me.SourceLabel.Name = "SourceLabel"
  74. Me.SourceLabel.Size = New System.Drawing.Size(238, 20)
  75. Me.SourceLabel.TabIndex = 2
  76. Me.SourceLabel.Text = "Source (optional, HTML allowed)"
  77. '
  78. 'SourceTextBox
  79. '
  80. Me.SourceTextBox.ContextMenuStrip = Me.FormattingContextMenuStrip
  81. Me.SourceTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  82. Me.SourceTextBox.Location = New System.Drawing.Point(12, 206)
  83. Me.SourceTextBox.Multiline = True
  84. Me.SourceTextBox.Name = "SourceTextBox"
  85. Me.SourceTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  86. Me.SourceTextBox.Size = New System.Drawing.Size(270, 148)
  87. Me.SourceTextBox.TabIndex = 3
  88. '
  89. 'FormattingContextMenuStrip
  90. '
  91. Me.FormattingContextMenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BoldToolStripMenuItem, Me.ItalicToolStripMenuItem, Me.StrikeoutToolStripMenuItem, Me.ToolStripSeparator1, Me.CutToolStripMenuItem, Me.CopyToolStripMenuItem, Me.PasteToolStripMenuItem})
  92. Me.FormattingContextMenuStrip.Name = "FormattingContextMenuStrip"
  93. Me.FormattingContextMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  94. Me.FormattingContextMenuStrip.Size = New System.Drawing.Size(122, 142)
  95. '
  96. 'BoldToolStripMenuItem
  97. '
  98. Me.BoldToolStripMenuItem.Image = CType(resources.GetObject("BoldToolStripMenuItem.Image"), System.Drawing.Image)
  99. Me.BoldToolStripMenuItem.Name = "BoldToolStripMenuItem"
  100. Me.BoldToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  101. Me.BoldToolStripMenuItem.Text = "Bold"
  102. '
  103. 'ItalicToolStripMenuItem
  104. '
  105. Me.ItalicToolStripMenuItem.Image = CType(resources.GetObject("ItalicToolStripMenuItem.Image"), System.Drawing.Image)
  106. Me.ItalicToolStripMenuItem.Name = "ItalicToolStripMenuItem"
  107. Me.ItalicToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  108. Me.ItalicToolStripMenuItem.Text = "Italic"
  109. '
  110. 'StrikeoutToolStripMenuItem
  111. '
  112. Me.StrikeoutToolStripMenuItem.Image = CType(resources.GetObject("StrikeoutToolStripMenuItem.Image"), System.Drawing.Image)
  113. Me.StrikeoutToolStripMenuItem.Name = "StrikeoutToolStripMenuItem"
  114. Me.StrikeoutToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  115. Me.StrikeoutToolStripMenuItem.Text = "Strikeout"
  116. '
  117. 'ToolStripSeparator1
  118. '
  119. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  120. Me.ToolStripSeparator1.Size = New System.Drawing.Size(118, 6)
  121. '
  122. 'CutToolStripMenuItem
  123. '
  124. Me.CutToolStripMenuItem.Image = CType(resources.GetObject("CutToolStripMenuItem.Image"), System.Drawing.Image)
  125. Me.CutToolStripMenuItem.Name = "CutToolStripMenuItem"
  126. Me.CutToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  127. Me.CutToolStripMenuItem.Text = "Cut"
  128. '
  129. 'CopyToolStripMenuItem
  130. '
  131. Me.CopyToolStripMenuItem.Image = CType(resources.GetObject("CopyToolStripMenuItem.Image"), System.Drawing.Image)
  132. Me.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem"
  133. Me.CopyToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  134. Me.CopyToolStripMenuItem.Text = "Copy"
  135. '
  136. 'PasteToolStripMenuItem
  137. '
  138. Me.PasteToolStripMenuItem.Image = CType(resources.GetObject("PasteToolStripMenuItem.Image"), System.Drawing.Image)
  139. Me.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem"
  140. Me.PasteToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  141. Me.PasteToolStripMenuItem.Text = "Paste"
  142. '
  143. 'PrivatePostCheckBox
  144. '
  145. Me.PrivatePostCheckBox.AutoSize = True
  146. Me.PrivatePostCheckBox.BackColor = System.Drawing.Color.Transparent
  147. Me.PrivatePostCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  148. Me.PrivatePostCheckBox.ForeColor = System.Drawing.Color.Transparent
  149. Me.PrivatePostCheckBox.Location = New System.Drawing.Point(12, 411)
  150. Me.PrivatePostCheckBox.Name = "PrivatePostCheckBox"
  151. Me.PrivatePostCheckBox.Size = New System.Drawing.Size(244, 24)
  152. Me.PrivatePostCheckBox.TabIndex = 6
  153. Me.PrivatePostCheckBox.Text = "Private (make this post private)"
  154. Me.PrivatePostCheckBox.UseVisualStyleBackColor = False
  155. '
  156. 'TagsTextBox
  157. '
  158. Me.TagsTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  159. Me.TagsTextBox.Location = New System.Drawing.Point(12, 380)
  160. Me.TagsTextBox.Name = "TagsTextBox"
  161. Me.TagsTextBox.Size = New System.Drawing.Size(266, 26)
  162. Me.TagsTextBox.TabIndex = 5
  163. '
  164. 'TagsLabel
  165. '
  166. Me.TagsLabel.AutoSize = True
  167. Me.TagsLabel.BackColor = System.Drawing.Color.Transparent
  168. Me.TagsLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  169. Me.TagsLabel.ForeColor = System.Drawing.Color.Transparent
  170. Me.TagsLabel.Location = New System.Drawing.Point(8, 357)
  171. Me.TagsLabel.Name = "TagsLabel"
  172. Me.TagsLabel.Size = New System.Drawing.Size(219, 20)
  173. Me.TagsLabel.TabIndex = 4
  174. Me.TagsLabel.Text = "Tags (separated by a comma)"
  175. '
  176. 'CancelButton
  177. '
  178. Me.CancelButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  179. Me.CancelButton.ForeColor = System.Drawing.Color.Red
  180. Me.CancelButton.Location = New System.Drawing.Point(188, 441)
  181. Me.CancelButton.Name = "CancelButton"
  182. Me.CancelButton.Size = New System.Drawing.Size(90, 45)
  183. Me.CancelButton.TabIndex = 8
  184. Me.CancelButton.Text = "Cancel"
  185. Me.CancelButton.UseVisualStyleBackColor = True
  186. '
  187. 'CreateButton
  188. '
  189. Me.CreateButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  190. Me.CreateButton.ForeColor = System.Drawing.Color.Green
  191. Me.CreateButton.Location = New System.Drawing.Point(12, 441)
  192. Me.CreateButton.Name = "CreateButton"
  193. Me.CreateButton.Size = New System.Drawing.Size(170, 45)
  194. Me.CreateButton.TabIndex = 7
  195. Me.CreateButton.Text = "Create Post"
  196. Me.CreateButton.UseVisualStyleBackColor = True
  197. '
  198. 'QuotePost
  199. '
  200. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  201. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  202. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  203. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  204. Me.ClientSize = New System.Drawing.Size(294, 494)
  205. Me.Controls.Add(Me.CancelButton)
  206. Me.Controls.Add(Me.CreateButton)
  207. Me.Controls.Add(Me.PrivatePostCheckBox)
  208. Me.Controls.Add(Me.TagsTextBox)
  209. Me.Controls.Add(Me.TagsLabel)
  210. Me.Controls.Add(Me.SourceTextBox)
  211. Me.Controls.Add(Me.SourceLabel)
  212. Me.Controls.Add(Me.QuoteTextBox)
  213. Me.Controls.Add(Me.QuoteLabel)
  214. Me.DoubleBuffered = True
  215. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  216. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  217. Me.MaximizeBox = False
  218. Me.MinimizeBox = False
  219. Me.Name = "QuotePost"
  220. Me.ShowIcon = False
  221. Me.ShowInTaskbar = False
  222. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  223. Me.Text = "Add a Quote"
  224. Me.TopMost = True
  225. Me.FormattingContextMenuStrip.ResumeLayout(False)
  226. Me.ResumeLayout(False)
  227. Me.PerformLayout()
  228. End Sub
  229. Friend WithEvents QuoteLabel As System.Windows.Forms.Label
  230. Friend WithEvents QuoteTextBox As System.Windows.Forms.TextBox
  231. Friend WithEvents SourceLabel As System.Windows.Forms.Label
  232. Friend WithEvents SourceTextBox As System.Windows.Forms.TextBox
  233. Friend WithEvents PrivatePostCheckBox As System.Windows.Forms.CheckBox
  234. Friend WithEvents TagsTextBox As System.Windows.Forms.TextBox
  235. Friend WithEvents TagsLabel As System.Windows.Forms.Label
  236. Friend WithEvents CancelButton As System.Windows.Forms.Button
  237. Friend WithEvents CreateButton As System.Windows.Forms.Button
  238. Friend WithEvents FormattingContextMenuStrip As System.Windows.Forms.ContextMenuStrip
  239. Friend WithEvents BoldToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  240. Friend WithEvents ItalicToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  241. Friend WithEvents StrikeoutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  242. Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
  243. Friend WithEvents CutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  244. Friend WithEvents CopyToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  245. Friend WithEvents PasteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  246. End Class