executescript.designer.cs

来自「自己做的一个浏览器~~大家请看看~如果合意给个彩头」· CS 代码 · 共 133 行

CS
133
字号
namespace WebPort.Tools
{
	partial class ExecuteScript
	{
		/// <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()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExecuteScript));
			this.panelBottom = new System.Windows.Forms.Panel();
			this.labelText = new System.Windows.Forms.Label();
			this.btnClose = new System.Windows.Forms.Button();
			this.btnExecute = new System.Windows.Forms.Button();
			this.panelTop = new System.Windows.Forms.Panel();
			this.textScript = new System.Windows.Forms.TextBox();
			this.panelBottom.SuspendLayout();
			this.panelTop.SuspendLayout();
			this.SuspendLayout();
			// 
			// panelBottom
			// 
			this.panelBottom.AccessibleDescription = null;
			this.panelBottom.AccessibleName = null;
			resources.ApplyResources(this.panelBottom, "panelBottom");
			this.panelBottom.BackgroundImage = null;
			this.panelBottom.Controls.Add(this.labelText);
			this.panelBottom.Controls.Add(this.btnClose);
			this.panelBottom.Controls.Add(this.btnExecute);
			this.panelBottom.Font = null;
			this.panelBottom.Name = "panelBottom";
			// 
			// labelText
			// 
			this.labelText.AccessibleDescription = null;
			this.labelText.AccessibleName = null;
			resources.ApplyResources(this.labelText, "labelText");
			this.labelText.Font = null;
			this.labelText.Name = "labelText";
			// 
			// btnClose
			// 
			this.btnClose.AccessibleDescription = null;
			this.btnClose.AccessibleName = null;
			resources.ApplyResources(this.btnClose, "btnClose");
			this.btnClose.BackgroundImage = null;
			this.btnClose.Font = null;
			this.btnClose.Name = "btnClose";
			this.btnClose.UseVisualStyleBackColor = true;
			this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// btnExecute
			// 
			this.btnExecute.AccessibleDescription = null;
			this.btnExecute.AccessibleName = null;
			resources.ApplyResources(this.btnExecute, "btnExecute");
			this.btnExecute.BackgroundImage = null;
			this.btnExecute.Font = null;
			this.btnExecute.Name = "btnExecute";
			this.btnExecute.UseVisualStyleBackColor = true;
			this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
			// 
			// panelTop
			// 
			this.panelTop.AccessibleDescription = null;
			this.panelTop.AccessibleName = null;
			resources.ApplyResources(this.panelTop, "panelTop");
			this.panelTop.BackgroundImage = null;
			this.panelTop.Controls.Add(this.textScript);
			this.panelTop.Font = null;
			this.panelTop.Name = "panelTop";
			// 
			// textScript
			// 
			this.textScript.AccessibleDescription = null;
			this.textScript.AccessibleName = null;
			resources.ApplyResources(this.textScript, "textScript");
			this.textScript.BackgroundImage = null;
			this.textScript.Font = null;
			this.textScript.Name = "textScript";
			this.textScript.ModifiedChanged += new System.EventHandler(this.textScript_ModifiedChanged);
			// 
			// ExecuteScript
			// 
			this.AccessibleDescription = null;
			this.AccessibleName = null;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackgroundImage = null;
			this.Controls.Add(this.panelTop);
			this.Controls.Add(this.panelBottom);
			this.Font = null;
			this.Name = "ExecuteScript";
			this.VisibleChanged += new System.EventHandler(this.ExecuteScript_VisibleChanged);
			this.panelBottom.ResumeLayout(false);
			this.panelBottom.PerformLayout();
			this.panelTop.ResumeLayout(false);
			this.panelTop.PerformLayout();
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Panel panelBottom;
		private System.Windows.Forms.Panel panelTop;
		private System.Windows.Forms.Button btnExecute;
		private System.Windows.Forms.TextBox textScript;
		private System.Windows.Forms.Button btnClose;
		private System.Windows.Forms.Label labelText;
	}
}

⌨️ 快捷键说明

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