namespace Cosmos.OLEDevice { partial class frmDeviceOurHome { /// /// 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(frmDeviceOurHome)); this.axOUT_STORE_RF1 = new AxOUT_STOR_RF.AxOUT_STORE_RF(); ((System.ComponentModel.ISupportInitialize)(this.axOUT_STORE_RF1)).BeginInit(); this.SuspendLayout(); // // axOUT_STORE_RF1 // this.axOUT_STORE_RF1.Enabled = true; this.axOUT_STORE_RF1.Location = new System.Drawing.Point(95, 12); this.axOUT_STORE_RF1.Name = "axOUT_STORE_RF1"; this.axOUT_STORE_RF1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axOUT_STORE_RF1.OcxState"))); this.axOUT_STORE_RF1.Size = new System.Drawing.Size(34, 36); this.axOUT_STORE_RF1.TabIndex = 0; // // frmDeviceOurHome // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(380, 325); this.Controls.Add(this.axOUT_STORE_RF1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmDeviceOurHome"; this.ShowInTaskbar = false; this.Text = "frmOurHome"; ((System.ComponentModel.ISupportInitialize)(this.axOUT_STORE_RF1)).EndInit(); this.ResumeLayout(false); } #endregion private AxOUT_STOR_RF.AxOUT_STORE_RF axOUT_STORE_RF1; } }