namespace zz_winsign { partial class Form2 { /// /// 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() { this.elementHost1 = new System.Windows.Forms.Integration.ElementHost(); this.signControl1 = new zz_winsign.SignControl(); this.SuspendLayout(); // // elementHost1 // this.elementHost1.Location = new System.Drawing.Point(12, 25); this.elementHost1.Name = "elementHost1"; this.elementHost1.Size = new System.Drawing.Size(776, 413); this.elementHost1.TabIndex = 0; this.elementHost1.Text = "elementHost1"; this.elementHost1.Child = this.signControl1; // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.elementHost1); this.Name = "Form2"; this.Text = "Form2"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Integration.ElementHost elementHost1; private SignControl signControl1; } }