📄 frmselect.designer.cs
字号:
namespace Hotel.UI
{
partial class frmSelect
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.lsbShow = new System.Windows.Forms.ListBox();
this.btnOK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lsbShow
//
this.lsbShow.FormattingEnabled = true;
this.lsbShow.ItemHeight = 12;
this.lsbShow.Location = new System.Drawing.Point(12, 13);
this.lsbShow.Name = "lsbShow";
this.lsbShow.Size = new System.Drawing.Size(180, 100);
this.lsbShow.TabIndex = 0;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(60, 119);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(62, 28);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确定(&E)";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// frmSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(204, 152);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.lsbShow);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmSelect";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "搜到多项";
this.Load += new System.EventHandler(this.frmSelect_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lsbShow;
private System.Windows.Forms.Button btnOK;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -