UCCylinder.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace HRT_Measure
  2. {
  3. partial class UCCylinder
  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.TitleName = new Sunny.UI.UITitlePanel();
  30. this.lightSet = new Sunny.UI.UILight();
  31. this.lightReset = new Sunny.UI.UILight();
  32. this.btnSetting = new Sunny.UI.UIButton();
  33. this.btnReset = new Sunny.UI.UIButton();
  34. this.timer1 = new System.Windows.Forms.Timer(this.components);
  35. this.TitleName.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // TitleName
  39. //
  40. this.TitleName.BackColor = System.Drawing.Color.AliceBlue;
  41. this.TitleName.Controls.Add(this.lightSet);
  42. this.TitleName.Controls.Add(this.lightReset);
  43. this.TitleName.Controls.Add(this.btnSetting);
  44. this.TitleName.Controls.Add(this.btnReset);
  45. this.TitleName.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.TitleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  47. this.TitleName.Location = new System.Drawing.Point(0, 0);
  48. this.TitleName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  49. this.TitleName.MinimumSize = new System.Drawing.Size(1, 1);
  50. this.TitleName.Name = "TitleName";
  51. this.TitleName.ShowText = false;
  52. this.TitleName.Size = new System.Drawing.Size(321, 91);
  53. this.TitleName.TabIndex = 0;
  54. this.TitleName.Text = "IO";
  55. this.TitleName.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  56. this.TitleName.TitleColor = System.Drawing.Color.LightSkyBlue;
  57. this.TitleName.TitleHeight = 25;
  58. //
  59. // lightSet
  60. //
  61. this.lightSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  62. this.lightSet.Location = new System.Drawing.Point(258, 35);
  63. this.lightSet.MinimumSize = new System.Drawing.Size(1, 1);
  64. this.lightSet.Name = "lightSet";
  65. this.lightSet.Radius = 35;
  66. this.lightSet.Size = new System.Drawing.Size(48, 35);
  67. this.lightSet.TabIndex = 82;
  68. this.lightSet.Text = "uiLight2";
  69. //
  70. // lightReset
  71. //
  72. this.lightReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  73. this.lightReset.Location = new System.Drawing.Point(13, 35);
  74. this.lightReset.MinimumSize = new System.Drawing.Size(1, 1);
  75. this.lightReset.Name = "lightReset";
  76. this.lightReset.Radius = 35;
  77. this.lightReset.Size = new System.Drawing.Size(48, 35);
  78. this.lightReset.TabIndex = 81;
  79. this.lightReset.Text = "uiLight1";
  80. //
  81. // btnSetting
  82. //
  83. this.btnSetting.Cursor = System.Windows.Forms.Cursors.Hand;
  84. this.btnSetting.FillColor = System.Drawing.Color.LightSkyBlue;
  85. this.btnSetting.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.btnSetting.ForeColor = System.Drawing.Color.Black;
  87. this.btnSetting.Location = new System.Drawing.Point(170, 42);
  88. this.btnSetting.MinimumSize = new System.Drawing.Size(1, 1);
  89. this.btnSetting.Name = "btnSetting";
  90. this.btnSetting.Radius = 20;
  91. this.btnSetting.Size = new System.Drawing.Size(71, 25);
  92. this.btnSetting.Style = Sunny.UI.UIStyle.Custom;
  93. this.btnSetting.TabIndex = 80;
  94. this.btnSetting.Text = "动作";
  95. this.btnSetting.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.btnSetting.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnSetting_MouseDown);
  97. this.btnSetting.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnSetting_MouseUp);
  98. //
  99. // btnReset
  100. //
  101. this.btnReset.Cursor = System.Windows.Forms.Cursors.Hand;
  102. this.btnReset.FillColor = System.Drawing.Color.LightSkyBlue;
  103. this.btnReset.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.btnReset.ForeColor = System.Drawing.Color.Black;
  105. this.btnReset.Location = new System.Drawing.Point(70, 42);
  106. this.btnReset.MinimumSize = new System.Drawing.Size(1, 1);
  107. this.btnReset.Name = "btnReset";
  108. this.btnReset.Radius = 20;
  109. this.btnReset.Size = new System.Drawing.Size(71, 25);
  110. this.btnReset.Style = Sunny.UI.UIStyle.Custom;
  111. this.btnReset.TabIndex = 79;
  112. this.btnReset.Text = " 复位";
  113. this.btnReset.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.btnReset.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnReset_MouseDown);
  115. this.btnReset.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnReset_MouseUp);
  116. //
  117. // timer1
  118. //
  119. this.timer1.Interval = 1000;
  120. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  121. //
  122. // UCCylinder
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.Controls.Add(this.TitleName);
  127. this.Name = "UCCylinder";
  128. this.Size = new System.Drawing.Size(321, 91);
  129. this.Load += new System.EventHandler(this.UCCylinder_Load);
  130. this.Leave += new System.EventHandler(this.UCCylinder_Leave);
  131. this.TitleName.ResumeLayout(false);
  132. this.ResumeLayout(false);
  133. }
  134. #endregion
  135. private Sunny.UI.UITitlePanel TitleName;
  136. private Sunny.UI.UIButton btnSetting;
  137. private Sunny.UI.UIButton btnReset;
  138. private Sunny.UI.UILight lightSet;
  139. private Sunny.UI.UILight lightReset;
  140. public System.Windows.Forms.Timer timer1;
  141. }
  142. }