tijian_jichuang/Code/KeFu/frmShowBaoGao.Designer.cs
2025-02-20 11:54:48 +08:00

62 lines
2.3 KiB
C#

namespace SOH.KeFu
{
partial class frmShowBaoGao
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.previewControl1 = new FastReport.Preview.PreviewControl();
this.SuspendLayout();
//
// previewControl1
//
this.previewControl1.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.previewControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.previewControl1.Font = new System.Drawing.Font("Tahoma", 8F);
this.previewControl1.Location = new System.Drawing.Point(0, 0);
this.previewControl1.Name = "previewControl1";
this.previewControl1.Size = new System.Drawing.Size(1036, 788);
this.previewControl1.TabIndex = 0;
this.previewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
//
// frmShowBaoGao
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1036, 788);
this.Controls.Add(this.previewControl1);
this.Name = "frmShowBaoGao";
this.Text = "预览体检报告";
this.Load += new System.EventHandler(this.frmShowBaoGao_Load);
this.ResumeLayout(false);
}
#endregion
private FastReport.Preview.PreviewControl previewControl1;
}
}