PageTotalEquipmentControl.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. namespace Scada.Page
  2. {
  3. partial class PageTotalEquipmentControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  29. btn_DryRun = new Sunny.UI.UISymbolButton();
  30. btn_AlarmReset = new Sunny.UI.UISymbolButton();
  31. btn_MachineReset = new Sunny.UI.UISymbolButton();
  32. btn_Stop = new Sunny.UI.UISymbolButton();
  33. btn_Start = new Sunny.UI.UISymbolButton();
  34. uiTitlePanel2 = new Sunny.UI.UITitlePanel();
  35. device_SSJ = new UserDeviceUnitControl();
  36. device_CX = new UserDeviceUnitControl();
  37. device_JX = new UserDeviceUnitControl();
  38. device_GHL = new UserDeviceUnitControl();
  39. device_TH = new UserDeviceUnitControl();
  40. device_LQS = new UserDeviceUnitControl();
  41. device_SFL = new UserDeviceUnitControl();
  42. device_TZ = new UserDeviceUnitControl();
  43. uiTitlePanel3 = new Sunny.UI.UITitlePanel();
  44. txt_Log = new Sunny.UI.UITextBox();
  45. uiTitlePanel1.SuspendLayout();
  46. uiTitlePanel2.SuspendLayout();
  47. uiTitlePanel3.SuspendLayout();
  48. SuspendLayout();
  49. //
  50. // uiTitlePanel1
  51. //
  52. uiTitlePanel1.Controls.Add(btn_DryRun);
  53. uiTitlePanel1.Controls.Add(btn_AlarmReset);
  54. uiTitlePanel1.Controls.Add(btn_MachineReset);
  55. uiTitlePanel1.Controls.Add(btn_Stop);
  56. uiTitlePanel1.Controls.Add(btn_Start);
  57. uiTitlePanel1.Dock = DockStyle.Top;
  58. uiTitlePanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  59. uiTitlePanel1.Location = new Point(0, 0);
  60. uiTitlePanel1.Margin = new Padding(4, 5, 4, 5);
  61. uiTitlePanel1.MinimumSize = new Size(1, 1);
  62. uiTitlePanel1.Name = "uiTitlePanel1";
  63. uiTitlePanel1.ShowText = false;
  64. uiTitlePanel1.Size = new Size(1067, 189);
  65. uiTitlePanel1.TabIndex = 0;
  66. uiTitlePanel1.Text = "厂线总控制";
  67. uiTitlePanel1.TextAlignment = ContentAlignment.MiddleCenter;
  68. //
  69. // btn_DryRun
  70. //
  71. btn_DryRun.Font = new Font("微软雅黑", 21.75F);
  72. btn_DryRun.Location = new Point(870, 68);
  73. btn_DryRun.MinimumSize = new Size(1, 1);
  74. btn_DryRun.Name = "btn_DryRun";
  75. btn_DryRun.Radius = 10;
  76. btn_DryRun.Size = new Size(181, 84);
  77. btn_DryRun.Symbol = 61452;
  78. btn_DryRun.SymbolSize = 55;
  79. btn_DryRun.TabIndex = 4;
  80. btn_DryRun.TagString = "空运行";
  81. btn_DryRun.Text = "空运行";
  82. btn_DryRun.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  83. //
  84. // btn_AlarmReset
  85. //
  86. btn_AlarmReset.Font = new Font("微软雅黑", 20F);
  87. btn_AlarmReset.Location = new Point(645, 68);
  88. btn_AlarmReset.MinimumSize = new Size(1, 1);
  89. btn_AlarmReset.Name = "btn_AlarmReset";
  90. btn_AlarmReset.Radius = 10;
  91. btn_AlarmReset.Size = new Size(210, 84);
  92. btn_AlarmReset.Symbol = 61473;
  93. btn_AlarmReset.SymbolSize = 55;
  94. btn_AlarmReset.TabIndex = 3;
  95. btn_AlarmReset.TagString = "报警复位";
  96. btn_AlarmReset.Text = "报警复位";
  97. btn_AlarmReset.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  98. //
  99. // btn_MachineReset
  100. //
  101. btn_MachineReset.Font = new Font("微软雅黑", 20F);
  102. btn_MachineReset.Location = new Point(414, 68);
  103. btn_MachineReset.MinimumSize = new Size(1, 1);
  104. btn_MachineReset.Name = "btn_MachineReset";
  105. btn_MachineReset.Radius = 10;
  106. btn_MachineReset.Size = new Size(210, 84);
  107. btn_MachineReset.Symbol = 61473;
  108. btn_MachineReset.SymbolSize = 55;
  109. btn_MachineReset.TabIndex = 2;
  110. btn_MachineReset.TagString = "机械复位";
  111. btn_MachineReset.Text = "机械复位";
  112. btn_MachineReset.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  113. //
  114. // btn_Stop
  115. //
  116. btn_Stop.Font = new Font("微软雅黑", 21.75F);
  117. btn_Stop.Location = new Point(216, 68);
  118. btn_Stop.MinimumSize = new Size(1, 1);
  119. btn_Stop.Name = "btn_Stop";
  120. btn_Stop.Radius = 10;
  121. btn_Stop.Size = new Size(181, 84);
  122. btn_Stop.Symbol = 62093;
  123. btn_Stop.SymbolSize = 55;
  124. btn_Stop.TabIndex = 1;
  125. btn_Stop.TagString = "总停止";
  126. btn_Stop.Text = "总停止";
  127. btn_Stop.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  128. //
  129. // btn_Start
  130. //
  131. btn_Start.Font = new Font("微软雅黑", 21.75F);
  132. btn_Start.Location = new Point(23, 68);
  133. btn_Start.MinimumSize = new Size(1, 1);
  134. btn_Start.Name = "btn_Start";
  135. btn_Start.Radius = 10;
  136. btn_Start.Size = new Size(181, 84);
  137. btn_Start.Symbol = 561649;
  138. btn_Start.SymbolSize = 55;
  139. btn_Start.TabIndex = 0;
  140. btn_Start.TagString = "总启动";
  141. btn_Start.Text = "总启动";
  142. btn_Start.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  143. //
  144. // uiTitlePanel2
  145. //
  146. uiTitlePanel2.Controls.Add(device_SSJ);
  147. uiTitlePanel2.Controls.Add(device_CX);
  148. uiTitlePanel2.Controls.Add(device_JX);
  149. uiTitlePanel2.Controls.Add(device_GHL);
  150. uiTitlePanel2.Controls.Add(device_TH);
  151. uiTitlePanel2.Controls.Add(device_LQS);
  152. uiTitlePanel2.Controls.Add(device_SFL);
  153. uiTitlePanel2.Controls.Add(device_TZ);
  154. uiTitlePanel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  155. uiTitlePanel2.Location = new Point(4, 199);
  156. uiTitlePanel2.Margin = new Padding(4, 5, 4, 5);
  157. uiTitlePanel2.MinimumSize = new Size(1, 1);
  158. uiTitlePanel2.Name = "uiTitlePanel2";
  159. uiTitlePanel2.ShowText = false;
  160. uiTitlePanel2.Size = new Size(563, 341);
  161. uiTitlePanel2.TabIndex = 1;
  162. uiTitlePanel2.Text = "设备单元控制";
  163. uiTitlePanel2.TextAlignment = ContentAlignment.MiddleCenter;
  164. //
  165. // device_SSJ
  166. //
  167. device_SSJ.BackColor = Color.Transparent;
  168. device_SSJ.CloseVariableName = "输送机工位关";
  169. device_SSJ.EquipmentUnitName = "输送机工位";
  170. device_SSJ.FillColor = Color.Transparent;
  171. device_SSJ.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  172. device_SSJ.Location = new Point(278, 273);
  173. device_SSJ.MinimumSize = new Size(1, 1);
  174. device_SSJ.Name = "device_SSJ";
  175. device_SSJ.OpenVariableName = "输送机工位开";
  176. device_SSJ.RectColor = Color.Transparent;
  177. device_SSJ.Size = new Size(265, 46);
  178. device_SSJ.State = false;
  179. device_SSJ.TabIndex = 3;
  180. device_SSJ.Text = "userDeviceUnitControl1";
  181. device_SSJ.TextAlignment = ContentAlignment.MiddleCenter;
  182. //
  183. // device_CX
  184. //
  185. device_CX.BackColor = Color.Transparent;
  186. device_CX.CloseVariableName = "粗细工位关";
  187. device_CX.EquipmentUnitName = "粗细工位";
  188. device_CX.FillColor = Color.Transparent;
  189. device_CX.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  190. device_CX.Location = new Point(19, 126);
  191. device_CX.MinimumSize = new Size(1, 1);
  192. device_CX.Name = "device_CX";
  193. device_CX.OpenVariableName = "粗细工位开";
  194. device_CX.RectColor = Color.Transparent;
  195. device_CX.Size = new Size(253, 46);
  196. device_CX.State = false;
  197. device_CX.TabIndex = 1;
  198. device_CX.Text = "userDeviceUnitControl1";
  199. device_CX.TextAlignment = ContentAlignment.MiddleCenter;
  200. //
  201. // device_JX
  202. //
  203. device_JX.BackColor = Color.Transparent;
  204. device_JX.CloseVariableName = "精洗工位关";
  205. device_JX.EquipmentUnitName = "精洗工位";
  206. device_JX.FillColor = Color.Transparent;
  207. device_JX.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  208. device_JX.Location = new Point(19, 273);
  209. device_JX.MinimumSize = new Size(1, 1);
  210. device_JX.Name = "device_JX";
  211. device_JX.OpenVariableName = "精洗工位开";
  212. device_JX.RectColor = Color.Transparent;
  213. device_JX.Size = new Size(253, 46);
  214. device_JX.State = false;
  215. device_JX.TabIndex = 2;
  216. device_JX.Text = "userDeviceUnitControl1";
  217. device_JX.TextAlignment = ContentAlignment.MiddleCenter;
  218. //
  219. // device_GHL
  220. //
  221. device_GHL.BackColor = Color.Transparent;
  222. device_GHL.CloseVariableName = "固化炉工位关";
  223. device_GHL.EquipmentUnitName = "固化炉工位";
  224. device_GHL.FillColor = Color.Transparent;
  225. device_GHL.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  226. device_GHL.Location = new Point(278, 197);
  227. device_GHL.MinimumSize = new Size(1, 1);
  228. device_GHL.Name = "device_GHL";
  229. device_GHL.OpenVariableName = "固化炉工位开";
  230. device_GHL.RectColor = Color.Transparent;
  231. device_GHL.Size = new Size(265, 46);
  232. device_GHL.State = false;
  233. device_GHL.TabIndex = 3;
  234. device_GHL.Text = "userDeviceUnitControl1";
  235. device_GHL.TextAlignment = ContentAlignment.MiddleCenter;
  236. //
  237. // device_TH
  238. //
  239. device_TH.BackColor = Color.Transparent;
  240. device_TH.CloseVariableName = "陶化工位关";
  241. device_TH.EquipmentUnitName = "陶化工位";
  242. device_TH.FillColor = Color.Transparent;
  243. device_TH.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  244. device_TH.Location = new Point(19, 197);
  245. device_TH.MinimumSize = new Size(1, 1);
  246. device_TH.Name = "device_TH";
  247. device_TH.OpenVariableName = "陶化工位开";
  248. device_TH.RectColor = Color.Transparent;
  249. device_TH.Size = new Size(253, 46);
  250. device_TH.State = false;
  251. device_TH.TabIndex = 2;
  252. device_TH.Text = "userDeviceUnitControl1";
  253. device_TH.TextAlignment = ContentAlignment.MiddleCenter;
  254. //
  255. // device_LQS
  256. //
  257. device_LQS.BackColor = Color.Transparent;
  258. device_LQS.CloseVariableName = "冷却室工位关";
  259. device_LQS.EquipmentUnitName = "冷却室工位";
  260. device_LQS.FillColor = Color.Transparent;
  261. device_LQS.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  262. device_LQS.Location = new Point(278, 126);
  263. device_LQS.MinimumSize = new Size(1, 1);
  264. device_LQS.Name = "device_LQS";
  265. device_LQS.OpenVariableName = "冷却室工位开";
  266. device_LQS.RectColor = Color.Transparent;
  267. device_LQS.Size = new Size(265, 46);
  268. device_LQS.State = false;
  269. device_LQS.TabIndex = 3;
  270. device_LQS.Text = "userDeviceUnitControl1";
  271. device_LQS.TextAlignment = ContentAlignment.MiddleCenter;
  272. //
  273. // device_SFL
  274. //
  275. device_SFL.BackColor = Color.Transparent;
  276. device_SFL.CloseVariableName = "水分炉工位关";
  277. device_SFL.EquipmentUnitName = "水分炉工位";
  278. device_SFL.FillColor = Color.Transparent;
  279. device_SFL.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  280. device_SFL.Location = new Point(278, 53);
  281. device_SFL.MinimumSize = new Size(1, 1);
  282. device_SFL.Name = "device_SFL";
  283. device_SFL.OpenVariableName = "水分炉工位开";
  284. device_SFL.RectColor = Color.Transparent;
  285. device_SFL.Size = new Size(265, 46);
  286. device_SFL.State = false;
  287. device_SFL.TabIndex = 2;
  288. device_SFL.Text = "userDeviceUnitControl1";
  289. device_SFL.TextAlignment = ContentAlignment.MiddleCenter;
  290. //
  291. // device_TZ
  292. //
  293. device_TZ.BackColor = Color.Transparent;
  294. device_TZ.CloseVariableName = "脱脂工位关";
  295. device_TZ.EquipmentUnitName = "脱脂工位";
  296. device_TZ.FillColor = Color.Transparent;
  297. device_TZ.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  298. device_TZ.Location = new Point(19, 53);
  299. device_TZ.MinimumSize = new Size(1, 1);
  300. device_TZ.Name = "device_TZ";
  301. device_TZ.OpenVariableName = "脱脂工位开";
  302. device_TZ.RectColor = Color.Transparent;
  303. device_TZ.Size = new Size(253, 46);
  304. device_TZ.State = false;
  305. device_TZ.TabIndex = 0;
  306. device_TZ.Text = "userDeviceUnitControl1";
  307. device_TZ.TextAlignment = ContentAlignment.MiddleCenter;
  308. //
  309. // uiTitlePanel3
  310. //
  311. uiTitlePanel3.Controls.Add(txt_Log);
  312. uiTitlePanel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  313. uiTitlePanel3.Location = new Point(575, 199);
  314. uiTitlePanel3.Margin = new Padding(4, 5, 4, 5);
  315. uiTitlePanel3.MinimumSize = new Size(1, 1);
  316. uiTitlePanel3.Name = "uiTitlePanel3";
  317. uiTitlePanel3.ShowText = false;
  318. uiTitlePanel3.Size = new Size(496, 341);
  319. uiTitlePanel3.TabIndex = 2;
  320. uiTitlePanel3.Text = "日志栏";
  321. uiTitlePanel3.TextAlignment = ContentAlignment.MiddleCenter;
  322. //
  323. // txt_Log
  324. //
  325. txt_Log.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  326. txt_Log.Location = new Point(4, 40);
  327. txt_Log.Margin = new Padding(4, 5, 4, 5);
  328. txt_Log.MinimumSize = new Size(1, 16);
  329. txt_Log.Multiline = true;
  330. txt_Log.Name = "txt_Log";
  331. txt_Log.Padding = new Padding(5);
  332. txt_Log.ShowText = false;
  333. txt_Log.Size = new Size(488, 294);
  334. txt_Log.TabIndex = 0;
  335. txt_Log.TextAlignment = ContentAlignment.MiddleLeft;
  336. txt_Log.Watermark = "";
  337. //
  338. // PageTotalEquipmentControl
  339. //
  340. AutoScaleMode = AutoScaleMode.None;
  341. ClientSize = new Size(1067, 544);
  342. Controls.Add(uiTitlePanel3);
  343. Controls.Add(uiTitlePanel2);
  344. Controls.Add(uiTitlePanel1);
  345. Name = "PageTotalEquipmentControl";
  346. Text = "PageTotalEquipmentControl";
  347. uiTitlePanel1.ResumeLayout(false);
  348. uiTitlePanel2.ResumeLayout(false);
  349. uiTitlePanel3.ResumeLayout(false);
  350. ResumeLayout(false);
  351. }
  352. #endregion
  353. private Sunny.UI.UITitlePanel uiTitlePanel1;
  354. private Sunny.UI.UISymbolButton btn_Start;
  355. private Sunny.UI.UISymbolButton btn_DryRun;
  356. private Sunny.UI.UISymbolButton btn_AlarmReset;
  357. private Sunny.UI.UISymbolButton btn_MachineReset;
  358. private Sunny.UI.UISymbolButton btn_Stop;
  359. private Sunny.UI.UITitlePanel uiTitlePanel2;
  360. private UserDeviceUnitControl device_TZ;
  361. private UserDeviceUnitControl device_GHL;
  362. private UserDeviceUnitControl device_SSJ;
  363. private UserDeviceUnitControl device_JX;
  364. private UserDeviceUnitControl device_TH;
  365. private UserDeviceUnitControl device_LQS;
  366. private UserDeviceUnitControl device_SFL;
  367. private UserDeviceUnitControl device_CX;
  368. private Sunny.UI.UITitlePanel uiTitlePanel3;
  369. private Sunny.UI.UITextBox txt_Log;
  370. }
  371. }