PageRenderTime 53ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/frmMain.Designer.vb

#
Visual Basic | 1216 lines | 885 code | 5 blank | 326 comment | 2 complexity | faddc8c573247c917dac5f289180c607 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmMain
  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(frmMain))
  24. Me.btnDeleteSong = New System.Windows.Forms.Button()
  25. Me.btnAddSong = New System.Windows.Forms.Button()
  26. Me.lstItems = New System.Windows.Forms.ListBox()
  27. Me.mnuItems = New System.Windows.Forms.ContextMenuStrip(Me.components)
  28. Me.NewSongToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  29. Me.EditSongToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
  30. Me.DeleteSongToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  31. Me.Separator7 = New System.Windows.Forms.ToolStripSeparator()
  32. Me.AddToPlaylistToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  33. Me.ActivateToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  34. Me.lblItemCount = New System.Windows.Forms.Label()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.txtSearch = New System.Windows.Forms.TextBox()
  37. Me.mnuMain = New System.Windows.Forms.MenuStrip()
  38. Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  39. Me.CreateDatabaseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  40. Me.LoadDatabaseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  41. Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator()
  42. Me.CreateShortcutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.Separator1 = New System.Windows.Forms.ToolStripSeparator()
  44. Me.ExportDatabaseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  45. Me.ImportDatabaseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.ImportFromPresenterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  47. Me.DownloadAdditionalSongsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.Separator2 = New System.Windows.Forms.ToolStripSeparator()
  49. Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  50. Me.ProjectionToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  51. Me.TogglePreviewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  52. Me.ToggleFullScreenViewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.Separator3 = New System.Windows.Forms.ToolStripSeparator()
  54. Me.ProjectionTargetToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.Separator4 = New System.Windows.Forms.ToolStripSeparator()
  56. Me.GoToBlackToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  57. Me.GoToBackgroundOnlyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  58. Me.GoToFullDisplayToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  59. Me.PlayListToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  60. Me.LoadPlayListToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  61. Me.SavePlayListToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  62. Me.Separator5 = New System.Windows.Forms.ToolStripSeparator()
  63. Me.ClearPlayListToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  64. Me.ToolsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  65. Me.ConfigurePowerSongToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  66. Me.ConfigureStylesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  67. Me.ConfigurePlugInsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  68. Me.ConfigureSongCategoriesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  69. Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator()
  70. Me.ReportingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  71. Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  72. Me.FeedbackPortalToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  73. Me.Separator6 = New System.Windows.Forms.ToolStripSeparator()
  74. Me.AboutPowerSongToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  75. Me.dlgSelectDatabaseFolder = New System.Windows.Forms.FolderBrowserDialog()
  76. Me.Label3 = New System.Windows.Forms.Label()
  77. Me.Label5 = New System.Windows.Forms.Label()
  78. Me.Label6 = New System.Windows.Forms.Label()
  79. Me.Label7 = New System.Windows.Forms.Label()
  80. Me.btnEditSong = New System.Windows.Forms.Button()
  81. Me.tmrMain = New System.Windows.Forms.Timer(Me.components)
  82. Me.btnSetImage = New System.Windows.Forms.Button()
  83. Me.btnConfigureSong = New System.Windows.Forms.Button()
  84. Me.btnRemoveFromPlaylist = New System.Windows.Forms.Button()
  85. Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
  86. Me.pnlRight = New System.Windows.Forms.Panel()
  87. Me.lstVerses = New PowerSong.UserInterface.VersesListBox()
  88. Me.mnuVerses = New System.Windows.Forms.ContextMenuStrip(Me.components)
  89. Me.EditSongToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  90. Me.EditVerseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  91. Me.AddVerseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  92. Me.btnSetAnnouncement = New System.Windows.Forms.Button()
  93. Me.btnNext = New System.Windows.Forms.Button()
  94. Me.btnPrevious = New System.Windows.Forms.Button()
  95. Me.pnlMiddle = New System.Windows.Forms.Panel()
  96. Me.Label2 = New System.Windows.Forms.Label()
  97. Me.btnMoveUp = New System.Windows.Forms.Button()
  98. Me.btnMoveDown = New System.Windows.Forms.Button()
  99. Me.btnDisplaySong = New System.Windows.Forms.Button()
  100. Me.btnGoToFull = New System.Windows.Forms.Button()
  101. Me.btnGoToBackground = New System.Windows.Forms.Button()
  102. Me.btnGoToBlack = New System.Windows.Forms.Button()
  103. Me.pbPreview = New System.Windows.Forms.PictureBox()
  104. Me.mnuProjection = New System.Windows.Forms.ContextMenuStrip(Me.components)
  105. Me.ProjectionTargetToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
  106. Me.lstPlaylist = New PowerSong.UserInterface.SongsListBox()
  107. Me.mnuPlaylist = New System.Windows.Forms.ContextMenuStrip(Me.components)
  108. Me.ChangeBacToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  109. Me.ConfigurePlaylistItemToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  110. Me.DisplayItemNowToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  111. Me.RemoveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  112. Me.Separator8 = New System.Windows.Forms.ToolStripSeparator()
  113. Me.AddTitleToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  114. Me.Separator9 = New System.Windows.Forms.ToolStripSeparator()
  115. Me.LoadListToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  116. Me.SaveListToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  117. Me.pnlLeft = New System.Windows.Forms.Panel()
  118. Me.Panel1 = New System.Windows.Forms.Panel()
  119. Me.lstCategories = New System.Windows.Forms.CheckedListBox()
  120. Me.mnuCategories = New System.Windows.Forms.ContextMenuStrip(Me.components)
  121. Me.ManageCategoriesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  122. Me.lblSelectWhatToInclude = New System.Windows.Forms.Label()
  123. Me.optSongs = New System.Windows.Forms.RadioButton()
  124. Me.optBible = New System.Windows.Forms.RadioButton()
  125. Me.btnAddToPlaylist = New System.Windows.Forms.Button()
  126. Me.dlgOpenPlaylist = New System.Windows.Forms.OpenFileDialog()
  127. Me.dlgSavePlaylist = New System.Windows.Forms.SaveFileDialog()
  128. Me.ttMain = New System.Windows.Forms.ToolTip(Me.components)
  129. Me.dlgSaveShortcut = New System.Windows.Forms.SaveFileDialog()
  130. Me.mnuItems.SuspendLayout()
  131. Me.mnuMain.SuspendLayout()
  132. Me.TableLayoutPanel1.SuspendLayout()
  133. Me.pnlRight.SuspendLayout()
  134. Me.mnuVerses.SuspendLayout()
  135. Me.pnlMiddle.SuspendLayout()
  136. CType(Me.pbPreview, System.ComponentModel.ISupportInitialize).BeginInit()
  137. Me.mnuProjection.SuspendLayout()
  138. Me.mnuPlaylist.SuspendLayout()
  139. Me.pnlLeft.SuspendLayout()
  140. Me.Panel1.SuspendLayout()
  141. Me.mnuCategories.SuspendLayout()
  142. Me.SuspendLayout()
  143. '
  144. 'btnDeleteSong
  145. '
  146. Me.btnDeleteSong.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  147. Me.btnDeleteSong.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  148. Me.btnDeleteSong.Location = New System.Drawing.Point(3, 604)
  149. Me.btnDeleteSong.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  150. Me.btnDeleteSong.Name = "btnDeleteSong"
  151. Me.btnDeleteSong.Size = New System.Drawing.Size(73, 24)
  152. Me.btnDeleteSong.TabIndex = 5
  153. Me.btnDeleteSong.Tag = ""
  154. Me.btnDeleteSong.Text = "&Delete Song"
  155. Me.btnDeleteSong.UseVisualStyleBackColor = True
  156. '
  157. 'btnAddSong
  158. '
  159. Me.btnAddSong.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  160. Me.btnAddSong.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  161. Me.btnAddSong.Location = New System.Drawing.Point(187, 198)
  162. Me.btnAddSong.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  163. Me.btnAddSong.Name = "btnAddSong"
  164. Me.btnAddSong.Size = New System.Drawing.Size(98, 24)
  165. Me.btnAddSong.TabIndex = 3
  166. Me.btnAddSong.Text = "&Add New Song..."
  167. Me.btnAddSong.UseVisualStyleBackColor = True
  168. '
  169. 'lstItems
  170. '
  171. Me.lstItems.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  172. Or System.Windows.Forms.AnchorStyles.Left) _
  173. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  174. Me.lstItems.ContextMenuStrip = Me.mnuItems
  175. Me.lstItems.FormattingEnabled = True
  176. Me.lstItems.IntegralHeight = False
  177. Me.lstItems.ItemHeight = 16
  178. Me.lstItems.Location = New System.Drawing.Point(3, 226)
  179. Me.lstItems.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  180. Me.lstItems.Name = "lstItems"
  181. Me.lstItems.Size = New System.Drawing.Size(281, 370)
  182. Me.lstItems.Sorted = True
  183. Me.lstItems.TabIndex = 4
  184. '
  185. 'mnuItems
  186. '
  187. Me.mnuItems.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewSongToolStripMenuItem, Me.EditSongToolStripMenuItem1, Me.DeleteSongToolStripMenuItem, Me.Separator7, Me.AddToPlaylistToolStripMenuItem, Me.ActivateToolStripMenuItem})
  188. Me.mnuItems.Name = "mnuItems"
  189. Me.mnuItems.Size = New System.Drawing.Size(217, 120)
  190. '
  191. 'NewSongToolStripMenuItem
  192. '
  193. Me.NewSongToolStripMenuItem.Name = "NewSongToolStripMenuItem"
  194. Me.NewSongToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys)
  195. Me.NewSongToolStripMenuItem.Size = New System.Drawing.Size(216, 22)
  196. Me.NewSongToolStripMenuItem.Text = "&New Song..."
  197. '
  198. 'EditSongToolStripMenuItem1
  199. '
  200. Me.EditSongToolStripMenuItem1.Name = "EditSongToolStripMenuItem1"
  201. Me.EditSongToolStripMenuItem1.Size = New System.Drawing.Size(216, 22)
  202. Me.EditSongToolStripMenuItem1.Text = "&Edit Song..."
  203. '
  204. 'DeleteSongToolStripMenuItem
  205. '
  206. Me.DeleteSongToolStripMenuItem.Image = Global.PowerSong.UserInterface.My.Resources.Resources.Delete
  207. Me.DeleteSongToolStripMenuItem.Name = "DeleteSongToolStripMenuItem"
  208. Me.DeleteSongToolStripMenuItem.Size = New System.Drawing.Size(216, 22)
  209. Me.DeleteSongToolStripMenuItem.Text = "&Delete Song"
  210. '
  211. 'Separator7
  212. '
  213. Me.Separator7.Name = "Separator7"
  214. Me.Separator7.Size = New System.Drawing.Size(213, 6)
  215. '
  216. 'AddToPlaylistToolStripMenuItem
  217. '
  218. Me.AddToPlaylistToolStripMenuItem.Name = "AddToPlaylistToolStripMenuItem"
  219. Me.AddToPlaylistToolStripMenuItem.Size = New System.Drawing.Size(216, 22)
  220. Me.AddToPlaylistToolStripMenuItem.Text = "&Add to Playlist"
  221. '
  222. 'ActivateToolStripMenuItem
  223. '
  224. Me.ActivateToolStripMenuItem.Name = "ActivateToolStripMenuItem"
  225. Me.ActivateToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.P), System.Windows.Forms.Keys)
  226. Me.ActivateToolStripMenuItem.Size = New System.Drawing.Size(216, 22)
  227. Me.ActivateToolStripMenuItem.Text = "&Activate Song Now"
  228. '
  229. 'lblItemCount
  230. '
  231. Me.lblItemCount.AutoSize = True
  232. Me.lblItemCount.Location = New System.Drawing.Point(3, 206)
  233. Me.lblItemCount.Name = "lblItemCount"
  234. Me.lblItemCount.Size = New System.Drawing.Size(84, 16)
  235. Me.lblItemCount.TabIndex = 2
  236. Me.lblItemCount.Text = "Songs found:"
  237. '
  238. 'Label1
  239. '
  240. Me.Label1.AutoSize = True
  241. Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  242. Me.Label1.Location = New System.Drawing.Point(3, 3)
  243. Me.Label1.Name = "Label1"
  244. Me.Label1.Size = New System.Drawing.Size(58, 16)
  245. Me.Label1.TabIndex = 0
  246. Me.Label1.Text = "Search:"
  247. '
  248. 'txtSearch
  249. '
  250. Me.txtSearch.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  251. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  252. Me.txtSearch.Location = New System.Drawing.Point(3, 23)
  253. Me.txtSearch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  254. Me.txtSearch.Name = "txtSearch"
  255. Me.txtSearch.Size = New System.Drawing.Size(274, 23)
  256. Me.txtSearch.TabIndex = 3
  257. Me.ttMain.SetToolTip(Me.txtSearch, "To find what you are looking for, simply type words that appear in the song or bi" & _
  258. "ble that you are searching.")
  259. '
  260. 'mnuMain
  261. '
  262. Me.mnuMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.ProjectionToolStripMenuItem, Me.PlayListToolStripMenuItem, Me.ToolsToolStripMenuItem, Me.HelpToolStripMenuItem})
  263. Me.mnuMain.Location = New System.Drawing.Point(0, 0)
  264. Me.mnuMain.Name = "mnuMain"
  265. Me.mnuMain.Padding = New System.Windows.Forms.Padding(7, 2, 0, 2)
  266. Me.mnuMain.Size = New System.Drawing.Size(984, 24)
  267. Me.mnuMain.TabIndex = 0
  268. Me.mnuMain.Text = "MenuStrip1"
  269. '
  270. 'FileToolStripMenuItem
  271. '
  272. Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CreateDatabaseToolStripMenuItem, Me.LoadDatabaseToolStripMenuItem, Me.ToolStripMenuItem2, Me.CreateShortcutToolStripMenuItem, Me.Separator1, Me.ExportDatabaseToolStripMenuItem, Me.ImportDatabaseToolStripMenuItem, Me.ImportFromPresenterToolStripMenuItem, Me.DownloadAdditionalSongsToolStripMenuItem, Me.Separator2, Me.ExitToolStripMenuItem})
  273. Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
  274. Me.FileToolStripMenuItem.Size = New System.Drawing.Size(67, 20)
  275. Me.FileToolStripMenuItem.Text = "&Database"
  276. '
  277. 'CreateDatabaseToolStripMenuItem
  278. '
  279. Me.CreateDatabaseToolStripMenuItem.Name = "CreateDatabaseToolStripMenuItem"
  280. Me.CreateDatabaseToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
  281. Me.CreateDatabaseToolStripMenuItem.Text = "&Create Database..."
  282. '
  283. 'LoadDatabaseToolStripMenuItem
  284. '
  285. Me.LoadDatabaseToolStripMenuItem.Image = Global.PowerSong.UserInterface.My.Resources.Resources.Open
  286. Me.LoadDatabaseToolStripMenuItem.Name = "LoadDatabaseToolStripMenuItem"
  287. Me.LoadDatabaseToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
  288. Me.LoadDatabaseToolStripMenuItem.Text = "&Load Database..."
  289. '
  290. 'ToolStripMenuItem2
  291. '
  292. Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
  293. Me.ToolStripMenuItem2.Size = New System.Drawing.Size(238, 6)
  294. '
  295. 'CreateShortcutToolStripMenuItem
  296. '
  297. Me.CreateShortcutToolStripMenuItem.Name = "CreateShortcutToolStripMenuItem"
  298. Me.CreateShortcutToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
  299. Me.CreateShortcutToolStripMenuItem.Text = "Create &Shortcut..."
  300. '
  301. 'Separator1
  302. '
  303. Me.Separator1.Name = "Separator1"
  304. Me.Separator1.Size = New System.Drawing.Size(238, 6)
  305. '
  306. 'ExportDatabaseToolStripMenuItem
  307. '
  308. Me.ExportDatabaseToolStripMenuItem.Name = "ExportDatabaseToolStripMenuItem"
  309. Me.ExportDatabaseToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
  310. Me.ExportDatabaseToolStripMenuItem.Text = "&Export Database..."
  311. '
  312. 'ImportDatabaseToolStripMenuItem
  313. '
  314. Me.ImportDatabaseToolStripMenuItem.Name = "ImportDatabaseToolStripMenuItem"
  315. Me.ImportDatabaseToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
  316. Me.ImportDatabaseToolStripMenuItem.Text = "&Import Database..."
  317. '
  318. 'ImportFromPresenterToolStripMenuItem
  319. '
  320. Me.ImportFromPresenterToolStripMenuItem.Name = "ImportFromPresenterToolStripMenuItem"
  321. Me.ImportFromPresenterToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
  322. Me.ImportFromPresenterToolStripMenuItem.Text = "&Import from Presenter..."
  323. '
  324. 'DownloadAdditionalSongsToolStripMenuItem
  325. '
  326. Me.DownloadAdditionalSongsToolStripMenuItem.Name = "DownloadAdditionalSongsToolStripMenuItem"
  327. Me.DownloadAdditionalSongsToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
  328. Me.DownloadAdditionalSongsToolStripMenuItem.Text = "&Download Additional Content..."
  329. '
  330. 'Separator2
  331. '
  332. Me.Separator2.Name = "Separator2"
  333. Me.Separator2.Size = New System.Drawing.Size(238, 6)
  334. '
  335. 'ExitToolStripMenuItem
  336. '
  337. Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
  338. Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(241, 22)
  339. Me.ExitToolStripMenuItem.Text = "E&xit"
  340. '
  341. 'ProjectionToolStripMenuItem
  342. '
  343. Me.ProjectionToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TogglePreviewToolStripMenuItem, Me.ToggleFullScreenViewToolStripMenuItem, Me.Separator3, Me.ProjectionTargetToolStripMenuItem, Me.Separator4, Me.GoToBlackToolStripMenuItem, Me.GoToBackgroundOnlyToolStripMenuItem, Me.GoToFullDisplayToolStripMenuItem})
  344. Me.ProjectionToolStripMenuItem.Name = "ProjectionToolStripMenuItem"
  345. Me.ProjectionToolStripMenuItem.Size = New System.Drawing.Size(73, 20)
  346. Me.ProjectionToolStripMenuItem.Text = "&Projection"
  347. '
  348. 'TogglePreviewToolStripMenuItem
  349. '
  350. Me.TogglePreviewToolStripMenuItem.Name = "TogglePreviewToolStripMenuItem"
  351. Me.TogglePreviewToolStripMenuItem.Size = New System.Drawing.Size(226, 22)
  352. Me.TogglePreviewToolStripMenuItem.Text = "Show &Preview"
  353. '
  354. 'ToggleFullScreenViewToolStripMenuItem
  355. '
  356. Me.ToggleFullScreenViewToolStripMenuItem.Name = "ToggleFullScreenViewToolStripMenuItem"
  357. Me.ToggleFullScreenViewToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4
  358. Me.ToggleFullScreenViewToolStripMenuItem.Size = New System.Drawing.Size(226, 22)
  359. Me.ToggleFullScreenViewToolStripMenuItem.Text = "Show &Live"
  360. '
  361. 'Separator3
  362. '
  363. Me.Separator3.Name = "Separator3"
  364. Me.Separator3.Size = New System.Drawing.Size(223, 6)
  365. '
  366. 'ProjectionTargetToolStripMenuItem
  367. '
  368. Me.ProjectionTargetToolStripMenuItem.Name = "ProjectionTargetToolStripMenuItem"
  369. Me.ProjectionTargetToolStripMenuItem.Size = New System.Drawing.Size(226, 22)
  370. Me.ProjectionTargetToolStripMenuItem.Text = "Projection &Target"
  371. '
  372. 'Separator4
  373. '
  374. Me.Separator4.Name = "Separator4"
  375. Me.Separator4.Size = New System.Drawing.Size(223, 6)
  376. '
  377. 'GoToBlackToolStripMenuItem
  378. '
  379. Me.GoToBlackToolStripMenuItem.Name = "GoToBlackToolStripMenuItem"
  380. Me.GoToBlackToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F10
  381. Me.GoToBlackToolStripMenuItem.Size = New System.Drawing.Size(226, 22)
  382. Me.GoToBlackToolStripMenuItem.Text = "Go To Black"
  383. '
  384. 'GoToBackgroundOnlyToolStripMenuItem
  385. '
  386. Me.GoToBackgroundOnlyToolStripMenuItem.Name = "GoToBackgroundOnlyToolStripMenuItem"
  387. Me.GoToBackgroundOnlyToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F11
  388. Me.GoToBackgroundOnlyToolStripMenuItem.Size = New System.Drawing.Size(226, 22)
  389. Me.GoToBackgroundOnlyToolStripMenuItem.Text = "Go To &Background Only"
  390. '
  391. 'GoToFullDisplayToolStripMenuItem
  392. '
  393. Me.GoToFullDisplayToolStripMenuItem.Name = "GoToFullDisplayToolStripMenuItem"
  394. Me.GoToFullDisplayToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12
  395. Me.GoToFullDisplayToolStripMenuItem.Size = New System.Drawing.Size(226, 22)
  396. Me.GoToFullDisplayToolStripMenuItem.Text = "Go To &Full Display"
  397. '
  398. 'PlayListToolStripMenuItem
  399. '
  400. Me.PlayListToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LoadPlayListToolStripMenuItem, Me.SavePlayListToolStripMenuItem, Me.Separator5, Me.ClearPlayListToolStripMenuItem})
  401. Me.PlayListToolStripMenuItem.Name = "PlayListToolStripMenuItem"
  402. Me.PlayListToolStripMenuItem.Size = New System.Drawing.Size(62, 20)
  403. Me.PlayListToolStripMenuItem.Text = "&Play List"
  404. '
  405. 'LoadPlayListToolStripMenuItem
  406. '
  407. Me.LoadPlayListToolStripMenuItem.Name = "LoadPlayListToolStripMenuItem"
  408. Me.LoadPlayListToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
  409. Me.LoadPlayListToolStripMenuItem.Text = "&Load Play List..."
  410. '
  411. 'SavePlayListToolStripMenuItem
  412. '
  413. Me.SavePlayListToolStripMenuItem.Name = "SavePlayListToolStripMenuItem"
  414. Me.SavePlayListToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
  415. Me.SavePlayListToolStripMenuItem.Text = "&Save Play List..."
  416. '
  417. 'Separator5
  418. '
  419. Me.Separator5.Name = "Separator5"
  420. Me.Separator5.Size = New System.Drawing.Size(152, 6)
  421. '
  422. 'ClearPlayListToolStripMenuItem
  423. '
  424. Me.ClearPlayListToolStripMenuItem.Name = "ClearPlayListToolStripMenuItem"
  425. Me.ClearPlayListToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
  426. Me.ClearPlayListToolStripMenuItem.Text = "&Clear Play List"
  427. '
  428. 'ToolsToolStripMenuItem
  429. '
  430. Me.ToolsToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConfigurePowerSongToolStripMenuItem, Me.ConfigureStylesToolStripMenuItem, Me.ConfigurePlugInsToolStripMenuItem, Me.ConfigureSongCategoriesToolStripMenuItem, Me.ToolStripMenuItem1, Me.ReportingToolStripMenuItem})
  431. Me.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem"
  432. Me.ToolsToolStripMenuItem.Size = New System.Drawing.Size(48, 20)
  433. Me.ToolsToolStripMenuItem.Text = "&Tools"
  434. '
  435. 'ConfigurePowerSongToolStripMenuItem
  436. '
  437. Me.ConfigurePowerSongToolStripMenuItem.Name = "ConfigurePowerSongToolStripMenuItem"
  438. Me.ConfigurePowerSongToolStripMenuItem.Size = New System.Drawing.Size(225, 22)
  439. Me.ConfigurePowerSongToolStripMenuItem.Text = "Configure &PowerSong..."
  440. '
  441. 'ConfigureStylesToolStripMenuItem
  442. '
  443. Me.ConfigureStylesToolStripMenuItem.Name = "ConfigureStylesToolStripMenuItem"
  444. Me.ConfigureStylesToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
  445. Me.ConfigureStylesToolStripMenuItem.Size = New System.Drawing.Size(225, 22)
  446. Me.ConfigureStylesToolStripMenuItem.Text = "&Configure Styles..."
  447. '
  448. 'ConfigurePlugInsToolStripMenuItem
  449. '
  450. Me.ConfigurePlugInsToolStripMenuItem.Name = "ConfigurePlugInsToolStripMenuItem"
  451. Me.ConfigurePlugInsToolStripMenuItem.Size = New System.Drawing.Size(225, 22)
  452. Me.ConfigurePlugInsToolStripMenuItem.Text = "Configure &Plug Ins..."
  453. '
  454. 'ConfigureSongCategoriesToolStripMenuItem
  455. '
  456. Me.ConfigureSongCategoriesToolStripMenuItem.Name = "ConfigureSongCategoriesToolStripMenuItem"
  457. Me.ConfigureSongCategoriesToolStripMenuItem.Size = New System.Drawing.Size(225, 22)
  458. Me.ConfigureSongCategoriesToolStripMenuItem.Text = "Configure Song &Categories..."
  459. '
  460. 'ToolStripMenuItem1
  461. '
  462. Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  463. Me.ToolStripMenuItem1.Size = New System.Drawing.Size(222, 6)
  464. '
  465. 'ReportingToolStripMenuItem
  466. '
  467. Me.ReportingToolStripMenuItem.Name = "ReportingToolStripMenuItem"
  468. Me.ReportingToolStripMenuItem.Size = New System.Drawing.Size(225, 22)
  469. Me.ReportingToolStripMenuItem.Text = "&Reporting..."
  470. '
  471. 'HelpToolStripMenuItem
  472. '
  473. Me.HelpToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FeedbackPortalToolStripMenuItem, Me.Separator6, Me.AboutPowerSongToolStripMenuItem})
  474. Me.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem"
  475. Me.HelpToolStripMenuItem.Size = New System.Drawing.Size(44, 20)
  476. Me.HelpToolStripMenuItem.Text = "&Help"
  477. '
  478. 'FeedbackPortalToolStripMenuItem
  479. '
  480. Me.FeedbackPortalToolStripMenuItem.Image = Global.PowerSong.UserInterface.My.Resources.Resources.Waiting
  481. Me.FeedbackPortalToolStripMenuItem.Name = "FeedbackPortalToolStripMenuItem"
  482. Me.FeedbackPortalToolStripMenuItem.Size = New System.Drawing.Size(179, 22)
  483. Me.FeedbackPortalToolStripMenuItem.Text = "&Feedback Portal..."
  484. '
  485. 'Separator6
  486. '
  487. Me.Separator6.Name = "Separator6"
  488. Me.Separator6.Size = New System.Drawing.Size(176, 6)
  489. '
  490. 'AboutPowerSongToolStripMenuItem
  491. '
  492. Me.AboutPowerSongToolStripMenuItem.Image = Global.PowerSong.UserInterface.My.Resources.Resources.Info
  493. Me.AboutPowerSongToolStripMenuItem.Name = "AboutPowerSongToolStripMenuItem"
  494. Me.AboutPowerSongToolStripMenuItem.Size = New System.Drawing.Size(179, 22)
  495. Me.AboutPowerSongToolStripMenuItem.Text = "&About PowerSong..."
  496. '
  497. 'dlgSelectDatabaseFolder
  498. '
  499. Me.dlgSelectDatabaseFolder.Description = "Please select a folder dedicated to the storing and loading of songs for the data" & _
  500. "base."
  501. '
  502. 'Label3
  503. '
  504. Me.Label3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  505. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  506. Me.Label3.BackColor = System.Drawing.Color.Orange
  507. Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  508. Me.Label3.Font = New System.Drawing.Font("Lucida Sans", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  509. Me.Label3.ForeColor = System.Drawing.SystemColors.HighlightText
  510. Me.Label3.Location = New System.Drawing.Point(3, 314)
  511. Me.Label3.Name = "Label3"
  512. Me.Label3.Size = New System.Drawing.Size(380, 25)
  513. Me.Label3.TabIndex = 8
  514. Me.Label3.Text = "Projection"
  515. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  516. '
  517. 'Label5
  518. '
  519. Me.Label5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  520. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  521. Me.Label5.BackColor = System.Drawing.Color.SeaGreen
  522. Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  523. Me.Label5.Font = New System.Drawing.Font("Lucida Sans", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  524. Me.Label5.ForeColor = System.Drawing.SystemColors.HighlightText
  525. Me.Label5.Location = New System.Drawing.Point(3, 0)
  526. Me.Label5.Name = "Label5"
  527. Me.Label5.Size = New System.Drawing.Size(282, 25)
  528. Me.Label5.TabIndex = 0
  529. Me.Label5.Text = "Song Database"
  530. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  531. '
  532. 'Label6
  533. '
  534. Me.Label6.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  535. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  536. Me.Label6.BackColor = System.Drawing.Color.Coral
  537. Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  538. Me.Label6.Font = New System.Drawing.Font("Lucida Sans", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  539. Me.Label6.ForeColor = System.Drawing.SystemColors.HighlightText
  540. Me.Label6.Location = New System.Drawing.Point(3, 0)
  541. Me.Label6.Name = "Label6"
  542. Me.Label6.Size = New System.Drawing.Size(380, 25)
  543. Me.Label6.TabIndex = 0
  544. Me.Label6.Text = "Play List"
  545. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  546. '
  547. 'Label7
  548. '
  549. Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  550. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  551. Me.Label7.BackColor = System.Drawing.Color.DarkOrchid
  552. Me.Label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  553. Me.Label7.Font = New System.Drawing.Font("Lucida Sans", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  554. Me.Label7.ForeColor = System.Drawing.SystemColors.HighlightText
  555. Me.Label7.Location = New System.Drawing.Point(3, 0)
  556. Me.Label7.Name = "Label7"
  557. Me.Label7.Size = New System.Drawing.Size(283, 25)
  558. Me.Label7.TabIndex = 0
  559. Me.Label7.Text = "Active Song"
  560. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  561. '
  562. 'btnEditSong
  563. '
  564. Me.btnEditSong.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  565. Me.btnEditSong.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  566. Me.btnEditSong.Location = New System.Drawing.Point(221, 604)
  567. Me.btnEditSong.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  568. Me.btnEditSong.Name = "btnEditSong"
  569. Me.btnEditSong.Size = New System.Drawing.Size(65, 24)
  570. Me.btnEditSong.TabIndex = 5
  571. Me.btnEditSong.Text = "&Edit Song"
  572. Me.btnEditSong.UseVisualStyleBackColor = True
  573. '
  574. 'tmrMain
  575. '
  576. Me.tmrMain.Enabled = True
  577. Me.tmrMain.Interval = 1
  578. '
  579. 'btnSetImage
  580. '
  581. Me.btnSetImage.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  582. Me.btnSetImage.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  583. Me.btnSetImage.Location = New System.Drawing.Point(3, 286)
  584. Me.btnSetImage.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  585. Me.btnSetImage.Name = "btnSetImage"
  586. Me.btnSetImage.Size = New System.Drawing.Size(127, 24)
  587. Me.btnSetImage.TabIndex = 5
  588. Me.btnSetImage.Text = "Change Background..."
  589. Me.btnSetImage.UseVisualStyleBackColor = True
  590. '
  591. 'btnConfigureSong
  592. '
  593. Me.btnConfigureSong.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  594. Me.btnConfigureSong.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  595. Me.btnConfigureSong.Location = New System.Drawing.Point(136, 286)
  596. Me.btnConfigureSong.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  597. Me.btnConfigureSong.Name = "btnConfigureSong"
  598. Me.btnConfigureSong.Size = New System.Drawing.Size(96, 24)
  599. Me.btnConfigureSong.TabIndex = 6
  600. Me.btnConfigureSong.Text = "Change &Style..."
  601. Me.btnConfigureSong.UseVisualStyleBackColor = True
  602. '
  603. 'btnRemoveFromPlaylist
  604. '
  605. Me.btnRemoveFromPlaylist.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  606. Me.btnRemoveFromPlaylist.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  607. Me.btnRemoveFromPlaylist.Location = New System.Drawing.Point(273, 286)
  608. Me.btnRemoveFromPlaylist.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  609. Me.btnRemoveFromPlaylist.Name = "btnRemoveFromPlaylist"
  610. Me.btnRemoveFromPlaylist.Size = New System.Drawing.Size(55, 24)
  611. Me.btnRemoveFromPlaylist.TabIndex = 7
  612. Me.btnRemoveFromPlaylist.Tag = ""
  613. Me.btnRemoveFromPlaylist.Text = "&Remove"
  614. Me.btnRemoveFromPlaylist.UseVisualStyleBackColor = True
  615. '
  616. 'TableLayoutPanel1
  617. '
  618. Me.TableLayoutPanel1.ColumnCount = 3
  619. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.0!))
  620. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.0!))
  621. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.0!))
  622. Me.TableLayoutPanel1.Controls.Add(Me.pnlRight, 2, 0)
  623. Me.TableLayoutPanel1.Controls.Add(Me.pnlMiddle, 1, 0)
  624. Me.TableLayoutPanel1.Controls.Add(Me.pnlLeft, 0, 0)
  625. Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
  626. Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 24)
  627. Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  628. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  629. Me.TableLayoutPanel1.RowCount = 1
  630. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
  631. Me.TableLayoutPanel1.Size = New System.Drawing.Size(984, 640)
  632. Me.TableLayoutPanel1.TabIndex = 1
  633. '
  634. 'pnlRight
  635. '
  636. Me.pnlRight.Controls.Add(Me.lstVerses)
  637. Me.pnlRight.Controls.Add(Me.btnSetAnnouncement)
  638. Me.pnlRight.Controls.Add(Me.Label7)
  639. Me.pnlRight.Controls.Add(Me.btnNext)
  640. Me.pnlRight.Controls.Add(Me.btnEditSong)
  641. Me.pnlRight.Controls.Add(Me.btnPrevious)
  642. Me.pnlRight.Dock = System.Windows.Forms.DockStyle.Fill
  643. Me.pnlRight.Location = New System.Drawing.Point(691, 4)
  644. Me.pnlRight.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  645. Me.pnlRight.Name = "pnlRight"
  646. Me.pnlRight.Size = New System.Drawing.Size(290, 632)
  647. Me.pnlRight.TabIndex = 1
  648. '
  649. 'lstVerses
  650. '
  651. Me.lstVerses.ActiveIndex = -1
  652. Me.lstVerses.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  653. Or System.Windows.Forms.AnchorStyles.Left) _
  654. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  655. Me.lstVerses.ContextMenuStrip = Me.mnuVerses
  656. Me.lstVerses.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable
  657. Me.lstVerses.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  658. Me.lstVerses.FormattingEnabled = True
  659. Me.lstVerses.IntegralHeight = False
  660. Me.lstVerses.Location = New System.Drawing.Point(3, 28)
  661. Me.lstVerses.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  662. Me.lstVerses.Name = "lstVerses"
  663. Me.lstVerses.Size = New System.Drawing.Size(283, 568)
  664. Me.lstVerses.TabIndex = 1
  665. '
  666. 'mnuVerses
  667. '
  668. Me.mnuVerses.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EditSongToolStripMenuItem, Me.EditVerseToolStripMenuItem, Me.AddVerseToolStripMenuItem})
  669. Me.mnuVerses.Name = "mnuVerses"
  670. Me.mnuVerses.Size = New System.Drawing.Size(137, 70)
  671. '
  672. 'EditSongToolStripMenuItem
  673. '
  674. Me.EditSongToolStripMenuItem.Name = "EditSongToolStripMenuItem"
  675. Me.EditSongToolStripMenuItem.Size = New System.Drawing.Size(136, 22)
  676. Me.EditSongToolStripMenuItem.Text = "Edit &Song..."
  677. '
  678. 'EditVerseToolStripMenuItem
  679. '
  680. Me.EditVerseToolStripMenuItem.Name = "EditVerseToolStripMenuItem"
  681. Me.EditVerseToolStripMenuItem.Size = New System.Drawing.Size(136, 22)
  682. Me.EditVerseToolStripMenuItem.Text = "Edit &Verse..."
  683. '
  684. 'AddVerseToolStripMenuItem
  685. '
  686. Me.AddVerseToolStripMenuItem.Name = "AddVerseToolStripMenuItem"
  687. Me.AddVerseToolStripMenuItem.Size = New System.Drawing.Size(136, 22)
  688. Me.AddVerseToolStripMenuItem.Text = "&Add Verse..."
  689. '
  690. 'btnSetAnnouncement
  691. '
  692. Me.btnSetAnnouncement.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  693. Me.btnSetAnnouncement.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  694. Me.btnSetAnnouncement.Location = New System.Drawing.Point(140, 604)
  695. Me.btnSetAnnouncement.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  696. Me.btnSetAnnouncement.Name = "btnSetAnnouncement"
  697. Me.btnSetAnnouncement.Size = New System.Drawing.Size(75, 24)
  698. Me.btnSetAnnouncement.TabIndex = 4
  699. Me.btnSetAnnouncement.Text = "Set &Notice..."
  700. Me.btnSetAnnouncement.UseVisualStyleBackColor = True
  701. '
  702. 'btnNext
  703. '
  704. Me.btnNext.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  705. Me.btnNext.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  706. Me.btnNext.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  707. Me.btnNext.Location = New System.Drawing.Point(66, 604)
  708. Me.btnNext.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  709. Me.btnNext.Name = "btnNext"
  710. Me.btnNext.Size = New System.Drawing.Size(38, 24)
  711. Me.btnNext.TabIndex = 3
  712. Me.btnNext.Text = "Next"
  713. Me.btnNext.UseVisualStyleBackColor = True
  714. '
  715. 'btnPrevious
  716. '
  717. Me.btnPrevious.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  718. Me.btnPrevious.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  719. Me.btnPrevious.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  720. Me.btnPrevious.Location = New System.Drawing.Point(3, 604)
  721. Me.btnPrevious.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  722. Me.btnPrevious.Name = "btnPrevious"
  723. Me.btnPrevious.Size = New System.Drawing.Size(58, 24)
  724. Me.btnPrevious.TabIndex = 2
  725. Me.btnPrevious.Text = "Previous"
  726. Me.btnPrevious.UseVisualStyleBackColor = True
  727. '
  728. 'pnlMiddle
  729. '
  730. Me.pnlMiddle.BackColor = System.Drawing.SystemColors.Control
  731. Me.pnlMiddle.Controls.Add(Me.Label2)
  732. Me.pnlMiddle.Controls.Add(Me.btnMoveUp)
  733. Me.pnlMiddle.Controls.Add(Me.btnMoveDown)
  734. Me.pnlMiddle.Controls.Add(Me.btnDisplaySong)
  735. Me.pnlMiddle.Controls.Add(Me.btnGoToFull)
  736. Me.pnlMiddle.Controls.Add(Me.btnGoToBackground)
  737. Me.pnlMiddle.Controls.Add(Me.btnGoToBlack)
  738. Me.pnlMiddle.Controls.Add(Me.Label6)
  739. Me.pnlMiddle.Controls.Add(Me.pbPreview)
  740. Me.pnlMiddle.Controls.Add(Me.btnRemoveFromPlaylist)
  741. Me.pnlMiddle.Controls.Add(Me.lstPlaylist)
  742. Me.pnlMiddle.Controls.Add(Me.btnConfigureSong)
  743. Me.pnlMiddle.Controls.Add(Me.Label3)
  744. Me.pnlMiddle.Controls.Add(Me.btnSetImage)
  745. Me.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Fill
  746. Me.pnlMiddle.Location = New System.Drawing.Point(298, 4)
  747. Me.pnlMiddle.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  748. Me.pnlMiddle.Name = "pnlMiddle"
  749. Me.pnlMiddle.Size = New System.Drawing.Size(387, 632)
  750. Me.pnlMiddle.TabIndex = 0
  751. '
  752. 'Label2
  753. '
  754. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  755. Me.Label2.AutoSize = True
  756. Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  757. Me.Label2.Location = New System.Drawing.Point(3, 600)
  758. Me.Label2.Name = "Label2"
  759. Me.Label2.Size = New System.Drawing.Size(118, 16)
  760. Me.Label2.TabIndex = 9
  761. Me.Label2.Text = "Projection Mode:"
  762. '
  763. 'btnMoveUp
  764. '
  765. Me.btnMoveUp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  766. Me.btnMoveUp.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  767. Me.btnMoveUp.Location = New System.Drawing.Point(334, 104)
  768. Me.btnMoveUp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  769. Me.btnMoveUp.Name = "btnMoveUp"
  770. Me.btnMoveUp.Size = New System.Drawing.Size(48, 36)
  771. Me.btnMoveUp.TabIndex = 3
  772. Me.btnMoveUp.Text = "Move Up"
  773. Me.btnMoveUp.UseVisualStyleBackColor = True
  774. '
  775. 'btnMoveDown
  776. '
  777. Me.btnMoveDown.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  778. Me.btnMoveDown.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  779. Me.btnMoveDown.Location = New System.Drawing.Point(334, 144)
  780. Me.btnMoveDown.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  781. Me.btnMoveDown.Name = "btnMoveDown"
  782. Me.btnMoveDown.Size = New System.Drawing.Size(49, 36)
  783. Me.btnMoveDown.TabIndex = 4
  784. Me.btnMoveDown.Text = "Move Down"
  785. Me.btnMoveDown.UseVisualStyleBackColor = True
  786. '
  787. 'btnDisplaySong
  788. '
  789. Me.btnDisplaySong.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  790. Me.btnDisplaySong.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  791. Me.btnDisplaySong.Location = New System.Drawing.Point(334, 29)
  792. Me.btnDisplaySong.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  793. Me.btnDisplaySong.Name = "btnDisplaySong"
  794. Me.btnDisplaySong.Size = New System.Drawing.Size(48, 36)
  795. Me.btnDisplaySong.TabIndex = 2
  796. Me.btnDisplaySong.Text = "Show ►"
  797. Me.ttMain.SetToolTip(Me.btnDisplaySong, "Shows the currently selected song on the screen")
  798. Me.btnDisplaySong.UseVisualStyleBackColor = True
  799. '
  800. 'btnGoToFull
  801. '
  802. Me.btnGoToFull.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  803. Me.btnGoToFull.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  804. Me.btnGoToFull.Location = New System.Drawing.Point(285, 591)
  805. Me.btnGoToFull.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  806. Me.btnGoToFull.Name = "btnGoToFull"
  807. Me.btnGoToFull.Size = New System.Drawing.Size(73, 37)
  808. Me.btnGoToFull.TabIndex = 12
  809. Me.btnGoToFull.Text = "Show Everything"
  810. Me.ttMain.SetToolTip(Me.btnGoToFull, "Show the background and item text on the projection.")
  811. Me.btnGoToFull.UseVisualStyleBackColor = True
  812. '
  813. 'btnGoToBackground
  814. '
  815. Me.btnGoToBackground.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  816. Me.btnGoToBackground.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  817. Me.btnGoToBackground.Location = New System.Drawing.Point(206, 591)
  818. Me.btnGoToBackground.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  819. Me.btnGoToBackground.Name = "btnGoToBackground"
  820. Me.btnGoToBackground.Size = New System.Drawing.Size(73, 37)
  821. Me.btnGoToBackground.TabIndex = 11
  822. Me.btnGoToBackground.Text = "Show Background"
  823. Me.ttMain.SetToolTip(Me.btnGoToBackground, "Renders the background image or colour on the projection.")
  824. Me.btnGoToBackground.UseVisualStyleBackColor = True
  825. '
  826. 'btnGoToBlack
  827. '
  828. Me.btnGoToBlack.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  829. Me.btnGoToBlack.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  830. Me.btnGoToBlack.Location = New System.Drawing.Point(127, 591)
  831. Me.btnGoToBlack.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  832. Me.btnGoToBlack.Name = "btnGoToBlack"
  833. Me.btnGoToBlack.Size = New System.Drawing.Size(73, 37)
  834. Me.btnGoToBlack.TabIndex = 10
  835. Me.btnGoToBlack.Text = "Show Nothing"
  836. Me.ttMain.SetToolTip(Me.btnGoToBlack, "Renders a black screen on the projection.")
  837. Me.btnGoToBlack.UseVisualStyleBackColor = True
  838. '
  839. 'pbPreview
  840. '
  841. Me.pbPreview.Anchor = System.Windows.Forms.AnchorStyles.Bottom
  842. Me.pbPreview.BackColor = System.Drawing.Color.Black
  843. Me.pbPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  844. Me.pbPreview.ContextMenuStrip = Me.mnuProjection
  845. Me.pbPreview.Location = New System.Drawing.Point(33, 343)
  846. Me.pbPreview.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  847. Me.pbPreview.MaximumSize = New System.Drawing.Size(320, 240)
  848. Me.pbPreview.MinimumSize = New System.Drawing.Size(40, 30)
  849. Me.pbPreview.Name = "pbPreview"
  850. Me.pbPreview.Size = New System.Drawing.Size(320, 240)
  851. Me.pbPreview.TabIndex = 5
  852. Me.pbPreview.TabStop = False
  853. '
  854. 'mnuProjection
  855. '
  856. Me.mnuProjection.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProjectionTargetToolStripMenuItem1})
  857. Me.mnuProjection.Name = "mnuProjection"
  858. Me.mnuProjection.Size = New System.Drawing.Size(166, 26)
  859. '
  860. 'ProjectionTargetToolStripMenuItem1
  861. '
  862. Me.ProjectionTargetToolStripMenuItem1.Name = "ProjectionTargetToolStripMenuItem1"
  863. Me.ProjectionTargetToolStripMenuItem1.Size = New System.Drawing.Size(165, 22)
  864. Me.ProjectionTargetToolStripMenuItem1.Text = "Projection &Target"
  865. '
  866. 'lstPlaylist
  867. '
  868. Me.lstPlaylist.ActiveItem = Nothing
  869. Me.lstPlaylist.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  870. Or System.Windows.Forms.AnchorStyles.Left) _
  871. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  872. Me.lstPlaylist.ContextMenuStrip = Me.mnuPlaylist
  873. Me.lstPlaylist.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
  874. Me.lstPlaylist.Font = New System.Drawing.Font("Verdana", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  875. Me.lstPlaylist.FormattingEnabled = True
  876. Me.lstPlaylist.IntegralHeight = False
  877. Me.lstPlaylist.ItemHeight = 50
  878. Me.lstPlaylist.Location = New System.Drawing.Point(3, 29)
  879. Me.lstPlaylist.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  880. Me.lstPlaylist.Name = "lstPlaylist"
  881. Me.lstPlaylist.Size = New System.Drawing.Size(325, 249)
  882. Me.lstPlaylist.TabIndex = 1
  883. '
  884. 'mnuPlaylist
  885. '
  886. Me.mnuPlaylist.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ChangeBacToolStripMenuItem, Me.ConfigurePlaylistItemToolStripMenuItem, Me.DisplayItemNowToolStripMenuItem, Me.RemoveToolStripMenuItem, Me.Separator8, Me.AddTitleToolStripMenuItem, Me.Separator9, Me.LoadListToolStripMenuItem, Me.SaveListToolStripMenuItem})
  887. Me.mnuPlaylist.Name = "mnuPlaylist"
  888. Me.mnuPlaylist.Size = New System.Drawing.Size(233, 170)
  889. '
  890. 'ChangeBacToolStripMenuItem
  891. '
  892. Me.ChangeBacToolStripMenuItem.Name = "ChangeBacToolStripMenuItem"
  893. Me.ChangeBacToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.B), System.Windows.Forms.Keys)
  894. Me.ChangeBacToolStripMenuItem.Size = New System.Drawing.Size(232, 22)
  895. Me.ChangeBacToolStripMenuItem.Text = "Change &Background..."
  896. '
  897. 'ConfigurePlaylistItemToolStripMenuItem
  898. '
  899. Me.ConfigurePlaylistItemToolStripMenuItem.Name = "ConfigurePlaylistItemToolStripMenuItem"
  900. Me.ConfigurePlaylistItemToolStripMenuItem.Size = New System.Drawing.Size(232, 22)
  901. Me.ConfigurePlaylistItemToolStripMenuItem.Text = "Change &Style..."
  902. '
  903. 'DisplayItemNowToolStripMenuItem
  904. '
  905. Me.DisplayItemNowToolStripMenuItem.Name = "DisplayItemNowToolStripMenuItem"
  906. Me.DisplayItemNowToolStripMenuItem.Size = New System.Drawing.Size(232, 22)
  907. Me.DisplayItemNowToolStripMenuItem.Text = "&Display Item Now"
  908. '
  909. 'RemoveToolStripMenuItem
  910. '
  911. Me.RemoveToolStripMenuItem.Name = "RemoveToolStripMenuItem"
  912. Me.RemoveToolStripMenuItem.Size = New System.Drawing.Size(232, 22)
  913. Me.RemoveToolStripMenuItem.Text = "&Remove"
  914. '
  915. 'Separator8
  916. '
  917. Me.Separator8.Name = "Separator8"
  918. Me.Separator8.Size = New System.Drawing.Size(229, 6)
  919. '
  920. 'AddTitleToolStripMenuItem
  921. '
  922. Me.AddTitleToolStripMenuItem.Name = "AddTitleToolStripMenuItem"
  923. Me.AddTitleToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.T), System.Windows.Forms.Keys)
  924. Me.AddTitleToolStripMenuItem.Size = New System.Drawing.Size(232, 22)
  925. Me.AddTitleToolStripMenuItem.Text = "&Add Title..."
  926. '
  927. 'Separator9
  928. '
  929. Me.Separator9.Name = "Separator9"
  930. Me.Separator9.Size = New System.Drawing.Size(229, 6)
  931. '
  932. 'LoadListToolStripMenuItem
  933. '
  934. Me.LoadListToolStripMenuItem.Name = "LoadListToolStripMenuItem"
  935. Me.LoadListToolStripMenuItem.Size = New System.Drawing.Size(232, 22)
  936. Me.LoadListToolStripMenuItem.Text = "&Load List..."
  937. '
  938. 'SaveListToolStripMenuItem
  939. '
  940. Me.SaveListToolStripMenuItem.Name = "SaveListToolStripMenuItem"
  941. Me.SaveListToolStripMenuItem.Size = New System.Drawing.Size(232, 22)
  942. Me.SaveListToolStripMenuItem.Text = "&Save List..."
  943. '
  944. 'pnlLeft
  945. '
  946. Me.pnlLeft.Controls.Add(Me.Panel1)
  947. Me.pnlLeft.Controls.Add(Me.btnAddToPlaylist)
  948. Me.pnlLeft.Controls.Add(Me.Label5)
  949. Me.pnlLeft.Controls.Add(Me.lstItems)
  950. Me.pnlLeft.Controls.Add(Me.lblItemCount)
  951. Me.pnlLeft.Controls.Add(Me.btnAddSong)
  952. Me.pnlLeft.Controls.Add(Me.btnDeleteSong)
  953. Me.pnlLeft.Dock = System.Windows.Forms.DockStyle.Fill
  954. Me.pnlLeft.Location = New System.Drawing.Point(3, 4)
  955. Me.pnlLeft.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  956. Me.pnlLeft.Name = "pnlLeft"
  957. Me.pnlLeft.Size = New System.Drawing.Size(289, 632)
  958. Me.pnlLeft.TabIndex = 0
  959. '
  960. 'Panel1
  961. '
  962. Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  963. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  964. Me.Panel1.BackColor = System.Drawing.Color.Honeydew
  965. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  966. Me.Panel1.Controls.Add(Me.Label1)
  967. Me.Panel1.Controls.Add(Me.lstCategories)
  968. Me.Panel1.Controls.Add(Me.lblSelectWhatToInclude)
  969. Me.Panel1.Controls.Add(Me.optSongs)
  970. Me.Panel1.Controls.Add(Me.optBible)
  971. Me.Panel1.Controls.Add(Me.txtSearch)
  972. Me.Panel1.Location = New System.Drawing.Point(3, 29)
  973. Me.Panel1.Name = "Panel1"
  974. Me.Panel1.Size = New System.Drawing.Size(282, 162)
  975. Me.Panel1.TabIndex = 1
  976. '
  977. 'lstCategories
  978. '
  979. Me.lstCategories.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  980. Or System.Windows.Forms.AnchorStyles.Left) _
  981. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  982. Me.lstCategories.BackColor = System.Drawing.SystemColors.Window
  983. Me.lstCategories.CheckOnClick = True
  984. Me.lstCategories.ContextMenuStrip = Me.mnuCategories
  985. Me.lstCategories.FormattingEnabled = True
  986. Me.lstCategories.IntegralHeight = False
  987. Me.lstCategories.Location = New System.Drawing.Point(3, 73)
  988. Me.lstCategories.MultiColumn = True
  989. Me.lstCategories.Name = "lstCategories"
  990. Me.lstCategories.Size = New System.Drawing.Size(274, 84)
  991. Me.lstCategories.Sorted = True
  992. Me.lstCategories.TabIndex = 5
  993. '
  994. 'mnuCategories
  995. '
  996. Me.mnuCategories.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ManageCategoriesToolStripMenuItem})
  997. Me.mnuCategories.Name = "mnuCategories"
  998. Me.mnuCategories.Size = New System.Drawing.Size(186, 26)
  999. '
  1000. 'ManageCategoriesToolStripMenuItem
  1001. '
  1002. Me.ManageCategoriesToolStripMenuItem.Name = "ManageCategoriesToolStripMenuItem"
  1003. Me.ManageCategoriesToolStripMenuItem.Size = New System.Drawing.Size(185, 22)
  1004. Me.ManageCategoriesToolStripMenuItem.Text = "&Manage Categories..."
  1005. '
  1006. 'lblSelectWhatToInclude
  1007. '
  1008. Me.lblSelectWhatToInclude.AutoSize = True
  1009. Me.lblSelectWhatToInclude.Location = New System.Drawing.Point(3, 54)
  1010. Me.lblSelectWhatToInclude.Name = "lblSelectWhatToInclude"
  1011. Me.lblSelectWhatToInclude.Size = New System.Drawing.Size(139, 16)
  1012. Me.lblSelectWhatToInclude.TabIndex = 4
  1013. Me.lblSelectWhatToInclude.Text = "Select what to include:"
  1014. '
  1015. 'optSongs
  1016. '
  1017. Me.optSongs.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1018. Me.optSongs.AutoSize = True
  1019. Me.optSongs.Checked = True
  1020. Me.optSongs.Location = New System.Drawing.Point(157, 1)
  1021. Me.optSongs.Name = "optSongs"
  1022. Me.optSongs.Size = New System.Drawing.Size(61, 20)
  1023. Me.optSongs.TabIndex = 1
  1024. Me.optSongs.TabStop = True
  1025. Me.optSongs.Text = "Songs"
  1026. Me.optSongs.UseVisualStyleBackColor = True
  1027. '
  1028. 'optBible
  1029. '
  1030. Me.optBible.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1031. Me.optBible.AutoSize = True
  1032. Me.optBible.Location = New System.Drawing.Point(224, 1)
  1033. Me.optBible.Name = "optBible"
  1034. Me.optBible.Size = New System.Drawing.Size(53, 20)
  1035. Me.optBible.TabIndex = 2
  1036. Me.optBible.Text = "Bible"
  1037. Me.optBible.UseVisualStyleBackColor = True
  1038. '
  1039. 'btnAddToPlaylist
  1040. '
  1041. Me.btnAddToPlaylist.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1042. Me.btnAddToPlaylist.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1043. Me.btnAddToPlaylist.Location = New System.Drawing.Point(177, 604)
  1044. Me.btnAddToPlaylist.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1045. Me.btnAddToPlaylist.Name = "btnAddToPlaylist"
  1046. Me.btnAddToPlaylist.Size = New System.Drawing.Size(107, 24)
  1047. Me.btnAddToPlaylist.TabIndex = 6
  1048. Me.btnAddToPlaylist.Text = "Add to Playlist ►"
  1049. Me.btnAddToPlaylist.UseVisualStyleBackColor = True
  1050. '
  1051. 'dlgOpenPlaylist
  1052. '
  1053. Me.dlgOpenPlaylist.Filter = "All Play Lists|*.pspl;*.PlayList|Play List|*.PlayList|Simple Play List|*.pspl"
  1054. '
  1055. 'dlgSavePlaylist
  1056. '
  1057. Me.dlgSavePlaylist.Filter = "Play List|*.PlayList|Simple Play List|*.pspl"
  1058. '
  1059. 'ttMain
  1060. '
  1061. Me.ttMain.IsBalloon = True
  1062. Me.ttMain.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  1063. Me.ttMain.ToolTipTitle = "Help"
  1064. '
  1065. 'dlgSaveShortcut
  1066. '
  1067. Me.dlgSaveShortcut.DefaultExt = "psdb"
  1068. Me.dlgSaveShortcut.FileName = "Database.psdb"
  1069. Me.dlgSaveShortcut.Filter = "Database Shortcut|*.psdb"
  1070. Me.dlgSaveShortcut.Title = "Select a location for the shortcut"
  1071. '
  1072. 'frmMain
  1073. '
  1074. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1075. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1076. Me.ClientSize = New System.Drawing.Size(984, 664)
  1077. Me.Controls.Add(Me.TableLayoutPanel1)
  1078. Me.Controls.Add(Me.mnuMain)
  1079. Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1080. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  1081. Me.KeyPreview = True
  1082. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1083. Me.Name = "frmMain"
  1084. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  1085. Me.Text = "PowerSong"
  1086. Me.mnuItems.ResumeLayout(False)
  1087. Me.mnuMain.ResumeLayout(False)
  1088. Me.mnuMain.PerformLayout()
  1089. Me.TableLayoutPanel1.ResumeLayout(False)
  1090. Me.pnlRight.ResumeLayout(False)
  1091. Me.mnuVerses.ResumeLayout(False)
  1092. Me.pnlMiddle.ResumeLayout(False)
  1093. Me.pnlMiddle.PerformLayout()
  1094. CType(Me.pbPreview, System.ComponentModel.ISupportInitialize).EndInit()
  1095. Me.mnuProjection.ResumeLayout(False)
  1096. Me.mnuPlaylist.ResumeLayout(False)
  1097. Me.pnlLeft.ResumeLayout(False)
  1098. Me.pnlLeft.PerformLayout()
  1099. Me.Panel1.ResumeLayout(False)
  1100. Me.Panel1.PerformLayout()
  1101. Me.mnuCategories.ResumeLayout(False)
  1102. Me.ResumeLayout(False)
  1103. Me.PerformLayout()
  1104. End Sub
  1105. Friend WithEvents lstItems As System.Windows.Forms.ListBox
  1106. Friend WithEvents lblItemCount As System.Windows.Forms.Label
  1107. Friend WithEvents Label1 As System.Windows.Forms.Label
  1108. Friend WithEvents txtSearch As System.Windows.Forms.TextBox
  1109. Friend WithEvents btnDeleteSong As System.Windows.Forms.Button
  1110. Friend WithEvents btnAddSong As System.Windows.Forms.Button
  1111. Friend WithEvents mnuMain As System.Windows.Forms.MenuStrip
  1112. Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1113. Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1114. Friend WithEvents CreateDatabaseToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1115. Friend WithEvents LoadDatabaseToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1116. Friend WithEvents Separator1 As System.Windows.Forms.ToolStripSeparator
  1117. Friend WithEvents Separator2 As System.Windows.Forms.ToolStripSeparator
  1118. Friend WithEvents dlgSelectDatabaseFolder As System.Windows.Forms.FolderBrowserDialog
  1119. Friend WithEvents pbPreview As System.Windows.Forms.PictureBox
  1120. Friend WithEvents Label3 As System.Windows.Forms.Label
  1121. Friend WithEvents Label5 As System.Windows.Forms.Label
  1122. Friend WithEvents Label6 As System.Windows.Forms.Label
  1123. Friend WithEvents Label7 As System.Windows.Forms.Label
  1124. Friend WithEvents btnEditSong As System.Windows.Forms.Button
  1125. Friend WithEvents tmrMain As System.Windows.Forms.Timer
  1126. Friend WithEvents btnNext As System.Windows.Forms.Button
  1127. Friend WithEvents btnPrevious As System.Windows.Forms.Button
  1128. Friend WithEvents btnSetImage As System.Windows.Forms.Button
  1129. Friend WithEvents ProjectionToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1130. Friend WithEvents TogglePreviewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1131. Friend WithEvents ToggleFullScreenViewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1132. Friend WithEvents ExportDatabaseToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1133. Friend WithEvents ImportDatabaseToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1134. Friend WithEvents btnConfigureSong As System.Windows.Forms.Button
  1135. Friend WithEvents btnRemoveFromPlaylist As System.Windows.Forms.Button
  1136. Friend WithEvents lstPlaylist As PowerSong.UserInterface.SongsListBox
  1137. Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1138. Friend WithEvents AboutPowerSongToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1139. Friend WithEvents ToolsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1140. Friend WithEvents ConfigureStylesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1141. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  1142. Friend WithEvents pnlRight As System.Windows.Forms.Panel
  1143. Friend WithEvents pnlMiddle As System.Windows.Forms.Panel
  1144. Friend WithEvents pnlLeft As System.Windows.Forms.Panel
  1145. Friend WithEvents btnSetAnnouncement As System.Windows.Forms.Button
  1146. Friend WithEvents dlgOpenPlaylist As System.Windows.Forms.OpenFileDialog
  1147. Friend WithEvents dlgSavePlaylist As System.Windows.Forms.SaveFileDialog
  1148. Friend WithEvents lstVerses As PowerSong.UserInterface.VersesListBox
  1149. Friend WithEvents btnGoToFull As System.Windows.Forms.Button
  1150. Friend WithEvents btnGoToBackground As System.Windows.Forms.Button
  1151. Friend WithEvents btnGoToBlack As System.Windows.Forms.Button
  1152. Friend WithEvents Separator4 As System.Windows.Forms.ToolStripSeparator
  1153. Friend WithEvents GoToFullDisplayToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1154. Friend WithEvents GoToBackgroundOnlyToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1155. Friend WithEvents GoToBlackToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1156. Friend WithEvents btnDisplaySong As System.Windows.Forms.Button
  1157. Friend WithEvents mnuVerses As System.Windows.Forms.ContextMenuStrip
  1158. Friend WithEvents EditVerseToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1159. Friend WithEvents btnAddToPlaylist As System.Windows.Forms.Button
  1160. Friend WithEvents mnuItems As System.Windows.Forms.ContextMenuStrip
  1161. Friend WithEvents AddToPlaylistToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1162. Friend WithEvents NewSongToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1163. Friend WithEvents DeleteSongToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1164. Friend WithEvents mnuPlaylist As System.Windows.Forms.ContextMenuStrip
  1165. Friend WithEvents ChangeBacToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1166. Friend WithEvents ConfigurePlaylistItemToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1167. Friend WithEvents DisplayItemNowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1168. Friend WithEvents Separator8 As System.Windows.Forms.ToolStripSeparator
  1169. Friend WithEvents SaveListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1170. Friend WithEvents LoadListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1171. Friend WithEvents AddVerseToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1172. Friend WithEvents EditSongToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1173. Friend WithEvents ConfigurePowerSongToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1174. Friend WithEvents optBible As System.Windows.Forms.RadioButton
  1175. Friend WithEvents optSongs As System.Windows.Forms.RadioButton
  1176. Friend WithEvents EditSongToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
  1177. Friend WithEvents ActivateToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1178. Friend WithEvents ConfigurePlugInsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1179. Friend WithEvents AddTitleToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1180. Friend WithEvents Separator9 As System.Windows.Forms.ToolStripSeparator
  1181. Friend WithEvents RemoveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1182. Friend WithEvents btnMoveUp As System.Windows.Forms.Button
  1183. Friend WithEvents btnMoveDown As System.Windows.Forms.Button
  1184. Friend WithEvents ImportFromPresenterToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1185. Friend WithEvents DownloadAdditionalSongsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1186. Friend WithEvents FeedbackPortalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1187. Friend WithEvents ProjectionTargetToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1188. Friend WithEvents Separator3 As System.Windows.Forms.ToolStripSeparator
  1189. Friend WithEvents mnuProjection As System.Windows.Forms.ContextMenuStrip
  1190. Friend WithEvents ProjectionTargetToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
  1191. Friend WithEvents PlayListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1192. Friend WithEvents LoadPlayListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1193. Friend WithEvents SavePlayListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1194. Friend WithEvents Separator6 As System.Windows.Forms.ToolStripSeparator
  1195. Friend WithEvents Label2 As System.Windows.Forms.Label
  1196. Friend WithEvents ConfigureSongCategoriesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1197. Friend WithEvents Separator7 As System.Windows.Forms.ToolStripSeparator
  1198. Friend WithEvents lblSelectWhatToInclude As System.Windows.Forms.Label
  1199. Friend WithEvents lstCategories As System.Windows.Forms.CheckedListBox
  1200. Friend WithEvents mnuCategories As System.Windows.Forms.ContextMenuStrip
  1201. Friend WithEvents ManageCategoriesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1202. Friend WithEvents Panel1 As System.Windows.Forms.Panel
  1203. Friend WithEvents ttMain As System.Windows.Forms.ToolTip
  1204. Friend WithEvents Separator5 As System.Windows.Forms.ToolStripSeparator
  1205. Friend WithEvents ClearPlayListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1206. Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  1207. Friend WithEvents ReportingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1208. Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
  1209. Friend WithEvents CreateShortcutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1210. Friend WithEvents dlgSaveShortcut As System.Windows.Forms.SaveFileDialog
  1211. End Class