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

📄 webbrowsercontroller.designer.cs

📁 自己做的一个浏览器~~大家请看看~如果合意给个彩头
💻 CS
字号:
namespace APLib.Windows.Control
{
	partial class WebBrowserController
	{
		/// <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 Component 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(WebBrowserController));
			this.menuProxy = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.editProxyList = new System.Windows.Forms.ToolStripMenuItem();
			this.webTool = new System.Windows.Forms.ToolStrip();
			this.wtNew = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.wtBack = new System.Windows.Forms.ToolStripButton();
			this.wtForward = new System.Windows.Forms.ToolStripButton();
			this.wtStop = new System.Windows.Forms.ToolStripButton();
			this.wtRefresh = new System.Windows.Forms.ToolStripButton();
			this.wtGohome = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.wtLabel = new System.Windows.Forms.ToolStripLabel();
			this.wtURL = new System.Windows.Forms.ToolStripTextBox();
			this.wtProxy = new System.Windows.Forms.ToolStripButton();
			this.menuProxy.SuspendLayout();
			this.webTool.SuspendLayout();
			this.SuspendLayout();
			// 
			// menuProxy
			// 
			this.menuProxy.AccessibleDescription = null;
			this.menuProxy.AccessibleName = null;
			resources.ApplyResources(this.menuProxy, "menuProxy");
			this.menuProxy.BackgroundImage = null;
			this.menuProxy.Font = null;
			this.menuProxy.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.editProxyList});
			this.menuProxy.Name = "menuProxy";
			this.menuProxy.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuProxy_ItemClicked);
			// 
			// editProxyList
			// 
			this.editProxyList.AccessibleDescription = null;
			this.editProxyList.AccessibleName = null;
			resources.ApplyResources(this.editProxyList, "editProxyList");
			this.editProxyList.BackgroundImage = null;
			this.editProxyList.Name = "editProxyList";
			this.editProxyList.ShortcutKeyDisplayString = null;
			this.editProxyList.Click += new System.EventHandler(this.editProxyList_Click);
			// 
			// webTool
			// 
			this.webTool.AccessibleDescription = null;
			this.webTool.AccessibleName = null;
			resources.ApplyResources(this.webTool, "webTool");
			this.webTool.BackgroundImage = null;
			this.webTool.Font = null;
			this.webTool.ImageScalingSize = new System.Drawing.Size(32, 32);
			this.webTool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.wtNew,
            this.toolStripSeparator1,
            this.wtBack,
            this.wtForward,
            this.wtStop,
            this.wtRefresh,
            this.wtGohome,
            this.toolStripSeparator2,
            this.wtLabel,
            this.wtURL,
            this.wtProxy});
			this.webTool.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
			this.webTool.Name = "webTool";
			this.webTool.SizeChanged += new System.EventHandler(this.webTool_SizeChanged);
			// 
			// wtNew
			// 
			this.wtNew.AccessibleDescription = null;
			this.wtNew.AccessibleName = null;
			resources.ApplyResources(this.wtNew, "wtNew");
			this.wtNew.BackgroundImage = null;
			this.wtNew.Image = global::APLib.Windows.Control.Properties.Resource.New;
			this.wtNew.Name = "wtNew";
			this.wtNew.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
			this.wtNew.Click += new System.EventHandler(this.wtNew_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.AccessibleDescription = null;
			this.toolStripSeparator1.AccessibleName = null;
			resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			// 
			// wtBack
			// 
			this.wtBack.AccessibleDescription = null;
			this.wtBack.AccessibleName = null;
			resources.ApplyResources(this.wtBack, "wtBack");
			this.wtBack.BackgroundImage = null;
			this.wtBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.wtBack.Image = global::APLib.Windows.Control.Properties.Resource.Backward;
			this.wtBack.Name = "wtBack";
			this.wtBack.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
			this.wtBack.Click += new System.EventHandler(this.wtBack_Click);
			// 
			// wtForward
			// 
			this.wtForward.AccessibleDescription = null;
			this.wtForward.AccessibleName = null;
			resources.ApplyResources(this.wtForward, "wtForward");
			this.wtForward.BackgroundImage = null;
			this.wtForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.wtForward.Image = global::APLib.Windows.Control.Properties.Resource.Forward;
			this.wtForward.Name = "wtForward";
			this.wtForward.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
			this.wtForward.Click += new System.EventHandler(this.wtForward_Click);
			// 
			// wtStop
			// 
			this.wtStop.AccessibleDescription = null;
			this.wtStop.AccessibleName = null;
			resources.ApplyResources(this.wtStop, "wtStop");
			this.wtStop.BackgroundImage = null;
			this.wtStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.wtStop.Image = global::APLib.Windows.Control.Properties.Resource.Stop;
			this.wtStop.Name = "wtStop";
			this.wtStop.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
			this.wtStop.Click += new System.EventHandler(this.wtStop_Click);
			// 
			// wtRefresh
			// 
			this.wtRefresh.AccessibleDescription = null;
			this.wtRefresh.AccessibleName = null;
			resources.ApplyResources(this.wtRefresh, "wtRefresh");
			this.wtRefresh.BackgroundImage = null;
			this.wtRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.wtRefresh.Image = global::APLib.Windows.Control.Properties.Resource.Refresh;
			this.wtRefresh.Name = "wtRefresh";
			this.wtRefresh.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
			this.wtRefresh.Click += new System.EventHandler(this.wtRefresh_Click);
			// 
			// wtGohome
			// 
			this.wtGohome.AccessibleDescription = null;
			this.wtGohome.AccessibleName = null;
			resources.ApplyResources(this.wtGohome, "wtGohome");
			this.wtGohome.BackgroundImage = null;
			this.wtGohome.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.wtGohome.Image = global::APLib.Windows.Control.Properties.Resource.GoHome;
			this.wtGohome.Name = "wtGohome";
			this.wtGohome.Click += new System.EventHandler(this.wtGohome_Click);
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.AccessibleDescription = null;
			this.toolStripSeparator2.AccessibleName = null;
			resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			// 
			// wtLabel
			// 
			this.wtLabel.AccessibleDescription = null;
			this.wtLabel.AccessibleName = null;
			resources.ApplyResources(this.wtLabel, "wtLabel");
			this.wtLabel.BackgroundImage = null;
			this.wtLabel.Name = "wtLabel";
			this.wtLabel.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
			// 
			// wtURL
			// 
			this.wtURL.AccessibleDescription = null;
			this.wtURL.AccessibleName = null;
			resources.ApplyResources(this.wtURL, "wtURL");
			this.wtURL.Name = "wtURL";
			this.wtURL.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
			this.wtURL.MouseEnter += new System.EventHandler(this.wtURL_MouseEnter);
			this.wtURL.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.wtURL_KeyPress);
			// 
			// wtProxy
			// 
			this.wtProxy.AccessibleDescription = null;
			this.wtProxy.AccessibleName = null;
			this.wtProxy.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			resources.ApplyResources(this.wtProxy, "wtProxy");
			this.wtProxy.BackgroundImage = null;
			this.wtProxy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.wtProxy.Image = global::APLib.Windows.Control.Properties.Resource.Proxy;
			this.wtProxy.Name = "wtProxy";
			this.wtProxy.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
			this.wtProxy.MouseUp += new System.Windows.Forms.MouseEventHandler(this.wtProxy_MouseUp);
			this.wtProxy.Click += new System.EventHandler(this.wtProxy_Click);
			// 
			// WebBrowserController
			// 
			this.AccessibleDescription = null;
			this.AccessibleName = null;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackgroundImage = null;
			this.Controls.Add(this.webTool);
			this.Font = null;
			this.Name = "WebBrowserController";
			this.menuProxy.ResumeLayout(false);
			this.webTool.ResumeLayout(false);
			this.webTool.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.ContextMenuStrip menuProxy;
		private System.Windows.Forms.ToolStripMenuItem editProxyList;
		private System.Windows.Forms.ToolStrip webTool;
		private System.Windows.Forms.ToolStripButton wtNew;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
		private System.Windows.Forms.ToolStripButton wtBack;
		private System.Windows.Forms.ToolStripButton wtForward;
		private System.Windows.Forms.ToolStripButton wtStop;
		private System.Windows.Forms.ToolStripButton wtRefresh;
		private System.Windows.Forms.ToolStripButton wtGohome;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
		private System.Windows.Forms.ToolStripLabel wtLabel;
		private System.Windows.Forms.ToolStripTextBox wtURL;
		private System.Windows.Forms.ToolStripButton wtProxy;
	}
}

⌨️ 快捷键说明

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