UserControl4.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. 
  2. namespace IMCS.UControl
  3. {
  4. partial class UserControl4
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.lb_OnLine = new System.Windows.Forms.Label();
  30. this.lb_ConnectionMes = new System.Windows.Forms.Label();
  31. this.lb_Runing = new System.Windows.Forms.Label();
  32. this.lb_Name = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // lb_OnLine
  38. //
  39. this.lb_OnLine.BackColor = System.Drawing.SystemColors.ButtonFace;
  40. this.lb_OnLine.Location = new System.Drawing.Point(85, 4);
  41. this.lb_OnLine.Name = "lb_OnLine";
  42. this.lb_OnLine.Size = new System.Drawing.Size(61, 28);
  43. this.lb_OnLine.TabIndex = 0;
  44. this.lb_OnLine.Text = "label1";
  45. //
  46. // lb_ConnectionMes
  47. //
  48. this.lb_ConnectionMes.Location = new System.Drawing.Point(197, 4);
  49. this.lb_ConnectionMes.Name = "lb_ConnectionMes";
  50. this.lb_ConnectionMes.Size = new System.Drawing.Size(96, 28);
  51. this.lb_ConnectionMes.TabIndex = 0;
  52. this.lb_ConnectionMes.Text = "label1";
  53. //
  54. // lb_Runing
  55. //
  56. this.lb_Runing.Location = new System.Drawing.Point(330, 4);
  57. this.lb_Runing.Name = "lb_Runing";
  58. this.lb_Runing.Size = new System.Drawing.Size(61, 28);
  59. this.lb_Runing.TabIndex = 0;
  60. this.lb_Runing.Text = "label1";
  61. //
  62. // lb_Name
  63. //
  64. this.lb_Name.Location = new System.Drawing.Point(35, 52);
  65. this.lb_Name.Name = "lb_Name";
  66. this.lb_Name.Size = new System.Drawing.Size(111, 28);
  67. this.lb_Name.TabIndex = 0;
  68. this.lb_Name.Text = "label1";
  69. //
  70. // button1
  71. //
  72. this.button1.Location = new System.Drawing.Point(218, 57);
  73. this.button1.Name = "button1";
  74. this.button1.Size = new System.Drawing.Size(75, 23);
  75. this.button1.TabIndex = 2;
  76. this.button1.Text = "button1";
  77. this.button1.UseVisualStyleBackColor = true;
  78. this.button1.Click += new System.EventHandler(this.button1_Click);
  79. //
  80. // button2
  81. //
  82. this.button2.Location = new System.Drawing.Point(218, 103);
  83. this.button2.Name = "button2";
  84. this.button2.Size = new System.Drawing.Size(75, 23);
  85. this.button2.TabIndex = 2;
  86. this.button2.Text = "button1";
  87. this.button2.UseVisualStyleBackColor = true;
  88. this.button2.Click += new System.EventHandler(this.button2_Click);
  89. //
  90. // UserControl4
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.Controls.Add(this.button2);
  95. this.Controls.Add(this.button1);
  96. this.Controls.Add(this.lb_Name);
  97. this.Controls.Add(this.lb_Runing);
  98. this.Controls.Add(this.lb_ConnectionMes);
  99. this.Controls.Add(this.lb_OnLine);
  100. this.Name = "UserControl4";
  101. this.Size = new System.Drawing.Size(462, 270);
  102. this.ResumeLayout(false);
  103. }
  104. #endregion
  105. private System.Windows.Forms.Label lb_OnLine;
  106. private System.Windows.Forms.Label lb_ConnectionMes;
  107. private System.Windows.Forms.Label lb_Runing;
  108. private System.Windows.Forms.Label lb_Name;
  109. private System.Windows.Forms.Button button1;
  110. private System.Windows.Forms.Button button2;
  111. }
  112. }