namespace PTMedicalInsurance.Forms
{
partial class PrintDesign
{
///
/// 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(PrintDesign));
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;
//
// PrintDesign
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.designerControl1);
this.Name = "PrintDesign";
this.Text = "PrintDesign";
this.Load += new System.EventHandler(this.PrintDesign_Load);
((System.ComponentModel.ISupportInitialize)(this.designerControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
public FastReport.Design.StandardDesigner.DesignerControl designerControl1;
}
}