StationUserControl.Designer.cs 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. namespace PMSUI
  2. {
  3. partial class StationUserControl
  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.lbname = new System.Windows.Forms.Label();
  29. this.lbstatus = new System.Windows.Forms.Label();
  30. this.lbtype = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // lbname
  34. //
  35. this.lbname.AutoSize = true;
  36. this.lbname.Location = new System.Drawing.Point(48, 38);
  37. this.lbname.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  38. this.lbname.Name = "lbname";
  39. this.lbname.Size = new System.Drawing.Size(29, 12);
  40. this.lbname.TabIndex = 8;
  41. this.lbname.Text = "Name";
  42. //
  43. // lbstatus
  44. //
  45. this.lbstatus.AutoSize = true;
  46. this.lbstatus.Location = new System.Drawing.Point(81, 61);
  47. this.lbstatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  48. this.lbstatus.Name = "lbstatus";
  49. this.lbstatus.Size = new System.Drawing.Size(41, 12);
  50. this.lbstatus.TabIndex = 7;
  51. this.lbstatus.Text = "Status";
  52. //
  53. // lbtype
  54. //
  55. this.lbtype.Location = new System.Drawing.Point(10, 10);
  56. this.lbtype.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  57. this.lbtype.Name = "lbtype";
  58. this.lbtype.Size = new System.Drawing.Size(29, 12);
  59. this.lbtype.TabIndex = 6;
  60. this.lbtype.Text = "Type";
  61. //
  62. // StationUserControl
  63. //
  64. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  65. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  66. this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  67. this.Controls.Add(this.lbname);
  68. this.Controls.Add(this.lbstatus);
  69. this.Controls.Add(this.lbtype);
  70. this.Name = "StationUserControl";
  71. this.Size = new System.Drawing.Size(118, 78);
  72. this.ResumeLayout(false);
  73. this.PerformLayout();
  74. }
  75. #endregion
  76. private System.Windows.Forms.Label lbname;
  77. private System.Windows.Forms.Label lbstatus;
  78. private System.Windows.Forms.Label lbtype;
  79. }
  80. }