PageRenderTime 81ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/Item Management/frmSong.Designer.vb

#
Visual Basic | 313 lines | 243 code | 5 blank | 65 comment | 0 complexity | 9d4f5116d4ed66357ec34097c1be1ecf MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmSong
  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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
  23. Me.OK_Button = New System.Windows.Forms.Button()
  24. Me.Cancel_Button = New System.Windows.Forms.Button()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.txtTitle = New System.Windows.Forms.TextBox()
  27. Me.txtAuthors = New System.Windows.Forms.TextBox()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.txtParts = New System.Windows.Forms.TextBox()
  31. Me.txtCopyrightLine = New System.Windows.Forms.TextBox()
  32. Me.Label4 = New System.Windows.Forms.Label()
  33. Me.Panel1 = New System.Windows.Forms.Panel()
  34. Me.Label6 = New System.Windows.Forms.Label()
  35. Me.lstCategories = New System.Windows.Forms.CheckedListBox()
  36. Me.btnManageCategories = New System.Windows.Forms.Button()
  37. Me.cboLicense = New System.Windows.Forms.ComboBox()
  38. Me.Label5 = New System.Windows.Forms.Label()
  39. Me.btnInsertCopyrightSymbol = New System.Windows.Forms.Button()
  40. Me.lblInformation = New PowerSong.UserInterface.NoticeLabel()
  41. Me.TableLayoutPanel1.SuspendLayout()
  42. Me.Panel1.SuspendLayout()
  43. Me.SuspendLayout()
  44. '
  45. 'TableLayoutPanel1
  46. '
  47. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  48. Me.TableLayoutPanel1.ColumnCount = 2
  49. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  50. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  51. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  52. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  53. Me.TableLayoutPanel1.Location = New System.Drawing.Point(452, 467)
  54. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  55. Me.TableLayoutPanel1.RowCount = 1
  56. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  57. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29.0!))
  58. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  59. Me.TableLayoutPanel1.TabIndex = 14
  60. '
  61. 'OK_Button
  62. '
  63. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  64. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  65. Me.OK_Button.Name = "OK_Button"
  66. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  67. Me.OK_Button.TabIndex = 0
  68. Me.OK_Button.Text = "OK"
  69. '
  70. 'Cancel_Button
  71. '
  72. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  73. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  74. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  75. Me.Cancel_Button.Name = "Cancel_Button"
  76. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  77. Me.Cancel_Button.TabIndex = 1
  78. Me.Cancel_Button.Text = "Cancel"
  79. '
  80. 'Label1
  81. '
  82. Me.Label1.AutoSize = True
  83. Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  84. Me.Label1.Location = New System.Drawing.Point(3, 10)
  85. Me.Label1.Name = "Label1"
  86. Me.Label1.Size = New System.Drawing.Size(45, 17)
  87. Me.Label1.TabIndex = 0
  88. Me.Label1.Text = "Title:"
  89. '
  90. 'txtTitle
  91. '
  92. Me.txtTitle.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  93. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  94. Me.txtTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  95. Me.txtTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  96. Me.txtTitle.Location = New System.Drawing.Point(54, 7)
  97. Me.txtTitle.Name = "txtTitle"
  98. Me.txtTitle.Size = New System.Drawing.Size(549, 23)
  99. Me.txtTitle.TabIndex = 1
  100. '
  101. 'txtAuthors
  102. '
  103. Me.txtAuthors.AcceptsReturn = True
  104. Me.txtAuthors.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  105. Me.txtAuthors.Location = New System.Drawing.Point(447, 64)
  106. Me.txtAuthors.Multiline = True
  107. Me.txtAuthors.Name = "txtAuthors"
  108. Me.txtAuthors.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  109. Me.txtAuthors.Size = New System.Drawing.Size(151, 87)
  110. Me.txtAuthors.TabIndex = 5
  111. '
  112. 'Label2
  113. '
  114. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  115. Me.Label2.AutoSize = True
  116. Me.Label2.Location = New System.Drawing.Point(444, 48)
  117. Me.Label2.Name = "Label2"
  118. Me.Label2.Size = New System.Drawing.Size(46, 13)
  119. Me.Label2.TabIndex = 4
  120. Me.Label2.Text = "Authors:"
  121. '
  122. 'Label3
  123. '
  124. Me.Label3.AutoSize = True
  125. Me.Label3.Location = New System.Drawing.Point(12, 48)
  126. Me.Label3.Name = "Label3"
  127. Me.Label3.Size = New System.Drawing.Size(37, 13)
  128. Me.Label3.TabIndex = 1
  129. Me.Label3.Text = "Lyrics:"
  130. '
  131. 'txtParts
  132. '
  133. Me.txtParts.AcceptsReturn = True
  134. Me.txtParts.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  135. Or System.Windows.Forms.AnchorStyles.Left) _
  136. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  137. Me.txtParts.Location = New System.Drawing.Point(15, 64)
  138. Me.txtParts.Multiline = True
  139. Me.txtParts.Name = "txtParts"
  140. Me.txtParts.ScrollBars = System.Windows.Forms.ScrollBars.Both
  141. Me.txtParts.Size = New System.Drawing.Size(418, 279)
  142. Me.txtParts.TabIndex = 2
  143. '
  144. 'txtCopyrightLine
  145. '
  146. Me.txtCopyrightLine.AcceptsReturn = True
  147. Me.txtCopyrightLine.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  148. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  149. Me.txtCopyrightLine.Location = New System.Drawing.Point(100, 419)
  150. Me.txtCopyrightLine.Multiline = True
  151. Me.txtCopyrightLine.Name = "txtCopyrightLine"
  152. Me.txtCopyrightLine.ScrollBars = System.Windows.Forms.ScrollBars.Both
  153. Me.txtCopyrightLine.Size = New System.Drawing.Size(333, 42)
  154. Me.txtCopyrightLine.TabIndex = 12
  155. '
  156. 'Label4
  157. '
  158. Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  159. Me.Label4.AutoSize = True
  160. Me.Label4.Location = New System.Drawing.Point(12, 422)
  161. Me.Label4.Name = "Label4"
  162. Me.Label4.Size = New System.Drawing.Size(82, 13)
  163. Me.Label4.TabIndex = 11
  164. Me.Label4.Text = "Copyright Lines:"
  165. '
  166. 'Panel1
  167. '
  168. Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  169. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  170. Me.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption
  171. Me.Panel1.Controls.Add(Me.Label1)
  172. Me.Panel1.Controls.Add(Me.txtTitle)
  173. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  174. Me.Panel1.Name = "Panel1"
  175. Me.Panel1.Size = New System.Drawing.Size(610, 39)
  176. Me.Panel1.TabIndex = 0
  177. '
  178. 'Label6
  179. '
  180. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  181. Me.Label6.AutoSize = True
  182. Me.Label6.Location = New System.Drawing.Point(444, 162)
  183. Me.Label6.Name = "Label6"
  184. Me.Label6.Size = New System.Drawing.Size(60, 13)
  185. Me.Label6.TabIndex = 6
  186. Me.Label6.Text = "Categories:"
  187. '
  188. 'lstCategories
  189. '
  190. Me.lstCategories.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  191. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  192. Me.lstCategories.CheckOnClick = True
  193. Me.lstCategories.FormattingEnabled = True
  194. Me.lstCategories.IntegralHeight = False
  195. Me.lstCategories.Location = New System.Drawing.Point(447, 178)
  196. Me.lstCategories.Name = "lstCategories"
  197. Me.lstCategories.Size = New System.Drawing.Size(151, 165)
  198. Me.lstCategories.Sorted = True
  199. Me.lstCategories.TabIndex = 7
  200. '
  201. 'btnManageCategories
  202. '
  203. Me.btnManageCategories.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  204. Me.btnManageCategories.Location = New System.Drawing.Point(447, 349)
  205. Me.btnManageCategories.Name = "btnManageCategories"
  206. Me.btnManageCategories.Size = New System.Drawing.Size(151, 23)
  207. Me.btnManageCategories.TabIndex = 8
  208. Me.btnManageCategories.Text = "Manage &Categories..."
  209. '
  210. 'cboLicense
  211. '
  212. Me.cboLicense.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  213. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  214. Me.cboLicense.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  215. Me.cboLicense.Enabled = False
  216. Me.cboLicense.FormattingEnabled = True
  217. Me.cboLicense.Location = New System.Drawing.Point(99, 392)
  218. Me.cboLicense.Name = "cboLicense"
  219. Me.cboLicense.Size = New System.Drawing.Size(333, 21)
  220. Me.cboLicense.TabIndex = 10
  221. '
  222. 'Label5
  223. '
  224. Me.Label5.AutoSize = True
  225. Me.Label5.Enabled = False
  226. Me.Label5.Location = New System.Drawing.Point(11, 395)
  227. Me.Label5.Name = "Label5"
  228. Me.Label5.Size = New System.Drawing.Size(47, 13)
  229. Me.Label5.TabIndex = 9
  230. Me.Label5.Text = "License:"
  231. '
  232. 'btnInsertCopyrightSymbol
  233. '
  234. Me.btnInsertCopyrightSymbol.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  235. Me.btnInsertCopyrightSymbol.Location = New System.Drawing.Point(100, 467)
  236. Me.btnInsertCopyrightSymbol.Name = "btnInsertCopyrightSymbol"
  237. Me.btnInsertCopyrightSymbol.Size = New System.Drawing.Size(87, 23)
  238. Me.btnInsertCopyrightSymbol.TabIndex = 13
  239. Me.btnInsertCopyrightSymbol.Text = "Add © Symbol"
  240. Me.btnInsertCopyrightSymbol.UseVisualStyleBackColor = True
  241. '
  242. 'lblInformation
  243. '
  244. Me.lblInformation.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  245. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  246. Me.lblInformation.BackColor = System.Drawing.SystemColors.Window
  247. Me.lblInformation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  248. Me.lblInformation.Icon = PowerSong.UserInterface.NoticeLabel.IconType.Info
  249. Me.lblInformation.Location = New System.Drawing.Point(15, 349)
  250. Me.lblInformation.Message = "Seperate verses with blank lines."
  251. Me.lblInformation.Name = "lblInformation"
  252. Me.lblInformation.Size = New System.Drawing.Size(418, 23)
  253. Me.lblInformation.TabIndex = 3
  254. '
  255. 'frmSong
  256. '
  257. Me.AcceptButton = Me.OK_Button
  258. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  259. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  260. Me.CancelButton = Me.Cancel_Button
  261. Me.ClientSize = New System.Drawing.Size(610, 508)
  262. Me.Controls.Add(Me.btnInsertCopyrightSymbol)
  263. Me.Controls.Add(Me.Label5)
  264. Me.Controls.Add(Me.cboLicense)
  265. Me.Controls.Add(Me.lblInformation)
  266. Me.Controls.Add(Me.btnManageCategories)
  267. Me.Controls.Add(Me.lstCategories)
  268. Me.Controls.Add(Me.Label6)
  269. Me.Controls.Add(Me.Panel1)
  270. Me.Controls.Add(Me.txtCopyrightLine)
  271. Me.Controls.Add(Me.Label4)
  272. Me.Controls.Add(Me.txtParts)
  273. Me.Controls.Add(Me.Label3)
  274. Me.Controls.Add(Me.Label2)
  275. Me.Controls.Add(Me.txtAuthors)
  276. Me.Controls.Add(Me.TableLayoutPanel1)
  277. Me.MaximizeBox = False
  278. Me.MinimizeBox = False
  279. Me.Name = "frmSong"
  280. Me.ShowInTaskbar = False
  281. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  282. Me.Text = "Song"
  283. Me.TableLayoutPanel1.ResumeLayout(False)
  284. Me.Panel1.ResumeLayout(False)
  285. Me.Panel1.PerformLayout()
  286. Me.ResumeLayout(False)
  287. Me.PerformLayout()
  288. End Sub
  289. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  290. Friend WithEvents OK_Button As System.Windows.Forms.Button
  291. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  292. Friend WithEvents Label1 As System.Windows.Forms.Label
  293. Friend WithEvents txtTitle As System.Windows.Forms.TextBox
  294. Friend WithEvents txtAuthors As System.Windows.Forms.TextBox
  295. Friend WithEvents Label2 As System.Windows.Forms.Label
  296. Friend WithEvents Label3 As System.Windows.Forms.Label
  297. Friend WithEvents txtParts As System.Windows.Forms.TextBox
  298. Friend WithEvents txtCopyrightLine As System.Windows.Forms.TextBox
  299. Friend WithEvents Label4 As System.Windows.Forms.Label
  300. Friend WithEvents Panel1 As System.Windows.Forms.Panel
  301. Friend WithEvents Label6 As System.Windows.Forms.Label
  302. Friend WithEvents lstCategories As System.Windows.Forms.CheckedListBox
  303. Friend WithEvents btnManageCategories As System.Windows.Forms.Button
  304. Friend WithEvents lblInformation As PowerSong.UserInterface.NoticeLabel
  305. Friend WithEvents cboLicense As System.Windows.Forms.ComboBox
  306. Friend WithEvents Label5 As System.Windows.Forms.Label
  307. Friend WithEvents btnInsertCopyrightSymbol As System.Windows.Forms.Button
  308. End Class