Partial Class frmMain Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) Me.rcMain = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.btnSettings = New DevExpress.XtraBars.BarButtonItem() Me.btnReread = New DevExpress.XtraBars.BarButtonItem() Me.btnSave = New DevExpress.XtraBars.BarButtonItem() Me.btnPrint = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem() Me.rpGeneral = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.rpgGeneral = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.rpgManagement = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.rpgPlaylists = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.grdSongs = New DevExpress.XtraGrid.GridControl() Me.cmsSongs = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.menOpenFolder = New System.Windows.Forms.ToolStripMenuItem() Me.menCopy = New System.Windows.Forms.ToolStripMenuItem() Me.grdvSongs = New DevExpress.XtraGrid.Views.Grid.GridView() Me.splMain = New DevExpress.XtraEditors.SplitContainerControl() Me.splLibraryPlaylists = New DevExpress.XtraEditors.SplitContainerControl() Me.grdPlaylist = New DevExpress.XtraGrid.GridControl() Me.grdvPlaylist = New DevExpress.XtraGrid.Views.Grid.GridView() Me.prgMain = New DevExpress.XtraWaitForm.ProgressPanel() Me.splSongInfo = New DevExpress.XtraEditors.SplitContainerControl() Me.avPlayer = New UltraStarSongPicker.AudioVideoPlayer() Me.grdSongInfos = New DevExpress.XtraGrid.GridControl() Me.grdvSongInfos = New DevExpress.XtraGrid.Views.Grid.GridView() Me.SFD = New System.Windows.Forms.SaveFileDialog() CType(Me.rcMain, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.grdSongs, System.ComponentModel.ISupportInitialize).BeginInit() Me.cmsSongs.SuspendLayout() CType(Me.grdvSongs, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.splMain, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.splMain.Panel1, System.ComponentModel.ISupportInitialize).BeginInit() Me.splMain.Panel1.SuspendLayout() CType(Me.splMain.Panel2, System.ComponentModel.ISupportInitialize).BeginInit() Me.splMain.Panel2.SuspendLayout() Me.splMain.SuspendLayout() CType(Me.splLibraryPlaylists, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.splLibraryPlaylists.Panel1, System.ComponentModel.ISupportInitialize).BeginInit() Me.splLibraryPlaylists.Panel1.SuspendLayout() CType(Me.splLibraryPlaylists.Panel2, System.ComponentModel.ISupportInitialize).BeginInit() Me.splLibraryPlaylists.Panel2.SuspendLayout() Me.splLibraryPlaylists.SuspendLayout() CType(Me.grdPlaylist, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.grdvPlaylist, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.splSongInfo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.splSongInfo.Panel1, System.ComponentModel.ISupportInitialize).BeginInit() Me.splSongInfo.Panel1.SuspendLayout() CType(Me.splSongInfo.Panel2, System.ComponentModel.ISupportInitialize).BeginInit() Me.splSongInfo.Panel2.SuspendLayout() Me.splSongInfo.SuspendLayout() CType(Me.grdSongInfos, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.grdvSongInfos, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'rcMain ' Me.rcMain.ExpandCollapseItem.Id = 0 Me.rcMain.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.rcMain.ExpandCollapseItem, Me.rcMain.SearchEditItem, Me.btnSettings, Me.btnReread, Me.btnSave, Me.btnPrint, Me.BarButtonItem1}) Me.rcMain.Location = New System.Drawing.Point(0, 0) Me.rcMain.MaxItemId = 6 Me.rcMain.Name = "rcMain" Me.rcMain.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.rpGeneral}) Me.rcMain.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False] Me.rcMain.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages Me.rcMain.Size = New System.Drawing.Size(1115, 122) Me.rcMain.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden ' 'btnSettings ' Me.btnSettings.Caption = "Einstellungen" Me.btnSettings.Id = 1 Me.btnSettings.ImageOptions.SvgImage = Global.UltraStarSongPicker.My.Resources.Resources.properties Me.btnSettings.Name = "btnSettings" ' 'btnReread ' Me.btnReread.Caption = "Bibliothek neu einlesen" Me.btnReread.Id = 2 Me.btnReread.ImageOptions.SvgImage = Global.UltraStarSongPicker.My.Resources.Resources.changeview Me.btnReread.Name = "btnReread" ' 'btnSave ' Me.btnSave.Caption = "Änderungen speichern" Me.btnSave.Id = 3 Me.btnSave.ImageOptions.SvgImage = Global.UltraStarSongPicker.My.Resources.Resources.save Me.btnSave.Name = "btnSave" Me.btnSave.RibbonStyle = CType(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large Or DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText) _ Or DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText), DevExpress.XtraBars.Ribbon.RibbonItemStyles) ' 'btnPrint ' Me.btnPrint.Caption = "Songliste erstellen" Me.btnPrint.Id = 4 Me.btnPrint.ImageOptions.SvgImage = Global.UltraStarSongPicker.My.Resources.Resources.documentpdf Me.btnPrint.Name = "btnPrint" Me.btnPrint.RibbonStyle = CType(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large Or DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText) _ Or DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText), DevExpress.XtraBars.Ribbon.RibbonItemStyles) ' 'BarButtonItem1 ' Me.BarButtonItem1.Caption = "Playlist öffnen" Me.BarButtonItem1.Id = 5 Me.BarButtonItem1.Name = "BarButtonItem1" ' 'rpGeneral ' Me.rpGeneral.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.rpgGeneral, Me.rpgManagement, Me.rpgPlaylists}) Me.rpGeneral.Name = "rpGeneral" Me.rpGeneral.Text = "Allgemein" ' 'rpgGeneral ' Me.rpgGeneral.ItemLinks.Add(Me.btnSave) Me.rpgGeneral.ItemLinks.Add(Me.btnPrint) Me.rpgGeneral.Name = "rpgGeneral" Me.rpgGeneral.Text = "Allgemein" ' 'rpgManagement ' Me.rpgManagement.ItemLinks.Add(Me.btnReread) Me.rpgManagement.ItemLinks.Add(Me.btnSettings) Me.rpgManagement.Name = "rpgManagement" Me.rpgManagement.Text = "Verwaltung" ' 'rpgPlaylists ' Me.rpgPlaylists.ItemLinks.Add(Me.BarButtonItem1) Me.rpgPlaylists.Name = "rpgPlaylists" Me.rpgPlaylists.Text = "Playlist" ' 'grdSongs ' Me.grdSongs.ContextMenuStrip = Me.cmsSongs Me.grdSongs.Dock = System.Windows.Forms.DockStyle.Fill Me.grdSongs.EmbeddedNavigator.Buttons.Append.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.CancelEdit.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.Edit.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.EndEdit.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.First.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.Last.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.Next.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.NextPage.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.Prev.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.PrevPage.Visible = False Me.grdSongs.EmbeddedNavigator.Buttons.Remove.Visible = False Me.grdSongs.EmbeddedNavigator.TextStringFormat = "Song {0} von {1}" Me.grdSongs.Location = New System.Drawing.Point(0, 0) Me.grdSongs.MainView = Me.grdvSongs Me.grdSongs.MenuManager = Me.rcMain Me.grdSongs.Name = "grdSongs" Me.grdSongs.Size = New System.Drawing.Size(655, 329) Me.grdSongs.TabIndex = 1 Me.grdSongs.UseEmbeddedNavigator = True Me.grdSongs.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grdvSongs}) ' 'cmsSongs ' Me.cmsSongs.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.menOpenFolder, Me.menCopy}) Me.cmsSongs.Name = "cmsSongs" Me.cmsSongs.Size = New System.Drawing.Size(213, 48) ' 'menOpenFolder ' Me.menOpenFolder.Name = "menOpenFolder" Me.menOpenFolder.Size = New System.Drawing.Size(212, 22) Me.menOpenFolder.Text = "Ordner im Explorer öffnen" ' 'menCopy ' Me.menCopy.Name = "menCopy" Me.menCopy.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys) Me.menCopy.Size = New System.Drawing.Size(212, 22) Me.menCopy.Text = "Kopieren" ' 'grdvSongs ' Me.grdvSongs.GridControl = Me.grdSongs Me.grdvSongs.Name = "grdvSongs" Me.grdvSongs.OptionsBehavior.AutoExpandAllGroups = True Me.grdvSongs.OptionsFind.AlwaysVisible = True Me.grdvSongs.OptionsSelection.MultiSelect = True Me.grdvSongs.OptionsView.ShowViewCaption = True Me.grdvSongs.ViewCaption = "Bibiliothek" ' 'splMain ' Me.splMain.Dock = System.Windows.Forms.DockStyle.Fill Me.splMain.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2 Me.splMain.Location = New System.Drawing.Point(0, 122) Me.splMain.Name = "splMain" ' 'splMain.Panel1 ' Me.splMain.Panel1.Controls.Add(Me.splLibraryPlaylists) Me.splMain.Panel1.Controls.Add(Me.prgMain) Me.splMain.Panel1.Text = "Panel1" ' 'splMain.Panel2 ' Me.splMain.Panel2.Controls.Add(Me.splSongInfo) Me.splMain.Panel2.Text = "Panel2" Me.splMain.Size = New System.Drawing.Size(1115, 581) Me.splMain.SplitterPosition = 450 Me.splMain.TabIndex = 3 ' 'splLibraryPlaylists ' Me.splLibraryPlaylists.Dock = System.Windows.Forms.DockStyle.Fill Me.splLibraryPlaylists.Horizontal = False Me.splLibraryPlaylists.Location = New System.Drawing.Point(0, 0) Me.splLibraryPlaylists.Name = "splLibraryPlaylists" ' 'splLibraryPlaylists.Panel1 ' Me.splLibraryPlaylists.Panel1.Controls.Add(Me.grdSongs) Me.splLibraryPlaylists.Panel1.Text = "Panel1" ' 'splLibraryPlaylists.Panel2 ' Me.splLibraryPlaylists.Panel2.Controls.Add(Me.grdPlaylist) Me.splLibraryPlaylists.Panel2.Text = "Panel2" Me.splLibraryPlaylists.Size = New System.Drawing.Size(655, 581) Me.splLibraryPlaylists.SplitterPosition = 329 Me.splLibraryPlaylists.TabIndex = 3 ' 'grdPlaylist ' Me.grdPlaylist.AllowDrop = True Me.grdPlaylist.ContextMenuStrip = Me.cmsSongs Me.grdPlaylist.Dock = System.Windows.Forms.DockStyle.Fill Me.grdPlaylist.EmbeddedNavigator.Buttons.Append.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.CancelEdit.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.Edit.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.EndEdit.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.First.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.Last.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.Next.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.NextPage.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.Prev.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.PrevPage.Visible = False Me.grdPlaylist.EmbeddedNavigator.Buttons.Remove.Visible = False Me.grdPlaylist.EmbeddedNavigator.TextStringFormat = "Song {0} von {1}" Me.grdPlaylist.Location = New System.Drawing.Point(0, 0) Me.grdPlaylist.MainView = Me.grdvPlaylist Me.grdPlaylist.MenuManager = Me.rcMain Me.grdPlaylist.Name = "grdPlaylist" Me.grdPlaylist.Size = New System.Drawing.Size(655, 242) Me.grdPlaylist.TabIndex = 2 Me.grdPlaylist.UseEmbeddedNavigator = True Me.grdPlaylist.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grdvPlaylist}) ' 'grdvPlaylist ' Me.grdvPlaylist.GridControl = Me.grdPlaylist Me.grdvPlaylist.Name = "grdvPlaylist" Me.grdvPlaylist.OptionsBehavior.AutoExpandAllGroups = True Me.grdvPlaylist.OptionsFind.AlwaysVisible = True Me.grdvPlaylist.OptionsSelection.MultiSelect = True Me.grdvPlaylist.OptionsView.ShowGroupPanel = False Me.grdvPlaylist.OptionsView.ShowViewCaption = True Me.grdvPlaylist.ViewCaption = "Playlist" ' 'prgMain ' Me.prgMain.Anchor = System.Windows.Forms.AnchorStyles.None Me.prgMain.Appearance.BackColor = System.Drawing.Color.Transparent Me.prgMain.Appearance.Options.UseBackColor = True Me.prgMain.Caption = "" Me.prgMain.Location = New System.Drawing.Point(204, 257) Me.prgMain.Name = "prgMain" Me.prgMain.Size = New System.Drawing.Size(246, 66) Me.prgMain.TabIndex = 2 Me.prgMain.Visible = False ' 'splSongInfo ' Me.splSongInfo.Dock = System.Windows.Forms.DockStyle.Fill Me.splSongInfo.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2 Me.splSongInfo.Horizontal = False Me.splSongInfo.Location = New System.Drawing.Point(0, 0) Me.splSongInfo.Name = "splSongInfo" ' 'splSongInfo.Panel1 ' Me.splSongInfo.Panel1.Controls.Add(Me.avPlayer) Me.splSongInfo.Panel1.Text = "Panel1" ' 'splSongInfo.Panel2 ' Me.splSongInfo.Panel2.Controls.Add(Me.grdSongInfos) Me.splSongInfo.Panel2.Text = "Panel2" Me.splSongInfo.Size = New System.Drawing.Size(450, 581) Me.splSongInfo.SplitterPosition = 201 Me.splSongInfo.TabIndex = 5 ' 'avPlayer ' Me.avPlayer.Dock = System.Windows.Forms.DockStyle.Fill Me.avPlayer.Location = New System.Drawing.Point(0, 0) Me.avPlayer.Name = "avPlayer" Me.avPlayer.Size = New System.Drawing.Size(450, 370) Me.avPlayer.TabIndex = 0 ' 'grdSongInfos ' Me.grdSongInfos.Dock = System.Windows.Forms.DockStyle.Fill Me.grdSongInfos.Location = New System.Drawing.Point(0, 0) Me.grdSongInfos.MainView = Me.grdvSongInfos Me.grdSongInfos.MenuManager = Me.rcMain Me.grdSongInfos.Name = "grdSongInfos" Me.grdSongInfos.Size = New System.Drawing.Size(450, 201) Me.grdSongInfos.TabIndex = 2 Me.grdSongInfos.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grdvSongInfos}) ' 'grdvSongInfos ' Me.grdvSongInfos.GridControl = Me.grdSongInfos Me.grdvSongInfos.Name = "grdvSongInfos" Me.grdvSongInfos.OptionsBehavior.Editable = False Me.grdvSongInfos.OptionsView.ShowColumnHeaders = False Me.grdvSongInfos.OptionsView.ShowGroupPanel = False Me.grdvSongInfos.OptionsView.ShowIndicator = False Me.grdvSongInfos.OptionsView.ShowViewCaption = True Me.grdvSongInfos.ViewCaption = "Songinfos" ' 'SFD ' Me.SFD.FileName = "Songliste.pdf" Me.SFD.Filter = "PDF-Dateien (*.pdf)|*.pdf|Alle Dateien (*.*)|*.*" ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1115, 703) Me.Controls.Add(Me.splMain) Me.Controls.Add(Me.rcMain) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMain" Me.Text = "Ultrastar Songlistpicker" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized CType(Me.rcMain, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.grdSongs, System.ComponentModel.ISupportInitialize).EndInit() Me.cmsSongs.ResumeLayout(False) CType(Me.grdvSongs, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.splMain.Panel1, System.ComponentModel.ISupportInitialize).EndInit() Me.splMain.Panel1.ResumeLayout(False) CType(Me.splMain.Panel2, System.ComponentModel.ISupportInitialize).EndInit() Me.splMain.Panel2.ResumeLayout(False) CType(Me.splMain, System.ComponentModel.ISupportInitialize).EndInit() Me.splMain.ResumeLayout(False) CType(Me.splLibraryPlaylists.Panel1, System.ComponentModel.ISupportInitialize).EndInit() Me.splLibraryPlaylists.Panel1.ResumeLayout(False) CType(Me.splLibraryPlaylists.Panel2, System.ComponentModel.ISupportInitialize).EndInit() Me.splLibraryPlaylists.Panel2.ResumeLayout(False) CType(Me.splLibraryPlaylists, System.ComponentModel.ISupportInitialize).EndInit() Me.splLibraryPlaylists.ResumeLayout(False) CType(Me.grdPlaylist, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.grdvPlaylist, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.splSongInfo.Panel1, System.ComponentModel.ISupportInitialize).EndInit() Me.splSongInfo.Panel1.ResumeLayout(False) CType(Me.splSongInfo.Panel2, System.ComponentModel.ISupportInitialize).EndInit() Me.splSongInfo.Panel2.ResumeLayout(False) CType(Me.splSongInfo, System.ComponentModel.ISupportInitialize).EndInit() Me.splSongInfo.ResumeLayout(False) CType(Me.grdSongInfos, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.grdvSongInfos, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents rcMain As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents rpGeneral As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents rpgGeneral As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents grdSongs As DevExpress.XtraGrid.GridControl Friend WithEvents grdvSongs As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents btnSettings As DevExpress.XtraBars.BarButtonItem Friend WithEvents btnReread As DevExpress.XtraBars.BarButtonItem Friend WithEvents splMain As DevExpress.XtraEditors.SplitContainerControl Friend WithEvents prgMain As DevExpress.XtraWaitForm.ProgressPanel Friend WithEvents grdSongInfos As DevExpress.XtraGrid.GridControl Friend WithEvents grdvSongInfos As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents cmsSongs As ContextMenuStrip Friend WithEvents menCopy As ToolStripMenuItem Friend WithEvents menOpenFolder As ToolStripMenuItem Friend WithEvents splSongInfo As DevExpress.XtraEditors.SplitContainerControl Friend WithEvents avPlayer As AudioVideoPlayer Friend WithEvents btnSave As DevExpress.XtraBars.BarButtonItem Friend WithEvents btnPrint As DevExpress.XtraBars.BarButtonItem Friend WithEvents rpgManagement As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents SFD As SaveFileDialog Friend WithEvents splLibraryPlaylists As DevExpress.XtraEditors.SplitContainerControl Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem Friend WithEvents rpgPlaylists As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents grdPlaylist As DevExpress.XtraGrid.GridControl Friend WithEvents grdvPlaylist As DevExpress.XtraGrid.Views.Grid.GridView End Class