SBQ_Control.Designer.cs 26 KB

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