QS_Project1.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. namespace IntelligentControlForsx.MyControls.zm.map
  2. {
  3. partial class QS_Project1
  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. this.timer1 = new System.Windows.Forms.Timer(this.components);
  30. this.wf04 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  31. this.windturbineInfoControl1 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  32. this.windturbineInfoControl2 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  33. this.windturbineInfoControl3 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  34. this.windturbineInfoControl4 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  35. this.windturbineInfoControl5 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  36. this.windturbineInfoControl6 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  37. this.windturbineInfoControl7 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  38. this.windturbineInfoControl8 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  39. this.windturbineInfoControl9 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  40. this.windturbineInfoControl10 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  41. this.windturbineInfoControl11 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  42. this.windturbineInfoControl12 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  43. this.windturbineInfoControl13 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  44. this.windturbineInfoControl14 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  45. this.windturbineInfoControl15 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  46. this.windturbineInfoControl16 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  47. this.windturbineInfoControl17 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  48. this.windturbineInfoControl18 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  49. this.windturbineInfoControl19 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  50. this.windturbineInfoControl20 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  51. this.windturbineInfoControl21 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  52. this.windturbineInfoControl22 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  53. this.windturbineInfoControl23 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  54. this.windturbineInfoControl24 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  55. this.windturbineInfoControl25 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  56. this.windturbineInfoControl26 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  57. this.windturbineInfoControl27 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  58. this.windturbineInfoControl28 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  59. this.windturbineInfoControl29 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  60. this.windturbineInfoControl30 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  61. this.windturbineInfoControl31 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  62. this.windturbineInfoControl32 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  63. this.SuspendLayout();
  64. //
  65. // timer1
  66. //
  67. this.timer1.Enabled = true;
  68. this.timer1.Interval = 3000;
  69. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  70. //
  71. // wf04
  72. //
  73. this.wf04.BackColor = System.Drawing.Color.Transparent;
  74. this.wf04.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.wf04.Location = new System.Drawing.Point(147, 254);
  76. this.wf04.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  77. this.wf04.Name = "wf04";
  78. this.wf04.Power = 0D;
  79. this.wf04.Size = new System.Drawing.Size(112, 76);
  80. this.wf04.Status = 0;
  81. this.wf04.TabIndex = 0;
  82. this.wf04.WindSpeed = 0D;
  83. this.wf04.WindturbineId = "QG01_05";
  84. this.wf04.WindturbineName = "05号";
  85. this.wf04.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  86. //
  87. // windturbineInfoControl1
  88. //
  89. this.windturbineInfoControl1.BackColor = System.Drawing.Color.Transparent;
  90. this.windturbineInfoControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.windturbineInfoControl1.Location = new System.Drawing.Point(161, 139);
  92. this.windturbineInfoControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  93. this.windturbineInfoControl1.Name = "windturbineInfoControl1";
  94. this.windturbineInfoControl1.Power = 0D;
  95. this.windturbineInfoControl1.Size = new System.Drawing.Size(112, 76);
  96. this.windturbineInfoControl1.Status = 0;
  97. this.windturbineInfoControl1.TabIndex = 0;
  98. this.windturbineInfoControl1.WindSpeed = 0D;
  99. this.windturbineInfoControl1.WindturbineId = "QG01_04";
  100. this.windturbineInfoControl1.WindturbineName = "04号";
  101. this.windturbineInfoControl1.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  102. //
  103. // windturbineInfoControl2
  104. //
  105. this.windturbineInfoControl2.BackColor = System.Drawing.Color.Transparent;
  106. this.windturbineInfoControl2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.windturbineInfoControl2.Location = new System.Drawing.Point(279, 103);
  108. this.windturbineInfoControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  109. this.windturbineInfoControl2.Name = "windturbineInfoControl2";
  110. this.windturbineInfoControl2.Power = 0D;
  111. this.windturbineInfoControl2.Size = new System.Drawing.Size(112, 76);
  112. this.windturbineInfoControl2.Status = 0;
  113. this.windturbineInfoControl2.TabIndex = 0;
  114. this.windturbineInfoControl2.WindSpeed = 0D;
  115. this.windturbineInfoControl2.WindturbineId = "QG01_02";
  116. this.windturbineInfoControl2.WindturbineName = "02号";
  117. this.windturbineInfoControl2.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  118. //
  119. // windturbineInfoControl3
  120. //
  121. this.windturbineInfoControl3.BackColor = System.Drawing.Color.Transparent;
  122. this.windturbineInfoControl3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.windturbineInfoControl3.Location = new System.Drawing.Point(279, 19);
  124. this.windturbineInfoControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  125. this.windturbineInfoControl3.Name = "windturbineInfoControl3";
  126. this.windturbineInfoControl3.Power = 0D;
  127. this.windturbineInfoControl3.Size = new System.Drawing.Size(112, 76);
  128. this.windturbineInfoControl3.Status = 0;
  129. this.windturbineInfoControl3.TabIndex = 0;
  130. this.windturbineInfoControl3.WindSpeed = 0D;
  131. this.windturbineInfoControl3.WindturbineId = "QG01_03";
  132. this.windturbineInfoControl3.WindturbineName = "03号";
  133. this.windturbineInfoControl3.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  134. //
  135. // windturbineInfoControl4
  136. //
  137. this.windturbineInfoControl4.BackColor = System.Drawing.Color.Transparent;
  138. this.windturbineInfoControl4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.windturbineInfoControl4.Location = new System.Drawing.Point(279, 407);
  140. this.windturbineInfoControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  141. this.windturbineInfoControl4.Name = "windturbineInfoControl4";
  142. this.windturbineInfoControl4.Power = 0D;
  143. this.windturbineInfoControl4.Size = new System.Drawing.Size(112, 76);
  144. this.windturbineInfoControl4.Status = 0;
  145. this.windturbineInfoControl4.TabIndex = 0;
  146. this.windturbineInfoControl4.WindSpeed = 0D;
  147. this.windturbineInfoControl4.WindturbineId = "QG01_01";
  148. this.windturbineInfoControl4.WindturbineName = "01号";
  149. this.windturbineInfoControl4.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  150. //
  151. // windturbineInfoControl5
  152. //
  153. this.windturbineInfoControl5.BackColor = System.Drawing.Color.Transparent;
  154. this.windturbineInfoControl5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.windturbineInfoControl5.Location = new System.Drawing.Point(458, 276);
  156. this.windturbineInfoControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.windturbineInfoControl5.Name = "windturbineInfoControl5";
  158. this.windturbineInfoControl5.Power = 0D;
  159. this.windturbineInfoControl5.Size = new System.Drawing.Size(112, 76);
  160. this.windturbineInfoControl5.Status = 0;
  161. this.windturbineInfoControl5.TabIndex = 0;
  162. this.windturbineInfoControl5.WindSpeed = 0D;
  163. this.windturbineInfoControl5.WindturbineId = "QG01_06";
  164. this.windturbineInfoControl5.WindturbineName = "06号";
  165. this.windturbineInfoControl5.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  166. //
  167. // windturbineInfoControl6
  168. //
  169. this.windturbineInfoControl6.BackColor = System.Drawing.Color.Transparent;
  170. this.windturbineInfoControl6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.windturbineInfoControl6.Location = new System.Drawing.Point(407, 552);
  172. this.windturbineInfoControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  173. this.windturbineInfoControl6.Name = "windturbineInfoControl6";
  174. this.windturbineInfoControl6.Power = 0D;
  175. this.windturbineInfoControl6.Size = new System.Drawing.Size(112, 76);
  176. this.windturbineInfoControl6.Status = 0;
  177. this.windturbineInfoControl6.TabIndex = 0;
  178. this.windturbineInfoControl6.WindSpeed = 0D;
  179. this.windturbineInfoControl6.WindturbineId = "QG01_12";
  180. this.windturbineInfoControl6.WindturbineName = "12号";
  181. this.windturbineInfoControl6.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  182. //
  183. // windturbineInfoControl7
  184. //
  185. this.windturbineInfoControl7.BackColor = System.Drawing.Color.Transparent;
  186. this.windturbineInfoControl7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.windturbineInfoControl7.Location = new System.Drawing.Point(576, 84);
  188. this.windturbineInfoControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  189. this.windturbineInfoControl7.Name = "windturbineInfoControl7";
  190. this.windturbineInfoControl7.Power = 0D;
  191. this.windturbineInfoControl7.Size = new System.Drawing.Size(112, 76);
  192. this.windturbineInfoControl7.Status = 0;
  193. this.windturbineInfoControl7.TabIndex = 0;
  194. this.windturbineInfoControl7.WindSpeed = 0D;
  195. this.windturbineInfoControl7.WindturbineId = "QG01_07";
  196. this.windturbineInfoControl7.WindturbineName = "07号";
  197. this.windturbineInfoControl7.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  198. //
  199. // windturbineInfoControl8
  200. //
  201. this.windturbineInfoControl8.BackColor = System.Drawing.Color.Transparent;
  202. this.windturbineInfoControl8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.windturbineInfoControl8.Location = new System.Drawing.Point(544, 4);
  204. this.windturbineInfoControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  205. this.windturbineInfoControl8.Name = "windturbineInfoControl8";
  206. this.windturbineInfoControl8.Power = 0D;
  207. this.windturbineInfoControl8.Size = new System.Drawing.Size(112, 76);
  208. this.windturbineInfoControl8.Status = 0;
  209. this.windturbineInfoControl8.TabIndex = 0;
  210. this.windturbineInfoControl8.WindSpeed = 0D;
  211. this.windturbineInfoControl8.WindturbineId = "QG01_09";
  212. this.windturbineInfoControl8.WindturbineName = "09号";
  213. this.windturbineInfoControl8.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  214. //
  215. // windturbineInfoControl9
  216. //
  217. this.windturbineInfoControl9.BackColor = System.Drawing.Color.Transparent;
  218. this.windturbineInfoControl9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.windturbineInfoControl9.Location = new System.Drawing.Point(671, 19);
  220. this.windturbineInfoControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  221. this.windturbineInfoControl9.Name = "windturbineInfoControl9";
  222. this.windturbineInfoControl9.Power = 0D;
  223. this.windturbineInfoControl9.Size = new System.Drawing.Size(112, 76);
  224. this.windturbineInfoControl9.Status = 0;
  225. this.windturbineInfoControl9.TabIndex = 0;
  226. this.windturbineInfoControl9.WindSpeed = 0D;
  227. this.windturbineInfoControl9.WindturbineId = "QG01_08";
  228. this.windturbineInfoControl9.WindturbineName = "08号";
  229. this.windturbineInfoControl9.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  230. //
  231. // windturbineInfoControl10
  232. //
  233. this.windturbineInfoControl10.BackColor = System.Drawing.Color.Transparent;
  234. this.windturbineInfoControl10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.windturbineInfoControl10.Location = new System.Drawing.Point(805, 4);
  236. this.windturbineInfoControl10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  237. this.windturbineInfoControl10.Name = "windturbineInfoControl10";
  238. this.windturbineInfoControl10.Power = 0D;
  239. this.windturbineInfoControl10.Size = new System.Drawing.Size(112, 76);
  240. this.windturbineInfoControl10.Status = 0;
  241. this.windturbineInfoControl10.TabIndex = 0;
  242. this.windturbineInfoControl10.WindSpeed = 0D;
  243. this.windturbineInfoControl10.WindturbineId = "QG01_10";
  244. this.windturbineInfoControl10.WindturbineName = "10号";
  245. this.windturbineInfoControl10.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  246. //
  247. // windturbineInfoControl11
  248. //
  249. this.windturbineInfoControl11.BackColor = System.Drawing.Color.Transparent;
  250. this.windturbineInfoControl11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.windturbineInfoControl11.Location = new System.Drawing.Point(598, 363);
  252. this.windturbineInfoControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  253. this.windturbineInfoControl11.Name = "windturbineInfoControl11";
  254. this.windturbineInfoControl11.Power = 0D;
  255. this.windturbineInfoControl11.Size = new System.Drawing.Size(112, 76);
  256. this.windturbineInfoControl11.Status = 0;
  257. this.windturbineInfoControl11.TabIndex = 0;
  258. this.windturbineInfoControl11.WindSpeed = 0D;
  259. this.windturbineInfoControl11.WindturbineId = "QG01_16";
  260. this.windturbineInfoControl11.WindturbineName = "16号";
  261. this.windturbineInfoControl11.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  262. //
  263. // windturbineInfoControl12
  264. //
  265. this.windturbineInfoControl12.BackColor = System.Drawing.Color.Transparent;
  266. this.windturbineInfoControl12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.windturbineInfoControl12.Location = new System.Drawing.Point(624, 620);
  268. this.windturbineInfoControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  269. this.windturbineInfoControl12.Name = "windturbineInfoControl12";
  270. this.windturbineInfoControl12.Power = 0D;
  271. this.windturbineInfoControl12.Size = new System.Drawing.Size(112, 76);
  272. this.windturbineInfoControl12.Status = 0;
  273. this.windturbineInfoControl12.TabIndex = 0;
  274. this.windturbineInfoControl12.WindSpeed = 0D;
  275. this.windturbineInfoControl12.WindturbineId = "QG01_13";
  276. this.windturbineInfoControl12.WindturbineName = "13号";
  277. this.windturbineInfoControl12.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  278. //
  279. // windturbineInfoControl13
  280. //
  281. this.windturbineInfoControl13.BackColor = System.Drawing.Color.Transparent;
  282. this.windturbineInfoControl13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.windturbineInfoControl13.Location = new System.Drawing.Point(576, 731);
  284. this.windturbineInfoControl13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  285. this.windturbineInfoControl13.Name = "windturbineInfoControl13";
  286. this.windturbineInfoControl13.Power = 0D;
  287. this.windturbineInfoControl13.Size = new System.Drawing.Size(112, 76);
  288. this.windturbineInfoControl13.Status = 0;
  289. this.windturbineInfoControl13.TabIndex = 0;
  290. this.windturbineInfoControl13.WindSpeed = 0D;
  291. this.windturbineInfoControl13.WindturbineId = "QG01_23";
  292. this.windturbineInfoControl13.WindturbineName = "23号";
  293. this.windturbineInfoControl13.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  294. //
  295. // windturbineInfoControl14
  296. //
  297. this.windturbineInfoControl14.BackColor = System.Drawing.Color.Transparent;
  298. this.windturbineInfoControl14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.windturbineInfoControl14.Location = new System.Drawing.Point(718, 245);
  300. this.windturbineInfoControl14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  301. this.windturbineInfoControl14.Name = "windturbineInfoControl14";
  302. this.windturbineInfoControl14.Power = 0D;
  303. this.windturbineInfoControl14.Size = new System.Drawing.Size(112, 76);
  304. this.windturbineInfoControl14.Status = 0;
  305. this.windturbineInfoControl14.TabIndex = 0;
  306. this.windturbineInfoControl14.WindSpeed = 0D;
  307. this.windturbineInfoControl14.WindturbineId = "QG01_18";
  308. this.windturbineInfoControl14.WindturbineName = "18号";
  309. this.windturbineInfoControl14.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  310. //
  311. // windturbineInfoControl15
  312. //
  313. this.windturbineInfoControl15.BackColor = System.Drawing.Color.Transparent;
  314. this.windturbineInfoControl15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.windturbineInfoControl15.Location = new System.Drawing.Point(762, 377);
  316. this.windturbineInfoControl15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  317. this.windturbineInfoControl15.Name = "windturbineInfoControl15";
  318. this.windturbineInfoControl15.Power = 0D;
  319. this.windturbineInfoControl15.Size = new System.Drawing.Size(112, 76);
  320. this.windturbineInfoControl15.Status = 0;
  321. this.windturbineInfoControl15.TabIndex = 0;
  322. this.windturbineInfoControl15.WindSpeed = 0D;
  323. this.windturbineInfoControl15.WindturbineId = "QG01_17";
  324. this.windturbineInfoControl15.WindturbineName = "17号";
  325. this.windturbineInfoControl15.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  326. //
  327. // windturbineInfoControl16
  328. //
  329. this.windturbineInfoControl16.BackColor = System.Drawing.Color.Transparent;
  330. this.windturbineInfoControl16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.windturbineInfoControl16.Location = new System.Drawing.Point(881, 84);
  332. this.windturbineInfoControl16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  333. this.windturbineInfoControl16.Name = "windturbineInfoControl16";
  334. this.windturbineInfoControl16.Power = 0D;
  335. this.windturbineInfoControl16.Size = new System.Drawing.Size(112, 76);
  336. this.windturbineInfoControl16.Status = 0;
  337. this.windturbineInfoControl16.TabIndex = 0;
  338. this.windturbineInfoControl16.WindSpeed = 0D;
  339. this.windturbineInfoControl16.WindturbineId = "QG01_11";
  340. this.windturbineInfoControl16.WindturbineName = "11号";
  341. this.windturbineInfoControl16.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  342. //
  343. // windturbineInfoControl17
  344. //
  345. this.windturbineInfoControl17.BackColor = System.Drawing.Color.Transparent;
  346. this.windturbineInfoControl17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.windturbineInfoControl17.Location = new System.Drawing.Point(881, 191);
  348. this.windturbineInfoControl17.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  349. this.windturbineInfoControl17.Name = "windturbineInfoControl17";
  350. this.windturbineInfoControl17.Power = 0D;
  351. this.windturbineInfoControl17.Size = new System.Drawing.Size(112, 76);
  352. this.windturbineInfoControl17.Status = 0;
  353. this.windturbineInfoControl17.TabIndex = 0;
  354. this.windturbineInfoControl17.WindSpeed = 0D;
  355. this.windturbineInfoControl17.WindturbineId = "QG01_19";
  356. this.windturbineInfoControl17.WindturbineName = "19号";
  357. this.windturbineInfoControl17.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  358. //
  359. // windturbineInfoControl18
  360. //
  361. this.windturbineInfoControl18.BackColor = System.Drawing.Color.Transparent;
  362. this.windturbineInfoControl18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.windturbineInfoControl18.Location = new System.Drawing.Point(1037, 19);
  364. this.windturbineInfoControl18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  365. this.windturbineInfoControl18.Name = "windturbineInfoControl18";
  366. this.windturbineInfoControl18.Power = 0D;
  367. this.windturbineInfoControl18.Size = new System.Drawing.Size(112, 76);
  368. this.windturbineInfoControl18.Status = 0;
  369. this.windturbineInfoControl18.TabIndex = 0;
  370. this.windturbineInfoControl18.WindSpeed = 0D;
  371. this.windturbineInfoControl18.WindturbineId = "QG01_20";
  372. this.windturbineInfoControl18.WindturbineName = "20号";
  373. this.windturbineInfoControl18.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  374. //
  375. // windturbineInfoControl19
  376. //
  377. this.windturbineInfoControl19.BackColor = System.Drawing.Color.Transparent;
  378. this.windturbineInfoControl19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.windturbineInfoControl19.Location = new System.Drawing.Point(1013, 231);
  380. this.windturbineInfoControl19.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  381. this.windturbineInfoControl19.Name = "windturbineInfoControl19";
  382. this.windturbineInfoControl19.Power = 0D;
  383. this.windturbineInfoControl19.Size = new System.Drawing.Size(112, 76);
  384. this.windturbineInfoControl19.Status = 0;
  385. this.windturbineInfoControl19.TabIndex = 0;
  386. this.windturbineInfoControl19.WindSpeed = 0D;
  387. this.windturbineInfoControl19.WindturbineId = "QG01_21";
  388. this.windturbineInfoControl19.WindturbineName = "21号";
  389. this.windturbineInfoControl19.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  390. //
  391. // windturbineInfoControl20
  392. //
  393. this.windturbineInfoControl20.BackColor = System.Drawing.Color.Transparent;
  394. this.windturbineInfoControl20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.windturbineInfoControl20.Location = new System.Drawing.Point(953, 442);
  396. this.windturbineInfoControl20.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  397. this.windturbineInfoControl20.Name = "windturbineInfoControl20";
  398. this.windturbineInfoControl20.Power = 0D;
  399. this.windturbineInfoControl20.Size = new System.Drawing.Size(112, 76);
  400. this.windturbineInfoControl20.Status = 0;
  401. this.windturbineInfoControl20.TabIndex = 0;
  402. this.windturbineInfoControl20.WindSpeed = 0D;
  403. this.windturbineInfoControl20.WindturbineId = "QG01_15";
  404. this.windturbineInfoControl20.WindturbineName = "15号";
  405. this.windturbineInfoControl20.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  406. //
  407. // windturbineInfoControl21
  408. //
  409. this.windturbineInfoControl21.BackColor = System.Drawing.Color.Transparent;
  410. this.windturbineInfoControl21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.windturbineInfoControl21.Location = new System.Drawing.Point(1071, 377);
  412. this.windturbineInfoControl21.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  413. this.windturbineInfoControl21.Name = "windturbineInfoControl21";
  414. this.windturbineInfoControl21.Power = 0D;
  415. this.windturbineInfoControl21.Size = new System.Drawing.Size(112, 76);
  416. this.windturbineInfoControl21.Status = 0;
  417. this.windturbineInfoControl21.TabIndex = 0;
  418. this.windturbineInfoControl21.WindSpeed = 0D;
  419. this.windturbineInfoControl21.WindturbineId = "QG01_22";
  420. this.windturbineInfoControl21.WindturbineName = "22号";
  421. this.windturbineInfoControl21.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  422. //
  423. // windturbineInfoControl22
  424. //
  425. this.windturbineInfoControl22.BackColor = System.Drawing.Color.Transparent;
  426. this.windturbineInfoControl22.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.windturbineInfoControl22.Location = new System.Drawing.Point(828, 676);
  428. this.windturbineInfoControl22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  429. this.windturbineInfoControl22.Name = "windturbineInfoControl22";
  430. this.windturbineInfoControl22.Power = 0D;
  431. this.windturbineInfoControl22.Size = new System.Drawing.Size(112, 76);
  432. this.windturbineInfoControl22.Status = 0;
  433. this.windturbineInfoControl22.TabIndex = 0;
  434. this.windturbineInfoControl22.WindSpeed = 0D;
  435. this.windturbineInfoControl22.WindturbineId = "QG01_24";
  436. this.windturbineInfoControl22.WindturbineName = "24号";
  437. this.windturbineInfoControl22.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  438. //
  439. // windturbineInfoControl23
  440. //
  441. this.windturbineInfoControl23.BackColor = System.Drawing.Color.Transparent;
  442. this.windturbineInfoControl23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.windturbineInfoControl23.Location = new System.Drawing.Point(904, 552);
  444. this.windturbineInfoControl23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  445. this.windturbineInfoControl23.Name = "windturbineInfoControl23";
  446. this.windturbineInfoControl23.Power = 0D;
  447. this.windturbineInfoControl23.Size = new System.Drawing.Size(112, 76);
  448. this.windturbineInfoControl23.Status = 0;
  449. this.windturbineInfoControl23.TabIndex = 0;
  450. this.windturbineInfoControl23.WindSpeed = 0D;
  451. this.windturbineInfoControl23.WindturbineId = "QG01_14";
  452. this.windturbineInfoControl23.WindturbineName = "14号";
  453. this.windturbineInfoControl23.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  454. //
  455. // windturbineInfoControl24
  456. //
  457. this.windturbineInfoControl24.BackColor = System.Drawing.Color.Transparent;
  458. this.windturbineInfoControl24.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.windturbineInfoControl24.Location = new System.Drawing.Point(1142, 509);
  460. this.windturbineInfoControl24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  461. this.windturbineInfoControl24.Name = "windturbineInfoControl24";
  462. this.windturbineInfoControl24.Power = 0D;
  463. this.windturbineInfoControl24.Size = new System.Drawing.Size(112, 76);
  464. this.windturbineInfoControl24.Status = 0;
  465. this.windturbineInfoControl24.TabIndex = 0;
  466. this.windturbineInfoControl24.WindSpeed = 0D;
  467. this.windturbineInfoControl24.WindturbineId = "QG01_26";
  468. this.windturbineInfoControl24.WindturbineName = "26号";
  469. this.windturbineInfoControl24.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  470. //
  471. // windturbineInfoControl25
  472. //
  473. this.windturbineInfoControl25.BackColor = System.Drawing.Color.Transparent;
  474. this.windturbineInfoControl25.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.windturbineInfoControl25.Location = new System.Drawing.Point(1071, 611);
  476. this.windturbineInfoControl25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  477. this.windturbineInfoControl25.Name = "windturbineInfoControl25";
  478. this.windturbineInfoControl25.Power = 0D;
  479. this.windturbineInfoControl25.Size = new System.Drawing.Size(112, 76);
  480. this.windturbineInfoControl25.Status = 0;
  481. this.windturbineInfoControl25.TabIndex = 0;
  482. this.windturbineInfoControl25.WindSpeed = 0D;
  483. this.windturbineInfoControl25.WindturbineId = "QG01_25";
  484. this.windturbineInfoControl25.WindturbineName = "25号";
  485. this.windturbineInfoControl25.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  486. //
  487. // windturbineInfoControl26
  488. //
  489. this.windturbineInfoControl26.BackColor = System.Drawing.Color.Transparent;
  490. this.windturbineInfoControl26.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.windturbineInfoControl26.Location = new System.Drawing.Point(1260, 571);
  492. this.windturbineInfoControl26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  493. this.windturbineInfoControl26.Name = "windturbineInfoControl26";
  494. this.windturbineInfoControl26.Power = 0D;
  495. this.windturbineInfoControl26.Size = new System.Drawing.Size(112, 76);
  496. this.windturbineInfoControl26.Status = 0;
  497. this.windturbineInfoControl26.TabIndex = 0;
  498. this.windturbineInfoControl26.WindSpeed = 0D;
  499. this.windturbineInfoControl26.WindturbineId = "QG01_27";
  500. this.windturbineInfoControl26.WindturbineName = "27号";
  501. this.windturbineInfoControl26.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  502. //
  503. // windturbineInfoControl27
  504. //
  505. this.windturbineInfoControl27.BackColor = System.Drawing.Color.Transparent;
  506. this.windturbineInfoControl27.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.windturbineInfoControl27.Location = new System.Drawing.Point(1219, 685);
  508. this.windturbineInfoControl27.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  509. this.windturbineInfoControl27.Name = "windturbineInfoControl27";
  510. this.windturbineInfoControl27.Power = 0D;
  511. this.windturbineInfoControl27.Size = new System.Drawing.Size(112, 76);
  512. this.windturbineInfoControl27.Status = 0;
  513. this.windturbineInfoControl27.TabIndex = 0;
  514. this.windturbineInfoControl27.WindSpeed = 0D;
  515. this.windturbineInfoControl27.WindturbineId = "QG01_29";
  516. this.windturbineInfoControl27.WindturbineName = "29号";
  517. this.windturbineInfoControl27.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  518. //
  519. // windturbineInfoControl28
  520. //
  521. this.windturbineInfoControl28.BackColor = System.Drawing.Color.Transparent;
  522. this.windturbineInfoControl28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.windturbineInfoControl28.Location = new System.Drawing.Point(1125, 785);
  524. this.windturbineInfoControl28.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  525. this.windturbineInfoControl28.Name = "windturbineInfoControl28";
  526. this.windturbineInfoControl28.Power = 0D;
  527. this.windturbineInfoControl28.Size = new System.Drawing.Size(112, 76);
  528. this.windturbineInfoControl28.Status = 0;
  529. this.windturbineInfoControl28.TabIndex = 0;
  530. this.windturbineInfoControl28.WindSpeed = 0D;
  531. this.windturbineInfoControl28.WindturbineId = "QG01_30";
  532. this.windturbineInfoControl28.WindturbineName = "30号";
  533. this.windturbineInfoControl28.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  534. //
  535. // windturbineInfoControl29
  536. //
  537. this.windturbineInfoControl29.BackColor = System.Drawing.Color.Transparent;
  538. this.windturbineInfoControl29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.windturbineInfoControl29.Location = new System.Drawing.Point(1346, 645);
  540. this.windturbineInfoControl29.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  541. this.windturbineInfoControl29.Name = "windturbineInfoControl29";
  542. this.windturbineInfoControl29.Power = 0D;
  543. this.windturbineInfoControl29.Size = new System.Drawing.Size(112, 76);
  544. this.windturbineInfoControl29.Status = 0;
  545. this.windturbineInfoControl29.TabIndex = 0;
  546. this.windturbineInfoControl29.WindSpeed = 0D;
  547. this.windturbineInfoControl29.WindturbineId = "QG01_28";
  548. this.windturbineInfoControl29.WindturbineName = "28号";
  549. this.windturbineInfoControl29.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  550. //
  551. // windturbineInfoControl30
  552. //
  553. this.windturbineInfoControl30.BackColor = System.Drawing.Color.Transparent;
  554. this.windturbineInfoControl30.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.windturbineInfoControl30.Location = new System.Drawing.Point(1411, 785);
  556. this.windturbineInfoControl30.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  557. this.windturbineInfoControl30.Name = "windturbineInfoControl30";
  558. this.windturbineInfoControl30.Power = 0D;
  559. this.windturbineInfoControl30.Size = new System.Drawing.Size(112, 76);
  560. this.windturbineInfoControl30.Status = 0;
  561. this.windturbineInfoControl30.TabIndex = 0;
  562. this.windturbineInfoControl30.WindSpeed = 0D;
  563. this.windturbineInfoControl30.WindturbineId = "QG01_31";
  564. this.windturbineInfoControl30.WindturbineName = "31号";
  565. this.windturbineInfoControl30.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  566. //
  567. // windturbineInfoControl31
  568. //
  569. this.windturbineInfoControl31.BackColor = System.Drawing.Color.Transparent;
  570. this.windturbineInfoControl31.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  571. this.windturbineInfoControl31.Location = new System.Drawing.Point(1464, 685);
  572. this.windturbineInfoControl31.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  573. this.windturbineInfoControl31.Name = "windturbineInfoControl31";
  574. this.windturbineInfoControl31.Power = 0D;
  575. this.windturbineInfoControl31.Size = new System.Drawing.Size(112, 76);
  576. this.windturbineInfoControl31.Status = 0;
  577. this.windturbineInfoControl31.TabIndex = 0;
  578. this.windturbineInfoControl31.WindSpeed = 0D;
  579. this.windturbineInfoControl31.WindturbineId = "QG01_32";
  580. this.windturbineInfoControl31.WindturbineName = "32号";
  581. this.windturbineInfoControl31.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  582. //
  583. // windturbineInfoControl32
  584. //
  585. this.windturbineInfoControl32.BackColor = System.Drawing.Color.Transparent;
  586. this.windturbineInfoControl32.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.windturbineInfoControl32.Location = new System.Drawing.Point(1548, 586);
  588. this.windturbineInfoControl32.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  589. this.windturbineInfoControl32.Name = "windturbineInfoControl32";
  590. this.windturbineInfoControl32.Power = 0D;
  591. this.windturbineInfoControl32.Size = new System.Drawing.Size(112, 76);
  592. this.windturbineInfoControl32.Status = 0;
  593. this.windturbineInfoControl32.TabIndex = 0;
  594. this.windturbineInfoControl32.WindSpeed = 0D;
  595. this.windturbineInfoControl32.WindturbineId = "QG01_33";
  596. this.windturbineInfoControl32.WindturbineName = "33号";
  597. this.windturbineInfoControl32.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  598. //
  599. // QS_Project1
  600. //
  601. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  602. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  603. this.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.map_qs_first;
  604. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  605. this.Controls.Add(this.windturbineInfoControl32);
  606. this.Controls.Add(this.windturbineInfoControl31);
  607. this.Controls.Add(this.windturbineInfoControl30);
  608. this.Controls.Add(this.windturbineInfoControl29);
  609. this.Controls.Add(this.windturbineInfoControl28);
  610. this.Controls.Add(this.windturbineInfoControl27);
  611. this.Controls.Add(this.windturbineInfoControl26);
  612. this.Controls.Add(this.windturbineInfoControl25);
  613. this.Controls.Add(this.windturbineInfoControl24);
  614. this.Controls.Add(this.windturbineInfoControl23);
  615. this.Controls.Add(this.windturbineInfoControl22);
  616. this.Controls.Add(this.windturbineInfoControl21);
  617. this.Controls.Add(this.windturbineInfoControl20);
  618. this.Controls.Add(this.windturbineInfoControl19);
  619. this.Controls.Add(this.windturbineInfoControl18);
  620. this.Controls.Add(this.windturbineInfoControl17);
  621. this.Controls.Add(this.windturbineInfoControl16);
  622. this.Controls.Add(this.windturbineInfoControl15);
  623. this.Controls.Add(this.windturbineInfoControl14);
  624. this.Controls.Add(this.windturbineInfoControl13);
  625. this.Controls.Add(this.windturbineInfoControl12);
  626. this.Controls.Add(this.windturbineInfoControl11);
  627. this.Controls.Add(this.windturbineInfoControl10);
  628. this.Controls.Add(this.windturbineInfoControl9);
  629. this.Controls.Add(this.windturbineInfoControl8);
  630. this.Controls.Add(this.windturbineInfoControl7);
  631. this.Controls.Add(this.windturbineInfoControl6);
  632. this.Controls.Add(this.windturbineInfoControl5);
  633. this.Controls.Add(this.windturbineInfoControl4);
  634. this.Controls.Add(this.windturbineInfoControl3);
  635. this.Controls.Add(this.windturbineInfoControl2);
  636. this.Controls.Add(this.windturbineInfoControl1);
  637. this.Controls.Add(this.wf04);
  638. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  640. this.Name = "QS_Project1";
  641. this.Size = new System.Drawing.Size(1918, 926);
  642. this.ResumeLayout(false);
  643. }
  644. #endregion
  645. private System.Windows.Forms.Timer timer1;
  646. private WindturbineInfoControl wf04;
  647. private WindturbineInfoControl windturbineInfoControl1;
  648. private WindturbineInfoControl windturbineInfoControl2;
  649. private WindturbineInfoControl windturbineInfoControl3;
  650. private WindturbineInfoControl windturbineInfoControl4;
  651. private WindturbineInfoControl windturbineInfoControl5;
  652. private WindturbineInfoControl windturbineInfoControl6;
  653. private WindturbineInfoControl windturbineInfoControl7;
  654. private WindturbineInfoControl windturbineInfoControl8;
  655. private WindturbineInfoControl windturbineInfoControl9;
  656. private WindturbineInfoControl windturbineInfoControl10;
  657. private WindturbineInfoControl windturbineInfoControl11;
  658. private WindturbineInfoControl windturbineInfoControl12;
  659. private WindturbineInfoControl windturbineInfoControl13;
  660. private WindturbineInfoControl windturbineInfoControl14;
  661. private WindturbineInfoControl windturbineInfoControl15;
  662. private WindturbineInfoControl windturbineInfoControl16;
  663. private WindturbineInfoControl windturbineInfoControl17;
  664. private WindturbineInfoControl windturbineInfoControl18;
  665. private WindturbineInfoControl windturbineInfoControl19;
  666. private WindturbineInfoControl windturbineInfoControl20;
  667. private WindturbineInfoControl windturbineInfoControl21;
  668. private WindturbineInfoControl windturbineInfoControl22;
  669. private WindturbineInfoControl windturbineInfoControl23;
  670. private WindturbineInfoControl windturbineInfoControl24;
  671. private WindturbineInfoControl windturbineInfoControl25;
  672. private WindturbineInfoControl windturbineInfoControl26;
  673. private WindturbineInfoControl windturbineInfoControl27;
  674. private WindturbineInfoControl windturbineInfoControl28;
  675. private WindturbineInfoControl windturbineInfoControl29;
  676. private WindturbineInfoControl windturbineInfoControl30;
  677. private WindturbineInfoControl windturbineInfoControl31;
  678. private WindturbineInfoControl windturbineInfoControl32;
  679. }
  680. }