📄 frmcurrentlybuyer.designer.cs
字号:
namespace Hotel.UI
{
partial class frmCurrentlyBuyer
{
/// <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.btnExit = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.crvListShow = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
this.crvCurrentlyBuyer = new Hotel.crvCurrentlyBuyer();
this.SuspendLayout();
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(594, 612);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(95, 25);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "退出(&E)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(305, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(142, 21);
this.label1.TabIndex = 2;
this.label1.Text = "所有宾客报表";
//
// crvListShow
//
this.crvListShow.ActiveViewIndex = 0;
this.crvListShow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.crvListShow.DisplayGroupTree = false;
this.crvListShow.Location = new System.Drawing.Point(-3, 72);
this.crvListShow.Name = "crvListShow";
this.crvListShow.ReportSource = this.crvCurrentlyBuyer;
this.crvListShow.Size = new System.Drawing.Size(764, 512);
this.crvListShow.TabIndex = 0;
//
// frmCurrentlyBuyer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(759, 656);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.crvListShow);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmCurrentlyBuyer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "所有宾客报表";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CrystalDecisions.Windows.Forms.CrystalReportViewer crvListShow;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label1;
private crvCurrentlyBuyer crvCurrentlyBuyer;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -