SBQ_Project4.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. namespace IntelligentControlForsx.MyControls.zm.map
  2. {
  3. partial class SBQ_Project4
  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.wf101 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  31. this.wf100 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  32. this.wf102 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  33. this.wf103 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  34. this.wf95 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  35. this.wf96 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  36. this.wf97 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  37. this.wf98 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  38. this.wf99 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  39. this.wf94 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  40. this.wf106 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  41. this.wf107 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  42. this.wf105 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  43. this.wf93 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  44. this.wf92 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  45. this.wf113 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  46. this.wf114 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  47. this.wf109 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  48. this.wf110 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  49. this.wf115 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  50. this.wf116 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  51. this.wf104 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  52. this.wf112 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  53. this.wf111 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  54. this.wf108 = new IntelligentControlForsx.MyControls.zm.map.WindturbineInfoControl();
  55. this.SuspendLayout();
  56. //
  57. // timer1
  58. //
  59. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  60. //
  61. // wf101
  62. //
  63. this.wf101.BackColor = System.Drawing.Color.Transparent;
  64. this.wf101.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.wf101.Location = new System.Drawing.Point(71, 55);
  66. this.wf101.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.wf101.Name = "wf101";
  68. this.wf101.Power = 0D;
  69. this.wf101.Size = new System.Drawing.Size(120, 79);
  70. this.wf101.Status = 0;
  71. this.wf101.TabIndex = 0;
  72. this.wf101.WindSpeed = 0D;
  73. this.wf101.WindturbineName = "101号";
  74. this.wf101.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  75. //
  76. // wf100
  77. //
  78. this.wf100.BackColor = System.Drawing.Color.Transparent;
  79. this.wf100.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.wf100.Location = new System.Drawing.Point(46, 185);
  81. this.wf100.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  82. this.wf100.Name = "wf100";
  83. this.wf100.Power = 0D;
  84. this.wf100.Size = new System.Drawing.Size(120, 79);
  85. this.wf100.Status = 0;
  86. this.wf100.TabIndex = 0;
  87. this.wf100.WindSpeed = 0D;
  88. this.wf100.WindturbineName = "100号";
  89. this.wf100.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  90. //
  91. // wf102
  92. //
  93. this.wf102.BackColor = System.Drawing.Color.Transparent;
  94. this.wf102.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.wf102.Location = new System.Drawing.Point(232, 40);
  96. this.wf102.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  97. this.wf102.Name = "wf102";
  98. this.wf102.Power = 0D;
  99. this.wf102.Size = new System.Drawing.Size(120, 79);
  100. this.wf102.Status = 0;
  101. this.wf102.TabIndex = 0;
  102. this.wf102.WindSpeed = 0D;
  103. this.wf102.WindturbineName = "102号";
  104. this.wf102.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  105. //
  106. // wf103
  107. //
  108. this.wf103.BackColor = System.Drawing.Color.Transparent;
  109. this.wf103.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.wf103.Location = new System.Drawing.Point(405, 73);
  111. this.wf103.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  112. this.wf103.Name = "wf103";
  113. this.wf103.Power = 0D;
  114. this.wf103.Size = new System.Drawing.Size(120, 79);
  115. this.wf103.Status = 0;
  116. this.wf103.TabIndex = 0;
  117. this.wf103.WindSpeed = 0D;
  118. this.wf103.WindturbineName = "103号";
  119. this.wf103.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  120. //
  121. // wf95
  122. //
  123. this.wf95.BackColor = System.Drawing.Color.Transparent;
  124. this.wf95.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.wf95.Location = new System.Drawing.Point(337, 265);
  126. this.wf95.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  127. this.wf95.Name = "wf95";
  128. this.wf95.Power = 0D;
  129. this.wf95.Size = new System.Drawing.Size(120, 79);
  130. this.wf95.Status = 0;
  131. this.wf95.TabIndex = 0;
  132. this.wf95.WindSpeed = 0D;
  133. this.wf95.WindturbineName = "95号";
  134. this.wf95.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  135. //
  136. // wf96
  137. //
  138. this.wf96.BackColor = System.Drawing.Color.Transparent;
  139. this.wf96.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.wf96.Location = new System.Drawing.Point(223, 337);
  141. this.wf96.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  142. this.wf96.Name = "wf96";
  143. this.wf96.Power = 0D;
  144. this.wf96.Size = new System.Drawing.Size(120, 79);
  145. this.wf96.Status = 0;
  146. this.wf96.TabIndex = 0;
  147. this.wf96.WindSpeed = 0D;
  148. this.wf96.WindturbineName = "96号";
  149. this.wf96.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  150. //
  151. // wf97
  152. //
  153. this.wf97.BackColor = System.Drawing.Color.Transparent;
  154. this.wf97.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.wf97.Location = new System.Drawing.Point(169, 479);
  156. this.wf97.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.wf97.Name = "wf97";
  158. this.wf97.Power = 0D;
  159. this.wf97.Size = new System.Drawing.Size(120, 79);
  160. this.wf97.Status = 0;
  161. this.wf97.TabIndex = 0;
  162. this.wf97.WindSpeed = 0D;
  163. this.wf97.WindturbineName = "97号";
  164. this.wf97.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  165. //
  166. // wf98
  167. //
  168. this.wf98.BackColor = System.Drawing.Color.Transparent;
  169. this.wf98.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.wf98.Location = new System.Drawing.Point(85, 554);
  171. this.wf98.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  172. this.wf98.Name = "wf98";
  173. this.wf98.Power = 0D;
  174. this.wf98.Size = new System.Drawing.Size(120, 79);
  175. this.wf98.Status = 0;
  176. this.wf98.TabIndex = 0;
  177. this.wf98.WindSpeed = 0D;
  178. this.wf98.WindturbineName = "98号";
  179. this.wf98.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  180. //
  181. // wf99
  182. //
  183. this.wf99.BackColor = System.Drawing.Color.Transparent;
  184. this.wf99.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.wf99.Location = new System.Drawing.Point(426, 611);
  186. this.wf99.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  187. this.wf99.Name = "wf99";
  188. this.wf99.Power = 0D;
  189. this.wf99.Size = new System.Drawing.Size(120, 79);
  190. this.wf99.Status = 0;
  191. this.wf99.TabIndex = 0;
  192. this.wf99.WindSpeed = 0D;
  193. this.wf99.WindturbineName = "99号";
  194. this.wf99.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  195. //
  196. // wf94
  197. //
  198. this.wf94.BackColor = System.Drawing.Color.Transparent;
  199. this.wf94.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.wf94.Location = new System.Drawing.Point(509, 524);
  201. this.wf94.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  202. this.wf94.Name = "wf94";
  203. this.wf94.Power = 0D;
  204. this.wf94.Size = new System.Drawing.Size(120, 79);
  205. this.wf94.Status = 0;
  206. this.wf94.TabIndex = 0;
  207. this.wf94.WindSpeed = 0D;
  208. this.wf94.WindturbineName = "94号";
  209. this.wf94.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  210. //
  211. // wf106
  212. //
  213. this.wf106.BackColor = System.Drawing.Color.Transparent;
  214. this.wf106.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.wf106.Location = new System.Drawing.Point(571, 639);
  216. this.wf106.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  217. this.wf106.Name = "wf106";
  218. this.wf106.Power = 0D;
  219. this.wf106.Size = new System.Drawing.Size(120, 79);
  220. this.wf106.Status = 0;
  221. this.wf106.TabIndex = 0;
  222. this.wf106.WindSpeed = 0D;
  223. this.wf106.WindturbineName = "106号";
  224. this.wf106.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  225. //
  226. // wf107
  227. //
  228. this.wf107.BackColor = System.Drawing.Color.Transparent;
  229. this.wf107.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.wf107.Location = new System.Drawing.Point(697, 589);
  231. this.wf107.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  232. this.wf107.Name = "wf107";
  233. this.wf107.Power = 0D;
  234. this.wf107.Size = new System.Drawing.Size(120, 79);
  235. this.wf107.Status = 0;
  236. this.wf107.TabIndex = 0;
  237. this.wf107.WindSpeed = 0D;
  238. this.wf107.WindturbineName = "107号";
  239. this.wf107.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  240. //
  241. // wf105
  242. //
  243. this.wf105.BackColor = System.Drawing.Color.Transparent;
  244. this.wf105.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.wf105.Location = new System.Drawing.Point(761, 464);
  246. this.wf105.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  247. this.wf105.Name = "wf105";
  248. this.wf105.Power = 0D;
  249. this.wf105.Size = new System.Drawing.Size(120, 79);
  250. this.wf105.Status = 0;
  251. this.wf105.TabIndex = 0;
  252. this.wf105.WindSpeed = 0D;
  253. this.wf105.WindturbineName = "105号";
  254. this.wf105.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  255. //
  256. // wf93
  257. //
  258. this.wf93.BackColor = System.Drawing.Color.Transparent;
  259. this.wf93.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.wf93.Location = new System.Drawing.Point(574, 429);
  261. this.wf93.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  262. this.wf93.Name = "wf93";
  263. this.wf93.Power = 0D;
  264. this.wf93.Size = new System.Drawing.Size(120, 79);
  265. this.wf93.Status = 0;
  266. this.wf93.TabIndex = 0;
  267. this.wf93.WindSpeed = 0D;
  268. this.wf93.WindturbineName = "93号";
  269. this.wf93.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  270. //
  271. // wf92
  272. //
  273. this.wf92.BackColor = System.Drawing.Color.Transparent;
  274. this.wf92.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.wf92.Location = new System.Drawing.Point(625, 333);
  276. this.wf92.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  277. this.wf92.Name = "wf92";
  278. this.wf92.Power = 0D;
  279. this.wf92.Size = new System.Drawing.Size(120, 79);
  280. this.wf92.Status = 0;
  281. this.wf92.TabIndex = 0;
  282. this.wf92.WindSpeed = 0D;
  283. this.wf92.WindturbineName = "92号";
  284. this.wf92.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  285. //
  286. // wf113
  287. //
  288. this.wf113.BackColor = System.Drawing.Color.Transparent;
  289. this.wf113.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.wf113.Location = new System.Drawing.Point(798, 145);
  291. this.wf113.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  292. this.wf113.Name = "wf113";
  293. this.wf113.Power = 0D;
  294. this.wf113.Size = new System.Drawing.Size(120, 79);
  295. this.wf113.Status = 0;
  296. this.wf113.TabIndex = 0;
  297. this.wf113.WindSpeed = 0D;
  298. this.wf113.WindturbineName = "113号";
  299. this.wf113.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  300. //
  301. // wf114
  302. //
  303. this.wf114.BackColor = System.Drawing.Color.Transparent;
  304. this.wf114.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.wf114.Location = new System.Drawing.Point(957, 236);
  306. this.wf114.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  307. this.wf114.Name = "wf114";
  308. this.wf114.Power = 0D;
  309. this.wf114.Size = new System.Drawing.Size(120, 79);
  310. this.wf114.Status = 0;
  311. this.wf114.TabIndex = 0;
  312. this.wf114.WindSpeed = 0D;
  313. this.wf114.WindturbineName = "114号";
  314. this.wf114.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  315. //
  316. // wf109
  317. //
  318. this.wf109.BackColor = System.Drawing.Color.Transparent;
  319. this.wf109.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.wf109.Location = new System.Drawing.Point(1011, 337);
  321. this.wf109.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  322. this.wf109.Name = "wf109";
  323. this.wf109.Power = 0D;
  324. this.wf109.Size = new System.Drawing.Size(120, 79);
  325. this.wf109.Status = 0;
  326. this.wf109.TabIndex = 0;
  327. this.wf109.WindSpeed = 0D;
  328. this.wf109.WindturbineName = "109号";
  329. this.wf109.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  330. //
  331. // wf110
  332. //
  333. this.wf110.BackColor = System.Drawing.Color.Transparent;
  334. this.wf110.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.wf110.Location = new System.Drawing.Point(1051, 461);
  336. this.wf110.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  337. this.wf110.Name = "wf110";
  338. this.wf110.Power = 0D;
  339. this.wf110.Size = new System.Drawing.Size(120, 79);
  340. this.wf110.Status = 0;
  341. this.wf110.TabIndex = 0;
  342. this.wf110.WindSpeed = 0D;
  343. this.wf110.WindturbineName = "110号";
  344. this.wf110.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  345. //
  346. // wf115
  347. //
  348. this.wf115.BackColor = System.Drawing.Color.Transparent;
  349. this.wf115.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.wf115.Location = new System.Drawing.Point(1235, 213);
  351. this.wf115.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  352. this.wf115.Name = "wf115";
  353. this.wf115.Power = 0D;
  354. this.wf115.Size = new System.Drawing.Size(120, 79);
  355. this.wf115.Status = 0;
  356. this.wf115.TabIndex = 0;
  357. this.wf115.WindSpeed = 0D;
  358. this.wf115.WindturbineName = "115号";
  359. this.wf115.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  360. //
  361. // wf116
  362. //
  363. this.wf116.BackColor = System.Drawing.Color.Transparent;
  364. this.wf116.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.wf116.Location = new System.Drawing.Point(1417, 197);
  366. this.wf116.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  367. this.wf116.Name = "wf116";
  368. this.wf116.Power = 0D;
  369. this.wf116.Size = new System.Drawing.Size(120, 79);
  370. this.wf116.Status = 0;
  371. this.wf116.TabIndex = 0;
  372. this.wf116.WindSpeed = 0D;
  373. this.wf116.WindturbineName = "116号";
  374. this.wf116.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  375. //
  376. // wf104
  377. //
  378. this.wf104.BackColor = System.Drawing.Color.Transparent;
  379. this.wf104.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.wf104.Location = new System.Drawing.Point(831, 366);
  381. this.wf104.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  382. this.wf104.Name = "wf104";
  383. this.wf104.Power = 0D;
  384. this.wf104.Size = new System.Drawing.Size(120, 79);
  385. this.wf104.Status = 0;
  386. this.wf104.TabIndex = 0;
  387. this.wf104.WindSpeed = 0D;
  388. this.wf104.WindturbineName = "104号";
  389. this.wf104.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  390. //
  391. // wf112
  392. //
  393. this.wf112.BackColor = System.Drawing.Color.Transparent;
  394. this.wf112.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.wf112.Location = new System.Drawing.Point(941, 710);
  396. this.wf112.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  397. this.wf112.Name = "wf112";
  398. this.wf112.Power = 0D;
  399. this.wf112.Size = new System.Drawing.Size(120, 79);
  400. this.wf112.Status = 0;
  401. this.wf112.TabIndex = 0;
  402. this.wf112.WindSpeed = 0D;
  403. this.wf112.WindturbineName = "112号";
  404. this.wf112.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  405. //
  406. // wf111
  407. //
  408. this.wf111.BackColor = System.Drawing.Color.Transparent;
  409. this.wf111.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.wf111.Location = new System.Drawing.Point(1035, 636);
  411. this.wf111.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  412. this.wf111.Name = "wf111";
  413. this.wf111.Power = 0D;
  414. this.wf111.Size = new System.Drawing.Size(120, 79);
  415. this.wf111.Status = 0;
  416. this.wf111.TabIndex = 0;
  417. this.wf111.WindSpeed = 0D;
  418. this.wf111.WindturbineName = "111号";
  419. this.wf111.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  420. //
  421. // wf108
  422. //
  423. this.wf108.BackColor = System.Drawing.Color.Transparent;
  424. this.wf108.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.wf108.Location = new System.Drawing.Point(845, 551);
  426. this.wf108.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  427. this.wf108.Name = "wf108";
  428. this.wf108.Power = 0D;
  429. this.wf108.Size = new System.Drawing.Size(120, 79);
  430. this.wf108.Status = 0;
  431. this.wf108.TabIndex = 0;
  432. this.wf108.WindSpeed = 0D;
  433. this.wf108.WindturbineName = "108号";
  434. this.wf108.MyClick += new System.EventHandler(this.Windturbine_MyClick);
  435. //
  436. // SBQ_Project4
  437. //
  438. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  439. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  440. this.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.sbq_map4;
  441. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  442. this.Controls.Add(this.wf100);
  443. this.Controls.Add(this.wf98);
  444. this.Controls.Add(this.wf116);
  445. this.Controls.Add(this.wf115);
  446. this.Controls.Add(this.wf112);
  447. this.Controls.Add(this.wf111);
  448. this.Controls.Add(this.wf110);
  449. this.Controls.Add(this.wf109);
  450. this.Controls.Add(this.wf114);
  451. this.Controls.Add(this.wf113);
  452. this.Controls.Add(this.wf92);
  453. this.Controls.Add(this.wf93);
  454. this.Controls.Add(this.wf104);
  455. this.Controls.Add(this.wf108);
  456. this.Controls.Add(this.wf105);
  457. this.Controls.Add(this.wf107);
  458. this.Controls.Add(this.wf106);
  459. this.Controls.Add(this.wf94);
  460. this.Controls.Add(this.wf99);
  461. this.Controls.Add(this.wf97);
  462. this.Controls.Add(this.wf96);
  463. this.Controls.Add(this.wf95);
  464. this.Controls.Add(this.wf103);
  465. this.Controls.Add(this.wf102);
  466. this.Controls.Add(this.wf101);
  467. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  469. this.Name = "SBQ_Project4";
  470. this.Size = new System.Drawing.Size(1918, 926);
  471. this.ResumeLayout(false);
  472. }
  473. #endregion
  474. private System.Windows.Forms.Timer timer1;
  475. private WindturbineInfoControl wf101;
  476. private WindturbineInfoControl wf100;
  477. private WindturbineInfoControl wf102;
  478. private WindturbineInfoControl wf103;
  479. private WindturbineInfoControl wf95;
  480. private WindturbineInfoControl wf96;
  481. private WindturbineInfoControl wf97;
  482. private WindturbineInfoControl wf98;
  483. private WindturbineInfoControl wf99;
  484. private WindturbineInfoControl wf94;
  485. private WindturbineInfoControl wf106;
  486. private WindturbineInfoControl wf107;
  487. private WindturbineInfoControl wf105;
  488. private WindturbineInfoControl wf93;
  489. private WindturbineInfoControl wf92;
  490. private WindturbineInfoControl wf113;
  491. private WindturbineInfoControl wf114;
  492. private WindturbineInfoControl wf109;
  493. private WindturbineInfoControl wf110;
  494. private WindturbineInfoControl wf115;
  495. private WindturbineInfoControl wf116;
  496. private WindturbineInfoControl wf104;
  497. private WindturbineInfoControl wf112;
  498. private WindturbineInfoControl wf111;
  499. private WindturbineInfoControl wf108;
  500. }
  501. }