/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.testLicensedComponent1 = new LicensedComponent.TestLicensedComponent(); this.SuspendLayout(); // // testLicensedComponent1 // this.testLicensedComponent1.Location = new System.Drawing.Point(40, 16); this.testLicensedComponent1.Name = "testLicensedComponent1"; this.testLicensedComponent1.TabIndex = 0; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.testLicensedComponent1 }); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.testLicensedComponent1 = new LicensedComponent.TestLicensedComponent(); this.SuspendLayout(); // // testLicensedComponent1 // this.testLicensedComponent1.Location = new System.Drawing.Point(40, 16); this.testLicensedComponent1.Name = "testLicensedComponent1"; this.testLicensedComponent1.TabIndex = 0; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.testLicensedComponent1}); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); }