NSS_Control.Designer.cs 23 KB

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