PageRenderTime 37ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/TumbleDeck/AudioPost.Designer.vb

#
Visual Basic | 246 lines | 183 code | 4 blank | 59 comment | 0 complexity | 4d5abfb9a058e087f106710b3a86dbb3 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class AudioPost
  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(AudioPost))
  24. Me.CancelButton = New System.Windows.Forms.Button
  25. Me.CreateButton = New System.Windows.Forms.Button
  26. Me.PrivatePostCheckBox = New System.Windows.Forms.CheckBox
  27. Me.URLLabel = New System.Windows.Forms.Label
  28. Me.URLTextBox = New System.Windows.Forms.TextBox
  29. Me.TagsTextBox = New System.Windows.Forms.TextBox
  30. Me.TagsLabel = New System.Windows.Forms.Label
  31. Me.DescriptionTextBox = New System.Windows.Forms.TextBox
  32. Me.CaptionLabel = New System.Windows.Forms.Label
  33. Me.FormattingContextMenuStrip = New System.Windows.Forms.ContextMenuStrip(Me.components)
  34. Me.BoldToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  35. Me.ItalicToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  36. Me.StrikeoutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  37. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
  38. Me.CutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  39. Me.CopyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  40. Me.PasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  41. Me.FormattingContextMenuStrip.SuspendLayout()
  42. Me.SuspendLayout()
  43. '
  44. 'CancelButton
  45. '
  46. Me.CancelButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  47. Me.CancelButton.ForeColor = System.Drawing.Color.Red
  48. Me.CancelButton.Location = New System.Drawing.Point(192, 387)
  49. Me.CancelButton.Name = "CancelButton"
  50. Me.CancelButton.Size = New System.Drawing.Size(90, 45)
  51. Me.CancelButton.TabIndex = 17
  52. Me.CancelButton.Text = "Cancel"
  53. Me.CancelButton.UseVisualStyleBackColor = True
  54. '
  55. 'CreateButton
  56. '
  57. Me.CreateButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  58. Me.CreateButton.ForeColor = System.Drawing.Color.Green
  59. Me.CreateButton.Location = New System.Drawing.Point(16, 387)
  60. Me.CreateButton.Name = "CreateButton"
  61. Me.CreateButton.Size = New System.Drawing.Size(170, 45)
  62. Me.CreateButton.TabIndex = 16
  63. Me.CreateButton.Text = "Create Post"
  64. Me.CreateButton.UseVisualStyleBackColor = True
  65. '
  66. 'PrivatePostCheckBox
  67. '
  68. Me.PrivatePostCheckBox.AutoSize = True
  69. Me.PrivatePostCheckBox.BackColor = System.Drawing.Color.Transparent
  70. Me.PrivatePostCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  71. Me.PrivatePostCheckBox.ForeColor = System.Drawing.Color.Transparent
  72. Me.PrivatePostCheckBox.Location = New System.Drawing.Point(16, 357)
  73. Me.PrivatePostCheckBox.Name = "PrivatePostCheckBox"
  74. Me.PrivatePostCheckBox.Size = New System.Drawing.Size(244, 24)
  75. Me.PrivatePostCheckBox.TabIndex = 15
  76. Me.PrivatePostCheckBox.Text = "Private (make this post private)"
  77. Me.PrivatePostCheckBox.UseVisualStyleBackColor = False
  78. '
  79. 'URLLabel
  80. '
  81. Me.URLLabel.AutoSize = True
  82. Me.URLLabel.BackColor = System.Drawing.Color.Transparent
  83. Me.URLLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  84. Me.URLLabel.ForeColor = System.Drawing.Color.Transparent
  85. Me.URLLabel.Location = New System.Drawing.Point(12, 9)
  86. Me.URLLabel.Name = "URLLabel"
  87. Me.URLLabel.Size = New System.Drawing.Size(168, 20)
  88. Me.URLLabel.TabIndex = 9
  89. Me.URLLabel.Text = "MP3 format URLs only"
  90. '
  91. 'URLTextBox
  92. '
  93. Me.URLTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  94. Me.URLTextBox.Location = New System.Drawing.Point(16, 32)
  95. Me.URLTextBox.Name = "URLTextBox"
  96. Me.URLTextBox.Size = New System.Drawing.Size(266, 26)
  97. Me.URLTextBox.TabIndex = 10
  98. '
  99. 'TagsTextBox
  100. '
  101. Me.TagsTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  102. Me.TagsTextBox.Location = New System.Drawing.Point(16, 325)
  103. Me.TagsTextBox.Name = "TagsTextBox"
  104. Me.TagsTextBox.Size = New System.Drawing.Size(266, 26)
  105. Me.TagsTextBox.TabIndex = 14
  106. '
  107. 'TagsLabel
  108. '
  109. Me.TagsLabel.AutoSize = True
  110. Me.TagsLabel.BackColor = System.Drawing.Color.Transparent
  111. Me.TagsLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  112. Me.TagsLabel.ForeColor = System.Drawing.Color.Transparent
  113. Me.TagsLabel.Location = New System.Drawing.Point(12, 302)
  114. Me.TagsLabel.Name = "TagsLabel"
  115. Me.TagsLabel.Size = New System.Drawing.Size(219, 20)
  116. Me.TagsLabel.TabIndex = 13
  117. Me.TagsLabel.Text = "Tags (separated by a comma)"
  118. '
  119. 'DescriptionTextBox
  120. '
  121. Me.DescriptionTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  122. Me.DescriptionTextBox.Location = New System.Drawing.Point(16, 84)
  123. Me.DescriptionTextBox.Multiline = True
  124. Me.DescriptionTextBox.Name = "DescriptionTextBox"
  125. Me.DescriptionTextBox.Size = New System.Drawing.Size(266, 215)
  126. Me.DescriptionTextBox.TabIndex = 12
  127. '
  128. 'CaptionLabel
  129. '
  130. Me.CaptionLabel.AutoSize = True
  131. Me.CaptionLabel.BackColor = System.Drawing.Color.Transparent
  132. Me.CaptionLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  133. Me.CaptionLabel.ForeColor = System.Drawing.Color.Transparent
  134. Me.CaptionLabel.Location = New System.Drawing.Point(12, 61)
  135. Me.CaptionLabel.Name = "CaptionLabel"
  136. Me.CaptionLabel.Size = New System.Drawing.Size(267, 20)
  137. Me.CaptionLabel.TabIndex = 11
  138. Me.CaptionLabel.Text = "Description (optional, HTML allowed)"
  139. '
  140. 'FormattingContextMenuStrip
  141. '
  142. Me.FormattingContextMenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BoldToolStripMenuItem, Me.ItalicToolStripMenuItem, Me.StrikeoutToolStripMenuItem, Me.ToolStripSeparator1, Me.CutToolStripMenuItem, Me.CopyToolStripMenuItem, Me.PasteToolStripMenuItem})
  143. Me.FormattingContextMenuStrip.Name = "FormattingContextMenuStrip"
  144. Me.FormattingContextMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  145. Me.FormattingContextMenuStrip.Size = New System.Drawing.Size(122, 142)
  146. '
  147. 'BoldToolStripMenuItem
  148. '
  149. Me.BoldToolStripMenuItem.Image = CType(resources.GetObject("BoldToolStripMenuItem.Image"), System.Drawing.Image)
  150. Me.BoldToolStripMenuItem.Name = "BoldToolStripMenuItem"
  151. Me.BoldToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  152. Me.BoldToolStripMenuItem.Text = "Bold"
  153. '
  154. 'ItalicToolStripMenuItem
  155. '
  156. Me.ItalicToolStripMenuItem.Image = CType(resources.GetObject("ItalicToolStripMenuItem.Image"), System.Drawing.Image)
  157. Me.ItalicToolStripMenuItem.Name = "ItalicToolStripMenuItem"
  158. Me.ItalicToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  159. Me.ItalicToolStripMenuItem.Text = "Italic"
  160. '
  161. 'StrikeoutToolStripMenuItem
  162. '
  163. Me.StrikeoutToolStripMenuItem.Image = CType(resources.GetObject("StrikeoutToolStripMenuItem.Image"), System.Drawing.Image)
  164. Me.StrikeoutToolStripMenuItem.Name = "StrikeoutToolStripMenuItem"
  165. Me.StrikeoutToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  166. Me.StrikeoutToolStripMenuItem.Text = "Strikeout"
  167. '
  168. 'ToolStripSeparator1
  169. '
  170. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  171. Me.ToolStripSeparator1.Size = New System.Drawing.Size(118, 6)
  172. '
  173. 'CutToolStripMenuItem
  174. '
  175. Me.CutToolStripMenuItem.Image = CType(resources.GetObject("CutToolStripMenuItem.Image"), System.Drawing.Image)
  176. Me.CutToolStripMenuItem.Name = "CutToolStripMenuItem"
  177. Me.CutToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  178. Me.CutToolStripMenuItem.Text = "Cut"
  179. '
  180. 'CopyToolStripMenuItem
  181. '
  182. Me.CopyToolStripMenuItem.Image = CType(resources.GetObject("CopyToolStripMenuItem.Image"), System.Drawing.Image)
  183. Me.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem"
  184. Me.CopyToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  185. Me.CopyToolStripMenuItem.Text = "Copy"
  186. '
  187. 'PasteToolStripMenuItem
  188. '
  189. Me.PasteToolStripMenuItem.Image = CType(resources.GetObject("PasteToolStripMenuItem.Image"), System.Drawing.Image)
  190. Me.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem"
  191. Me.PasteToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
  192. Me.PasteToolStripMenuItem.Text = "Paste"
  193. '
  194. 'AudioPost
  195. '
  196. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  197. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  198. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  199. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  200. Me.ClientSize = New System.Drawing.Size(294, 439)
  201. Me.Controls.Add(Me.CancelButton)
  202. Me.Controls.Add(Me.CreateButton)
  203. Me.Controls.Add(Me.PrivatePostCheckBox)
  204. Me.Controls.Add(Me.URLLabel)
  205. Me.Controls.Add(Me.URLTextBox)
  206. Me.Controls.Add(Me.TagsTextBox)
  207. Me.Controls.Add(Me.TagsLabel)
  208. Me.Controls.Add(Me.DescriptionTextBox)
  209. Me.Controls.Add(Me.CaptionLabel)
  210. Me.DoubleBuffered = True
  211. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  212. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  213. Me.MaximizeBox = False
  214. Me.MinimizeBox = False
  215. Me.Name = "AudioPost"
  216. Me.ShowIcon = False
  217. Me.ShowInTaskbar = False
  218. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  219. Me.Text = "Add an Audio Post"
  220. Me.TopMost = True
  221. Me.FormattingContextMenuStrip.ResumeLayout(False)
  222. Me.ResumeLayout(False)
  223. Me.PerformLayout()
  224. End Sub
  225. Friend WithEvents CancelButton As System.Windows.Forms.Button
  226. Friend WithEvents CreateButton As System.Windows.Forms.Button
  227. Friend WithEvents PrivatePostCheckBox As System.Windows.Forms.CheckBox
  228. Friend WithEvents URLLabel As System.Windows.Forms.Label
  229. Friend WithEvents URLTextBox As System.Windows.Forms.TextBox
  230. Friend WithEvents TagsTextBox As System.Windows.Forms.TextBox
  231. Friend WithEvents TagsLabel As System.Windows.Forms.Label
  232. Friend WithEvents DescriptionTextBox As System.Windows.Forms.TextBox
  233. Friend WithEvents CaptionLabel As System.Windows.Forms.Label
  234. Friend WithEvents FormattingContextMenuStrip As System.Windows.Forms.ContextMenuStrip
  235. Friend WithEvents BoldToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  236. Friend WithEvents ItalicToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  237. Friend WithEvents StrikeoutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  238. Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
  239. Friend WithEvents CutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  240. Friend WithEvents CopyToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  241. Friend WithEvents PasteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  242. End Class