MHS_Control.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. namespace IntelligentControlForsx.MyControls.kz
  2. {
  3. partial class MHS_Control
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.cbHungReason = new System.Windows.Forms.ComboBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.txtSpeed = new System.Windows.Forms.TextBox();
  38. this.txtPower = new System.Windows.Forms.TextBox();
  39. this.btnUnHang = new System.Windows.Forms.Button();
  40. this.btnHang = new System.Windows.Forms.Button();
  41. this.btnLimitSpeed = new System.Windows.Forms.Button();
  42. this.btnLimitPower = new System.Windows.Forms.Button();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.btnUnMaintain = new System.Windows.Forms.Button();
  45. this.btnMaintain = new System.Windows.Forms.Button();
  46. this.btnRest = new System.Windows.Forms.Button();
  47. this.btnStop = new System.Windows.Forms.Button();
  48. this.btnStart = new System.Windows.Forms.Button();
  49. this.gvWindturbine = new System.Windows.Forms.DataGridView();
  50. this.timer1 = new System.Windows.Forms.Timer(this.components);
  51. this.lblProject2 = new System.Windows.Forms.Label();
  52. this.lblProject1 = new System.Windows.Forms.Label();
  53. this.panel1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // panel1
  58. //
  59. this.panel1.Controls.Add(this.cbHungReason);
  60. this.panel1.Controls.Add(this.label2);
  61. this.panel1.Controls.Add(this.txtSpeed);
  62. this.panel1.Controls.Add(this.txtPower);
  63. this.panel1.Controls.Add(this.btnUnHang);
  64. this.panel1.Controls.Add(this.btnHang);
  65. this.panel1.Controls.Add(this.btnLimitSpeed);
  66. this.panel1.Controls.Add(this.btnLimitPower);
  67. this.panel1.Controls.Add(this.label1);
  68. this.panel1.Controls.Add(this.btnUnMaintain);
  69. this.panel1.Controls.Add(this.btnMaintain);
  70. this.panel1.Controls.Add(this.btnRest);
  71. this.panel1.Controls.Add(this.btnStop);
  72. this.panel1.Controls.Add(this.btnStart);
  73. this.panel1.Location = new System.Drawing.Point(1, 1);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(1918, 31);
  76. this.panel1.TabIndex = 0;
  77. //
  78. // cbHungReason
  79. //
  80. this.cbHungReason.FormattingEnabled = true;
  81. this.cbHungReason.Location = new System.Drawing.Point(955, 2);
  82. this.cbHungReason.Name = "cbHungReason";
  83. this.cbHungReason.Size = new System.Drawing.Size(121, 25);
  84. this.cbHungReason.TabIndex = 22;
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.ForeColor = System.Drawing.Color.White;
  90. this.label2.Location = new System.Drawing.Point(887, 6);
  91. this.label2.Name = "label2";
  92. this.label2.Size = new System.Drawing.Size(68, 17);
  93. this.label2.TabIndex = 21;
  94. this.label2.Text = "挂牌原因:";
  95. //
  96. // txtSpeed
  97. //
  98. this.txtSpeed.Location = new System.Drawing.Point(696, 3);
  99. this.txtSpeed.Name = "txtSpeed";
  100. this.txtSpeed.Size = new System.Drawing.Size(80, 23);
  101. this.txtSpeed.TabIndex = 18;
  102. //
  103. // txtPower
  104. //
  105. this.txtPower.Location = new System.Drawing.Point(531, 3);
  106. this.txtPower.Name = "txtPower";
  107. this.txtPower.Size = new System.Drawing.Size(80, 23);
  108. this.txtPower.TabIndex = 19;
  109. //
  110. // btnUnHang
  111. //
  112. this.btnUnHang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  113. this.btnUnHang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  114. this.btnUnHang.ForeColor = System.Drawing.Color.White;
  115. this.btnUnHang.Location = new System.Drawing.Point(1173, 2);
  116. this.btnUnHang.Name = "btnUnHang";
  117. this.btnUnHang.Size = new System.Drawing.Size(75, 26);
  118. this.btnUnHang.TabIndex = 14;
  119. this.btnUnHang.Text = "取消挂牌";
  120. this.btnUnHang.UseVisualStyleBackColor = false;
  121. this.btnUnHang.Click += new System.EventHandler(this.btnUnHang_Click);
  122. //
  123. // btnHang
  124. //
  125. this.btnHang.BackColor = System.Drawing.Color.Yellow;
  126. this.btnHang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  127. this.btnHang.ForeColor = System.Drawing.Color.Black;
  128. this.btnHang.Location = new System.Drawing.Point(1092, 2);
  129. this.btnHang.Name = "btnHang";
  130. this.btnHang.Size = new System.Drawing.Size(75, 26);
  131. this.btnHang.TabIndex = 15;
  132. this.btnHang.Text = "挂牌";
  133. this.btnHang.UseVisualStyleBackColor = false;
  134. this.btnHang.Click += new System.EventHandler(this.btnHang_Click);
  135. //
  136. // btnLimitSpeed
  137. //
  138. this.btnLimitSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  139. this.btnLimitSpeed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  140. this.btnLimitSpeed.ForeColor = System.Drawing.Color.White;
  141. this.btnLimitSpeed.Location = new System.Drawing.Point(780, 2);
  142. this.btnLimitSpeed.Name = "btnLimitSpeed";
  143. this.btnLimitSpeed.Size = new System.Drawing.Size(75, 26);
  144. this.btnLimitSpeed.TabIndex = 16;
  145. this.btnLimitSpeed.Text = "限转速";
  146. this.btnLimitSpeed.UseVisualStyleBackColor = false;
  147. this.btnLimitSpeed.Click += new System.EventHandler(this.btnLimitSpeed_Click);
  148. //
  149. // btnLimitPower
  150. //
  151. this.btnLimitPower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  152. this.btnLimitPower.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  153. this.btnLimitPower.ForeColor = System.Drawing.Color.White;
  154. this.btnLimitPower.Location = new System.Drawing.Point(615, 2);
  155. this.btnLimitPower.Name = "btnLimitPower";
  156. this.btnLimitPower.Size = new System.Drawing.Size(75, 26);
  157. this.btnLimitPower.TabIndex = 17;
  158. this.btnLimitPower.Text = "限功率";
  159. this.btnLimitPower.UseVisualStyleBackColor = false;
  160. this.btnLimitPower.Click += new System.EventHandler(this.btnLimitPower_Click);
  161. //
  162. // label1
  163. //
  164. this.label1.AutoSize = true;
  165. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  166. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  168. this.label1.Location = new System.Drawing.Point(3, 4);
  169. this.label1.Name = "label1";
  170. this.label1.Size = new System.Drawing.Size(105, 22);
  171. this.label1.TabIndex = 12;
  172. this.label1.Text = "批 量 操 作:";
  173. //
  174. // btnUnMaintain
  175. //
  176. this.btnUnMaintain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  177. this.btnUnMaintain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  178. this.btnUnMaintain.ForeColor = System.Drawing.Color.White;
  179. this.btnUnMaintain.Location = new System.Drawing.Point(433, 2);
  180. this.btnUnMaintain.Name = "btnUnMaintain";
  181. this.btnUnMaintain.Size = new System.Drawing.Size(75, 26);
  182. this.btnUnMaintain.TabIndex = 11;
  183. this.btnUnMaintain.Text = "取消维护";
  184. this.btnUnMaintain.UseVisualStyleBackColor = false;
  185. this.btnUnMaintain.Click += new System.EventHandler(this.btnUnMaintain_Click);
  186. //
  187. // btnMaintain
  188. //
  189. this.btnMaintain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  190. this.btnMaintain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  191. this.btnMaintain.ForeColor = System.Drawing.Color.White;
  192. this.btnMaintain.Location = new System.Drawing.Point(352, 2);
  193. this.btnMaintain.Name = "btnMaintain";
  194. this.btnMaintain.Size = new System.Drawing.Size(75, 26);
  195. this.btnMaintain.TabIndex = 10;
  196. this.btnMaintain.Text = "维 护";
  197. this.btnMaintain.UseVisualStyleBackColor = false;
  198. this.btnMaintain.Click += new System.EventHandler(this.btnMaintain_Click);
  199. //
  200. // btnRest
  201. //
  202. this.btnRest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  203. this.btnRest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  204. this.btnRest.ForeColor = System.Drawing.Color.White;
  205. this.btnRest.Location = new System.Drawing.Point(271, 2);
  206. this.btnRest.Name = "btnRest";
  207. this.btnRest.Size = new System.Drawing.Size(75, 26);
  208. this.btnRest.TabIndex = 9;
  209. this.btnRest.Text = "复 位";
  210. this.btnRest.UseVisualStyleBackColor = false;
  211. this.btnRest.Click += new System.EventHandler(this.btnRest_Click);
  212. //
  213. // btnStop
  214. //
  215. this.btnStop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  216. this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  217. this.btnStop.ForeColor = System.Drawing.Color.White;
  218. this.btnStop.Location = new System.Drawing.Point(190, 2);
  219. this.btnStop.Name = "btnStop";
  220. this.btnStop.Size = new System.Drawing.Size(75, 26);
  221. this.btnStop.TabIndex = 8;
  222. this.btnStop.Text = "停 止";
  223. this.btnStop.UseVisualStyleBackColor = false;
  224. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  225. //
  226. // btnStart
  227. //
  228. this.btnStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  229. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  230. this.btnStart.ForeColor = System.Drawing.Color.White;
  231. this.btnStart.Location = new System.Drawing.Point(109, 2);
  232. this.btnStart.Name = "btnStart";
  233. this.btnStart.Size = new System.Drawing.Size(75, 26);
  234. this.btnStart.TabIndex = 7;
  235. this.btnStart.Text = "启 动";
  236. this.btnStart.UseVisualStyleBackColor = false;
  237. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  238. //
  239. // gvWindturbine
  240. //
  241. this.gvWindturbine.AllowUserToAddRows = false;
  242. this.gvWindturbine.AllowUserToDeleteRows = false;
  243. this.gvWindturbine.AllowUserToResizeColumns = false;
  244. this.gvWindturbine.AllowUserToResizeRows = false;
  245. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  246. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  248. this.gvWindturbine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  249. this.gvWindturbine.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  250. this.gvWindturbine.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  251. this.gvWindturbine.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  252. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  253. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  254. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  256. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  257. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  258. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  259. this.gvWindturbine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  260. this.gvWindturbine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  261. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  262. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  263. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  265. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  266. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  267. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  268. this.gvWindturbine.DefaultCellStyle = dataGridViewCellStyle3;
  269. this.gvWindturbine.EnableHeadersVisualStyles = false;
  270. this.gvWindturbine.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  271. this.gvWindturbine.Location = new System.Drawing.Point(1, 35);
  272. this.gvWindturbine.Name = "gvWindturbine";
  273. this.gvWindturbine.ReadOnly = true;
  274. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  275. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  276. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  278. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  279. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  280. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  281. this.gvWindturbine.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  282. this.gvWindturbine.RowHeadersVisible = false;
  283. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  284. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  285. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  287. this.gvWindturbine.RowsDefaultCellStyle = dataGridViewCellStyle5;
  288. this.gvWindturbine.RowTemplate.Height = 23;
  289. this.gvWindturbine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  290. this.gvWindturbine.Size = new System.Drawing.Size(1918, 816);
  291. this.gvWindturbine.TabIndex = 1;
  292. this.gvWindturbine.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gvWindturbine_CellMouseClick);
  293. //
  294. // timer1
  295. //
  296. this.timer1.Interval = 3000;
  297. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  298. //
  299. // lblProject2
  300. //
  301. this.lblProject2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  302. this.lblProject2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.lblProject2.ForeColor = System.Drawing.Color.White;
  304. this.lblProject2.Location = new System.Drawing.Point(962, 853);
  305. this.lblProject2.Name = "lblProject2";
  306. this.lblProject2.Size = new System.Drawing.Size(60, 23);
  307. this.lblProject2.TabIndex = 18;
  308. this.lblProject2.Text = "二期";
  309. this.lblProject2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  310. this.lblProject2.Click += new System.EventHandler(this.lblProject2_Click);
  311. //
  312. // lblProject1
  313. //
  314. this.lblProject1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
  315. this.lblProject1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.lblProject1.ForeColor = System.Drawing.Color.White;
  317. this.lblProject1.Location = new System.Drawing.Point(896, 853);
  318. this.lblProject1.Name = "lblProject1";
  319. this.lblProject1.Size = new System.Drawing.Size(60, 23);
  320. this.lblProject1.TabIndex = 17;
  321. this.lblProject1.Text = "一期";
  322. this.lblProject1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  323. this.lblProject1.Click += new System.EventHandler(this.lblProject1_Click);
  324. //
  325. // MHS_Control
  326. //
  327. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  328. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  329. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  330. this.Controls.Add(this.lblProject2);
  331. this.Controls.Add(this.lblProject1);
  332. this.Controls.Add(this.gvWindturbine);
  333. this.Controls.Add(this.panel1);
  334. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  336. this.Name = "MHS_Control";
  337. this.Size = new System.Drawing.Size(1918, 880);
  338. this.panel1.ResumeLayout(false);
  339. this.panel1.PerformLayout();
  340. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).EndInit();
  341. this.ResumeLayout(false);
  342. }
  343. #endregion
  344. private System.Windows.Forms.Panel panel1;
  345. private System.Windows.Forms.DataGridView gvWindturbine;
  346. private System.Windows.Forms.Timer timer1;
  347. private System.Windows.Forms.Label lblProject2;
  348. private System.Windows.Forms.Label lblProject1;
  349. private System.Windows.Forms.Button btnUnMaintain;
  350. private System.Windows.Forms.Button btnMaintain;
  351. private System.Windows.Forms.Button btnRest;
  352. private System.Windows.Forms.Button btnStop;
  353. private System.Windows.Forms.Button btnStart;
  354. private System.Windows.Forms.Label label1;
  355. private System.Windows.Forms.TextBox txtSpeed;
  356. private System.Windows.Forms.TextBox txtPower;
  357. private System.Windows.Forms.Button btnUnHang;
  358. private System.Windows.Forms.Button btnHang;
  359. private System.Windows.Forms.Button btnLimitSpeed;
  360. private System.Windows.Forms.Button btnLimitPower;
  361. private System.Windows.Forms.Label label2;
  362. private System.Windows.Forms.ComboBox cbHungReason;
  363. }
  364. }