1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class WDevice
- {
- /// <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.components = new System.ComponentModel.Container();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.lblDeviceId = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // toolTip1
- //
- this.toolTip1.AutoPopDelay = 20000;
- this.toolTip1.InitialDelay = 500;
- this.toolTip1.ReshowDelay = 1000;
- this.toolTip1.ShowAlways = true;
- //
- // lblDeviceId
- //
- this.lblDeviceId.AllowDrop = true;
- this.lblDeviceId.AutoSize = true;
- this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDeviceId.Location = new System.Drawing.Point(7, 7);
- this.lblDeviceId.Name = "lblDeviceId";
- this.lblDeviceId.Size = new System.Drawing.Size(43, 16);
- this.lblDeviceId.TabIndex = 1;
- this.lblDeviceId.Text = "MG999";
- this.lblDeviceId.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblDeviceId.Click += new System.EventHandler(this.lblDeviceId_Click);
- this.lblDeviceId.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseDown);
- this.lblDeviceId.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseMove);
- //
- // WDevice
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
- this.Controls.Add(this.lblDeviceId);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ForeColor = System.Drawing.Color.White;
- this.Margin = new System.Windows.Forms.Padding(1);
- this.Name = "WDevice";
- this.Size = new System.Drawing.Size(60, 30);
- this.Click += new System.EventHandler(this.WDevice_Click);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.Label lblDeviceId;
- }
- }
|