namespace IndianHealthService.BMXNet.Example.CrossComponent.EHR { partial class UserInfoComponent { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.hostedControl = new IndianHealthService.BMXNet.Example.CrossComponent.UserInfoControl(); this.SuspendLayout(); // // hostedControl // this.hostedControl.BackColor = System.Drawing.Color.LightSkyBlue; this.hostedControl.Dock = System.Windows.Forms.DockStyle.Fill; this.hostedControl.LocalSession = null; this.hostedControl.Location = new System.Drawing.Point(20, 20); this.hostedControl.Margin = new System.Windows.Forms.Padding(20); this.hostedControl.Name = "hostedControl"; this.hostedControl.RemoteSession = null; this.hostedControl.Size = new System.Drawing.Size(368, 178); this.hostedControl.TabIndex = 0; this.hostedControl.Load += new System.EventHandler(this.hostedControl_Load); // // UserInfoComponent // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.SteelBlue; this.Controls.Add(this.hostedControl); this.Name = "UserInfoComponent"; this.Padding = new System.Windows.Forms.Padding(20); this.Size = new System.Drawing.Size(408, 218); this.ResumeLayout(false); } #endregion private UserInfoControl hostedControl; } }