📄 enginelist.designer.cs
字号:
namespace SECompare.Controls
{
partial class EngineList
{
/// <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.label1 = new System.Windows.Forms.Label();
this.cmbEngine = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label1
//
this.label1.Location = new System.Drawing.Point(2, 6);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(93, 19);
this.label1.TabIndex = 3;
this.label1.Text = "选择搜索引擎:";
//
// cmbEngine
//
this.cmbEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbEngine.Location = new System.Drawing.Point(99, 2);
this.cmbEngine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbEngine.Name = "cmbEngine";
this.cmbEngine.Size = new System.Drawing.Size(79, 20);
this.cmbEngine.TabIndex = 2;
//
// EngineList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label1);
this.Controls.Add(this.cmbEngine);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "EngineList";
this.Size = new System.Drawing.Size(211, 23);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbEngine;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -