📄 frmitemsprice.designer.cs
字号:
namespace Hotel.UI
{
partial class frmItemsPrice
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnQuary = new System.Windows.Forms.Button();
this.cboFang = new System.Windows.Forms.ComboBox();
this.txtName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lsvResult = new System.Windows.Forms.ListView();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnQuary);
this.groupBox1.Controls.Add(this.cboFang);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(8, 9);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(481, 97);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "商品价格查询:";
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(375, 57);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(81, 27);
this.btnExit.TabIndex = 3;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnQuary
//
this.btnQuary.Location = new System.Drawing.Point(288, 57);
this.btnQuary.Name = "btnQuary";
this.btnQuary.Size = new System.Drawing.Size(81, 27);
this.btnQuary.TabIndex = 3;
this.btnQuary.Text = "查询";
this.btnQuary.UseVisualStyleBackColor = true;
this.btnQuary.Click += new System.EventHandler(this.btnQuary_Click);
//
// cboFang
//
this.cboFang.FormattingEnabled = true;
this.cboFang.Items.AddRange(new object[] {
"商品名称",
"商品编号"});
this.cboFang.Location = new System.Drawing.Point(77, 17);
this.cboFang.Name = "cboFang";
this.cboFang.Size = new System.Drawing.Size(99, 20);
this.cboFang.TabIndex = 2;
this.cboFang.Text = "商品名称";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(258, 16);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(187, 21);
this.txtName.TabIndex = 1;
this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtName_KeyPress);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 0;
this.label2.Text = "查询方式:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(205, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 0;
this.label1.Text = "关键字:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lsvResult);
this.groupBox2.Location = new System.Drawing.Point(8, 123);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(480, 270);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查询结果";
//
// lsvResult
//
this.lsvResult.FullRowSelect = true;
this.lsvResult.Location = new System.Drawing.Point(6, 14);
this.lsvResult.Name = "lsvResult";
this.lsvResult.Size = new System.Drawing.Size(467, 250);
this.lsvResult.TabIndex = 0;
this.lsvResult.UseCompatibleStateImageBehavior = false;
this.lsvResult.View = System.Windows.Forms.View.Details;
//
// frmItemsPrice
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(497, 396);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmItemsPrice";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "商品价格查询";
this.Load += new System.EventHandler(this.frmItemsPrice_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnQuary;
private System.Windows.Forms.ComboBox cboFang;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListView lsvResult;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -