UCHMI.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. namespace HRT_Measure
  2. {
  3. partial class UCHMI
  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.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  30. this.txtAlm = new Sunny.UI.UIScrollingText();
  31. this.lightWait = new Sunny.UI.UILight();
  32. this.lightInitDone = new Sunny.UI.UILight();
  33. this.lightAlm = new Sunny.UI.UILight();
  34. this.btnInitilize = new Sunny.UI.UISymbolButton();
  35. this.lightAutoRun = new Sunny.UI.UILight();
  36. this.btnStart = new Sunny.UI.UISymbolButton();
  37. this.btnClearException = new Sunny.UI.UISymbolButton();
  38. this.btnStop = new Sunny.UI.UISymbolButton();
  39. this.btnHandAndAuto = new Sunny.UI.UISymbolButton();
  40. this.timer1 = new System.Windows.Forms.Timer(this.components);
  41. this.uiTitlePanel1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // uiTitlePanel1
  45. //
  46. this.uiTitlePanel1.BackColor = System.Drawing.Color.AliceBlue;
  47. this.uiTitlePanel1.Controls.Add(this.txtAlm);
  48. this.uiTitlePanel1.Controls.Add(this.lightWait);
  49. this.uiTitlePanel1.Controls.Add(this.lightInitDone);
  50. this.uiTitlePanel1.Controls.Add(this.lightAlm);
  51. this.uiTitlePanel1.Controls.Add(this.btnInitilize);
  52. this.uiTitlePanel1.Controls.Add(this.lightAutoRun);
  53. this.uiTitlePanel1.Controls.Add(this.btnStart);
  54. this.uiTitlePanel1.Controls.Add(this.btnClearException);
  55. this.uiTitlePanel1.Controls.Add(this.btnStop);
  56. this.uiTitlePanel1.Controls.Add(this.btnHandAndAuto);
  57. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.uiTitlePanel1.FillColor = System.Drawing.Color.AliceBlue;
  59. this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
  61. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  62. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  63. this.uiTitlePanel1.Name = "uiTitlePanel1";
  64. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  65. this.uiTitlePanel1.ShowText = false;
  66. this.uiTitlePanel1.Size = new System.Drawing.Size(583, 312);
  67. this.uiTitlePanel1.Style = Sunny.UI.UIStyle.Custom;
  68. this.uiTitlePanel1.TabIndex = 0;
  69. this.uiTitlePanel1.Text = "PLC";
  70. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  71. this.uiTitlePanel1.TitleColor = System.Drawing.Color.LightSkyBlue;
  72. this.uiTitlePanel1.TitleForeColor = System.Drawing.Color.Black;
  73. //
  74. // txtAlm
  75. //
  76. this.txtAlm.Dock = System.Windows.Forms.DockStyle.Bottom;
  77. this.txtAlm.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  78. this.txtAlm.ForeColor = System.Drawing.Color.Red;
  79. this.txtAlm.Location = new System.Drawing.Point(0, 277);
  80. this.txtAlm.MinimumSize = new System.Drawing.Size(1, 1);
  81. this.txtAlm.Name = "txtAlm";
  82. this.txtAlm.Size = new System.Drawing.Size(583, 35);
  83. this.txtAlm.TabIndex = 35;
  84. //
  85. // lightWait
  86. //
  87. this.lightWait.BackColor = System.Drawing.Color.AliceBlue;
  88. this.lightWait.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.lightWait.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  90. this.lightWait.Location = new System.Drawing.Point(77, 61);
  91. this.lightWait.MinimumSize = new System.Drawing.Size(1, 1);
  92. this.lightWait.Name = "lightWait";
  93. this.lightWait.Radius = 41;
  94. this.lightWait.ShowText = true;
  95. this.lightWait.Size = new System.Drawing.Size(207, 41);
  96. this.lightWait.Style = Sunny.UI.UIStyle.Custom;
  97. this.lightWait.TabIndex = 28;
  98. this.lightWait.Text = "待机中";
  99. //
  100. // lightInitDone
  101. //
  102. this.lightInitDone.BackColor = System.Drawing.Color.AliceBlue;
  103. this.lightInitDone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.lightInitDone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  105. this.lightInitDone.Location = new System.Drawing.Point(77, 108);
  106. this.lightInitDone.MinimumSize = new System.Drawing.Size(1, 1);
  107. this.lightInitDone.Name = "lightInitDone";
  108. this.lightInitDone.Radius = 41;
  109. this.lightInitDone.ShowText = true;
  110. this.lightInitDone.Size = new System.Drawing.Size(207, 41);
  111. this.lightInitDone.Style = Sunny.UI.UIStyle.Custom;
  112. this.lightInitDone.TabIndex = 26;
  113. this.lightInitDone.Text = " 初始化完成";
  114. //
  115. // lightAlm
  116. //
  117. this.lightAlm.BackColor = System.Drawing.Color.AliceBlue;
  118. this.lightAlm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.lightAlm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  120. this.lightAlm.Location = new System.Drawing.Point(326, 108);
  121. this.lightAlm.MinimumSize = new System.Drawing.Size(1, 1);
  122. this.lightAlm.Name = "lightAlm";
  123. this.lightAlm.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  124. this.lightAlm.OnColor = System.Drawing.Color.OrangeRed;
  125. this.lightAlm.Radius = 41;
  126. this.lightAlm.ShowText = true;
  127. this.lightAlm.Size = new System.Drawing.Size(207, 41);
  128. this.lightAlm.Style = Sunny.UI.UIStyle.Custom;
  129. this.lightAlm.TabIndex = 32;
  130. this.lightAlm.Text = "报警中";
  131. //
  132. // btnInitilize
  133. //
  134. this.btnInitilize.Cursor = System.Windows.Forms.Cursors.Hand;
  135. this.btnInitilize.FillColor = System.Drawing.Color.LightSkyBlue;
  136. this.btnInitilize.FillPressColor = System.Drawing.Color.Red;
  137. this.btnInitilize.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.btnInitilize.ForeColor = System.Drawing.Color.Black;
  139. this.btnInitilize.Location = new System.Drawing.Point(68, 177);
  140. this.btnInitilize.MinimumSize = new System.Drawing.Size(1, 1);
  141. this.btnInitilize.Name = "btnInitilize";
  142. this.btnInitilize.Size = new System.Drawing.Size(115, 43);
  143. this.btnInitilize.Style = Sunny.UI.UIStyle.Custom;
  144. this.btnInitilize.Symbol = 61473;
  145. this.btnInitilize.SymbolColor = System.Drawing.Color.FloralWhite;
  146. this.btnInitilize.TabIndex = 27;
  147. this.btnInitilize.Text = "初始化";
  148. this.btnInitilize.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.btnInitilize.Click += new System.EventHandler(this.btnInitilize_Click);
  150. this.btnInitilize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnInitilize_MouseDown);
  151. this.btnInitilize.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnInitilize_MouseUp);
  152. //
  153. // lightAutoRun
  154. //
  155. this.lightAutoRun.BackColor = System.Drawing.Color.AliceBlue;
  156. this.lightAutoRun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.lightAutoRun.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  158. this.lightAutoRun.Location = new System.Drawing.Point(326, 61);
  159. this.lightAutoRun.MinimumSize = new System.Drawing.Size(1, 1);
  160. this.lightAutoRun.Name = "lightAutoRun";
  161. this.lightAutoRun.Radius = 41;
  162. this.lightAutoRun.ShowText = true;
  163. this.lightAutoRun.Size = new System.Drawing.Size(207, 41);
  164. this.lightAutoRun.Style = Sunny.UI.UIStyle.Custom;
  165. this.lightAutoRun.TabIndex = 30;
  166. this.lightAutoRun.Text = "自动运行中";
  167. //
  168. // btnStart
  169. //
  170. this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand;
  171. this.btnStart.FillColor = System.Drawing.Color.LightSkyBlue;
  172. this.btnStart.FillPressColor = System.Drawing.Color.Red;
  173. this.btnStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.btnStart.ForeColor = System.Drawing.Color.Black;
  175. this.btnStart.Location = new System.Drawing.Point(248, 241);
  176. this.btnStart.MinimumSize = new System.Drawing.Size(1, 1);
  177. this.btnStart.Name = "btnStart";
  178. this.btnStart.Size = new System.Drawing.Size(115, 43);
  179. this.btnStart.Style = Sunny.UI.UIStyle.Custom;
  180. this.btnStart.Symbol = 61515;
  181. this.btnStart.SymbolColor = System.Drawing.Color.FloralWhite;
  182. this.btnStart.TabIndex = 33;
  183. this.btnStart.Text = "启动";
  184. this.btnStart.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  186. this.btnStart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnStart_MouseDown);
  187. this.btnStart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnStart_MouseUp);
  188. //
  189. // btnClearException
  190. //
  191. this.btnClearException.Cursor = System.Windows.Forms.Cursors.Hand;
  192. this.btnClearException.FillColor = System.Drawing.Color.LightSkyBlue;
  193. this.btnClearException.FillPressColor = System.Drawing.Color.Red;
  194. this.btnClearException.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.btnClearException.ForeColor = System.Drawing.Color.Black;
  196. this.btnClearException.Location = new System.Drawing.Point(248, 177);
  197. this.btnClearException.MinimumSize = new System.Drawing.Size(1, 1);
  198. this.btnClearException.Name = "btnClearException";
  199. this.btnClearException.Size = new System.Drawing.Size(115, 43);
  200. this.btnClearException.Style = Sunny.UI.UIStyle.Custom;
  201. this.btnClearException.Symbol = 362593;
  202. this.btnClearException.SymbolColor = System.Drawing.Color.FloralWhite;
  203. this.btnClearException.TabIndex = 29;
  204. this.btnClearException.Text = "异常消除";
  205. this.btnClearException.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.btnClearException.Click += new System.EventHandler(this.btnClearException_Click);
  207. this.btnClearException.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnClearException_MouseDown);
  208. this.btnClearException.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnClearException_MouseUp);
  209. //
  210. // btnStop
  211. //
  212. this.btnStop.Cursor = System.Windows.Forms.Cursors.Hand;
  213. this.btnStop.FillColor = System.Drawing.Color.LightSkyBlue;
  214. this.btnStop.FillPressColor = System.Drawing.Color.Red;
  215. this.btnStop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.btnStop.ForeColor = System.Drawing.Color.Black;
  217. this.btnStop.Location = new System.Drawing.Point(68, 241);
  218. this.btnStop.MinimumSize = new System.Drawing.Size(1, 1);
  219. this.btnStop.Name = "btnStop";
  220. this.btnStop.Size = new System.Drawing.Size(115, 43);
  221. this.btnStop.Style = Sunny.UI.UIStyle.Custom;
  222. this.btnStop.Symbol = 61516;
  223. this.btnStop.SymbolColor = System.Drawing.Color.FloralWhite;
  224. this.btnStop.TabIndex = 31;
  225. this.btnStop.Text = "停止";
  226. this.btnStop.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  228. this.btnStop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnStop_MouseDown);
  229. this.btnStop.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnStop_MouseUp);
  230. //
  231. // btnHandAndAuto
  232. //
  233. this.btnHandAndAuto.Cursor = System.Windows.Forms.Cursors.Hand;
  234. this.btnHandAndAuto.FillColor = System.Drawing.Color.LightSkyBlue;
  235. this.btnHandAndAuto.FillPressColor = System.Drawing.Color.Red;
  236. this.btnHandAndAuto.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.btnHandAndAuto.ForeColor = System.Drawing.Color.Black;
  238. this.btnHandAndAuto.Location = new System.Drawing.Point(429, 177);
  239. this.btnHandAndAuto.MinimumSize = new System.Drawing.Size(1, 1);
  240. this.btnHandAndAuto.Name = "btnHandAndAuto";
  241. this.btnHandAndAuto.Size = new System.Drawing.Size(115, 43);
  242. this.btnHandAndAuto.Style = Sunny.UI.UIStyle.Custom;
  243. this.btnHandAndAuto.Symbol = 362038;
  244. this.btnHandAndAuto.SymbolColor = System.Drawing.Color.FloralWhite;
  245. this.btnHandAndAuto.TabIndex = 34;
  246. this.btnHandAndAuto.Text = "手自动";
  247. this.btnHandAndAuto.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.btnHandAndAuto.Click += new System.EventHandler(this.btnHandAndAuto_Click);
  249. //
  250. // timer1
  251. //
  252. this.timer1.Interval = 1000;
  253. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  254. //
  255. // UCHMI
  256. //
  257. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  258. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  259. this.Controls.Add(this.uiTitlePanel1);
  260. this.Name = "UCHMI";
  261. this.Size = new System.Drawing.Size(583, 312);
  262. this.Load += new System.EventHandler(this.UCHMI_Load);
  263. this.uiTitlePanel1.ResumeLayout(false);
  264. this.ResumeLayout(false);
  265. }
  266. #endregion
  267. private Sunny.UI.UITitlePanel uiTitlePanel1;
  268. private Sunny.UI.UILight lightWait;
  269. private Sunny.UI.UILight lightInitDone;
  270. private Sunny.UI.UILight lightAlm;
  271. private Sunny.UI.UISymbolButton btnInitilize;
  272. private Sunny.UI.UILight lightAutoRun;
  273. private Sunny.UI.UISymbolButton btnStart;
  274. private Sunny.UI.UISymbolButton btnClearException;
  275. private Sunny.UI.UISymbolButton btnStop;
  276. private Sunny.UI.UISymbolButton btnHandAndAuto;
  277. public System.Windows.Forms.Timer timer1;
  278. private Sunny.UI.UIScrollingText txtAlm;
  279. }
  280. }