www.pudn.com > MyFindMP3.rar > Form1.Designer.cs


namespace WindowsFormsApplication1 
{ 
    partial class Form1 
    { 
        ///  
        /// Required designer variable. 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// Clean up any resources being used. 
        ///  
        /// true if managed resources should be disposed; otherwise, false. 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows Form Designer generated code 
 
        ///  
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor. 
        ///  
        private void InitializeComponent() 
        { 
            this.components = new System.ComponentModel.Container(); 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); 
            this.listView1 = new System.Windows.Forms.ListView(); 
            this.columnHeaderNum = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeaderPath = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeaderSize = new System.Windows.Forms.ColumnHeader(); 
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); 
            this.stopbutton = new System.Windows.Forms.Button(); 
            this.SearchButton = new System.Windows.Forms.Button(); 
            this.ChooseButton = new System.Windows.Forms.Button(); 
            this.SearchChooseButton = new System.Windows.Forms.Button(); 
            this.CancerButton1 = new System.Windows.Forms.Button(); 
            this.labelname = new System.Windows.Forms.Label(); 
            this.labelpath = new System.Windows.Forms.Label(); 
            this.SerchNow = new System.Windows.Forms.Label(); 
            this.labelHopeToListen = new System.Windows.Forms.Label(); 
            this.MyMP3Name = new System.Windows.Forms.TextBox(); 
            this.ChooseMyMP3 = new System.Windows.Forms.Button(); 
            this.listView2 = new System.Windows.Forms.ListView(); 
            this.columnHeaderNum1 = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeaderpath1 = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeaderSize1 = new System.Windows.Forms.ColumnHeader(); 
            this.labelListenList = new System.Windows.Forms.Label(); 
            this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer(); 
            this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); 
            ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit(); 
            this.SuspendLayout(); 
            //  
            // listView1 
            //  
            this.listView1.Alignment = System.Windows.Forms.ListViewAlignment.Left; 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
            this.columnHeaderNum, 
            this.columnHeaderPath, 
            this.columnHeaderSize}); 
            this.listView1.FullRowSelect = true; 
            this.listView1.HoverSelection = true; 
            this.listView1.Location = new System.Drawing.Point(12, 35); 
            this.listView1.Name = "listView1"; 
            this.listView1.Size = new System.Drawing.Size(418, 167); 
            this.listView1.TabIndex = 1; 
            this.listView1.UseCompatibleStateImageBehavior = false; 
            this.listView1.View = System.Windows.Forms.View.Details; 
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); 
            this.listView1.Click += new System.EventHandler(this.listView1_Click); 
            //  
            // columnHeaderNum 
            //  
            this.columnHeaderNum.Text = "No"; 
            //  
            // columnHeaderPath 
            //  
            this.columnHeaderPath.Text = "Path"; 
            this.columnHeaderPath.Width = 276; 
            //  
            // columnHeaderSize 
            //  
            this.columnHeaderSize.Text = "Size"; 
            this.columnHeaderSize.Width = 124; 
            //  
            // stopbutton 
            //  
            this.stopbutton.Location = new System.Drawing.Point(290, 5); 
            this.stopbutton.Name = "stopbutton"; 
            this.stopbutton.Size = new System.Drawing.Size(69, 24); 
            this.stopbutton.TabIndex = 4; 
            this.stopbutton.Text = "暂停"; 
            this.stopbutton.UseVisualStyleBackColor = true; 
            this.stopbutton.Visible = false; 
            this.stopbutton.Click += new System.EventHandler(this.stopbutton_Click); 
            //  
            // SearchButton 
            //  
            this.SearchButton.Location = new System.Drawing.Point(14, 5); 
            this.SearchButton.Name = "SearchButton"; 
            this.SearchButton.Size = new System.Drawing.Size(87, 23); 
            this.SearchButton.TabIndex = 5; 
            this.SearchButton.Text = "本地磁盘搜索"; 
            this.SearchButton.UseVisualStyleBackColor = true; 
            this.SearchButton.Click += new System.EventHandler(this.SearchButton_Click); 
            //  
            // ChooseButton 
            //  
            this.ChooseButton.Location = new System.Drawing.Point(126, 5); 
            this.ChooseButton.Name = "ChooseButton"; 
            this.ChooseButton.Size = new System.Drawing.Size(68, 24); 
            this.ChooseButton.TabIndex = 6; 
            this.ChooseButton.Text = "选择目录"; 
            this.ChooseButton.UseVisualStyleBackColor = true; 
            this.ChooseButton.Click += new System.EventHandler(this.ChooseButton_Click); 
            //  
            // SearchChooseButton 
            //  
            this.SearchChooseButton.Location = new System.Drawing.Point(210, 5); 
            this.SearchChooseButton.Name = "SearchChooseButton"; 
            this.SearchChooseButton.Size = new System.Drawing.Size(63, 23); 
            this.SearchChooseButton.TabIndex = 7; 
            this.SearchChooseButton.Text = "搜索"; 
            this.SearchChooseButton.UseVisualStyleBackColor = true; 
            this.SearchChooseButton.Click += new System.EventHandler(this.SearchChooseButton_Click); 
            //  
            // CancerButton1 
            //  
            this.CancerButton1.Location = new System.Drawing.Point(365, 6); 
            this.CancerButton1.Name = "CancerButton1"; 
            this.CancerButton1.Size = new System.Drawing.Size(65, 23); 
            this.CancerButton1.TabIndex = 8; 
            this.CancerButton1.Text = "取消搜索"; 
            this.CancerButton1.UseVisualStyleBackColor = true; 
            this.CancerButton1.Visible = false; 
            this.CancerButton1.Click += new System.EventHandler(this.CancerButton1_Click); 
            //  
            // labelname 
            //  
            this.labelname.AutoSize = true; 
            this.labelname.Location = new System.Drawing.Point(12, 267); 
            this.labelname.Name = "labelname"; 
            this.labelname.Size = new System.Drawing.Size(65, 12); 
            this.labelname.TabIndex = 9; 
            this.labelname.Text = "搜索目录:"; 
            //  
            // labelpath 
            //  
            this.labelpath.AutoSize = true; 
            this.labelpath.Location = new System.Drawing.Point(124, 267); 
            this.labelpath.Name = "labelpath"; 
            this.labelpath.Size = new System.Drawing.Size(53, 12); 
            this.labelpath.TabIndex = 10; 
            this.labelpath.Text = "本地磁盘"; 
            //  
            // SerchNow 
            //  
            this.SerchNow.AutoSize = true; 
            this.SerchNow.Location = new System.Drawing.Point(12, 281); 
            this.SerchNow.MaximumSize = new System.Drawing.Size(400, 0); 
            this.SerchNow.MinimumSize = new System.Drawing.Size(400, 32); 
            this.SerchNow.Name = "SerchNow"; 
            this.SerchNow.Size = new System.Drawing.Size(400, 32); 
            this.SerchNow.TabIndex = 5; 
            this.SerchNow.Click += new System.EventHandler(this.SerchNow_Click); 
            //  
            // labelHopeToListen 
            //  
            this.labelHopeToListen.AutoSize = true; 
            this.labelHopeToListen.Location = new System.Drawing.Point(456, 13); 
            this.labelHopeToListen.Name = "labelHopeToListen"; 
            this.labelHopeToListen.Size = new System.Drawing.Size(53, 12); 
            this.labelHopeToListen.TabIndex = 11; 
            this.labelHopeToListen.Text = "我想听:"; 
            this.labelHopeToListen.Visible = false; 
            this.labelHopeToListen.Click += new System.EventHandler(this.label1_Click); 
            //  
            // MyMP3Name 
            //  
            this.MyMP3Name.Location = new System.Drawing.Point(447, 35); 
            this.MyMP3Name.Name = "MyMP3Name"; 
            this.MyMP3Name.Size = new System.Drawing.Size(194, 21); 
            this.MyMP3Name.TabIndex = 12; 
            this.MyMP3Name.Visible = false; 
            this.MyMP3Name.TextChanged += new System.EventHandler(this.MyMP3Name_TextChanged); 
            //  
            // ChooseMyMP3 
            //  
            this.ChooseMyMP3.Location = new System.Drawing.Point(675, 36); 
            this.ChooseMyMP3.Name = "ChooseMyMP3"; 
            this.ChooseMyMP3.Size = new System.Drawing.Size(49, 20); 
            this.ChooseMyMP3.TabIndex = 13; 
            this.ChooseMyMP3.Text = "GO!"; 
            this.ChooseMyMP3.UseVisualStyleBackColor = true; 
            this.ChooseMyMP3.Visible = false; 
            this.ChooseMyMP3.Click += new System.EventHandler(this.ChooseMyMP3_Click); 
            //  
            // listView2 
            //  
            this.listView2.Alignment = System.Windows.Forms.ListViewAlignment.Left; 
            this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
            this.columnHeaderNum1, 
            this.columnHeaderpath1, 
            this.columnHeaderSize1}); 
            this.listView2.FullRowSelect = true; 
            this.listView2.HoverSelection = true; 
            this.listView2.Location = new System.Drawing.Point(436, 84); 
            this.listView2.Name = "listView2"; 
            this.listView2.Size = new System.Drawing.Size(308, 180); 
            this.listView2.TabIndex = 14; 
            this.listView2.UseCompatibleStateImageBehavior = false; 
            this.listView2.View = System.Windows.Forms.View.Details; 
            this.listView2.Visible = false; 
            this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged); 
            this.listView2.Click += new System.EventHandler(this.listView2_Click); 
            //  
            // columnHeaderNum1 
            //  
            this.columnHeaderNum1.Text = "No"; 
            //  
            // columnHeaderpath1 
            //  
            this.columnHeaderpath1.Text = "Path"; 
            this.columnHeaderpath1.Width = 200; 
            //  
            // columnHeaderSize1 
            //  
            this.columnHeaderSize1.Text = "Size"; 
            //  
            // labelListenList 
            //  
            this.labelListenList.AutoSize = true; 
            this.labelListenList.Location = new System.Drawing.Point(445, 69); 
            this.labelListenList.Name = "labelListenList"; 
            this.labelListenList.Size = new System.Drawing.Size(65, 12); 
            this.labelListenList.TabIndex = 15; 
            this.labelListenList.Text = "搜索列表:"; 
            this.labelListenList.Visible = false; 
            this.labelListenList.Click += new System.EventHandler(this.label2_Click); 
            //  
            // axWindowsMediaPlayer1 
            //  
            this.axWindowsMediaPlayer1.Enabled = true; 
            this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(12, 96); 
            this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1"; 
            this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState"))); 
            this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(418, 168); 
            this.axWindowsMediaPlayer1.TabIndex = 2; 
            this.axWindowsMediaPlayer1.Enter += new System.EventHandler(this.axWindowsMediaPlayer1_Enter); 
            //  
            // notifyIcon1 
            //  
            this.notifyIcon1.Text = "notifyIcon1"; 
            this.notifyIcon1.Visible = true; 
            this.notifyIcon1.Click += new System.EventHandler(this.notifyIcon1_Click); 
            this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick); 
            //  
            // Form1 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(437, 322); 
            this.Controls.Add(this.labelListenList); 
            this.Controls.Add(this.listView2); 
            this.Controls.Add(this.ChooseMyMP3); 
            this.Controls.Add(this.MyMP3Name); 
            this.Controls.Add(this.labelHopeToListen); 
            this.Controls.Add(this.SerchNow); 
            this.Controls.Add(this.labelpath); 
            this.Controls.Add(this.labelname); 
            this.Controls.Add(this.CancerButton1); 
            this.Controls.Add(this.SearchChooseButton); 
            this.Controls.Add(this.ChooseButton); 
            this.Controls.Add(this.SearchButton); 
            this.Controls.Add(this.stopbutton); 
            this.Controls.Add(this.listView1); 
            this.Controls.Add(this.axWindowsMediaPlayer1); 
            this.Name = "Form1"; 
            this.Text = "Form1"; 
            this.Load += new System.EventHandler(this.Form1_Load); 
            this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged); 
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); 
            ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit(); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1; 
        private System.Windows.Forms.ListView listView1; 
        private System.Windows.Forms.ColumnHeader columnHeaderNum; 
        private System.Windows.Forms.ColumnHeader columnHeaderPath; 
        private System.Windows.Forms.ColumnHeader columnHeaderSize; 
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; 
        private System.Windows.Forms.Button stopbutton; 
        private System.Windows.Forms.Button SearchButton; 
        private System.Windows.Forms.Button ChooseButton; 
        private System.Windows.Forms.Button SearchChooseButton; 
        private System.Windows.Forms.Button CancerButton1; 
        private System.Windows.Forms.Label labelname; 
        private System.Windows.Forms.Label labelpath; 
        private System.Windows.Forms.Label SerchNow; 
        private System.Windows.Forms.Label labelHopeToListen; 
        private System.Windows.Forms.TextBox MyMP3Name; 
        private System.Windows.Forms.Button ChooseMyMP3; 
        private System.Windows.Forms.ListView listView2; 
        private System.Windows.Forms.ColumnHeader columnHeaderNum1; 
        private System.Windows.Forms.ColumnHeader columnHeaderpath1; 
        private System.Windows.Forms.ColumnHeader columnHeaderSize1; 
        private System.Windows.Forms.Label labelListenList; 
        private System.Windows.Forms.NotifyIcon notifyIcon1; 
    } 
}