spc-kiosk-pb/Agent/OLEDevice/frmDeviceOurHome.Designer.cs

65 lines
2.5 KiB
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.OLEDevice
{
partial class frmDeviceOurHome
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}