[1146] | 1 | namespace IndianHealthService.BMXNet.Example.CrossComponent.EHR
|
---|
| 2 | {
|
---|
| 3 | partial class UserInfoComponent
|
---|
| 4 | {
|
---|
| 5 | /// <summary>
|
---|
| 6 | /// Required designer variable.
|
---|
| 7 | /// </summary>
|
---|
| 8 | private System.ComponentModel.IContainer components = null;
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 | #region Component Designer generated code
|
---|
| 12 |
|
---|
| 13 | /// <summary>
|
---|
| 14 | /// Required method for Designer support - do not modify
|
---|
| 15 | /// the contents of this method with the code editor.
|
---|
| 16 | /// </summary>
|
---|
| 17 | private void InitializeComponent()
|
---|
| 18 | {
|
---|
| 19 | this.hostedControl = new IndianHealthService.BMXNet.Example.CrossComponent.UserInfoControl();
|
---|
| 20 | this.SuspendLayout();
|
---|
| 21 | //
|
---|
| 22 | // hostedControl
|
---|
| 23 | //
|
---|
| 24 | this.hostedControl.BackColor = System.Drawing.Color.LightSkyBlue;
|
---|
| 25 | this.hostedControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 26 | this.hostedControl.LocalSession = null;
|
---|
| 27 | this.hostedControl.Location = new System.Drawing.Point(20, 20);
|
---|
| 28 | this.hostedControl.Margin = new System.Windows.Forms.Padding(20);
|
---|
| 29 | this.hostedControl.Name = "hostedControl";
|
---|
| 30 | this.hostedControl.RemoteSession = null;
|
---|
| 31 | this.hostedControl.Size = new System.Drawing.Size(368, 178);
|
---|
| 32 | this.hostedControl.TabIndex = 0;
|
---|
| 33 | this.hostedControl.Load += new System.EventHandler(this.hostedControl_Load);
|
---|
| 34 | //
|
---|
| 35 | // UserInfoComponent
|
---|
| 36 | //
|
---|
| 37 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 38 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 39 | this.BackColor = System.Drawing.Color.SteelBlue;
|
---|
| 40 | this.Controls.Add(this.hostedControl);
|
---|
| 41 | this.Name = "UserInfoComponent";
|
---|
| 42 | this.Padding = new System.Windows.Forms.Padding(20);
|
---|
| 43 | this.Size = new System.Drawing.Size(408, 218);
|
---|
| 44 | this.ResumeLayout(false);
|
---|
| 45 |
|
---|
| 46 | }
|
---|
| 47 |
|
---|
| 48 | #endregion
|
---|
| 49 |
|
---|
| 50 | private UserInfoControl hostedControl;
|
---|
| 51 | }
|
---|
| 52 | }
|
---|