namespace ReportLibrary
{
partial class TemplateDesignForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateDesignForm));
this.designerControl1 = new FastReport.Design.StandardDesigner.DesignerControl();
((System.ComponentModel.ISupportInitialize)(this.designerControl1)).BeginInit();
this.SuspendLayout();
//
// designerControl1
//
this.designerControl1.AskSave = true;
this.designerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.designerControl1.LayoutState = resources.GetString("designerControl1.LayoutState");
this.designerControl1.Location = new System.Drawing.Point(0, 0);
this.designerControl1.Name = "designerControl1";
this.designerControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.designerControl1.Size = new System.Drawing.Size(800, 450);
this.designerControl1.TabIndex = 0;
this.designerControl1.UIStyle = FastReport.Utils.UIStyle.VisualStudio2012Light;
//
// TemplateDesignForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.designerControl1);
this.Name = "TemplateDesignForm";
this.Text = "报表设计器";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TemplateDesignForm_FormClosed);
this.Load += new System.EventHandler(this.TemplateDesignForm_Load);
((System.ComponentModel.ISupportInitialize)(this.designerControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private FastReport.Design.StandardDesigner.DesignerControl designerControl1;
}
}