namespace WindowsApplication3 { partial class HostForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HostForm)); this.axMFCCOMControlLibrary1 = new AxMFCCOMControlLibraryLib.AxMFCCOMControlLibrary(); ((System.ComponentModel.ISupportInitialize)(this.axMFCCOMControlLibrary1)).BeginInit(); this.SuspendLayout(); // // axMFCCOMControlLibrary1 // this.axMFCCOMControlLibrary1.Enabled = true; this.axMFCCOMControlLibrary1.Location = new System.Drawing.Point(12, 12); this.axMFCCOMControlLibrary1.Name = "axMFCCOMControlLibrary1"; this.axMFCCOMControlLibrary1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMFCCOMControlLibrary1.OcxState"))); this.axMFCCOMControlLibrary1.Size = new System.Drawing.Size(121, 50); this.axMFCCOMControlLibrary1.TabIndex = 0; this.axMFCCOMControlLibrary1.ClickEvent += new System.EventHandler(this.axMFCCOMControlLibrary1_ClickEvent); // // HostForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 260); this.Controls.Add(this.axMFCCOMControlLibrary1); this.Name = "HostForm"; this.Text = "HostForm"; ((System.ComponentModel.ISupportInitialize)(this.axMFCCOMControlLibrary1)).EndInit(); this.ResumeLayout(false); } #endregion private AxMFCCOMControlLibraryLib.AxMFCCOMControlLibrary axMFCCOMControlLibrary1; } }