📄 customervisitform.designer.cs
字号:
namespace 客户管理项目
{
partial class CustomerVisitForm
{
/// <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.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
this.crystalReportViewer2 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
this.crystalReportViewer3 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
this.CustomerReport1 = new 客户管理项目.CustomerReport();
this.SuspendLayout();
//
// crystalReportViewer1
//
this.crystalReportViewer1.ActiveViewIndex = -1;
this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0);
this.crystalReportViewer1.Name = "crystalReportViewer1";
this.crystalReportViewer1.SelectionFormula = "";
this.crystalReportViewer1.Size = new System.Drawing.Size(710, 474);
this.crystalReportViewer1.TabIndex = 0;
this.crystalReportViewer1.ViewTimeSelectionFormula = "";
//
// crystalReportViewer2
//
this.crystalReportViewer2.ActiveViewIndex = -1;
this.crystalReportViewer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.crystalReportViewer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.crystalReportViewer2.Location = new System.Drawing.Point(0, 0);
this.crystalReportViewer2.Name = "crystalReportViewer2";
this.crystalReportViewer2.SelectionFormula = "";
this.crystalReportViewer2.Size = new System.Drawing.Size(710, 474);
this.crystalReportViewer2.TabIndex = 1;
this.crystalReportViewer2.ViewTimeSelectionFormula = "";
//
// crystalReportViewer3
//
this.crystalReportViewer3.ActiveViewIndex = 0;
this.crystalReportViewer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.crystalReportViewer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.crystalReportViewer3.Location = new System.Drawing.Point(0, 0);
this.crystalReportViewer3.Name = "crystalReportViewer3";
this.crystalReportViewer3.ReportSource = this.CustomerReport1;
this.crystalReportViewer3.Size = new System.Drawing.Size(710, 474);
this.crystalReportViewer3.TabIndex = 2;
//
// CustomerVisitForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(710, 474);
this.Controls.Add(this.crystalReportViewer3);
this.Controls.Add(this.crystalReportViewer2);
this.Controls.Add(this.crystalReportViewer1);
this.Name = "CustomerVisitForm";
this.Text = "CustomerVisitForm";
this.ResumeLayout(false);
}
#endregion
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer2;
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer3;
private CustomerReport CustomerReport1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -