frmreportview.designer.cs

来自「这是DEPHI开发的好东西 这是DEPHI开发的好东西 这是DEPHI开发的好东」· CS 代码 · 共 62 行

CS
62
字号
namespace InterFaceManager.Report
{
    partial class FrmReportview
    {
        /// <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.cryView = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.SuspendLayout();
            // 
            // cryView
            // 
            this.cryView.ActiveViewIndex = -1;
            this.cryView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.cryView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cryView.Location = new System.Drawing.Point(0, 0);
            this.cryView.Name = "cryView";
            this.cryView.SelectionFormula = "";
            this.cryView.Size = new System.Drawing.Size(574, 415);
            this.cryView.TabIndex = 0;
            this.cryView.ViewTimeSelectionFormula = "";
            // 
            // FrmReportview
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(574, 415);
            this.Controls.Add(this.cryView);
            this.Name = "FrmReportview";
            this.Text = "FrmReportview";
            this.ResumeLayout(false);

        }

        #endregion

        private CrystalDecisions.Windows.Forms.CrystalReportViewer cryView;
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?