WDevice.Designer.cs 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class WDevice
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  30. this.lblDeviceId = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // toolTip1
  34. //
  35. this.toolTip1.AutoPopDelay = 20000;
  36. this.toolTip1.InitialDelay = 500;
  37. this.toolTip1.ReshowDelay = 1000;
  38. this.toolTip1.ShowAlways = true;
  39. //
  40. // lblDeviceId
  41. //
  42. this.lblDeviceId.AllowDrop = true;
  43. this.lblDeviceId.AutoSize = true;
  44. this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.lblDeviceId.Location = new System.Drawing.Point(7, 7);
  46. this.lblDeviceId.Name = "lblDeviceId";
  47. this.lblDeviceId.Size = new System.Drawing.Size(43, 16);
  48. this.lblDeviceId.TabIndex = 1;
  49. this.lblDeviceId.Text = "MG999";
  50. this.lblDeviceId.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  51. this.lblDeviceId.Click += new System.EventHandler(this.lblDeviceId_Click);
  52. this.lblDeviceId.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseDown);
  53. this.lblDeviceId.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseMove);
  54. //
  55. // WDevice
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
  60. this.Controls.Add(this.lblDeviceId);
  61. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.ForeColor = System.Drawing.Color.White;
  63. this.Margin = new System.Windows.Forms.Padding(1);
  64. this.Name = "WDevice";
  65. this.Size = new System.Drawing.Size(60, 30);
  66. this.Click += new System.EventHandler(this.WDevice_Click);
  67. this.ResumeLayout(false);
  68. this.PerformLayout();
  69. }
  70. #endregion
  71. private System.Windows.Forms.ToolTip toolTip1;
  72. private System.Windows.Forms.Label lblDeviceId;
  73. }
  74. }