Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / Windows Forms

BSEtunes

Rate me:
Please Sign up or sign in to vote.
4.67/5 (11 votes)
24 Apr 2010CPOL4 min read 64.6K   4.3K   58  
BSEtunes is a MySQL based, full manageable, networkable single or multiuser jukebox application
namespace BSE.Platten.Audio
{
    partial class MainForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                if (this.m_imgBSEIcon != null)
                {
                    this.m_imgBSEIcon.Dispose();
                }
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.m_ssMain = new System.Windows.Forms.StatusStrip();
            this.m_pnlHomeDirectory = new BSE.Windows.Forms.Panel();
            this.m_lstvHomeDirectory = new BSE.Platten.Audio.WinControls.ListView();
            this.m_clmnHome_FileFullName = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnHome_TrackNumber = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnHome_Interpret = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnHome_Album = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnHome_Title = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnHome_Duration = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnHome_Genre = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnHome_Year = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_splHomeDirectory = new BSE.Windows.Forms.Splitter();
            this.m_trvHomeDirectory = new System.Windows.Forms.TreeView();
            this.m_imgMain = new System.Windows.Forms.ImageList(this.components);
            this.m_splListViews = new BSE.Windows.Forms.Splitter();
            this.m_pnlImportDirectory = new BSE.Windows.Forms.Panel();
            this.m_lstvImportDirectory = new BSE.Platten.Audio.WinControls.ListView();
            this.m_clmnFileFullName = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnTrackNumber = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnInterpret = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnAlbum = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnTitle = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnDuration = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnGenre = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_clmnYear = new BSE.Platten.Audio.WinControls.ColumnHeader();
            this.m_splImportDirectory = new BSE.Windows.Forms.Splitter();
            this.m_trvImportDirectory = new System.Windows.Forms.TreeView();
            this.m_pnlAction = new System.Windows.Forms.Panel();
            this.m_btnAllTracksOk = new System.Windows.Forms.Button();
            this.m_btnCancel = new System.Windows.Forms.Button();
            this.m_btnSelectedTracksOK = new System.Windows.Forms.Button();
            this.m_tsMain = new System.Windows.Forms.ToolStrip();
            this.m_lblAddress = new System.Windows.Forms.ToolStripLabel();
            this.m_cboAddress = new System.Windows.Forms.ToolStripComboBox();
            this.m_btnGotoAddress = new System.Windows.Forms.ToolStripButton();
            this.m_btnOpenFolder = new System.Windows.Forms.ToolStripButton();
            this.m_btnBearbeiten_CopyAll = new System.Windows.Forms.ToolStripButton();
            this.m_btnBearbeiten_ImportAll = new System.Windows.Forms.ToolStripButton();
            this.m_mainMenu = new System.Windows.Forms.MenuStrip();
            this.m_mnuDatei = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuDatei_OpenDirectory = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuDatei_Separator = new System.Windows.Forms.ToolStripSeparator();
            this.m_mnuDatei_End = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuBearbeiten = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuBearbeiten_CopyAll = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuBearbeiten_ImportAll = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuExtras = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuExtras_Optionen = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuHelp_HelpContent = new System.Windows.Forms.ToolStripMenuItem();
            this.m_fldDlgOpenDirectory = new System.Windows.Forms.FolderBrowserDialog();
            this.m_Configuration = new BSE.Configuration.Configuration();
            this.m_settings = new BSE.Configuration.Configuration();
            this.m_lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.ContentPanel.SuspendLayout();
            this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.m_ssMain.SuspendLayout();
            this.m_pnlHomeDirectory.SuspendLayout();
            this.m_pnlImportDirectory.SuspendLayout();
            this.m_pnlAction.SuspendLayout();
            this.m_tsMain.SuspendLayout();
            this.m_mainMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // ContentPanel
            // 
            this.ContentPanel.AccessibleDescription = null;
            this.ContentPanel.AccessibleName = null;
            resources.ApplyResources(this.ContentPanel, "ContentPanel");
            this.ContentPanel.BackgroundImage = null;
            this.ContentPanel.Controls.Add(this.toolStripContainer1);
            this.ContentPanel.Font = null;
            // 
            // toolStripContainer1
            // 
            this.toolStripContainer1.AccessibleDescription = null;
            this.toolStripContainer1.AccessibleName = null;
            resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1");
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            this.toolStripContainer1.BottomToolStripPanel.AccessibleDescription = null;
            this.toolStripContainer1.BottomToolStripPanel.AccessibleName = null;
            this.toolStripContainer1.BottomToolStripPanel.BackgroundImage = null;
            resources.ApplyResources(this.toolStripContainer1.BottomToolStripPanel, "toolStripContainer1.BottomToolStripPanel");
            this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.m_ssMain);
            this.toolStripContainer1.BottomToolStripPanel.Font = null;
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.AccessibleDescription = null;
            this.toolStripContainer1.ContentPanel.AccessibleName = null;
            resources.ApplyResources(this.toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
            this.toolStripContainer1.ContentPanel.BackColor = System.Drawing.Color.Transparent;
            this.toolStripContainer1.ContentPanel.BackgroundImage = null;
            this.toolStripContainer1.ContentPanel.Controls.Add(this.m_pnlHomeDirectory);
            this.toolStripContainer1.ContentPanel.Controls.Add(this.m_splListViews);
            this.toolStripContainer1.ContentPanel.Controls.Add(this.m_pnlImportDirectory);
            this.toolStripContainer1.ContentPanel.Controls.Add(this.m_pnlAction);
            this.toolStripContainer1.ContentPanel.Font = null;
            this.toolStripContainer1.Font = null;
            // 
            // toolStripContainer1.LeftToolStripPanel
            // 
            this.toolStripContainer1.LeftToolStripPanel.AccessibleDescription = null;
            this.toolStripContainer1.LeftToolStripPanel.AccessibleName = null;
            this.toolStripContainer1.LeftToolStripPanel.BackgroundImage = null;
            resources.ApplyResources(this.toolStripContainer1.LeftToolStripPanel, "toolStripContainer1.LeftToolStripPanel");
            this.toolStripContainer1.LeftToolStripPanel.Font = null;
            this.toolStripContainer1.Name = "toolStripContainer1";
            // 
            // toolStripContainer1.RightToolStripPanel
            // 
            this.toolStripContainer1.RightToolStripPanel.AccessibleDescription = null;
            this.toolStripContainer1.RightToolStripPanel.AccessibleName = null;
            this.toolStripContainer1.RightToolStripPanel.BackgroundImage = null;
            resources.ApplyResources(this.toolStripContainer1.RightToolStripPanel, "toolStripContainer1.RightToolStripPanel");
            this.toolStripContainer1.RightToolStripPanel.Font = null;
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.AccessibleDescription = null;
            this.toolStripContainer1.TopToolStripPanel.AccessibleName = null;
            this.toolStripContainer1.TopToolStripPanel.BackgroundImage = null;
            resources.ApplyResources(this.toolStripContainer1.TopToolStripPanel, "toolStripContainer1.TopToolStripPanel");
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.m_tsMain);
            this.toolStripContainer1.TopToolStripPanel.Font = null;
            // 
            // m_ssMain
            // 
            this.m_ssMain.AccessibleDescription = null;
            this.m_ssMain.AccessibleName = null;
            resources.ApplyResources(this.m_ssMain, "m_ssMain");
            this.m_ssMain.BackgroundImage = null;
            this.m_ssMain.Font = null;
            this.m_ssMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_lblStatus});
            this.m_ssMain.Name = "m_ssMain";
            this.m_ssMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            // 
            // m_pnlHomeDirectory
            // 
            this.m_pnlHomeDirectory.AccessibleDescription = null;
            this.m_pnlHomeDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_pnlHomeDirectory, "m_pnlHomeDirectory");
            this.m_pnlHomeDirectory.AssociatedSplitter = null;
            this.m_pnlHomeDirectory.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlHomeDirectory.BackgroundImage = null;
            this.m_pnlHomeDirectory.CaptionFont = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_pnlHomeDirectory.CaptionHeight = 27;
            this.m_pnlHomeDirectory.Controls.Add(this.m_lstvHomeDirectory);
            this.m_pnlHomeDirectory.Controls.Add(this.m_splHomeDirectory);
            this.m_pnlHomeDirectory.Controls.Add(this.m_trvHomeDirectory);
            this.m_pnlHomeDirectory.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlHomeDirectory.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlHomeDirectory.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlHomeDirectory.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlHomeDirectory.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlHomeDirectory.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlHomeDirectory.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlHomeDirectory.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlHomeDirectory.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlHomeDirectory.CustomColors.CollapsedCaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlHomeDirectory.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlHomeDirectory.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlHomeDirectory.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlHomeDirectory.Font = null;
            this.m_pnlHomeDirectory.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlHomeDirectory.Image = null;
            this.m_pnlHomeDirectory.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.m_pnlHomeDirectory.MinimumSize = new System.Drawing.Size(27, 27);
            this.m_pnlHomeDirectory.Name = "m_pnlHomeDirectory";
            this.m_pnlHomeDirectory.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            this.m_pnlHomeDirectory.ToolTipTextCloseIcon = null;
            this.m_pnlHomeDirectory.ToolTipTextExpandIconPanelCollapsed = null;
            this.m_pnlHomeDirectory.ToolTipTextExpandIconPanelExpanded = null;
            // 
            // m_lstvHomeDirectory
            // 
            this.m_lstvHomeDirectory.AccessibleDescription = null;
            this.m_lstvHomeDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_lstvHomeDirectory, "m_lstvHomeDirectory");
            this.m_lstvHomeDirectory.AllowColumnReorder = true;
            this.m_lstvHomeDirectory.AllowDrop = true;
            this.m_lstvHomeDirectory.AllowSelectAllItems = true;
            this.m_lstvHomeDirectory.AlternatingBackColor = System.Drawing.SystemColors.Window;
            this.m_lstvHomeDirectory.BackgroundImage = null;
            this.m_lstvHomeDirectory.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.m_lstvHomeDirectory.Columns.AddRange(new BSE.Platten.Audio.WinControls.ColumnHeader[] {
            this.m_clmnHome_FileFullName,
            this.m_clmnHome_TrackNumber,
            this.m_clmnHome_Interpret,
            this.m_clmnHome_Album,
            this.m_clmnHome_Title,
            this.m_clmnHome_Duration,
            this.m_clmnHome_Genre,
            this.m_clmnHome_Year});
            this.m_lstvHomeDirectory.DragDropOnlyAsEvent = true;
            this.m_lstvHomeDirectory.FitLargestItem = true;
            this.m_lstvHomeDirectory.Font = null;
            this.m_lstvHomeDirectory.Name = "m_lstvHomeDirectory";
            this.m_lstvHomeDirectory.UseCompatibleStateImageBehavior = false;
            this.m_lstvHomeDirectory.View = System.Windows.Forms.View.Details;
            this.m_lstvHomeDirectory.ListViewItemAdded += new System.EventHandler<System.EventArgs>(this.m_lstvHomeDirectory_ListViewItemAdded);
            this.m_lstvHomeDirectory.DragDrop += new System.Windows.Forms.DragEventHandler(this.m_lstvHomeDirectory_DragDrop);
            this.m_lstvHomeDirectory.SubItemEndEditing += new System.EventHandler<BSE.Windows.Forms.SubItemEndEditingEventArgs>(this.m_lstvHomeDirectory_SubItemEndEditing);
            this.m_lstvHomeDirectory.MouseUp += new System.Windows.Forms.MouseEventHandler(this.m_lstvHomeDirectory_MouseUp);
            this.m_lstvHomeDirectory.SelectedIndexChanged += new System.EventHandler(this.m_lstvHomeDirectory_SelectedIndexChanged);
            this.m_lstvHomeDirectory.ListViewItemRemoved += new System.EventHandler<System.EventArgs>(this.m_lstvHomeDirectory_ListViewItemRemoved);
            this.m_lstvHomeDirectory.KeyUp += new System.Windows.Forms.KeyEventHandler(this.m_lstvHomeDirectory_KeyUp);
            // 
            // m_clmnHome_FileFullName
            // 
            this.m_clmnHome_FileFullName.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnHome_FileFullName.AttribValue = "";
            this.m_clmnHome_FileFullName.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnHome_FileFullName.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.None;
            resources.ApplyResources(this.m_clmnHome_FileFullName, "m_clmnHome_FileFullName");
            // 
            // m_clmnHome_TrackNumber
            // 
            this.m_clmnHome_TrackNumber.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_DWORD;
            this.m_clmnHome_TrackNumber.AttribValue = "WM/TrackNumber";
            this.m_clmnHome_TrackNumber.EmbeddedControlType = BSE.Windows.Forms.EmbeddedControlType.TextBox;
            this.m_clmnHome_TrackNumber.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Numbers;
            this.m_clmnHome_TrackNumber.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.WMTrackNumber;
            resources.ApplyResources(this.m_clmnHome_TrackNumber, "m_clmnHome_TrackNumber");
            // 
            // m_clmnHome_Interpret
            // 
            this.m_clmnHome_Interpret.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnHome_Interpret.AttribValue = "Author";
            this.m_clmnHome_Interpret.EmbeddedControlType = BSE.Windows.Forms.EmbeddedControlType.TextBox;
            this.m_clmnHome_Interpret.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnHome_Interpret.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.Author;
            resources.ApplyResources(this.m_clmnHome_Interpret, "m_clmnHome_Interpret");
            // 
            // m_clmnHome_Album
            // 
            this.m_clmnHome_Album.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnHome_Album.AttribValue = "WM/AlbumTitle";
            this.m_clmnHome_Album.EmbeddedControlType = BSE.Windows.Forms.EmbeddedControlType.TextBox;
            this.m_clmnHome_Album.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnHome_Album.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.WMAlbumTitle;
            resources.ApplyResources(this.m_clmnHome_Album, "m_clmnHome_Album");
            // 
            // m_clmnHome_Title
            // 
            this.m_clmnHome_Title.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnHome_Title.AttribValue = "Title";
            this.m_clmnHome_Title.EmbeddedControlType = BSE.Windows.Forms.EmbeddedControlType.TextBox;
            this.m_clmnHome_Title.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnHome_Title.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.Title;
            resources.ApplyResources(this.m_clmnHome_Title, "m_clmnHome_Title");
            // 
            // m_clmnHome_Duration
            // 
            this.m_clmnHome_Duration.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_QWORD;
            this.m_clmnHome_Duration.AttribValue = "Duration";
            this.m_clmnHome_Duration.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnHome_Duration.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.Duration;
            resources.ApplyResources(this.m_clmnHome_Duration, "m_clmnHome_Duration");
            // 
            // m_clmnHome_Genre
            // 
            this.m_clmnHome_Genre.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnHome_Genre.AttribValue = "WM/Genre";
            this.m_clmnHome_Genre.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnHome_Genre.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.WMGenre;
            resources.ApplyResources(this.m_clmnHome_Genre, "m_clmnHome_Genre");
            // 
            // m_clmnHome_Year
            // 
            this.m_clmnHome_Year.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnHome_Year.AttribValue = "WM/Year";
            this.m_clmnHome_Year.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnHome_Year.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.WMYear;
            resources.ApplyResources(this.m_clmnHome_Year, "m_clmnHome_Year");
            // 
            // m_splHomeDirectory
            // 
            this.m_splHomeDirectory.AccessibleDescription = null;
            this.m_splHomeDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_splHomeDirectory, "m_splHomeDirectory");
            this.m_splHomeDirectory.BackColor = System.Drawing.Color.Transparent;
            this.m_splHomeDirectory.BackgroundImage = null;
            this.m_splHomeDirectory.Font = null;
            this.m_splHomeDirectory.Name = "m_splHomeDirectory";
            this.m_splHomeDirectory.TabStop = false;
            // 
            // m_trvHomeDirectory
            // 
            this.m_trvHomeDirectory.AccessibleDescription = null;
            this.m_trvHomeDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_trvHomeDirectory, "m_trvHomeDirectory");
            this.m_trvHomeDirectory.BackgroundImage = null;
            this.m_trvHomeDirectory.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.m_trvHomeDirectory.Font = null;
            this.m_trvHomeDirectory.ImageList = this.m_imgMain;
            this.m_trvHomeDirectory.Name = "m_trvHomeDirectory";
            this.m_trvHomeDirectory.ShowLines = false;
            // 
            // m_imgMain
            // 
            this.m_imgMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imgMain.ImageStream")));
            this.m_imgMain.TransparentColor = System.Drawing.Color.Transparent;
            this.m_imgMain.Images.SetKeyName(0, "Folder256.png");
            this.m_imgMain.Images.SetKeyName(1, "FolderOpen256.png");
            // 
            // m_splListViews
            // 
            this.m_splListViews.AccessibleDescription = null;
            this.m_splListViews.AccessibleName = null;
            resources.ApplyResources(this.m_splListViews, "m_splListViews");
            this.m_splListViews.BackColor = System.Drawing.Color.Transparent;
            this.m_splListViews.BackgroundImage = null;
            this.m_splListViews.Font = null;
            this.m_splListViews.Name = "m_splListViews";
            this.m_splListViews.TabStop = false;
            // 
            // m_pnlImportDirectory
            // 
            this.m_pnlImportDirectory.AccessibleDescription = null;
            this.m_pnlImportDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_pnlImportDirectory, "m_pnlImportDirectory");
            this.m_pnlImportDirectory.AssociatedSplitter = null;
            this.m_pnlImportDirectory.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlImportDirectory.BackgroundImage = null;
            this.m_pnlImportDirectory.CaptionFont = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_pnlImportDirectory.CaptionHeight = 27;
            this.m_pnlImportDirectory.Controls.Add(this.m_lstvImportDirectory);
            this.m_pnlImportDirectory.Controls.Add(this.m_splImportDirectory);
            this.m_pnlImportDirectory.Controls.Add(this.m_trvImportDirectory);
            this.m_pnlImportDirectory.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlImportDirectory.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlImportDirectory.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlImportDirectory.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlImportDirectory.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlImportDirectory.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlImportDirectory.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlImportDirectory.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlImportDirectory.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlImportDirectory.CustomColors.CollapsedCaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlImportDirectory.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlImportDirectory.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlImportDirectory.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlImportDirectory.Font = null;
            this.m_pnlImportDirectory.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlImportDirectory.Image = null;
            this.m_pnlImportDirectory.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.m_pnlImportDirectory.MinimumSize = new System.Drawing.Size(27, 27);
            this.m_pnlImportDirectory.Name = "m_pnlImportDirectory";
            this.m_pnlImportDirectory.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            this.m_pnlImportDirectory.ToolTipTextCloseIcon = null;
            this.m_pnlImportDirectory.ToolTipTextExpandIconPanelCollapsed = null;
            this.m_pnlImportDirectory.ToolTipTextExpandIconPanelExpanded = null;
            // 
            // m_lstvImportDirectory
            // 
            this.m_lstvImportDirectory.AccessibleDescription = null;
            this.m_lstvImportDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_lstvImportDirectory, "m_lstvImportDirectory");
            this.m_lstvImportDirectory.AllowColumnReorder = true;
            this.m_lstvImportDirectory.AllowDrag = true;
            this.m_lstvImportDirectory.AllowSelectAllItems = true;
            this.m_lstvImportDirectory.AlternatingBackColor = System.Drawing.SystemColors.Window;
            this.m_lstvImportDirectory.BackgroundImage = null;
            this.m_lstvImportDirectory.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.m_lstvImportDirectory.Columns.AddRange(new BSE.Platten.Audio.WinControls.ColumnHeader[] {
            this.m_clmnFileFullName,
            this.m_clmnTrackNumber,
            this.m_clmnInterpret,
            this.m_clmnAlbum,
            this.m_clmnTitle,
            this.m_clmnDuration,
            this.m_clmnGenre,
            this.m_clmnYear});
            this.m_lstvImportDirectory.DragDropEffects = System.Windows.Forms.DragDropEffects.Copy;
            this.m_lstvImportDirectory.FitLargestItem = true;
            this.m_lstvImportDirectory.Font = null;
            this.m_lstvImportDirectory.Name = "m_lstvImportDirectory";
            this.m_lstvImportDirectory.UseCompatibleStateImageBehavior = false;
            this.m_lstvImportDirectory.View = System.Windows.Forms.View.Details;
            this.m_lstvImportDirectory.SubItemEndEditing += new System.EventHandler<BSE.Windows.Forms.SubItemEndEditingEventArgs>(this.m_lstvImportDirectory_SubItemEndEditing);
            this.m_lstvImportDirectory.MouseUp += new System.Windows.Forms.MouseEventHandler(this.m_lstvImportDirectory_MouseUp);
            this.m_lstvImportDirectory.SelectedIndexChanged += new System.EventHandler(this.m_lstvImportDirectory_SelectedIndexChanged);
            this.m_lstvImportDirectory.KeyUp += new System.Windows.Forms.KeyEventHandler(this.m_lstvImportDirectory_KeyUp);
            // 
            // m_clmnFileFullName
            // 
            this.m_clmnFileFullName.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_DWORD;
            this.m_clmnFileFullName.AttribValue = null;
            this.m_clmnFileFullName.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnFileFullName.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.None;
            resources.ApplyResources(this.m_clmnFileFullName, "m_clmnFileFullName");
            // 
            // m_clmnTrackNumber
            // 
            this.m_clmnTrackNumber.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnTrackNumber.AttribValue = "WM/TrackNumber";
            this.m_clmnTrackNumber.EmbeddedControlType = BSE.Windows.Forms.EmbeddedControlType.TextBox;
            this.m_clmnTrackNumber.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Numbers;
            this.m_clmnTrackNumber.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.WMTrackNumber;
            resources.ApplyResources(this.m_clmnTrackNumber, "m_clmnTrackNumber");
            // 
            // m_clmnInterpret
            // 
            this.m_clmnInterpret.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnInterpret.AttribValue = "Author";
            this.m_clmnInterpret.EmbeddedControlType = BSE.Windows.Forms.EmbeddedControlType.TextBox;
            this.m_clmnInterpret.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnInterpret.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.Author;
            resources.ApplyResources(this.m_clmnInterpret, "m_clmnInterpret");
            // 
            // m_clmnAlbum
            // 
            this.m_clmnAlbum.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnAlbum.AttribValue = "WM/AlbumTitle";
            this.m_clmnAlbum.EmbeddedControlType = BSE.Windows.Forms.EmbeddedControlType.TextBox;
            this.m_clmnAlbum.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnAlbum.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.WMAlbumTitle;
            resources.ApplyResources(this.m_clmnAlbum, "m_clmnAlbum");
            // 
            // m_clmnTitle
            // 
            this.m_clmnTitle.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnTitle.AttribValue = "Title";
            this.m_clmnTitle.EmbeddedControlType = BSE.Windows.Forms.EmbeddedControlType.TextBox;
            this.m_clmnTitle.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnTitle.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.Title;
            resources.ApplyResources(this.m_clmnTitle, "m_clmnTitle");
            // 
            // m_clmnDuration
            // 
            this.m_clmnDuration.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_QWORD;
            this.m_clmnDuration.AttribValue = "Duration";
            this.m_clmnDuration.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnDuration.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.Duration;
            resources.ApplyResources(this.m_clmnDuration, "m_clmnDuration");
            // 
            // m_clmnGenre
            // 
            this.m_clmnGenre.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnGenre.AttribValue = "WM/Genre";
            this.m_clmnGenre.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnGenre.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.WMGenre;
            resources.ApplyResources(this.m_clmnGenre, "m_clmnGenre");
            // 
            // m_clmnYear
            // 
            this.m_clmnYear.AttribDataType = BSE.Platten.Audio.WMFSDK.WMT_ATTR_DATATYPE.WMT_TYPE_STRING;
            this.m_clmnYear.AttribValue = "WM/Year";
            this.m_clmnYear.ListViewComparer = BSE.Windows.Forms.ListViewComparer.Strings;
            this.m_clmnYear.MetaDataPropertyName = BSE.Platten.Audio.MetadataPropertyName.WMYear;
            resources.ApplyResources(this.m_clmnYear, "m_clmnYear");
            // 
            // m_splImportDirectory
            // 
            this.m_splImportDirectory.AccessibleDescription = null;
            this.m_splImportDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_splImportDirectory, "m_splImportDirectory");
            this.m_splImportDirectory.BackColor = System.Drawing.Color.Transparent;
            this.m_splImportDirectory.BackgroundImage = null;
            this.m_splImportDirectory.Font = null;
            this.m_splImportDirectory.Name = "m_splImportDirectory";
            this.m_splImportDirectory.TabStop = false;
            // 
            // m_trvImportDirectory
            // 
            this.m_trvImportDirectory.AccessibleDescription = null;
            this.m_trvImportDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_trvImportDirectory, "m_trvImportDirectory");
            this.m_trvImportDirectory.BackgroundImage = null;
            this.m_trvImportDirectory.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.m_trvImportDirectory.Font = null;
            this.m_trvImportDirectory.ImageList = this.m_imgMain;
            this.m_trvImportDirectory.Name = "m_trvImportDirectory";
            this.m_trvImportDirectory.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.m_trvImportDirectory_AfterSelect);
            // 
            // m_pnlAction
            // 
            this.m_pnlAction.AccessibleDescription = null;
            this.m_pnlAction.AccessibleName = null;
            resources.ApplyResources(this.m_pnlAction, "m_pnlAction");
            this.m_pnlAction.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlAction.BackgroundImage = null;
            this.m_pnlAction.Controls.Add(this.m_btnAllTracksOk);
            this.m_pnlAction.Controls.Add(this.m_btnCancel);
            this.m_pnlAction.Controls.Add(this.m_btnSelectedTracksOK);
            this.m_pnlAction.Font = null;
            this.m_pnlAction.Name = "m_pnlAction";
            // 
            // m_btnAllTracksOk
            // 
            this.m_btnAllTracksOk.AccessibleDescription = null;
            this.m_btnAllTracksOk.AccessibleName = null;
            resources.ApplyResources(this.m_btnAllTracksOk, "m_btnAllTracksOk");
            this.m_btnAllTracksOk.BackgroundImage = null;
            this.m_btnAllTracksOk.Font = null;
            this.m_btnAllTracksOk.Name = "m_btnAllTracksOk";
            this.m_btnAllTracksOk.UseVisualStyleBackColor = true;
            this.m_btnAllTracksOk.Click += new System.EventHandler(this.ButtonAllTracksOk_Click);
            // 
            // m_btnCancel
            // 
            this.m_btnCancel.AccessibleDescription = null;
            this.m_btnCancel.AccessibleName = null;
            resources.ApplyResources(this.m_btnCancel, "m_btnCancel");
            this.m_btnCancel.BackgroundImage = null;
            this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.m_btnCancel.Font = null;
            this.m_btnCancel.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_btnCancel.Name = "m_btnCancel";
            this.m_btnCancel.UseVisualStyleBackColor = true;
            // 
            // m_btnSelectedTracksOK
            // 
            this.m_btnSelectedTracksOK.AccessibleDescription = null;
            this.m_btnSelectedTracksOK.AccessibleName = null;
            resources.ApplyResources(this.m_btnSelectedTracksOK, "m_btnSelectedTracksOK");
            this.m_btnSelectedTracksOK.BackgroundImage = null;
            this.m_btnSelectedTracksOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.m_btnSelectedTracksOK.Font = null;
            this.m_btnSelectedTracksOK.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_btnSelectedTracksOK.Name = "m_btnSelectedTracksOK";
            this.m_btnSelectedTracksOK.UseVisualStyleBackColor = true;
            this.m_btnSelectedTracksOK.Click += new System.EventHandler(this.ButtonSelectedTracksOKClick);
            // 
            // m_tsMain
            // 
            this.m_tsMain.AccessibleDescription = null;
            this.m_tsMain.AccessibleName = null;
            resources.ApplyResources(this.m_tsMain, "m_tsMain");
            this.m_tsMain.BackgroundImage = null;
            this.m_tsMain.Font = null;
            this.m_tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.m_tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_lblAddress,
            this.m_cboAddress,
            this.m_btnGotoAddress,
            this.m_btnOpenFolder,
            this.m_btnBearbeiten_CopyAll,
            this.m_btnBearbeiten_ImportAll});
            this.m_tsMain.Name = "m_tsMain";
            this.m_tsMain.Stretch = true;
            // 
            // m_lblAddress
            // 
            this.m_lblAddress.AccessibleDescription = null;
            this.m_lblAddress.AccessibleName = null;
            resources.ApplyResources(this.m_lblAddress, "m_lblAddress");
            this.m_lblAddress.BackgroundImage = null;
            this.m_lblAddress.Name = "m_lblAddress";
            // 
            // m_cboAddress
            // 
            this.m_cboAddress.AccessibleDescription = null;
            this.m_cboAddress.AccessibleName = null;
            this.m_cboAddress.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.m_cboAddress.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
            resources.ApplyResources(this.m_cboAddress, "m_cboAddress");
            this.m_cboAddress.Name = "m_cboAddress";
            this.m_cboAddress.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_cboAddress_KeyDown);
            this.m_cboAddress.TextChanged += new System.EventHandler(this.m_cboAddress_TextChanged);
            // 
            // m_btnGotoAddress
            // 
            this.m_btnGotoAddress.AccessibleDescription = null;
            this.m_btnGotoAddress.AccessibleName = null;
            resources.ApplyResources(this.m_btnGotoAddress, "m_btnGotoAddress");
            this.m_btnGotoAddress.BackgroundImage = null;
            this.m_btnGotoAddress.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.m_btnGotoAddress.Image = global::BSE.Platten.Audio.Properties.Resources.GoLtrHS;
            this.m_btnGotoAddress.Name = "m_btnGotoAddress";
            this.m_btnGotoAddress.Click += new System.EventHandler(this.m_btnGotoAddress_Click);
            // 
            // m_btnOpenFolder
            // 
            this.m_btnOpenFolder.AccessibleDescription = null;
            this.m_btnOpenFolder.AccessibleName = null;
            resources.ApplyResources(this.m_btnOpenFolder, "m_btnOpenFolder");
            this.m_btnOpenFolder.BackgroundImage = null;
            this.m_btnOpenFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.m_btnOpenFolder.Image = global::BSE.Platten.Audio.Properties.Resources.FolderFind;
            this.m_btnOpenFolder.Name = "m_btnOpenFolder";
            this.m_btnOpenFolder.Click += new System.EventHandler(this.m_mnuDatei_OpenDirectory_Click);
            // 
            // m_btnBearbeiten_CopyAll
            // 
            this.m_btnBearbeiten_CopyAll.AccessibleDescription = null;
            this.m_btnBearbeiten_CopyAll.AccessibleName = null;
            resources.ApplyResources(this.m_btnBearbeiten_CopyAll, "m_btnBearbeiten_CopyAll");
            this.m_btnBearbeiten_CopyAll.BackgroundImage = null;
            this.m_btnBearbeiten_CopyAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.m_btnBearbeiten_CopyAll.Image = global::BSE.Platten.Audio.Properties.Resources.FillDownHS;
            this.m_btnBearbeiten_CopyAll.Name = "m_btnBearbeiten_CopyAll";
            this.m_btnBearbeiten_CopyAll.Click += new System.EventHandler(this.m_mnuBearbeiten_CopyAll_Click);
            // 
            // m_btnBearbeiten_ImportAll
            // 
            this.m_btnBearbeiten_ImportAll.AccessibleDescription = null;
            this.m_btnBearbeiten_ImportAll.AccessibleName = null;
            resources.ApplyResources(this.m_btnBearbeiten_ImportAll, "m_btnBearbeiten_ImportAll");
            this.m_btnBearbeiten_ImportAll.BackgroundImage = null;
            this.m_btnBearbeiten_ImportAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.m_btnBearbeiten_ImportAll.Image = global::BSE.Platten.Audio.Properties.Resources.FillLeftHS;
            this.m_btnBearbeiten_ImportAll.Name = "m_btnBearbeiten_ImportAll";
            this.m_btnBearbeiten_ImportAll.Click += new System.EventHandler(this.m_mnuBearbeiten_ImportAll_Click);
            // 
            // m_mainMenu
            // 
            this.m_mainMenu.AccessibleDescription = null;
            this.m_mainMenu.AccessibleName = null;
            resources.ApplyResources(this.m_mainMenu, "m_mainMenu");
            this.m_mainMenu.BackgroundImage = null;
            this.m_mainMenu.Font = null;
            this.m_mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuDatei,
            this.m_mnuBearbeiten,
            this.m_mnuExtras,
            this.m_mnuHelp});
            this.m_mainMenu.Name = "m_mainMenu";
            // 
            // m_mnuDatei
            // 
            this.m_mnuDatei.AccessibleDescription = null;
            this.m_mnuDatei.AccessibleName = null;
            resources.ApplyResources(this.m_mnuDatei, "m_mnuDatei");
            this.m_mnuDatei.BackgroundImage = null;
            this.m_mnuDatei.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuDatei_OpenDirectory,
            this.m_mnuDatei_Separator,
            this.m_mnuDatei_End});
            this.m_mnuDatei.Name = "m_mnuDatei";
            this.m_mnuDatei.ShortcutKeyDisplayString = null;
            // 
            // m_mnuDatei_OpenDirectory
            // 
            this.m_mnuDatei_OpenDirectory.AccessibleDescription = null;
            this.m_mnuDatei_OpenDirectory.AccessibleName = null;
            resources.ApplyResources(this.m_mnuDatei_OpenDirectory, "m_mnuDatei_OpenDirectory");
            this.m_mnuDatei_OpenDirectory.BackgroundImage = null;
            this.m_mnuDatei_OpenDirectory.Image = global::BSE.Platten.Audio.Properties.Resources.FolderFind;
            this.m_mnuDatei_OpenDirectory.Name = "m_mnuDatei_OpenDirectory";
            this.m_mnuDatei_OpenDirectory.ShortcutKeyDisplayString = null;
            this.m_mnuDatei_OpenDirectory.Click += new System.EventHandler(this.m_mnuDatei_OpenDirectory_Click);
            // 
            // m_mnuDatei_Separator
            // 
            this.m_mnuDatei_Separator.AccessibleDescription = null;
            this.m_mnuDatei_Separator.AccessibleName = null;
            resources.ApplyResources(this.m_mnuDatei_Separator, "m_mnuDatei_Separator");
            this.m_mnuDatei_Separator.Name = "m_mnuDatei_Separator";
            // 
            // m_mnuDatei_End
            // 
            this.m_mnuDatei_End.AccessibleDescription = null;
            this.m_mnuDatei_End.AccessibleName = null;
            resources.ApplyResources(this.m_mnuDatei_End, "m_mnuDatei_End");
            this.m_mnuDatei_End.BackgroundImage = null;
            this.m_mnuDatei_End.Name = "m_mnuDatei_End";
            this.m_mnuDatei_End.ShortcutKeyDisplayString = null;
            this.m_mnuDatei_End.Click += new System.EventHandler(this.m_mnuDatei_End_Click);
            // 
            // m_mnuBearbeiten
            // 
            this.m_mnuBearbeiten.AccessibleDescription = null;
            this.m_mnuBearbeiten.AccessibleName = null;
            resources.ApplyResources(this.m_mnuBearbeiten, "m_mnuBearbeiten");
            this.m_mnuBearbeiten.BackgroundImage = null;
            this.m_mnuBearbeiten.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuBearbeiten_CopyAll,
            this.m_mnuBearbeiten_ImportAll});
            this.m_mnuBearbeiten.Name = "m_mnuBearbeiten";
            this.m_mnuBearbeiten.ShortcutKeyDisplayString = null;
            // 
            // m_mnuBearbeiten_CopyAll
            // 
            this.m_mnuBearbeiten_CopyAll.AccessibleDescription = null;
            this.m_mnuBearbeiten_CopyAll.AccessibleName = null;
            resources.ApplyResources(this.m_mnuBearbeiten_CopyAll, "m_mnuBearbeiten_CopyAll");
            this.m_mnuBearbeiten_CopyAll.BackgroundImage = null;
            this.m_mnuBearbeiten_CopyAll.Image = global::BSE.Platten.Audio.Properties.Resources.FillDownHS;
            this.m_mnuBearbeiten_CopyAll.Name = "m_mnuBearbeiten_CopyAll";
            this.m_mnuBearbeiten_CopyAll.ShortcutKeyDisplayString = null;
            this.m_mnuBearbeiten_CopyAll.Click += new System.EventHandler(this.m_mnuBearbeiten_CopyAll_Click);
            // 
            // m_mnuBearbeiten_ImportAll
            // 
            this.m_mnuBearbeiten_ImportAll.AccessibleDescription = null;
            this.m_mnuBearbeiten_ImportAll.AccessibleName = null;
            resources.ApplyResources(this.m_mnuBearbeiten_ImportAll, "m_mnuBearbeiten_ImportAll");
            this.m_mnuBearbeiten_ImportAll.BackgroundImage = null;
            this.m_mnuBearbeiten_ImportAll.Image = global::BSE.Platten.Audio.Properties.Resources.FillLeftHS;
            this.m_mnuBearbeiten_ImportAll.Name = "m_mnuBearbeiten_ImportAll";
            this.m_mnuBearbeiten_ImportAll.ShortcutKeyDisplayString = null;
            this.m_mnuBearbeiten_ImportAll.Click += new System.EventHandler(this.m_mnuBearbeiten_ImportAll_Click);
            // 
            // m_mnuExtras
            // 
            this.m_mnuExtras.AccessibleDescription = null;
            this.m_mnuExtras.AccessibleName = null;
            resources.ApplyResources(this.m_mnuExtras, "m_mnuExtras");
            this.m_mnuExtras.BackgroundImage = null;
            this.m_mnuExtras.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuExtras_Optionen});
            this.m_mnuExtras.Name = "m_mnuExtras";
            this.m_mnuExtras.ShortcutKeyDisplayString = null;
            // 
            // m_mnuExtras_Optionen
            // 
            this.m_mnuExtras_Optionen.AccessibleDescription = null;
            this.m_mnuExtras_Optionen.AccessibleName = null;
            resources.ApplyResources(this.m_mnuExtras_Optionen, "m_mnuExtras_Optionen");
            this.m_mnuExtras_Optionen.BackgroundImage = null;
            this.m_mnuExtras_Optionen.Image = global::BSE.Platten.Audio.Properties.Resources.OptionsHS;
            this.m_mnuExtras_Optionen.Name = "m_mnuExtras_Optionen";
            this.m_mnuExtras_Optionen.ShortcutKeyDisplayString = null;
            this.m_mnuExtras_Optionen.Click += new System.EventHandler(this.m_mnuExtras_Optionen_Click);
            // 
            // m_mnuHelp
            // 
            this.m_mnuHelp.AccessibleDescription = null;
            this.m_mnuHelp.AccessibleName = null;
            resources.ApplyResources(this.m_mnuHelp, "m_mnuHelp");
            this.m_mnuHelp.BackgroundImage = null;
            this.m_mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuHelp_HelpContent});
            this.m_mnuHelp.Name = "m_mnuHelp";
            this.m_mnuHelp.ShortcutKeyDisplayString = null;
            // 
            // m_mnuHelp_HelpContent
            // 
            this.m_mnuHelp_HelpContent.AccessibleDescription = null;
            this.m_mnuHelp_HelpContent.AccessibleName = null;
            resources.ApplyResources(this.m_mnuHelp_HelpContent, "m_mnuHelp_HelpContent");
            this.m_mnuHelp_HelpContent.BackgroundImage = null;
            this.m_mnuHelp_HelpContent.Name = "m_mnuHelp_HelpContent";
            this.m_mnuHelp_HelpContent.ShortcutKeyDisplayString = null;
            // 
            // m_fldDlgOpenDirectory
            // 
            resources.ApplyResources(this.m_fldDlgOpenDirectory, "m_fldDlgOpenDirectory");
            this.m_fldDlgOpenDirectory.ShowNewFolderButton = false;
            // 
            // m_Configuration
            // 
            this.m_Configuration.ApplicationSubDirectory = null;
            // 
            // m_settings
            // 
            this.m_settings.ApplicationSubDirectory = null;
            // 
            // m_lblStatus
            // 
            this.m_lblStatus.AccessibleDescription = null;
            this.m_lblStatus.AccessibleName = null;
            resources.ApplyResources(this.m_lblStatus, "m_lblStatus");
            this.m_lblStatus.BackgroundImage = null;
            this.m_lblStatus.Name = "m_lblStatus";
            // 
            // MainForm
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.m_mainMenu);
            this.Font = null;
            this.Icon = null;
            this.MainMenuStrip = this.m_mainMenu;
            this.Name = "MainForm";
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.CMain_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CMain_FormClosed);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CMain_FormClosing);
            this.Controls.SetChildIndex(this.m_mainMenu, 0);
            this.Controls.SetChildIndex(this.ContentPanel, 0);
            this.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.m_ssMain.ResumeLayout(false);
            this.m_ssMain.PerformLayout();
            this.m_pnlHomeDirectory.ResumeLayout(false);
            this.m_pnlImportDirectory.ResumeLayout(false);
            this.m_pnlAction.ResumeLayout(false);
            this.m_tsMain.ResumeLayout(false);
            this.m_tsMain.PerformLayout();
            this.m_mainMenu.ResumeLayout(false);
            this.m_mainMenu.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip m_mainMenu;
        private System.Windows.Forms.ToolStripMenuItem m_mnuDatei;
        private System.Windows.Forms.ToolStripMenuItem m_mnuDatei_OpenDirectory;
        private System.Windows.Forms.ToolStripSeparator m_mnuDatei_Separator;
        private System.Windows.Forms.ToolStripMenuItem m_mnuDatei_End;
        private System.Windows.Forms.ToolStripMenuItem m_mnuBearbeiten;
        private System.Windows.Forms.ToolStripMenuItem m_mnuBearbeiten_CopyAll;
        private System.Windows.Forms.ToolStripMenuItem m_mnuBearbeiten_ImportAll;
        private System.Windows.Forms.ToolStripMenuItem m_mnuExtras;
        private System.Windows.Forms.ToolStripMenuItem m_mnuExtras_Optionen;
        private System.Windows.Forms.ToolStripMenuItem m_mnuHelp;
        private System.Windows.Forms.ToolStripMenuItem m_mnuHelp_HelpContent;
        private System.Windows.Forms.ToolStrip m_tsMain;
        private System.Windows.Forms.ToolStripContainer toolStripContainer1;
        private System.Windows.Forms.StatusStrip m_ssMain;
        private System.Windows.Forms.ToolStripButton m_btnOpenFolder;
        private BSE.Windows.Forms.Panel m_pnlHomeDirectory;
        private BSE.Windows.Forms.Panel m_pnlImportDirectory;
        private System.Windows.Forms.TreeView m_trvImportDirectory;
        private System.Windows.Forms.Panel m_pnlAction;
        private System.Windows.Forms.Button m_btnSelectedTracksOK;
        private BSE.Windows.Forms.Splitter m_splHomeDirectory;
        private System.Windows.Forms.TreeView m_trvHomeDirectory;
        private BSE.Windows.Forms.Splitter m_splImportDirectory;
        private System.Windows.Forms.Button m_btnCancel;
        private BSE.Platten.Audio.WinControls.ListView m_lstvHomeDirectory;
        private BSE.Platten.Audio.WinControls.ListView m_lstvImportDirectory;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnFileFullName;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnTrackNumber;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnHome_FileFullName;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnHome_TrackNumber;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnHome_Interpret;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnHome_Album;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnHome_Title;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnHome_Duration;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnHome_Genre;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnHome_Year;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnInterpret;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnAlbum;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnTitle;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnDuration;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnGenre;
        private BSE.Platten.Audio.WinControls.ColumnHeader m_clmnYear;
        private System.Windows.Forms.FolderBrowserDialog m_fldDlgOpenDirectory;
        private BSE.Configuration.Configuration m_Configuration;
        private BSE.Windows.Forms.Splitter m_splListViews;
        private System.Windows.Forms.ImageList m_imgMain;
        private BSE.Configuration.Configuration m_settings;
        private System.Windows.Forms.ToolStripButton m_btnBearbeiten_CopyAll;
        private System.Windows.Forms.ToolStripButton m_btnBearbeiten_ImportAll;
        private System.Windows.Forms.ToolStripLabel m_lblAddress;
        private System.Windows.Forms.ToolStripComboBox m_cboAddress;
        private System.Windows.Forms.ToolStripButton m_btnGotoAddress;
        private System.Windows.Forms.Button m_btnAllTracksOk;
        private System.Windows.Forms.ToolStripStatusLabel m_lblStatus;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions