コード例 #1
0
ファイル: frmMain.cs プロジェクト: dbose/raagahacker
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMain));
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblAlbum = new System.Windows.Forms.Label();
     this.lblMusicComposer = new System.Windows.Forms.Label();
     this.lblArtist = new System.Windows.Forms.Label();
     this.lblSongTitle = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblSongs = new System.Windows.Forms.Label();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pnlDeepGrey = new System.Windows.Forms.Panel();
     this.pnlWhite = new System.Windows.Forms.Panel();
     this.pnlBlue = new System.Windows.Forms.Panel();
     this.pnlGrey = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.ctlRaagaBrowser = new AxSHDocVw.AxWebBrowser();
     this.c1OutBar1 = new C1.Win.C1Command.C1OutBar();
     this.c1OutPage1 = new C1.Win.C1Command.C1OutPage();
     this.c1ToolBar1 = new C1.Win.C1Command.C1ToolBar();
     this.lnkRaagaHome = new C1.Win.C1Command.C1CommandLink();
     this.cmdRaagaHome = new C1.Win.C1Command.C1Command();
     this.lnkMyRaagaLogIn = new C1.Win.C1Command.C1CommandLink();
     this.cmdMyRaagaLogin = new C1.Win.C1Command.C1Command();
     this.lnkMusicDirectory = new C1.Win.C1Command.C1CommandLink();
     this.cmdMusicDirectory = new C1.Win.C1Command.C1Command();
     this.c1CommandLink1 = new C1.Win.C1Command.C1CommandLink();
     this.cmdSettings = new C1.Win.C1Command.C1Command();
     this.c1CommandLink3 = new C1.Win.C1Command.C1CommandLink();
     this.cmdAdSignatures = new C1.Win.C1Command.C1Command();
     this.c1CommandLink4 = new C1.Win.C1Command.C1CommandLink();
     this.cmdGuidedTour = new C1.Win.C1Command.C1Command();
     this.c1CommandLink2 = new C1.Win.C1Command.C1CommandLink();
     this.cmdAboutMe = new C1.Win.C1Command.C1Command();
     this.c1CommandHolder1 = new C1.Win.C1Command.C1CommandHolder();
     this.tnVolume = new System.Windows.Forms.TrackBar();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlRaagaBrowser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1OutBar1)).BeginInit();
     this.c1OutBar1.SuspendLayout();
     this.c1OutPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tnVolume)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.tnVolume);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.lblSongs);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.pnlDeepGrey);
     this.panel1.Controls.Add(this.pnlWhite);
     this.panel1.Controls.Add(this.pnlBlue);
     this.panel1.Controls.Add(this.pnlGrey);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Location = new System.Drawing.Point(88, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(536, 536);
     this.panel1.TabIndex = 1;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lblAlbum);
     this.groupBox1.Controls.Add(this.lblMusicComposer);
     this.groupBox1.Controls.Add(this.lblArtist);
     this.groupBox1.Controls.Add(this.lblSongTitle);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(96, 360);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(344, 96);
     this.groupBox1.TabIndex = 18;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Current Song Details ";
     //
     // lblAlbum
     //
     this.lblAlbum.Location = new System.Drawing.Point(120, 64);
     this.lblAlbum.Name = "lblAlbum";
     this.lblAlbum.Size = new System.Drawing.Size(184, 16);
     this.lblAlbum.TabIndex = 23;
     this.lblAlbum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblMusicComposer
     //
     this.lblMusicComposer.Location = new System.Drawing.Point(120, 48);
     this.lblMusicComposer.Name = "lblMusicComposer";
     this.lblMusicComposer.Size = new System.Drawing.Size(184, 16);
     this.lblMusicComposer.TabIndex = 22;
     this.lblMusicComposer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblArtist
     //
     this.lblArtist.Location = new System.Drawing.Point(120, 32);
     this.lblArtist.Name = "lblArtist";
     this.lblArtist.Size = new System.Drawing.Size(184, 16);
     this.lblArtist.TabIndex = 21;
     this.lblArtist.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblSongTitle
     //
     this.lblSongTitle.Location = new System.Drawing.Point(120, 16);
     this.lblSongTitle.Name = "lblSongTitle";
     this.lblSongTitle.Size = new System.Drawing.Size(184, 16);
     this.lblSongTitle.TabIndex = 20;
     this.lblSongTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location = new System.Drawing.Point(8, 64);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(104, 16);
     this.label4.TabIndex = 19;
     this.label4.Text = "Album :";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location = new System.Drawing.Point(8, 48);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 18;
     this.label3.Text = "Music Composer :";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 17;
     this.label2.Text = "Artist :";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(104, 16);
     this.label1.TabIndex = 16;
     this.label1.Text = "Song Title : ";
     //
     // lblSongs
     //
     this.lblSongs.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblSongs.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblSongs.Location = new System.Drawing.Point(488, 360);
     this.lblSongs.Name = "lblSongs";
     this.lblSongs.Size = new System.Drawing.Size(32, 16);
     this.lblSongs.TabIndex = 17;
     this.lblSongs.Text = "pp";
     this.lblSongs.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // pictureBox2
     //
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(8, 352);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(88, 104);
     this.pictureBox2.TabIndex = 8;
     this.pictureBox2.TabStop = false;
     //
     // pnlDeepGrey
     //
     this.pnlDeepGrey.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(102)), ((System.Byte)(102)), ((System.Byte)(102)));
     this.pnlDeepGrey.Location = new System.Drawing.Point(232, 54);
     this.pnlDeepGrey.Name = "pnlDeepGrey";
     this.pnlDeepGrey.Size = new System.Drawing.Size(304, 27);
     this.pnlDeepGrey.TabIndex = 7;
     //
     // pnlWhite
     //
     this.pnlWhite.BackColor = System.Drawing.Color.White;
     this.pnlWhite.Location = new System.Drawing.Point(232, 36);
     this.pnlWhite.Name = "pnlWhite";
     this.pnlWhite.Size = new System.Drawing.Size(304, 18);
     this.pnlWhite.TabIndex = 6;
     //
     // pnlBlue
     //
     this.pnlBlue.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.pnlBlue.Location = new System.Drawing.Point(232, 14);
     this.pnlBlue.Name = "pnlBlue";
     this.pnlBlue.Size = new System.Drawing.Size(304, 22);
     this.pnlBlue.TabIndex = 5;
     //
     // pnlGrey
     //
     this.pnlGrey.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(230)), ((System.Byte)(230)));
     this.pnlGrey.Location = new System.Drawing.Point(232, 0);
     this.pnlGrey.Name = "pnlGrey";
     this.pnlGrey.Size = new System.Drawing.Size(304, 14);
     this.pnlGrey.TabIndex = 4;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(102)), ((System.Byte)(102)), ((System.Byte)(102)));
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(232, 81);
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop = false;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.ctlRaagaBrowser);
     this.panel2.Location = new System.Drawing.Point(0, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(536, 264);
     this.panel2.TabIndex = 2;
     //
     // ctlRaagaBrowser
     //
     this.ctlRaagaBrowser.ContainingControl = this;
     this.ctlRaagaBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctlRaagaBrowser.Enabled = true;
     this.ctlRaagaBrowser.Location = new System.Drawing.Point(0, 0);
     this.ctlRaagaBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("ctlRaagaBrowser.OcxState")));
     this.ctlRaagaBrowser.Size = new System.Drawing.Size(532, 260);
     this.ctlRaagaBrowser.TabIndex = 0;
     this.ctlRaagaBrowser.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.ctlRaagaBrowser_DocumentComplete);
     this.ctlRaagaBrowser.NewWindow2 += new AxSHDocVw.DWebBrowserEvents2_NewWindow2EventHandler(this.ctlRaagaBrowser_NewWindow2);
     this.ctlRaagaBrowser.BeforeNavigate2 += new AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(this.ctlRaagaBrowser_BeforeNavigate2);
     //
     // c1OutBar1
     //
     this.c1OutBar1.Controls.Add(this.c1OutPage1);
     this.c1OutBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.c1OutBar1.Location = new System.Drawing.Point(0, 0);
     this.c1OutBar1.Name = "c1OutBar1";
     this.c1OutBar1.Pages.Add(this.c1OutPage1);
     this.c1OutBar1.SelectedIndex = 0;
     this.c1OutBar1.SelectedPage = this.c1OutPage1;
     this.c1OutBar1.Size = new System.Drawing.Size(88, 472);
     this.c1OutBar1.Text = "c1OutBar1";
     //
     // c1OutPage1
     //
     this.c1OutPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.c1OutPage1.Controls.Add(this.c1ToolBar1);
     this.c1OutPage1.Location = new System.Drawing.Point(0, 18);
     this.c1OutPage1.Name = "c1OutPage1";
     this.c1OutPage1.Size = new System.Drawing.Size(88, 436);
     this.c1OutPage1.TabIndex = 0;
     this.c1OutPage1.Text = "Action";
     //
     // c1ToolBar1
     //
     this.c1ToolBar1.AutoSize = false;
     this.c1ToolBar1.ButtonLookVert = C1.Win.C1Command.ButtonLookFlags.TextAndImage;
     this.c1ToolBar1.CommandHolder = null;
     this.c1ToolBar1.CommandLinks.Add(this.lnkRaagaHome);
     this.c1ToolBar1.CommandLinks.Add(this.lnkMyRaagaLogIn);
     this.c1ToolBar1.CommandLinks.Add(this.lnkMusicDirectory);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink1);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink3);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink4);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink2);
     this.c1ToolBar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1ToolBar1.Horizontal = false;
     this.c1ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.c1ToolBar1.Name = "c1ToolBar1";
     this.c1ToolBar1.Size = new System.Drawing.Size(84, 432);
     this.c1ToolBar1.Text = "Page1";
     //
     // lnkRaagaHome
     //
     this.lnkRaagaHome.ButtonLook = C1.Win.C1Command.ButtonLookFlags.TextAndImage;
     this.lnkRaagaHome.Command = this.cmdRaagaHome;
     //
     // cmdRaagaHome
     //
     this.cmdRaagaHome.Image = ((System.Drawing.Image)(resources.GetObject("cmdRaagaHome.Image")));
     this.cmdRaagaHome.Name = "cmdRaagaHome";
     this.cmdRaagaHome.Text = "Raaga (Hindi)";
     this.cmdRaagaHome.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdRaagaHome_Click);
     //
     // lnkMyRaagaLogIn
     //
     this.lnkMyRaagaLogIn.Command = this.cmdMyRaagaLogin;
     //
     // cmdMyRaagaLogin
     //
     this.cmdMyRaagaLogin.Image = ((System.Drawing.Image)(resources.GetObject("cmdMyRaagaLogin.Image")));
     this.cmdMyRaagaLogin.Name = "cmdMyRaagaLogin";
     this.cmdMyRaagaLogin.Text = "My Raaga LogIn";
     this.cmdMyRaagaLogin.ToolTipText = "LogIn to MyRaaga";
     this.cmdMyRaagaLogin.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdMyRaagaLogin_Click);
     //
     // lnkMusicDirectory
     //
     this.lnkMusicDirectory.Command = this.cmdMusicDirectory;
     //
     // cmdMusicDirectory
     //
     this.cmdMusicDirectory.Image = ((System.Drawing.Image)(resources.GetObject("cmdMusicDirectory.Image")));
     this.cmdMusicDirectory.Name = "cmdMusicDirectory";
     this.cmdMusicDirectory.Text = "Music Directory";
     this.cmdMusicDirectory.ToolTipText = "Raaga Music Archive";
     this.cmdMusicDirectory.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdMusicDirectory_Click);
     //
     // c1CommandLink1
     //
     this.c1CommandLink1.Command = this.cmdSettings;
     //
     // cmdSettings
     //
     this.cmdSettings.Image = ((System.Drawing.Image)(resources.GetObject("cmdSettings.Image")));
     this.cmdSettings.Name = "cmdSettings";
     this.cmdSettings.Text = "Settings";
     this.cmdSettings.ToolTipText = "RaagaHacker Settings";
     this.cmdSettings.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdSettings_Click);
     //
     // c1CommandLink3
     //
     this.c1CommandLink3.Command = this.cmdAdSignatures;
     //
     // cmdAdSignatures
     //
     this.cmdAdSignatures.Image = ((System.Drawing.Image)(resources.GetObject("cmdAdSignatures.Image")));
     this.cmdAdSignatures.Name = "cmdAdSignatures";
     this.cmdAdSignatures.Text = "Ad Signatures";
     this.cmdAdSignatures.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdAdSignatures_Click);
     //
     // c1CommandLink4
     //
     this.c1CommandLink4.Command = this.cmdGuidedTour;
     //
     // cmdGuidedTour
     //
     this.cmdGuidedTour.Image = ((System.Drawing.Image)(resources.GetObject("cmdGuidedTour.Image")));
     this.cmdGuidedTour.Name = "cmdGuidedTour";
     this.cmdGuidedTour.Text = "Guided Tour";
     this.cmdGuidedTour.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdGuidedTour_Click);
     //
     // c1CommandLink2
     //
     this.c1CommandLink2.Command = this.cmdAboutMe;
     //
     // cmdAboutMe
     //
     this.cmdAboutMe.Image = ((System.Drawing.Image)(resources.GetObject("cmdAboutMe.Image")));
     this.cmdAboutMe.Name = "cmdAboutMe";
     this.cmdAboutMe.Text = "About Me";
     this.cmdAboutMe.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdAboutMe_Click);
     //
     // c1CommandHolder1
     //
     this.c1CommandHolder1.Commands.Add(this.cmdRaagaHome);
     this.c1CommandHolder1.Commands.Add(this.cmdMusicDirectory);
     this.c1CommandHolder1.Commands.Add(this.cmdMyRaagaLogin);
     this.c1CommandHolder1.Commands.Add(this.cmdSettings);
     this.c1CommandHolder1.Commands.Add(this.cmdAboutMe);
     this.c1CommandHolder1.Commands.Add(this.cmdAdSignatures);
     this.c1CommandHolder1.Commands.Add(this.cmdGuidedTour);
     this.c1CommandHolder1.LookAndFeel = C1.Win.C1Command.LookAndFeelEnum.WindowsXP;
     this.c1CommandHolder1.Owner = this;
     //
     // tnVolume
     //
     this.tnVolume.BackColor = System.Drawing.SystemColors.Control;
     this.tnVolume.Enabled = false;
     this.tnVolume.Location = new System.Drawing.Point(448, 360);
     this.tnVolume.Maximum = 100;
     this.tnVolume.Name = "tnVolume";
     this.tnVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tnVolume.Size = new System.Drawing.Size(45, 104);
     this.tnVolume.TabIndex = 20;
     this.tnVolume.TickStyle = System.Windows.Forms.TickStyle.None;
     this.tnVolume.Scroll += new System.EventHandler(this.tnVolume_Scroll);
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(618, 472);
     this.Controls.Add(this.c1OutBar1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Untitled - Raaga Hacker v1.0.1";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Closed += new System.EventHandler(this.frmMain_Closed);
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctlRaagaBrowser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1OutBar1)).EndInit();
     this.c1OutBar1.ResumeLayout(false);
     this.c1OutPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tnVolume)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: frmMain.cs プロジェクト: dbose/raagahacker
 /// <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(frmMain));
     this.c1CommandHolder1 = new C1.Win.C1Command.C1CommandHolder();
     this.cmdRaagaHome = new C1.Win.C1Command.C1Command();
     this.cmdMusicDirectory = new C1.Win.C1Command.C1Command();
     this.cmdMyRaagaLogin = new C1.Win.C1Command.C1Command();
     this.cmdSettings = new C1.Win.C1Command.C1Command();
     this.cmdAboutMe = new C1.Win.C1Command.C1Command();
     this.cmdAdSignatures = new C1.Win.C1Command.C1Command();
     this.cmdGuidedTour = new C1.Win.C1Command.C1Command();
     this.c1Command1 = new C1.Win.C1Command.C1Command();
     this.c1Command2 = new C1.Win.C1Command.C1Command();
     this.c1OutBar1 = new C1.Win.C1Command.C1OutBar();
     this.c1OutPage1 = new C1.Win.C1Command.C1OutPage();
     this.c1ToolBar1 = new C1.Win.C1Command.C1ToolBar();
     this.lnkRaagaHome = new C1.Win.C1Command.C1CommandLink();
     this.lnkMyRaagaLogIn = new C1.Win.C1Command.C1CommandLink();
     this.lnkMusicDirectory = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink1 = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink3 = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink4 = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink6 = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink5 = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink2 = new C1.Win.C1Command.C1CommandLink();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblRight = new System.Windows.Forms.ProgressBar();
     this.lblLeft = new System.Windows.Forms.ProgressBar();
     this.lblSongs = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lnkAddToPlaylist = new System.Windows.Forms.LinkLabel();
     this.lblMovieName = new System.Windows.Forms.Label();
     this.picMovie = new System.Windows.Forms.PictureBox();
     this.label1 = new System.Windows.Forms.Label();
     this.lblAlbum = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.lblMusicComposer = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.lblArtist = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.lblSongTitle = new System.Windows.Forms.Label();
     this.tnVolume = new Dotnetrix.Controls.TrackBar();
     this.pnlDeepGrey = new System.Windows.Forms.Panel();
     this.pnlWhite = new System.Windows.Forms.Panel();
     this.pnlBlue = new System.Windows.Forms.Panel();
     this.pnlGrey = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.ctlRaagaBrowser = new AxSHDocVw.AxWebBrowser();
     this.cmnuAddToPlaylist = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuAddSelectedSongs = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAddAllSongs = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1OutBar1)).BeginInit();
     this.c1OutBar1.SuspendLayout();
     this.c1OutPage1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picMovie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tnVolume)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlRaagaBrowser)).BeginInit();
     this.cmnuAddToPlaylist.SuspendLayout();
     this.SuspendLayout();
     //
     // c1CommandHolder1
     //
     this.c1CommandHolder1.Commands.Add(this.cmdRaagaHome);
     this.c1CommandHolder1.Commands.Add(this.cmdMusicDirectory);
     this.c1CommandHolder1.Commands.Add(this.cmdMyRaagaLogin);
     this.c1CommandHolder1.Commands.Add(this.cmdSettings);
     this.c1CommandHolder1.Commands.Add(this.cmdAboutMe);
     this.c1CommandHolder1.Commands.Add(this.cmdAdSignatures);
     this.c1CommandHolder1.Commands.Add(this.cmdGuidedTour);
     this.c1CommandHolder1.Commands.Add(this.c1Command1);
     this.c1CommandHolder1.Commands.Add(this.c1Command2);
     this.c1CommandHolder1.LookAndFeel = C1.Win.C1Command.LookAndFeelEnum.WindowsXP;
     this.c1CommandHolder1.Owner = this;
     //
     // cmdRaagaHome
     //
     this.cmdRaagaHome.Image = ((System.Drawing.Image)(resources.GetObject("cmdRaagaHome.Image")));
     this.cmdRaagaHome.Name = "cmdRaagaHome";
     this.cmdRaagaHome.Text = "Raaga (Hindi)";
     this.cmdRaagaHome.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdRaagaHome_Click);
     //
     // cmdMusicDirectory
     //
     this.cmdMusicDirectory.Image = ((System.Drawing.Image)(resources.GetObject("cmdMusicDirectory.Image")));
     this.cmdMusicDirectory.Name = "cmdMusicDirectory";
     this.cmdMusicDirectory.Text = "Music Directory";
     this.cmdMusicDirectory.ToolTipText = "Raaga Music Archive";
     this.cmdMusicDirectory.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdMusicDirectory_Click);
     //
     // cmdMyRaagaLogin
     //
     this.cmdMyRaagaLogin.Image = ((System.Drawing.Image)(resources.GetObject("cmdMyRaagaLogin.Image")));
     this.cmdMyRaagaLogin.Name = "cmdMyRaagaLogin";
     this.cmdMyRaagaLogin.Text = "My Raaga LogIn";
     this.cmdMyRaagaLogin.ToolTipText = "LogIn to MyRaaga";
     this.cmdMyRaagaLogin.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdMyRaagaLogin_Click);
     //
     // cmdSettings
     //
     this.cmdSettings.Image = ((System.Drawing.Image)(resources.GetObject("cmdSettings.Image")));
     this.cmdSettings.Name = "cmdSettings";
     this.cmdSettings.Text = "Settings";
     this.cmdSettings.ToolTipText = "RaagaHacker Settings";
     this.cmdSettings.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdSettings_Click);
     //
     // cmdAboutMe
     //
     this.cmdAboutMe.Image = ((System.Drawing.Image)(resources.GetObject("cmdAboutMe.Image")));
     this.cmdAboutMe.Name = "cmdAboutMe";
     this.cmdAboutMe.Text = "About Me";
     this.cmdAboutMe.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdAboutMe_Click);
     //
     // cmdAdSignatures
     //
     this.cmdAdSignatures.Image = ((System.Drawing.Image)(resources.GetObject("cmdAdSignatures.Image")));
     this.cmdAdSignatures.Name = "cmdAdSignatures";
     this.cmdAdSignatures.Text = "Ad Signatures";
     this.cmdAdSignatures.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdAdSignatures_Click);
     //
     // cmdGuidedTour
     //
     this.cmdGuidedTour.Image = ((System.Drawing.Image)(resources.GetObject("cmdGuidedTour.Image")));
     this.cmdGuidedTour.Name = "cmdGuidedTour";
     this.cmdGuidedTour.Text = "Guided Tour";
     this.cmdGuidedTour.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdGuidedTour_Click);
     //
     // c1Command1
     //
     this.c1Command1.Image = global::RaagaHacker.Properties.Resources.tv_box;
     this.c1Command1.Name = "c1Command1";
     this.c1Command1.Text = "Video Tutorial";
     this.c1Command1.Click += new C1.Win.C1Command.ClickEventHandler(this.c1Command1_Click);
     //
     // c1Command2
     //
     this.c1Command2.Image = global::RaagaHacker.Properties.Resources.Win_Media_List;
     this.c1Command2.Name = "c1Command2";
     this.c1Command2.Text = "View Playlist";
     this.c1Command2.Click += new C1.Win.C1Command.ClickEventHandler(this.c1Command2_Click);
     //
     // c1OutBar1
     //
     this.c1OutBar1.BackgroundImage = global::RaagaHacker.Properties.Resources.metallic_background;
     this.c1OutBar1.Controls.Add(this.c1OutPage1);
     this.c1OutBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.c1OutBar1.Location = new System.Drawing.Point(0, 0);
     this.c1OutBar1.Name = "c1OutBar1";
     this.c1OutBar1.Pages.Add(this.c1OutPage1);
     this.c1OutBar1.SelectedIndex = 0;
     this.c1OutBar1.SelectedPage = this.c1OutPage1;
     this.c1OutBar1.Size = new System.Drawing.Size(88, 516);
     this.c1OutBar1.Text = "c1OutBar1";
     //
     // c1OutPage1
     //
     this.c1OutPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.c1OutPage1.Controls.Add(this.c1ToolBar1);
     this.c1OutPage1.Location = new System.Drawing.Point(0, 18);
     this.c1OutPage1.Name = "c1OutPage1";
     this.c1OutPage1.Size = new System.Drawing.Size(88, 480);
     this.c1OutPage1.TabIndex = 0;
     this.c1OutPage1.Text = "Action";
     //
     // c1ToolBar1
     //
     this.c1ToolBar1.BackgroundImage = global::RaagaHacker.Properties.Resources.metallic_background;
     this.c1ToolBar1.ButtonLookVert = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.c1ToolBar1.CommandHolder = null;
     this.c1ToolBar1.CommandLinks.Add(this.lnkRaagaHome);
     this.c1ToolBar1.CommandLinks.Add(this.lnkMyRaagaLogIn);
     this.c1ToolBar1.CommandLinks.Add(this.lnkMusicDirectory);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink1);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink3);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink4);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink6);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink5);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink2);
     this.c1ToolBar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1ToolBar1.Horizontal = false;
     this.c1ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.c1ToolBar1.Name = "c1ToolBar1";
     this.c1ToolBar1.Size = new System.Drawing.Size(84, 476);
     this.c1ToolBar1.Text = "Page1";
     //
     // lnkRaagaHome
     //
     this.lnkRaagaHome.ButtonLook = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.lnkRaagaHome.Command = this.cmdRaagaHome;
     //
     // lnkMyRaagaLogIn
     //
     this.lnkMyRaagaLogIn.Command = this.cmdMyRaagaLogin;
     //
     // lnkMusicDirectory
     //
     this.lnkMusicDirectory.Command = this.cmdMusicDirectory;
     //
     // c1CommandLink1
     //
     this.c1CommandLink1.Command = this.cmdSettings;
     //
     // c1CommandLink3
     //
     this.c1CommandLink3.Command = this.cmdAdSignatures;
     //
     // c1CommandLink4
     //
     this.c1CommandLink4.Command = this.cmdGuidedTour;
     //
     // c1CommandLink6
     //
     this.c1CommandLink6.Command = this.c1Command2;
     //
     // c1CommandLink5
     //
     this.c1CommandLink5.Command = this.c1Command1;
     //
     // c1CommandLink2
     //
     this.c1CommandLink2.Command = this.cmdAboutMe;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackgroundImage = global::RaagaHacker.Properties.Resources.metallic_background;
     this.panel1.Controls.Add(this.lnkAddToPlaylist);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.lblRight);
     this.panel1.Controls.Add(this.lblLeft);
     this.panel1.Controls.Add(this.lblSongs);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.tnVolume);
     this.panel1.Controls.Add(this.pnlDeepGrey);
     this.panel1.Controls.Add(this.pnlWhite);
     this.panel1.Controls.Add(this.pnlBlue);
     this.panel1.Controls.Add(this.pnlGrey);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Location = new System.Drawing.Point(88, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(608, 630);
     this.panel1.TabIndex = 1;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label7.Location = new System.Drawing.Point(527, 486);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(60, 16);
     this.label7.TabIndex = 37;
     this.label7.Text = "Volume";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label6.Location = new System.Drawing.Point(500, 486);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(16, 16);
     this.label6.TabIndex = 36;
     this.label6.Text = "R";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label5.Location = new System.Drawing.Point(480, 486);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(16, 16);
     this.label5.TabIndex = 35;
     this.label5.Text = "L";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblRight
     //
     this.lblRight.Location = new System.Drawing.Point(500, 372);
     this.lblRight.Maximum = 1000;
     this.lblRight.Minimum = 200;
     this.lblRight.Name = "lblRight";
     this.lblRight.Size = new System.Drawing.Size(13, 114);
     this.lblRight.Step = 50;
     this.lblRight.TabIndex = 34;
     this.lblRight.Value = 200;
     //
     // lblLeft
     //
     this.lblLeft.Location = new System.Drawing.Point(481, 372);
     this.lblLeft.Maximum = 1000;
     this.lblLeft.Name = "lblLeft";
     this.lblLeft.Size = new System.Drawing.Size(13, 114);
     this.lblLeft.TabIndex = 33;
     //
     // lblSongs
     //
     this.lblSongs.BackColor = System.Drawing.Color.Transparent;
     this.lblSongs.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSongs.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblSongs.Location = new System.Drawing.Point(562, 348);
     this.lblSongs.Name = "lblSongs";
     this.lblSongs.Size = new System.Drawing.Size(32, 22);
     this.lblSongs.TabIndex = 17;
     this.lblSongs.Text = "pp";
     this.lblSongs.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.lblMovieName);
     this.groupBox1.Controls.Add(this.picMovie);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.lblAlbum);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.lblMusicComposer);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.lblArtist);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.lblSongTitle);
     this.groupBox1.Location = new System.Drawing.Point(16, 367);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(457, 137);
     this.groupBox1.TabIndex = 32;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Current Song Details";
     //
     // lnkAddToPlaylist
     //
     this.lnkAddToPlaylist.ActiveLinkColor = System.Drawing.Color.DeepSkyBlue;
     this.lnkAddToPlaylist.AutoSize = true;
     this.lnkAddToPlaylist.BackColor = System.Drawing.Color.Transparent;
     this.lnkAddToPlaylist.ContextMenuStrip = this.cmnuAddToPlaylist;
     this.lnkAddToPlaylist.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnkAddToPlaylist.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.lnkAddToPlaylist.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkAddToPlaylist.LinkColor = System.Drawing.Color.RoyalBlue;
     this.lnkAddToPlaylist.Location = new System.Drawing.Point(363, 351);
     this.lnkAddToPlaylist.Name = "lnkAddToPlaylist";
     this.lnkAddToPlaylist.Size = new System.Drawing.Size(110, 13);
     this.lnkAddToPlaylist.TabIndex = 34;
     this.lnkAddToPlaylist.TabStop = true;
     this.lnkAddToPlaylist.Text = "Add Songs To Playlist";
     //
     // lblMovieName
     //
     this.lblMovieName.Location = new System.Drawing.Point(18, 102);
     this.lblMovieName.Name = "lblMovieName";
     this.lblMovieName.Size = new System.Drawing.Size(78, 30);
     this.lblMovieName.TabIndex = 33;
     //
     // picMovie
     //
     this.picMovie.Location = new System.Drawing.Point(21, 24);
     this.picMovie.Name = "picMovie";
     this.picMovie.Size = new System.Drawing.Size(75, 75);
     this.picMovie.TabIndex = 32;
     this.picMovie.TabStop = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location = new System.Drawing.Point(110, 33);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 18);
     this.label1.TabIndex = 24;
     this.label1.Text = "Song Title : ";
     //
     // lblAlbum
     //
     this.lblAlbum.BackColor = System.Drawing.Color.Transparent;
     this.lblAlbum.Location = new System.Drawing.Point(196, 107);
     this.lblAlbum.Name = "lblAlbum";
     this.lblAlbum.Size = new System.Drawing.Size(232, 25);
     this.lblAlbum.TabIndex = 31;
     this.lblAlbum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location = new System.Drawing.Point(110, 56);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 14);
     this.label2.TabIndex = 25;
     this.label2.Text = "Artist :";
     //
     // lblMusicComposer
     //
     this.lblMusicComposer.BackColor = System.Drawing.Color.Transparent;
     this.lblMusicComposer.Location = new System.Drawing.Point(196, 91);
     this.lblMusicComposer.Name = "lblMusicComposer";
     this.lblMusicComposer.Size = new System.Drawing.Size(232, 14);
     this.lblMusicComposer.TabIndex = 30;
     this.lblMusicComposer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location = new System.Drawing.Point(110, 91);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(77, 14);
     this.label3.TabIndex = 26;
     this.label3.Text = "Music Composer :";
     //
     // lblArtist
     //
     this.lblArtist.BackColor = System.Drawing.Color.Transparent;
     this.lblArtist.Location = new System.Drawing.Point(193, 56);
     this.lblArtist.Name = "lblArtist";
     this.lblArtist.Size = new System.Drawing.Size(235, 23);
     this.lblArtist.TabIndex = 29;
     this.lblArtist.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location = new System.Drawing.Point(110, 112);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(77, 20);
     this.label4.TabIndex = 27;
     this.label4.Text = "Album :";
     //
     // lblSongTitle
     //
     this.lblSongTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblSongTitle.Location = new System.Drawing.Point(193, 33);
     this.lblSongTitle.Name = "lblSongTitle";
     this.lblSongTitle.Size = new System.Drawing.Size(235, 14);
     this.lblSongTitle.TabIndex = 28;
     this.lblSongTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tnVolume
     //
     this.tnVolume.BackColor = System.Drawing.Color.Transparent;
     this.tnVolume.Enabled = false;
     this.tnVolume.Location = new System.Drawing.Point(540, 366);
     this.tnVolume.Maximum = 100;
     this.tnVolume.Name = "tnVolume";
     this.tnVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tnVolume.Size = new System.Drawing.Size(45, 126);
     this.tnVolume.TabIndex = 20;
     this.tnVolume.TickStyle = System.Windows.Forms.TickStyle.None;
     this.tnVolume.Scroll += new System.EventHandler(this.tnVolume_Scroll);
     //
     // pnlDeepGrey
     //
     this.pnlDeepGrey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
     this.pnlDeepGrey.Location = new System.Drawing.Point(232, 54);
     this.pnlDeepGrey.Name = "pnlDeepGrey";
     this.pnlDeepGrey.Size = new System.Drawing.Size(376, 27);
     this.pnlDeepGrey.TabIndex = 7;
     //
     // pnlWhite
     //
     this.pnlWhite.BackColor = System.Drawing.Color.White;
     this.pnlWhite.Location = new System.Drawing.Point(232, 36);
     this.pnlWhite.Name = "pnlWhite";
     this.pnlWhite.Size = new System.Drawing.Size(376, 18);
     this.pnlWhite.TabIndex = 6;
     //
     // pnlBlue
     //
     this.pnlBlue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(102)))), ((int)(((byte)(153)))));
     this.pnlBlue.Location = new System.Drawing.Point(232, 14);
     this.pnlBlue.Name = "pnlBlue";
     this.pnlBlue.Size = new System.Drawing.Size(376, 22);
     this.pnlBlue.TabIndex = 5;
     //
     // pnlGrey
     //
     this.pnlGrey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.pnlGrey.Location = new System.Drawing.Point(232, 0);
     this.pnlGrey.Name = "pnlGrey";
     this.pnlGrey.Size = new System.Drawing.Size(376, 14);
     this.pnlGrey.TabIndex = 4;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(232, 81);
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop = false;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.ctlRaagaBrowser);
     this.panel2.Location = new System.Drawing.Point(0, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(594, 264);
     this.panel2.TabIndex = 2;
     //
     // ctlRaagaBrowser
     //
     this.ctlRaagaBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ctlRaagaBrowser.Enabled = true;
     this.ctlRaagaBrowser.Location = new System.Drawing.Point(0, 0);
     this.ctlRaagaBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("ctlRaagaBrowser.OcxState")));
     this.ctlRaagaBrowser.Size = new System.Drawing.Size(628, 262);
     this.ctlRaagaBrowser.TabIndex = 0;
     this.ctlRaagaBrowser.NewWindow2 += new AxSHDocVw.DWebBrowserEvents2_NewWindow2EventHandler(this.ctlRaagaBrowser_NewWindow2);
     this.ctlRaagaBrowser.BeforeNavigate2 += new AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(this.ctlRaagaBrowser_BeforeNavigate2);
     this.ctlRaagaBrowser.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.ctlRaagaBrowser_DocumentComplete);
     //
     // cmnuAddToPlaylist
     //
     this.cmnuAddToPlaylist.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuAddSelectedSongs,
     this.mnuAddAllSongs});
     this.cmnuAddToPlaylist.Name = "cmnuAddToPlaylist";
     this.cmnuAddToPlaylist.Size = new System.Drawing.Size(181, 70);
     this.cmnuAddToPlaylist.Opening += new System.ComponentModel.CancelEventHandler(this.cmnuAddToPlaylist_Opening);
     //
     // mnuAddSelectedSongs
     //
     this.mnuAddSelectedSongs.BackColor = System.Drawing.SystemColors.Control;
     this.mnuAddSelectedSongs.BackgroundImage = global::RaagaHacker.Properties.Resources.metallic_background;
     this.mnuAddSelectedSongs.Name = "mnuAddSelectedSongs";
     this.mnuAddSelectedSongs.Size = new System.Drawing.Size(180, 22);
     this.mnuAddSelectedSongs.Text = "Add Selected Songs";
     this.mnuAddSelectedSongs.Click += new System.EventHandler(this.mnuAddSelectedSongs_Click);
     //
     // mnuAddAllSongs
     //
     this.mnuAddAllSongs.BackgroundImage = global::RaagaHacker.Properties.Resources.metallic_background;
     this.mnuAddAllSongs.Name = "mnuAddAllSongs";
     this.mnuAddAllSongs.Size = new System.Drawing.Size(180, 22);
     this.mnuAddAllSongs.Text = "Add All Songs";
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(694, 516);
     this.Controls.Add(this.c1OutBar1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Untitled - Raaga Hacker v1.0.1";
     this.Closed += new System.EventHandler(this.frmMain_Closed);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1OutBar1)).EndInit();
     this.c1OutBar1.ResumeLayout(false);
     this.c1OutPage1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picMovie)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tnVolume)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctlRaagaBrowser)).EndInit();
     this.cmnuAddToPlaylist.ResumeLayout(false);
     this.ResumeLayout(false);
 }