| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 | namespace PTMedicalInsurance.Forms{    partial class PrintDesign    {        /// <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()        {            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;    }}
 |