64 lines
2.7 KiB
C#
64 lines
2.7 KiB
C#
namespace SuperMap.RealEstate.SecurityDevice
|
||
{
|
||
partial class SecurityDeviceActiveX
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.securityDeviceControl1 = new SuperMap.RealEstate.SecurityDevice.SecurityDeviceControl();
|
||
this.SuspendLayout();
|
||
//
|
||
// securityDeviceControl1
|
||
//
|
||
this.securityDeviceControl1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.securityDeviceControl1.Location = new System.Drawing.Point(3, 2);
|
||
this.securityDeviceControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.securityDeviceControl1.Message = "";
|
||
this.securityDeviceControl1.Name = "securityDeviceControl1";
|
||
this.securityDeviceControl1.Size = new System.Drawing.Size(284, 146);
|
||
this.securityDeviceControl1.TabIndex = 3;
|
||
this.securityDeviceControl1.DeviceStateChanged += new SuperMap.RealEstate.SecurityDevice.ClientSecurityDeviceStateHandler(this.securityDeviceControl_DeviceChanged);
|
||
//
|
||
// SecurityDeviceActiveX
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||
this.BackColor = System.Drawing.SystemColors.Control;
|
||
this.Controls.Add(this.securityDeviceControl1);
|
||
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Name = "SecurityDeviceActiveX";
|
||
this.Size = new System.Drawing.Size(290, 191);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
//private SecurityDeviceControl securityDeviceControl1;
|
||
private SecurityDeviceControl securityDeviceControl1;
|
||
}
|
||
}
|