searchandmark.designer.cs
来自「自己做的一个浏览器~~大家请看看~如果合意给个彩头」· CS 代码 · 共 75 行
CS
75 行
namespace WebPort.Tools
{
partial class SearchAndMark
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchAndMark));
this.tsLabel = new System.Windows.Forms.ToolStripLabel();
this.tsText = new System.Windows.Forms.ToolStripTextBox();
this.tsGo = new System.Windows.Forms.ToolStripButton();
this.SuspendLayout();
//
// tsLabel
//
this.tsLabel.Name = "tsLabel";
resources.ApplyResources(this.tsLabel, "tsLabel");
//
// tsText
//
this.tsText.Name = "tsText";
resources.ApplyResources(this.tsText, "tsText");
this.tsText.Enter += new System.EventHandler(this.tsText_Enter);
this.tsText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tsText_KeyPress);
//
// tsGo
//
this.tsGo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.tsGo, "tsGo");
this.tsGo.Name = "tsGo";
this.tsGo.Click += new System.EventHandler(this.tsGo_Click);
//
// SearchAndMark
//
this.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsLabel,
this.tsText,
this.tsGo});
resources.ApplyResources(this, "$this");
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripLabel tsLabel;
private System.Windows.Forms.ToolStripTextBox tsText;
private System.Windows.Forms.ToolStripButton tsGo;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?