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