XS_Control.Designer.cs 22 KB

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