Click here to Skip to main content
15,886,783 members
Articles / Programming Languages / C#

Media Player With MCI

Rate me:
Please Sign up or sign in to vote.
4.23/5 (10 votes)
15 Feb 2011CPOL2 min read 40.7K   4.1K   17  
A media player with winmm.DLL (MCI). Includes radio, search playlist, nd line up playlist (optional) features.
namespace Mp3Player
{
    partial class Mp3Player
    {
        /// <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))
            {
                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(Mp3Player));
            this.opnFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.dosyaToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.açToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.dizinEkleToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.çıkışToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.görselÖğeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ıD3v1BilgisiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toplamSüreToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.çalanSüreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skinsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skin1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skin2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skin3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skin4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skinSeçToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.çalmaDüzeniToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.çalmaDüzeniToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.rastgeleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.şarkıTekrarEtToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listeTekrarEtToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sonrakiŞarkıyaGeçToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listeİşlemleriToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.listeAçToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.listeKaydetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listeyiTemizleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listelerimToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gösterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.isimGösterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.yolGösterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buListeyiEkleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.varolanListeyiEkleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.radyoDinleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.radyoListesiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.orjinalRadyoListesiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.kullanıcıRadyoListesiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.radyoEkleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.radyoSilToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hakkındaToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.görselToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ID3v1BilgisiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toplamSüreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.çalanSaniyeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lblUzunluk = new System.Windows.Forms.Label();
            this.tmrSaniye = new System.Windows.Forms.Timer(this.components);
            this.trcSes = new System.Windows.Forms.TrackBar();
            this.label1 = new System.Windows.Forms.Label();
            this.fldBrowse = new System.Windows.Forms.FolderBrowserDialog();
            this.trcsarkiyer = new System.Windows.Forms.TrackBar();
            this.lblCaliyor = new System.Windows.Forms.Label();
            this.svfdialog = new System.Windows.Forms.SaveFileDialog();
            this.lbl2 = new System.Windows.Forms.Label();
            this.opflsteac = new System.Windows.Forms.OpenFileDialog();
            this.grpbx1 = new System.Windows.Forms.GroupBox();
            this.lblyazi = new System.Windows.Forms.Label();
            this.lbllnktplm = new System.Windows.Forms.LinkLabel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnOnceki = new System.Windows.Forms.PictureBox();
            this.btnSonraki = new System.Windows.Forms.PictureBox();
            this.btnStop = new System.Windows.Forms.PictureBox();
            this.btnPause = new System.Windows.Forms.PictureBox();
            this.btnPlay = new System.Windows.Forms.PictureBox();
            this.lbllisteler = new System.Windows.Forms.Label();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.lstlisteler = new System.Windows.Forms.ListBox();
            this.lstGorunen = new System.Windows.Forms.ListBox();
            this.tmrSiraliCAl = new System.Windows.Forms.Timer(this.components);
            this.wmp = new AxWMPLib.AxWindowsMediaPlayer();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.clmad = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmYol = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lstview = new System.Windows.Forms.ListView();
            this.lstSira = new System.Windows.Forms.ListBox();
            this.lblsiraayar = new System.Windows.Forms.Label();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trcSes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trcsarkiyer)).BeginInit();
            this.grpbx1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnOnceki)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSonraki)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnStop)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPause)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPlay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.wmp)).BeginInit();
            this.SuspendLayout();
            // 
            // opnFileDialog
            // 
            this.opnFileDialog.Filter = "\"Media File(*.mpg,*.dat,*.avi,*.wmv,*.wav,*.mp3)|*.wav;*.mp3;*.mpg;*.dat;*.avi;*." +
                "wmv\";";
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dosyaToolStripMenuItem1,
            this.görselÖğeToolStripMenuItem,
            this.çalmaDüzeniToolStripMenuItem,
            this.hakkındaToolStripMenuItem1});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.menuStrip1.Size = new System.Drawing.Size(663, 24);
            this.menuStrip1.TabIndex = 4;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // dosyaToolStripMenuItem1
            // 
            this.dosyaToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.açToolStripMenuItem1,
            this.dizinEkleToolStripMenuItem1,
            this.çıkışToolStripMenuItem1});
            this.dosyaToolStripMenuItem1.Name = "dosyaToolStripMenuItem1";
            this.dosyaToolStripMenuItem1.Size = new System.Drawing.Size(51, 20);
            this.dosyaToolStripMenuItem1.Text = "Dosya";
            // 
            // açToolStripMenuItem1
            // 
            this.açToolStripMenuItem1.Name = "açToolStripMenuItem1";
            this.açToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
            this.açToolStripMenuItem1.Text = "Aç";
            this.açToolStripMenuItem1.Click += new System.EventHandler(this.açToolStripMenuItem_Click_1);
            // 
            // dizinEkleToolStripMenuItem1
            // 
            this.dizinEkleToolStripMenuItem1.Name = "dizinEkleToolStripMenuItem1";
            this.dizinEkleToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
            this.dizinEkleToolStripMenuItem1.Text = "Dizin Ekle";
            this.dizinEkleToolStripMenuItem1.Click += new System.EventHandler(this.dizinEkleToolStripMenuItem_Click);
            // 
            // çıkışToolStripMenuItem1
            // 
            this.çıkışToolStripMenuItem1.Name = "çıkışToolStripMenuItem1";
            this.çıkışToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
            this.çıkışToolStripMenuItem1.Text = "Çıkış";
            this.çıkışToolStripMenuItem1.Click += new System.EventHandler(this.çıkışToolStripMenuItem_Click);
            // 
            // görselÖğeToolStripMenuItem
            // 
            this.görselÖğeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ıD3v1BilgisiToolStripMenuItem,
            this.toplamSüreToolStripMenuItem1,
            this.çalanSüreToolStripMenuItem,
            this.skinsToolStripMenuItem});
            this.görselÖğeToolStripMenuItem.Name = "görselÖğeToolStripMenuItem";
            this.görselÖğeToolStripMenuItem.Size = new System.Drawing.Size(77, 20);
            this.görselÖğeToolStripMenuItem.Text = "Görsel Öğe";
            // 
            // ıD3v1BilgisiToolStripMenuItem
            // 
            this.ıD3v1BilgisiToolStripMenuItem.CheckOnClick = true;
            this.ıD3v1BilgisiToolStripMenuItem.Name = "ıD3v1BilgisiToolStripMenuItem";
            this.ıD3v1BilgisiToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.ıD3v1BilgisiToolStripMenuItem.Text = "MP3 ID3v1 Bilgisi";
            this.ıD3v1BilgisiToolStripMenuItem.Click += new System.EventHandler(this.ıD3v1BilgisiToolStripMenuItem_Click);
            // 
            // toplamSüreToolStripMenuItem1
            // 
            this.toplamSüreToolStripMenuItem1.CheckOnClick = true;
            this.toplamSüreToolStripMenuItem1.Name = "toplamSüreToolStripMenuItem1";
            this.toplamSüreToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
            this.toplamSüreToolStripMenuItem1.Text = "Toplam Süre";
            this.toplamSüreToolStripMenuItem1.Click += new System.EventHandler(this.toplamSüreToolStripMenuItem_Click);
            // 
            // çalanSüreToolStripMenuItem
            // 
            this.çalanSüreToolStripMenuItem.Name = "çalanSüreToolStripMenuItem";
            this.çalanSüreToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.çalanSüreToolStripMenuItem.Text = "Çalan Süre(-/+)";
            this.çalanSüreToolStripMenuItem.Click += new System.EventHandler(this.çalanSaniyeToolStripMenuItem_Click);
            // 
            // skinsToolStripMenuItem
            // 
            this.skinsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.defaultToolStripMenuItem,
            this.skin1ToolStripMenuItem,
            this.skin2ToolStripMenuItem,
            this.skin3ToolStripMenuItem,
            this.skin4ToolStripMenuItem,
            this.skinSeçToolStripMenuItem});
            this.skinsToolStripMenuItem.Name = "skinsToolStripMenuItem";
            this.skinsToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.skinsToolStripMenuItem.Text = "Renk Düzeni";
            // 
            // defaultToolStripMenuItem
            // 
            this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
            this.defaultToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.defaultToolStripMenuItem.Text = "Default";
            this.defaultToolStripMenuItem.Click += new System.EventHandler(this.defaultToolStripMenuItem_Click);
            // 
            // skin1ToolStripMenuItem
            // 
            this.skin1ToolStripMenuItem.Name = "skin1ToolStripMenuItem";
            this.skin1ToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.skin1ToolStripMenuItem.Text = "Düzen_1";
            this.skin1ToolStripMenuItem.Click += new System.EventHandler(this.skin1ToolStripMenuItem_Click);
            // 
            // skin2ToolStripMenuItem
            // 
            this.skin2ToolStripMenuItem.Name = "skin2ToolStripMenuItem";
            this.skin2ToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.skin2ToolStripMenuItem.Text = "Düzen_2";
            this.skin2ToolStripMenuItem.Click += new System.EventHandler(this.skin2ToolStripMenuItem_Click);
            // 
            // skin3ToolStripMenuItem
            // 
            this.skin3ToolStripMenuItem.Name = "skin3ToolStripMenuItem";
            this.skin3ToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.skin3ToolStripMenuItem.Text = "Düzen_3";
            this.skin3ToolStripMenuItem.Click += new System.EventHandler(this.skin3ToolStripMenuItem_Click);
            // 
            // skin4ToolStripMenuItem
            // 
            this.skin4ToolStripMenuItem.Name = "skin4ToolStripMenuItem";
            this.skin4ToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.skin4ToolStripMenuItem.Text = "Düzen_4";
            this.skin4ToolStripMenuItem.Click += new System.EventHandler(this.skin4ToolStripMenuItem_Click);
            // 
            // skinSeçToolStripMenuItem
            // 
            this.skinSeçToolStripMenuItem.Name = "skinSeçToolStripMenuItem";
            this.skinSeçToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.skinSeçToolStripMenuItem.Text = "Renk Seç..";
            this.skinSeçToolStripMenuItem.Click += new System.EventHandler(this.skinSeçToolStripMenuItem_Click);
            // 
            // çalmaDüzeniToolStripMenuItem
            // 
            this.çalmaDüzeniToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.çalmaDüzeniToolStripMenuItem1,
            this.listeİşlemleriToolStripMenuItem1,
            this.radyoDinleToolStripMenuItem,
            this.radyoListesiToolStripMenuItem});
            this.çalmaDüzeniToolStripMenuItem.Name = "çalmaDüzeniToolStripMenuItem";
            this.çalmaDüzeniToolStripMenuItem.Size = new System.Drawing.Size(75, 20);
            this.çalmaDüzeniToolStripMenuItem.Text = "Seçenekler";
            // 
            // çalmaDüzeniToolStripMenuItem1
            // 
            this.çalmaDüzeniToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.rastgeleToolStripMenuItem,
            this.şarkıTekrarEtToolStripMenuItem,
            this.listeTekrarEtToolStripMenuItem,
            this.sonrakiŞarkıyaGeçToolStripMenuItem});
            this.çalmaDüzeniToolStripMenuItem1.Name = "çalmaDüzeniToolStripMenuItem1";
            this.çalmaDüzeniToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
            this.çalmaDüzeniToolStripMenuItem1.Text = "Çalma Düzeni";
            // 
            // rastgeleToolStripMenuItem
            // 
            this.rastgeleToolStripMenuItem.CheckOnClick = true;
            this.rastgeleToolStripMenuItem.Name = "rastgeleToolStripMenuItem";
            this.rastgeleToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.rastgeleToolStripMenuItem.Text = "Rastgele";
            this.rastgeleToolStripMenuItem.Click += new System.EventHandler(this.rastgeleToolStripMenuItem1_Click);
            // 
            // şarkıTekrarEtToolStripMenuItem
            // 
            this.şarkıTekrarEtToolStripMenuItem.CheckOnClick = true;
            this.şarkıTekrarEtToolStripMenuItem.Name = "şarkıTekrarEtToolStripMenuItem";
            this.şarkıTekrarEtToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.şarkıTekrarEtToolStripMenuItem.Text = "Şarkı Tekrar Et";
            this.şarkıTekrarEtToolStripMenuItem.Click += new System.EventHandler(this.sarkiTekrarEtToolStripMenuItem_Click);
            // 
            // listeTekrarEtToolStripMenuItem
            // 
            this.listeTekrarEtToolStripMenuItem.CheckOnClick = true;
            this.listeTekrarEtToolStripMenuItem.Name = "listeTekrarEtToolStripMenuItem";
            this.listeTekrarEtToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.listeTekrarEtToolStripMenuItem.Text = "Liste Tekrar Et";
            this.listeTekrarEtToolStripMenuItem.Click += new System.EventHandler(this.listeyiTekrarEtToolStripMenuItem_Click);
            // 
            // sonrakiŞarkıyaGeçToolStripMenuItem
            // 
            this.sonrakiŞarkıyaGeçToolStripMenuItem.Checked = true;
            this.sonrakiŞarkıyaGeçToolStripMenuItem.CheckOnClick = true;
            this.sonrakiŞarkıyaGeçToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.sonrakiŞarkıyaGeçToolStripMenuItem.Name = "sonrakiŞarkıyaGeçToolStripMenuItem";
            this.sonrakiŞarkıyaGeçToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.sonrakiŞarkıyaGeçToolStripMenuItem.Text = "Sonraki Şarkıya Geç";
            this.sonrakiŞarkıyaGeçToolStripMenuItem.Click += new System.EventHandler(this.sonrakisarkiyaGeçToolStripMenuItem_Click);
            // 
            // listeİşlemleriToolStripMenuItem1
            // 
            this.listeİşlemleriToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.listeAçToolStripMenuItem1,
            this.listeKaydetToolStripMenuItem,
            this.listeyiTemizleToolStripMenuItem,
            this.listelerimToolStripMenuItem});
            this.listeİşlemleriToolStripMenuItem1.Name = "listeİşlemleriToolStripMenuItem1";
            this.listeİşlemleriToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
            this.listeİşlemleriToolStripMenuItem1.Text = "Liste İşlemleri";
            // 
            // listeAçToolStripMenuItem1
            // 
            this.listeAçToolStripMenuItem1.Name = "listeAçToolStripMenuItem1";
            this.listeAçToolStripMenuItem1.Size = new System.Drawing.Size(151, 22);
            this.listeAçToolStripMenuItem1.Text = "Liste Aç";
            this.listeAçToolStripMenuItem1.Click += new System.EventHandler(this.listeAçToolStripMenuItem_Click);
            // 
            // listeKaydetToolStripMenuItem
            // 
            this.listeKaydetToolStripMenuItem.Name = "listeKaydetToolStripMenuItem";
            this.listeKaydetToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.listeKaydetToolStripMenuItem.Text = "Listeyi Kaydet";
            this.listeKaydetToolStripMenuItem.Click += new System.EventHandler(this.listeyiKaydetToolStripMenuItem1_Click);
            // 
            // listeyiTemizleToolStripMenuItem
            // 
            this.listeyiTemizleToolStripMenuItem.Name = "listeyiTemizleToolStripMenuItem";
            this.listeyiTemizleToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.listeyiTemizleToolStripMenuItem.Text = "Listeyi Temizle";
            this.listeyiTemizleToolStripMenuItem.Click += new System.EventHandler(this.listeyiTemizleToolStripMenuItem_Click);
            // 
            // listelerimToolStripMenuItem
            // 
            this.listelerimToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.gösterToolStripMenuItem,
            this.isimGösterToolStripMenuItem,
            this.yolGösterToolStripMenuItem,
            this.buListeyiEkleToolStripMenuItem,
            this.varolanListeyiEkleToolStripMenuItem});
            this.listelerimToolStripMenuItem.Name = "listelerimToolStripMenuItem";
            this.listelerimToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.listelerimToolStripMenuItem.Text = "Listelerim";
            // 
            // gösterToolStripMenuItem
            // 
            this.gösterToolStripMenuItem.Checked = true;
            this.gösterToolStripMenuItem.CheckOnClick = true;
            this.gösterToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.gösterToolStripMenuItem.Name = "gösterToolStripMenuItem";
            this.gösterToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.gösterToolStripMenuItem.Text = "Göster";
            this.gösterToolStripMenuItem.Click += new System.EventHandler(this.listelerimToolStripMenuItem_Click);
            // 
            // isimGösterToolStripMenuItem
            // 
            this.isimGösterToolStripMenuItem.Checked = true;
            this.isimGösterToolStripMenuItem.CheckOnClick = true;
            this.isimGösterToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.isimGösterToolStripMenuItem.Name = "isimGösterToolStripMenuItem";
            this.isimGösterToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.isimGösterToolStripMenuItem.Text = "İsim Göster";
            this.isimGösterToolStripMenuItem.Click += new System.EventHandler(this.isimGösterToolStripMenuItem_Click);
            // 
            // yolGösterToolStripMenuItem
            // 
            this.yolGösterToolStripMenuItem.CheckOnClick = true;
            this.yolGösterToolStripMenuItem.Name = "yolGösterToolStripMenuItem";
            this.yolGösterToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.yolGösterToolStripMenuItem.Text = "Yol Göster";
            this.yolGösterToolStripMenuItem.Click += new System.EventHandler(this.yolGösterToolStripMenuItem_Click);
            // 
            // buListeyiEkleToolStripMenuItem
            // 
            this.buListeyiEkleToolStripMenuItem.Name = "buListeyiEkleToolStripMenuItem";
            this.buListeyiEkleToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.buListeyiEkleToolStripMenuItem.Text = "Bu Listeyi Ekle";
            this.buListeyiEkleToolStripMenuItem.Click += new System.EventHandler(this.buListeyiEkleToolStripMenuItem_Click);
            // 
            // varolanListeyiEkleToolStripMenuItem
            // 
            this.varolanListeyiEkleToolStripMenuItem.Name = "varolanListeyiEkleToolStripMenuItem";
            this.varolanListeyiEkleToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.varolanListeyiEkleToolStripMenuItem.Text = "Varolan Listeyi Ekle";
            this.varolanListeyiEkleToolStripMenuItem.Click += new System.EventHandler(this.varolanListeyiEkleToolStripMenuItem_Click);
            // 
            // radyoDinleToolStripMenuItem
            // 
            this.radyoDinleToolStripMenuItem.CheckOnClick = true;
            this.radyoDinleToolStripMenuItem.Name = "radyoDinleToolStripMenuItem";
            this.radyoDinleToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.radyoDinleToolStripMenuItem.Text = "Radyo Dinle!";
            this.radyoDinleToolStripMenuItem.Click += new System.EventHandler(this.radyoDinleToolStripMenuItem_Click);
            // 
            // radyoListesiToolStripMenuItem
            // 
            this.radyoListesiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.orjinalRadyoListesiToolStripMenuItem,
            this.kullanıcıRadyoListesiToolStripMenuItem,
            this.radyoEkleToolStripMenuItem,
            this.radyoSilToolStripMenuItem});
            this.radyoListesiToolStripMenuItem.Name = "radyoListesiToolStripMenuItem";
            this.radyoListesiToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.radyoListesiToolStripMenuItem.Text = "Radyo Listesi";
            this.radyoListesiToolStripMenuItem.Visible = false;
            // 
            // orjinalRadyoListesiToolStripMenuItem
            // 
            this.orjinalRadyoListesiToolStripMenuItem.CheckOnClick = true;
            this.orjinalRadyoListesiToolStripMenuItem.Name = "orjinalRadyoListesiToolStripMenuItem";
            this.orjinalRadyoListesiToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.orjinalRadyoListesiToolStripMenuItem.Text = "Orjinal Radyo Listesi";
            this.orjinalRadyoListesiToolStripMenuItem.Visible = false;
            this.orjinalRadyoListesiToolStripMenuItem.Click += new System.EventHandler(this.orjinalRadyoListesiToolStripMenuItem_Click);
            // 
            // kullanıcıRadyoListesiToolStripMenuItem
            // 
            this.kullanıcıRadyoListesiToolStripMenuItem.CheckOnClick = true;
            this.kullanıcıRadyoListesiToolStripMenuItem.Name = "kullanıcıRadyoListesiToolStripMenuItem";
            this.kullanıcıRadyoListesiToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.kullanıcıRadyoListesiToolStripMenuItem.Text = "Kullanıcı Radyo Listesi";
            this.kullanıcıRadyoListesiToolStripMenuItem.Visible = false;
            this.kullanıcıRadyoListesiToolStripMenuItem.Click += new System.EventHandler(this.kullanıcıRadyoListesiToolStripMenuItem_Click);
            // 
            // radyoEkleToolStripMenuItem
            // 
            this.radyoEkleToolStripMenuItem.Name = "radyoEkleToolStripMenuItem";
            this.radyoEkleToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.radyoEkleToolStripMenuItem.Text = "Radyo Ekle";
            this.radyoEkleToolStripMenuItem.Visible = false;
            this.radyoEkleToolStripMenuItem.Click += new System.EventHandler(this.radyoEkleToolStripMenuItem_Click);
            // 
            // radyoSilToolStripMenuItem
            // 
            this.radyoSilToolStripMenuItem.Name = "radyoSilToolStripMenuItem";
            this.radyoSilToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.radyoSilToolStripMenuItem.Text = "Radyo Sil";
            this.radyoSilToolStripMenuItem.Visible = false;
            this.radyoSilToolStripMenuItem.Click += new System.EventHandler(this.radyoSilToolStripMenuItem_Click);
            // 
            // hakkındaToolStripMenuItem1
            // 
            this.hakkındaToolStripMenuItem1.Name = "hakkındaToolStripMenuItem1";
            this.hakkındaToolStripMenuItem1.Size = new System.Drawing.Size(69, 20);
            this.hakkındaToolStripMenuItem1.Text = "Hakkında";
            this.hakkındaToolStripMenuItem1.Click += new System.EventHandler(this.hakkındaToolStripMenuItem_Click);
            // 
            // görselToolStripMenuItem
            // 
            this.görselToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ID3v1BilgisiToolStripMenuItem,
            this.toplamSüreToolStripMenuItem,
            this.çalanSaniyeToolStripMenuItem});
            this.görselToolStripMenuItem.Name = "görselToolStripMenuItem";
            this.görselToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
            this.görselToolStripMenuItem.Text = "Görsellik";
            // 
            // ID3v1BilgisiToolStripMenuItem
            // 
            this.ID3v1BilgisiToolStripMenuItem.CheckOnClick = true;
            this.ID3v1BilgisiToolStripMenuItem.Name = "ID3v1BilgisiToolStripMenuItem";
            this.ID3v1BilgisiToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.ID3v1BilgisiToolStripMenuItem.Text = "ID3v1 Bilgisi";
            this.ID3v1BilgisiToolStripMenuItem.Click += new System.EventHandler(this.ıD3v1BilgisiToolStripMenuItem_Click);
            // 
            // toplamSüreToolStripMenuItem
            // 
            this.toplamSüreToolStripMenuItem.CheckOnClick = true;
            this.toplamSüreToolStripMenuItem.Name = "toplamSüreToolStripMenuItem";
            this.toplamSüreToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.toplamSüreToolStripMenuItem.Text = "Toplam Süre";
            this.toplamSüreToolStripMenuItem.Click += new System.EventHandler(this.toplamSüreToolStripMenuItem_Click);
            // 
            // çalanSaniyeToolStripMenuItem
            // 
            this.çalanSaniyeToolStripMenuItem.Name = "çalanSaniyeToolStripMenuItem";
            this.çalanSaniyeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.çalanSaniyeToolStripMenuItem.Text = "Çalan Saniye(-/+)";
            this.çalanSaniyeToolStripMenuItem.Click += new System.EventHandler(this.çalanSaniyeToolStripMenuItem_Click);
            // 
            // lblUzunluk
            // 
            this.lblUzunluk.AutoSize = true;
            this.lblUzunluk.Font = new System.Drawing.Font("Segoe Print", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblUzunluk.Location = new System.Drawing.Point(169, 18);
            this.lblUzunluk.Name = "lblUzunluk";
            this.lblUzunluk.Size = new System.Drawing.Size(0, 33);
            this.lblUzunluk.TabIndex = 5;
            this.lblUzunluk.Click += new System.EventHandler(this.lblUzunluk_Click);
            // 
            // tmrSaniye
            // 
            this.tmrSaniye.Interval = 1000;
            this.tmrSaniye.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // trcSes
            // 
            this.trcSes.Location = new System.Drawing.Point(1, 46);
            this.trcSes.Maximum = 1000;
            this.trcSes.Name = "trcSes";
            this.trcSes.Size = new System.Drawing.Size(103, 45);
            this.trcSes.TabIndex = 6;
            this.trcSes.Value = 1000;
            this.trcSes.Scroll += new System.EventHandler(this.trcSes_Scroll);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(31, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(28, 13);
            this.label1.TabIndex = 7;
            this.label1.Text = "SES";
            // 
            // fldBrowse
            // 
            this.fldBrowse.Description = "Klasör Seçin";
            // 
            // trcsarkiyer
            // 
            this.trcsarkiyer.Enabled = false;
            this.trcsarkiyer.Location = new System.Drawing.Point(175, 46);
            this.trcsarkiyer.Maximum = 0;
            this.trcsarkiyer.Name = "trcsarkiyer";
            this.trcsarkiyer.Size = new System.Drawing.Size(104, 45);
            this.trcsarkiyer.TabIndex = 9;
            this.trcsarkiyer.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trcsarkiyer_MouseUp);
            // 
            // lblCaliyor
            // 
            this.lblCaliyor.AutoSize = true;
            this.lblCaliyor.Font = new System.Drawing.Font("Segoe Print", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.lblCaliyor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lblCaliyor.Location = new System.Drawing.Point(170, 78);
            this.lblCaliyor.Name = "lblCaliyor";
            this.lblCaliyor.Size = new System.Drawing.Size(0, 28);
            this.lblCaliyor.TabIndex = 13;
            // 
            // svfdialog
            // 
            this.svfdialog.DefaultExt = "txt";
            this.svfdialog.Filter = "Mp3Playlist file (*.mpl)|*.mpl|All files (*.*)|*.*";
            this.svfdialog.Title = "Dosyaya Kaydet";
            // 
            // lbl2
            // 
            this.lbl2.AutoSize = true;
            this.lbl2.Location = new System.Drawing.Point(24, 78);
            this.lbl2.Name = "lbl2";
            this.lbl2.Size = new System.Drawing.Size(0, 13);
            this.lbl2.TabIndex = 14;
            // 
            // opflsteac
            // 
            this.opflsteac.Filter = "Mp3Playlist file (*.mpl)|*.mpl|All files (*.*)|*.*";
            // 
            // grpbx1
            // 
            this.grpbx1.Controls.Add(this.lblyazi);
            this.grpbx1.Controls.Add(this.lbllnktplm);
            this.grpbx1.Controls.Add(this.label1);
            this.grpbx1.Controls.Add(this.lblCaliyor);
            this.grpbx1.Controls.Add(this.lbl2);
            this.grpbx1.Controls.Add(this.trcSes);
            this.grpbx1.Controls.Add(this.trcsarkiyer);
            this.grpbx1.Controls.Add(this.lblUzunluk);
            this.grpbx1.Location = new System.Drawing.Point(12, 82);
            this.grpbx1.Name = "grpbx1";
            this.grpbx1.Size = new System.Drawing.Size(472, 100);
            this.grpbx1.TabIndex = 15;
            this.grpbx1.TabStop = false;
            // 
            // lblyazi
            // 
            this.lblyazi.AutoSize = true;
            this.lblyazi.Location = new System.Drawing.Point(391, 18);
            this.lblyazi.Name = "lblyazi";
            this.lblyazi.Size = new System.Drawing.Size(76, 13);
            this.lblyazi.TabIndex = 16;
            this.lblyazi.Text = "Toplam Süre : ";
            this.lblyazi.Visible = false;
            // 
            // lbllnktplm
            // 
            this.lbllnktplm.AutoSize = true;
            this.lbllnktplm.Location = new System.Drawing.Point(391, 46);
            this.lbllnktplm.Name = "lbllnktplm";
            this.lbllnktplm.Size = new System.Drawing.Size(0, 13);
            this.lbllnktplm.TabIndex = 15;
            this.lbllnktplm.Visible = false;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnOnceki);
            this.groupBox1.Controls.Add(this.btnSonraki);
            this.groupBox1.Controls.Add(this.btnStop);
            this.groupBox1.Controls.Add(this.btnPause);
            this.groupBox1.Controls.Add(this.btnPlay);
            this.groupBox1.Location = new System.Drawing.Point(13, 27);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(288, 49);
            this.groupBox1.TabIndex = 16;
            this.groupBox1.TabStop = false;
            // 
            // btnOnceki
            // 
            this.btnOnceki.BackgroundImage = global::Mp3Player.Properties.Resources.fast_backward;
            this.btnOnceki.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnOnceki.Location = new System.Drawing.Point(6, 19);
            this.btnOnceki.Name = "btnOnceki";
            this.btnOnceki.Size = new System.Drawing.Size(52, 23);
            this.btnOnceki.TabIndex = 17;
            this.btnOnceki.TabStop = false;
            this.btnOnceki.Click += new System.EventHandler(this.btnOnceki_Click);
            this.btnOnceki.MouseEnter += new System.EventHandler(this.btnOnceki_MouseEnter);
            this.btnOnceki.MouseLeave += new System.EventHandler(this.btnOnceki_MouseLeave);
            // 
            // btnSonraki
            // 
            this.btnSonraki.BackgroundImage = global::Mp3Player.Properties.Resources.fast_forward;
            this.btnSonraki.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnSonraki.ErrorImage = null;
            this.btnSonraki.Location = new System.Drawing.Point(220, 20);
            this.btnSonraki.Name = "btnSonraki";
            this.btnSonraki.Size = new System.Drawing.Size(46, 23);
            this.btnSonraki.TabIndex = 16;
            this.btnSonraki.TabStop = false;
            this.btnSonraki.Click += new System.EventHandler(this.btnSonraki_Click);
            this.btnSonraki.MouseEnter += new System.EventHandler(this.btnSonraki_MouseEnter);
            this.btnSonraki.MouseLeave += new System.EventHandler(this.btnSonraki_MouseLeave);
            // 
            // btnStop
            // 
            this.btnStop.BackgroundImage = global::Mp3Player.Properties.Resources.stop;
            this.btnStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnStop.Location = new System.Drawing.Point(168, 20);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(46, 23);
            this.btnStop.TabIndex = 15;
            this.btnStop.TabStop = false;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // btnPause
            // 
            this.btnPause.BackgroundImage = global::Mp3Player.Properties.Resources.pause;
            this.btnPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnPause.Location = new System.Drawing.Point(116, 20);
            this.btnPause.Name = "btnPause";
            this.btnPause.Size = new System.Drawing.Size(46, 23);
            this.btnPause.TabIndex = 14;
            this.btnPause.TabStop = false;
            this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
            // 
            // btnPlay
            // 
            this.btnPlay.BackgroundImage = global::Mp3Player.Properties.Resources.play;
            this.btnPlay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnPlay.Location = new System.Drawing.Point(64, 19);
            this.btnPlay.Name = "btnPlay";
            this.btnPlay.Size = new System.Drawing.Size(46, 23);
            this.btnPlay.TabIndex = 13;
            this.btnPlay.TabStop = false;
            this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
            // 
            // lbllisteler
            // 
            this.lbllisteler.AutoSize = true;
            this.lbllisteler.Location = new System.Drawing.Point(487, 27);
            this.lbllisteler.Name = "lbllisteler";
            this.lbllisteler.Size = new System.Drawing.Size(59, 13);
            this.lbllisteler.TabIndex = 18;
            this.lbllisteler.Text = "Listelerim : ";
            // 
            // lstlisteler
            // 
            this.lstlisteler.FormattingEnabled = true;
            this.lstlisteler.Location = new System.Drawing.Point(490, 54);
            this.lstlisteler.Name = "lstlisteler";
            this.lstlisteler.Size = new System.Drawing.Size(172, 134);
            this.lstlisteler.TabIndex = 17;
            this.lstlisteler.SelectedIndexChanged += new System.EventHandler(this.lstlisteler_SelectedIndexChanged);
            this.lstlisteler.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lstlisteler_KeyDown);
            // 
            // lstGorunen
            // 
            this.lstGorunen.AllowDrop = true;
            this.lstGorunen.FormattingEnabled = true;
            this.lstGorunen.Location = new System.Drawing.Point(490, 54);
            this.lstGorunen.Name = "lstGorunen";
            this.lstGorunen.Size = new System.Drawing.Size(172, 134);
            this.lstGorunen.TabIndex = 21;
            this.lstGorunen.SelectedIndexChanged += new System.EventHandler(this.lstGorunen_SelectedIndexChanged);
            this.lstGorunen.DragDrop += new System.Windows.Forms.DragEventHandler(this.lstGorunen_DragDrop);
            this.lstGorunen.DragEnter += new System.Windows.Forms.DragEventHandler(this.lstGorunen_DragEnter);
            this.lstGorunen.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lstGorunen_KeyDown);
            // 
            // tmrSiraliCAl
            // 
            this.tmrSiraliCAl.Interval = 1000;
            this.tmrSiraliCAl.Tick += new System.EventHandler(this.tmrSiraliCAl_Tick);
            // 
            // wmp
            // 
            this.wmp.Enabled = true;
            this.wmp.Location = new System.Drawing.Point(12, 424);
            this.wmp.Name = "wmp";
            this.wmp.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("wmp.OcxState")));
            this.wmp.Size = new System.Drawing.Size(75, 13);
            this.wmp.TabIndex = 20;
            this.wmp.Visible = false;
            // 
            // clmad
            // 
            this.clmad.Text = "Şarkı";
            this.clmad.Width = 168;
            // 
            // clmYol
            // 
            this.clmYol.Text = "Yol";
            this.clmYol.Width = 478;
            // 
            // lstview
            // 
            this.lstview.AllowDrop = true;
            this.lstview.CausesValidation = false;
            this.lstview.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.clmad,
            this.clmYol});
            this.lstview.Cursor = System.Windows.Forms.Cursors.Default;
            this.lstview.Location = new System.Drawing.Point(13, 191);
            this.lstview.Name = "lstview";
            this.lstview.Size = new System.Drawing.Size(649, 246);
            this.lstview.TabIndex = 8;
            this.lstview.UseCompatibleStateImageBehavior = false;
            this.lstview.View = System.Windows.Forms.View.Details;
            this.lstview.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.lstview_ItemDrag);
            this.lstview.DragDrop += new System.Windows.Forms.DragEventHandler(this.lstview_DragDrop);
            this.lstview.DragEnter += new System.Windows.Forms.DragEventHandler(this.lstview_DragEnter);
            this.lstview.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lstview_KeyDown);
            this.lstview.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstview_MouseDoubleClick);
            this.lstview.MouseHover += new System.EventHandler(this.lstview_MouseHover);
            // 
            // lstSira
            // 
            this.lstSira.FormattingEnabled = true;
            this.lstSira.Location = new System.Drawing.Point(307, 27);
            this.lstSira.Name = "lstSira";
            this.lstSira.SelectionMode = System.Windows.Forms.SelectionMode.None;
            this.lstSira.Size = new System.Drawing.Size(172, 56);
            this.lstSira.TabIndex = 22;
            this.lstSira.Visible = false;
            this.lstSira.MouseEnter += new System.EventHandler(this.lblsiraayar_MouseEnter);
            this.lstSira.MouseLeave += new System.EventHandler(this.lblsiraayar_MouseLeave);
            // 
            // lblsiraayar
            // 
            this.lblsiraayar.AutoSize = true;
            this.lblsiraayar.Location = new System.Drawing.Point(304, 11);
            this.lblsiraayar.Name = "lblsiraayar";
            this.lblsiraayar.Size = new System.Drawing.Size(119, 13);
            this.lblsiraayar.TabIndex = 23;
            this.lblsiraayar.Text = "\'Control+S\'->Siraya Koy!";
            this.lblsiraayar.MouseEnter += new System.EventHandler(this.lblsiraayar_MouseEnter);
            this.lblsiraayar.MouseLeave += new System.EventHandler(this.lblsiraayar_MouseLeave);
            // 
            // Mp3Player
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(663, 438);
            this.Controls.Add(this.lblsiraayar);
            this.Controls.Add(this.lstSira);
            this.Controls.Add(this.lstGorunen);
            this.Controls.Add(this.wmp);
            this.Controls.Add(this.lbllisteler);
            this.Controls.Add(this.lstlisteler);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.grpbx1);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.lstview);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "Mp3Player";
            this.Text = "Mp3 Player";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trcSes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trcsarkiyer)).EndInit();
            this.grpbx1.ResumeLayout(false);
            this.grpbx1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.btnOnceki)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSonraki)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnStop)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPause)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPlay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.wmp)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.OpenFileDialog opnFileDialog;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.Label lblUzunluk;
        private System.Windows.Forms.Timer tmrSaniye;
        private System.Windows.Forms.TrackBar trcSes;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.FolderBrowserDialog fldBrowse;
        private System.Windows.Forms.TrackBar trcsarkiyer;
        private System.Windows.Forms.Label lblCaliyor;
        private System.Windows.Forms.SaveFileDialog svfdialog;
        private System.Windows.Forms.Label lbl2;
        private System.Windows.Forms.OpenFileDialog opflsteac;
        private System.Windows.Forms.GroupBox grpbx1;
        private System.Windows.Forms.Label lblyazi;
        private System.Windows.Forms.LinkLabel lbllnktplm;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ToolStripMenuItem görselToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem ID3v1BilgisiToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem toplamSüreToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem çalanSaniyeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem dosyaToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem açToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem dizinEkleToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem çıkışToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem görselÖğeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem ıD3v1BilgisiToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem toplamSüreToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem çalanSüreToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem çalmaDüzeniToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem çalmaDüzeniToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem rastgeleToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem şarkıTekrarEtToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem listeTekrarEtToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem sonrakiŞarkıyaGeçToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem listeİşlemleriToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem listeAçToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem listeKaydetToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem hakkındaToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem listelerimToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem gösterToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem buListeyiEkleToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem varolanListeyiEkleToolStripMenuItem;
        private System.Windows.Forms.Label lbllisteler;
        private System.Windows.Forms.ToolStripMenuItem listeyiTemizleToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem skinsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem skin1ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem skin2ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem skin3ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem skin4ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem skinSeçToolStripMenuItem;
        private System.Windows.Forms.ColorDialog colorDialog1;
        private AxWMPLib.AxWindowsMediaPlayer wmp;
        private System.Windows.Forms.ToolStripMenuItem radyoDinleToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem radyoListesiToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem orjinalRadyoListesiToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem kullanıcıRadyoListesiToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem radyoEkleToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem radyoSilToolStripMenuItem;
        private System.Windows.Forms.ListBox lstlisteler;
        private System.Windows.Forms.ListBox lstGorunen;
        private System.Windows.Forms.ToolStripMenuItem isimGösterToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem yolGösterToolStripMenuItem;
        private System.Windows.Forms.Timer tmrSiraliCAl;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.Windows.Forms.ColumnHeader clmad;
        private System.Windows.Forms.ColumnHeader clmYol;
        private System.Windows.Forms.ListView lstview;
        private System.Windows.Forms.PictureBox btnPlay;
        private System.Windows.Forms.PictureBox btnPause;
        private System.Windows.Forms.PictureBox btnStop;
        private System.Windows.Forms.PictureBox btnSonraki;
        private System.Windows.Forms.PictureBox btnOnceki;
        private System.Windows.Forms.ListBox lstSira;
        private System.Windows.Forms.Label lblsiraayar;
    }
}

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
Team Leader
Turkey Turkey
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions