MatrixForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class MatrixForm
  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. this.components = new System.ComponentModel.Container();
  29. this.matrixTop1 = new IntelligentControlForsx.MyControls.MatrixTop();
  30. this.pnlStations = new IntelligentControlForsx.ChildForms.PanelEx();
  31. this.btnShowPopup = new System.Windows.Forms.Button();
  32. this.cMenuControl = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.menuStartUp = new System.Windows.Forms.ToolStripMenuItem();
  34. this.menuShutDown = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menuReset = new System.Windows.Forms.ToolStripMenuItem();
  36. this.menuMaintain = new System.Windows.Forms.ToolStripMenuItem();
  37. this.menuCancelMaintain = new System.Windows.Forms.ToolStripMenuItem();
  38. this.menuLock = new System.Windows.Forms.ToolStripMenuItem();
  39. this.menuCheckLock = new System.Windows.Forms.ToolStripMenuItem();
  40. this.menuFaultLock = new System.Windows.Forms.ToolStripMenuItem();
  41. this.menuStationCheckLock = new System.Windows.Forms.ToolStripMenuItem();
  42. this.menuStationFaultLock = new System.Windows.Forms.ToolStripMenuItem();
  43. this.menuStationPowerLineLock = new System.Windows.Forms.ToolStripMenuItem();
  44. this.menuStationWeatherLock = new System.Windows.Forms.ToolStripMenuItem();
  45. this.menuUnLock = new System.Windows.Forms.ToolStripMenuItem();
  46. this.matrixPopup1 = new IntelligentControlForsx.MyControls.MatrixPopup();
  47. this.pnlBottom = new System.Windows.Forms.Panel();
  48. this.cMenuControl.SuspendLayout();
  49. this.pnlBottom.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // matrixTop1
  53. //
  54. this.matrixTop1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  55. this.matrixTop1.CntAll = 0;
  56. this.matrixTop1.CntBW = 0;
  57. this.matrixTop1.CntDJ = 0;
  58. this.matrixTop1.CntGZ = 0;
  59. this.matrixTop1.CntLX = 0;
  60. this.matrixTop1.CntQD = 0;
  61. this.matrixTop1.CntSD = 0;
  62. this.matrixTop1.CntTJ = 0;
  63. this.matrixTop1.CntWH = 0;
  64. this.matrixTop1.Dock = System.Windows.Forms.DockStyle.Top;
  65. this.matrixTop1.FHL = 0D;
  66. this.matrixTop1.Location = new System.Drawing.Point(0, 0);
  67. this.matrixTop1.Name = "matrixTop1";
  68. this.matrixTop1.NFDL = 0D;
  69. this.matrixTop1.Power = 0D;
  70. this.matrixTop1.RFDL = 0D;
  71. this.matrixTop1.Size = new System.Drawing.Size(1920, 30);
  72. this.matrixTop1.TabIndex = 0;
  73. this.matrixTop1.WindSpeed = 0D;
  74. this.matrixTop1.YFDL = 0D;
  75. this.matrixTop1.ZFDL = 0D;
  76. //
  77. // pnlStations
  78. //
  79. this.pnlStations.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  80. this.pnlStations.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.pnlStations.Location = new System.Drawing.Point(0, 30);
  82. this.pnlStations.Name = "pnlStations";
  83. this.pnlStations.Size = new System.Drawing.Size(1920, 758);
  84. this.pnlStations.TabIndex = 1;
  85. //
  86. // btnShowPopup
  87. //
  88. this.btnShowPopup.BackColor = System.Drawing.Color.Transparent;
  89. this.btnShowPopup.FlatAppearance.BorderSize = 0;
  90. this.btnShowPopup.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  91. this.btnShowPopup.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  92. this.btnShowPopup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.btnShowPopup.Image = global::IntelligentControlForsx.Properties.Resources.switcher;
  94. this.btnShowPopup.Location = new System.Drawing.Point(1886, -2);
  95. this.btnShowPopup.Name = "btnShowPopup";
  96. this.btnShowPopup.Size = new System.Drawing.Size(24, 24);
  97. this.btnShowPopup.TabIndex = 0;
  98. this.btnShowPopup.UseVisualStyleBackColor = false;
  99. this.btnShowPopup.Click += new System.EventHandler(this.btnShowPopup_Click);
  100. //
  101. // cMenuControl
  102. //
  103. this.cMenuControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  104. this.menuStartUp,
  105. this.menuShutDown,
  106. this.menuReset,
  107. this.menuMaintain,
  108. this.menuCancelMaintain,
  109. this.menuLock,
  110. this.menuUnLock});
  111. this.cMenuControl.Name = "cMenuControl";
  112. this.cMenuControl.Size = new System.Drawing.Size(125, 158);
  113. this.cMenuControl.Opening += new System.ComponentModel.CancelEventHandler(this.cMenuControl_Opening);
  114. //
  115. // menuStartUp
  116. //
  117. this.menuStartUp.Name = "menuStartUp";
  118. this.menuStartUp.Size = new System.Drawing.Size(124, 22);
  119. this.menuStartUp.Text = "启动";
  120. this.menuStartUp.Click += new System.EventHandler(this.menuStartUp_Click);
  121. //
  122. // menuShutDown
  123. //
  124. this.menuShutDown.Name = "menuShutDown";
  125. this.menuShutDown.Size = new System.Drawing.Size(124, 22);
  126. this.menuShutDown.Text = "停机";
  127. this.menuShutDown.Click += new System.EventHandler(this.menuShutDown_Click);
  128. //
  129. // menuReset
  130. //
  131. this.menuReset.Name = "menuReset";
  132. this.menuReset.Size = new System.Drawing.Size(124, 22);
  133. this.menuReset.Text = "复位";
  134. this.menuReset.Click += new System.EventHandler(this.menuReset_Click);
  135. //
  136. // menuMaintain
  137. //
  138. this.menuMaintain.Name = "menuMaintain";
  139. this.menuMaintain.Size = new System.Drawing.Size(124, 22);
  140. this.menuMaintain.Text = "维护";
  141. this.menuMaintain.Click += new System.EventHandler(this.menuMaintain_Click);
  142. //
  143. // menuCancelMaintain
  144. //
  145. this.menuCancelMaintain.Name = "menuCancelMaintain";
  146. this.menuCancelMaintain.Size = new System.Drawing.Size(124, 22);
  147. this.menuCancelMaintain.Text = "取消维护";
  148. this.menuCancelMaintain.Click += new System.EventHandler(this.menuCancelMaintain_Click);
  149. //
  150. // menuLock
  151. //
  152. this.menuLock.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  153. this.menuCheckLock,
  154. this.menuFaultLock,
  155. this.menuStationCheckLock,
  156. this.menuStationFaultLock,
  157. this.menuStationPowerLineLock,
  158. this.menuStationWeatherLock});
  159. this.menuLock.Name = "menuLock";
  160. this.menuLock.Size = new System.Drawing.Size(124, 22);
  161. this.menuLock.Text = "挂牌";
  162. //
  163. // menuCheckLock
  164. //
  165. this.menuCheckLock.Name = "menuCheckLock";
  166. this.menuCheckLock.Size = new System.Drawing.Size(148, 22);
  167. this.menuCheckLock.Text = "检修";
  168. this.menuCheckLock.Click += new System.EventHandler(this.menuCheckLock_Click);
  169. //
  170. // menuFaultLock
  171. //
  172. this.menuFaultLock.Name = "menuFaultLock";
  173. this.menuFaultLock.Size = new System.Drawing.Size(148, 22);
  174. this.menuFaultLock.Text = "故障维修";
  175. this.menuFaultLock.Click += new System.EventHandler(this.menuFaultLock_Click);
  176. //
  177. // menuStationCheckLock
  178. //
  179. this.menuStationCheckLock.Name = "menuStationCheckLock";
  180. this.menuStationCheckLock.Size = new System.Drawing.Size(148, 22);
  181. this.menuStationCheckLock.Text = "场内受累检修";
  182. this.menuStationCheckLock.Click += new System.EventHandler(this.menuStationCheckLock_Click);
  183. //
  184. // menuStationFaultLock
  185. //
  186. this.menuStationFaultLock.Name = "menuStationFaultLock";
  187. this.menuStationFaultLock.Size = new System.Drawing.Size(148, 22);
  188. this.menuStationFaultLock.Text = "场内受累故障";
  189. this.menuStationFaultLock.Click += new System.EventHandler(this.menuStationFaultLock_Click);
  190. //
  191. // menuStationPowerLineLock
  192. //
  193. this.menuStationPowerLineLock.Name = "menuStationPowerLineLock";
  194. this.menuStationPowerLineLock.Size = new System.Drawing.Size(148, 22);
  195. this.menuStationPowerLineLock.Text = "场外受累电网";
  196. this.menuStationPowerLineLock.Click += new System.EventHandler(this.menuStationPowerLineLock_Click);
  197. //
  198. // menuStationWeatherLock
  199. //
  200. this.menuStationWeatherLock.Name = "menuStationWeatherLock";
  201. this.menuStationWeatherLock.Size = new System.Drawing.Size(148, 22);
  202. this.menuStationWeatherLock.Text = "场外受累天气";
  203. this.menuStationWeatherLock.Click += new System.EventHandler(this.menuStationWeatherLock_Click);
  204. //
  205. // menuUnLock
  206. //
  207. this.menuUnLock.Name = "menuUnLock";
  208. this.menuUnLock.Size = new System.Drawing.Size(124, 22);
  209. this.menuUnLock.Text = "取消挂牌";
  210. this.menuUnLock.Click += new System.EventHandler(this.menuUnLock_Click);
  211. //
  212. // matrixPopup1
  213. //
  214. this.matrixPopup1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  215. this.matrixPopup1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  216. this.matrixPopup1.ForeColor = System.Drawing.Color.Black;
  217. this.matrixPopup1.Location = new System.Drawing.Point(0, 0);
  218. this.matrixPopup1.Name = "matrixPopup1";
  219. this.matrixPopup1.Size = new System.Drawing.Size(1920, 961);
  220. this.matrixPopup1.StationId = "";
  221. this.matrixPopup1.TabIndex = 0;
  222. this.matrixPopup1.Visible = false;
  223. //
  224. // pnlBottom
  225. //
  226. this.pnlBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  227. this.pnlBottom.Controls.Add(this.btnShowPopup);
  228. this.pnlBottom.Location = new System.Drawing.Point(0, 950);
  229. this.pnlBottom.Name = "pnlBottom";
  230. this.pnlBottom.Size = new System.Drawing.Size(1920, 28);
  231. this.pnlBottom.TabIndex = 2;
  232. //
  233. // MatrixForm
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  238. this.ClientSize = new System.Drawing.Size(1920, 788);
  239. this.Controls.Add(this.pnlBottom);
  240. this.Controls.Add(this.pnlStations);
  241. this.Controls.Add(this.matrixTop1);
  242. this.Controls.Add(this.matrixPopup1);
  243. this.Name = "MatrixForm";
  244. this.Text = "MatrixForm";
  245. this.Load += new System.EventHandler(this.MatrixForm_Load);
  246. this.cMenuControl.ResumeLayout(false);
  247. this.pnlBottom.ResumeLayout(false);
  248. this.ResumeLayout(false);
  249. }
  250. #endregion
  251. private MyControls.MatrixTop matrixTop1;
  252. private System.Windows.Forms.Panel pnlBottom;
  253. private System.Windows.Forms.Button btnShowPopup;
  254. private MyControls.MatrixPopup matrixPopup1;
  255. private System.Windows.Forms.ContextMenuStrip cMenuControl;
  256. private System.Windows.Forms.ToolStripMenuItem menuStartUp;
  257. private System.Windows.Forms.ToolStripMenuItem menuShutDown;
  258. private System.Windows.Forms.ToolStripMenuItem menuReset;
  259. private System.Windows.Forms.ToolStripMenuItem menuMaintain;
  260. private System.Windows.Forms.ToolStripMenuItem menuCancelMaintain;
  261. private System.Windows.Forms.ToolStripMenuItem menuLock;
  262. private System.Windows.Forms.ToolStripMenuItem menuUnLock;
  263. private System.Windows.Forms.ToolStripMenuItem menuStationCheckLock;
  264. private System.Windows.Forms.ToolStripMenuItem menuStationFaultLock;
  265. private System.Windows.Forms.ToolStripMenuItem menuStationPowerLineLock;
  266. private System.Windows.Forms.ToolStripMenuItem menuStationWeatherLock;
  267. private System.Windows.Forms.ToolStripMenuItem menuFaultLock;
  268. private System.Windows.Forms.ToolStripMenuItem menuCheckLock;
  269. private PanelEx pnlStations;
  270. }
  271. }