📄 frmreckoning.designer.cs
字号:
namespace Hotel.UI
{
partial class frmReckoning
{
/// <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.lsvResult = new System.Windows.Forms.ListView();
this.label1 = new System.Windows.Forms.Label();
this.btnCha = new System.Windows.Forms.Button();
this.cboBox = new System.Windows.Forms.ComboBox();
this.txtValue = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.listV = new System.Windows.Forms.ListView();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lsvResult);
this.groupBox1.Location = new System.Drawing.Point(12, 107);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(599, 279);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "帐务信息";
//
// lsvResult
//
this.lsvResult.FullRowSelect = true;
this.lsvResult.Location = new System.Drawing.Point(9, 19);
this.lsvResult.Name = "lsvResult";
this.lsvResult.Size = new System.Drawing.Size(581, 249);
this.lsvResult.TabIndex = 0;
this.lsvResult.UseCompatibleStateImageBehavior = false;
this.lsvResult.View = System.Windows.Forms.View.Details;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 57);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 1;
this.label1.Text = "查询方式:";
//
// btnCha
//
this.btnCha.Location = new System.Drawing.Point(420, 47);
this.btnCha.Name = "btnCha";
this.btnCha.Size = new System.Drawing.Size(87, 32);
this.btnCha.TabIndex = 2;
this.btnCha.Text = "开始查找(&F)";
this.btnCha.UseVisualStyleBackColor = true;
this.btnCha.Click += new System.EventHandler(this.btnCha_Click);
//
// cboBox
//
this.cboBox.FormattingEnabled = true;
this.cboBox.Items.AddRange(new object[] {
"帐单号",
"客房编号"});
this.cboBox.Location = new System.Drawing.Point(77, 54);
this.cboBox.Name = "cboBox";
this.cboBox.Size = new System.Drawing.Size(109, 20);
this.cboBox.TabIndex = 3;
this.cboBox.Text = "帐单号";
//
// txtValue
//
this.txtValue.Location = new System.Drawing.Point(233, 54);
this.txtValue.Name = "txtValue";
this.txtValue.Size = new System.Drawing.Size(158, 21);
this.txtValue.TabIndex = 4;
this.txtValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtValue_KeyPress);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(192, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 1;
this.label2.Text = "内容:";
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(513, 47);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(89, 32);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "退出(&X)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.button2_Click);
//
// label3
//
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label3.Location = new System.Drawing.Point(14, 91);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(597, 2);
this.label3.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("楷体_GB2312", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(229, 9);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(150, 21);
this.label4.TabIndex = 1;
this.label4.Text = "$ 帐务查询 $";
//
// label6
//
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label6.Location = new System.Drawing.Point(14, 42);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(597, 2);
this.label6.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.listV);
this.groupBox2.Location = new System.Drawing.Point(12, 400);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(599, 238);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "消费项目";
//
// listV
//
this.listV.FullRowSelect = true;
this.listV.Location = new System.Drawing.Point(9, 17);
this.listV.Name = "listV";
this.listV.Size = new System.Drawing.Size(581, 215);
this.listV.TabIndex = 0;
this.listV.UseCompatibleStateImageBehavior = false;
this.listV.View = System.Windows.Forms.View.Details;
//
// frmReckoning
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(624, 650);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.txtValue);
this.Controls.Add(this.cboBox);
this.Controls.Add(this.label6);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnCha);
this.Controls.Add(this.label4);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmReckoning";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "帐务查询";
this.Load += new System.EventHandler(this.frmReckoning_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCha;
private System.Windows.Forms.ComboBox cboBox;
private System.Windows.Forms.TextBox txtValue;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ListView lsvResult;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListView listV;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -