⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch9_demoform004.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.searchButton.Name = "searchButton";
            this.searchButton.Size = new System.Drawing.Size(59, 30);
            this.searchButton.Text = "搜索";
            this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
            // 
            // favoritesButton
            // 
            this.favoritesButton.Image = global::CH9.Properties.Resources.Favorites;
            this.favoritesButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.favoritesButton.Name = "favoritesButton";
            this.favoritesButton.Size = new System.Drawing.Size(59, 30);
            this.favoritesButton.Text = "收藏";
            // 
            // mgbButton
            // 
            this.mgbButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.mgbButton.Image = global::CH9.Properties.Resources.History;
            this.mgbButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.mgbButton.Margin = new System.Windows.Forms.Padding(1, 1, 1, 2);
            this.mgbButton.Name = "mgbButton";
            this.mgbButton.Size = new System.Drawing.Size(30, 30);
            this.mgbButton.ToolTipText = "記錄";
            // 
            // ToolStripSeparator3
            // 
            this.ToolStripSeparator3.Name = "ToolStripSeparator3";
            this.ToolStripSeparator3.Size = new System.Drawing.Size(6, 33);
            // 
            // mediaButton
            // 
            this.mediaButton.Image = global::CH9.Properties.Resources.Media;
            this.mediaButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.mediaButton.Name = "mediaButton";
            this.mediaButton.Size = new System.Drawing.Size(59, 30);
            this.mediaButton.Text = "媒体";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 33);
            // 
            // mailButton
            // 
            this.mailButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.mailButton.Image = global::CH9.Properties.Resources.Mail;
            this.mailButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.mailButton.Name = "mailButton";
            this.mailButton.Size = new System.Drawing.Size(30, 30);
            this.mailButton.ToolTipText = "邮件";
            // 
            // printButton
            // 
            this.printButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printButton.Image = global::CH9.Properties.Resources.Print;
            this.printButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.printButton.Name = "printButton";
            this.printButton.Size = new System.Drawing.Size(30, 30);
            this.printButton.ToolTipText = "打印";
            this.printButton.Click += new System.EventHandler(this.printButton_Click);
            // 
            // UpLevelButton
            // 
            this.UpLevelButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.UpLevelButton.Image = global::CH9.Properties.Resources.UpLevel;
            this.UpLevelButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.UpLevelButton.Name = "UpLevelButton";
            this.UpLevelButton.Size = new System.Drawing.Size(23, 30);
            this.UpLevelButton.Text = "ToolStripButton4";
            this.UpLevelButton.ToolTipText = "向上";
            this.UpLevelButton.Click += new System.EventHandler(this.UpLevelButton_Click);
            // 
            // BrowserToolStrip
            // 
            this.BrowserToolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.BrowserToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.urlTextBox,
            this.tsbGo});
            this.BrowserToolStrip.Location = new System.Drawing.Point(0, 33);
            this.BrowserToolStrip.Name = "BrowserToolStrip";
            this.BrowserToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.BrowserToolStrip.Size = new System.Drawing.Size(746, 27);
            this.BrowserToolStrip.Stretch = true;
            this.BrowserToolStrip.TabIndex = 12;
            this.BrowserToolStrip.Text = "toolStrip1";
            this.BrowserToolStrip.Resize += new System.EventHandler(this.BrowserToolStrip_Resize);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.toolStripLabel1.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(29, 26);
            this.toolStripLabel1.Text = "地址";
            // 
            // urlTextBox
            // 
            this.urlTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.urlTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
            this.urlTextBox.AutoSize = false;
            this.urlTextBox.Name = "urlTextBox";
            this.urlTextBox.Size = new System.Drawing.Size(665, 27);
            this.urlTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.urlTextBox_KeyDown);
            // 
            // tsbGo
            // 
            this.tsbGo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbGo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbGo.Name = "tsbGo";
            this.tsbGo.Size = new System.Drawing.Size(33, 24);
            this.tsbGo.Text = "转到";
            this.tsbGo.Click += new System.EventHandler(this.tsbGo_Click);
            // 
            // OpenFileDialog1
            // 
            this.OpenFileDialog1.FileName = "OpenFileDialog1";
            // 
            // CH9_DemoForm004
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(746, 357);
            this.Controls.Add(this.toolStripContainer1);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "CH9_DemoForm004";
            this.Text = "CH9_DemoForm004";
            this.Load += new System.EventHandler(this.CH5_DemoForm004_Load);
            this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.LeftToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.LeftToolStripPanel.PerformLayout();
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ToolStrip1.ResumeLayout(false);
            this.ToolStrip1.PerformLayout();
            this.ieToolBar.ResumeLayout(false);
            this.ieToolBar.PerformLayout();
            this.BrowserToolStrip.ResumeLayout(false);
            this.BrowserToolStrip.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ToolStripContainer toolStripContainer1;
        private System.Windows.Forms.StatusStrip statusStrip1;
        internal System.Windows.Forms.ToolStripStatusLabel ieImage;
        internal System.Windows.Forms.ToolStripStatusLabel statusText;
        internal System.Windows.Forms.ToolStripProgressBar tsWebProgressBar;
        internal System.Windows.Forms.ToolStripStatusLabel tsbPlaceHolder1;
        internal System.Windows.Forms.ToolStripStatusLabel tsbPlaceHolder2;
        internal System.Windows.Forms.ToolStripStatusLabel tsbPlaceHolder3;
        internal System.Windows.Forms.ToolStripStatusLabel tsbPlaceHolder4;
        internal System.Windows.Forms.ToolStripStatusLabel tsbInternet;
        private System.Windows.Forms.ToolStrip ieToolBar;
        private System.Windows.Forms.ToolStripSplitButton backButton;
        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
        private System.Windows.Forms.ToolStripSplitButton forwardButton;
        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2;
        private System.Windows.Forms.ToolStripSeparator ToolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem3;
        private System.Windows.Forms.ToolStripButton stopButton;
        private System.Windows.Forms.ToolStripButton refreshButton;
        private System.Windows.Forms.ToolStripButton homeButton;
        private System.Windows.Forms.ToolStripSeparator ToolStripSeparator2;
        private System.Windows.Forms.ToolStripButton searchButton;
        private System.Windows.Forms.ToolStripButton favoritesButton;
        private System.Windows.Forms.ToolStripButton mgbButton;
        private System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;
        private System.Windows.Forms.ToolStripButton mediaButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripButton mailButton;
        private System.Windows.Forms.ToolStripButton printButton;
        internal System.Windows.Forms.ToolStripButton UpLevelButton;
        internal System.Windows.Forms.ToolStrip ToolStrip2;
        internal System.Windows.Forms.ToolStrip ToolStrip1;
        internal System.Windows.Forms.ToolStripButton tsbMsTaiwan;
        internal System.Windows.Forms.ToolStripButton tsbMSDNCHT;
        internal System.Windows.Forms.ToolStripButton tsbCommunity;
        internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator4;
        internal System.Windows.Forms.ToolStripButton tsbManage;
        internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator6;
        private System.Windows.Forms.ToolStrip BrowserToolStrip;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripTextBox urlTextBox;
        private System.Windows.Forms.ToolStripButton tsbGo;
        internal System.Windows.Forms.OpenFileDialog OpenFileDialog1;
        private System.Windows.Forms.WebBrowser webBrowser1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -