?? exl.designer.cs
字號:
?namespace cwgl
{
partial class exl
{
/// <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.CrystalReport11 = new cwgl.CrystalReport1();
this.SuspendLayout();
//
// CrystalReportViewer1
//
this.CrystalReportViewer1.ActiveViewIndex = 0;
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.ReportSource = this.CrystalReport11;
this.CrystalReportViewer1.Size = new System.Drawing.Size(792, 568);
this.CrystalReportViewer1.TabIndex = 0;
//
// exl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 568);
this.Controls.Add(this.CrystalReportViewer1);
this.Name = "exl";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "江都經濟開發區項目收支表";
this.Load += new System.EventHandler(this.exl_Load);
this.ResumeLayout(false);
}
#endregion
private CrystalDecisions.Windows.Forms.CrystalReportViewer CrystalReportViewer1;
private CrystalReport1 CrystalReport11;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -