Title.designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. using System;
  2. using System.Windows.Media;
  3. using System.Windows.Media.Imaging;
  4. namespace IntelligentControlForsx.MyControls
  5. {
  6. partial class Title
  7. {
  8. /// <summary>
  9. /// 必需的设计器变量。
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// 清理所有正在使用的资源。
  14. /// </summary>
  15. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region 组件设计器生成的代码
  25. /// <summary>
  26. /// 设计器支持所需的方法 - 不要
  27. /// 使用代码编辑器修改此方法的内容。
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Title));
  32. this.panelTop = new System.Windows.Forms.Panel();
  33. this.panelTopLeft = new System.Windows.Forms.Panel();
  34. this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
  35. this.panelTopRight = new System.Windows.Forms.Panel();
  36. this.pictureBoxSplit = new System.Windows.Forms.PictureBox();
  37. this.pictureBoxWindturbine = new System.Windows.Forms.PictureBox();
  38. this.pictureBoxElectrical = new System.Windows.Forms.PictureBox();
  39. this.pictureBoxAGC = new System.Windows.Forms.PictureBox();
  40. this.pictureBoxSYZ = new System.Windows.Forms.PictureBox();
  41. this.pictureBoxStatistics = new System.Windows.Forms.PictureBox();
  42. this.pictureBoxMainParam = new System.Windows.Forms.PictureBox();
  43. this.pictureBoxMatrix = new System.Windows.Forms.PictureBox();
  44. this.pictureBoxParamters = new System.Windows.Forms.PictureBox();
  45. this.pictureBoxControl = new System.Windows.Forms.PictureBox();
  46. this.pictureBoxHome = new System.Windows.Forms.PictureBox();
  47. this.titleflowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
  48. this.title_main = new System.Windows.Forms.PictureBox();
  49. this.title_matrix = new System.Windows.Forms.PictureBox();
  50. this.title_detail = new System.Windows.Forms.PictureBox();
  51. this.title_SYZ = new System.Windows.Forms.PictureBox();
  52. this.title_AGC = new System.Windows.Forms.PictureBox();
  53. this.title_MainParam = new System.Windows.Forms.PictureBox();
  54. this.title_Search = new System.Windows.Forms.PictureBox();
  55. this.panelTop.SuspendLayout();
  56. this.panelTopLeft.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
  58. this.panelTopRight.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSplit)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWindturbine)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxElectrical)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAGC)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSYZ)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxStatistics)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMainParam)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMatrix)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxParamters)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHome)).BeginInit();
  70. this.titleflowLayoutPanel.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.title_main)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.title_matrix)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.title_detail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.title_SYZ)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.title_AGC)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.title_MainParam)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.title_Search)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // panelTop
  81. //
  82. this.panelTop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelTop.BackgroundImage")));
  83. this.panelTop.Controls.Add(this.panelTopLeft);
  84. this.panelTop.Controls.Add(this.panelTopRight);
  85. this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.panelTop.Location = new System.Drawing.Point(0, 0);
  87. this.panelTop.Name = "panelTop";
  88. this.panelTop.Size = new System.Drawing.Size(1904, 71);
  89. this.panelTop.TabIndex = 1;
  90. //
  91. // panelTopLeft
  92. //
  93. this.panelTopLeft.BackColor = System.Drawing.Color.Transparent;
  94. this.panelTopLeft.Controls.Add(this.pictureBoxLogo);
  95. this.panelTopLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.panelTopLeft.Location = new System.Drawing.Point(0, 0);
  97. this.panelTopLeft.Name = "panelTopLeft";
  98. this.panelTopLeft.Size = new System.Drawing.Size(631, 71);
  99. this.panelTopLeft.TabIndex = 3;
  100. //
  101. // pictureBoxLogo
  102. //
  103. this.pictureBoxLogo.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.logo;
  104. this.pictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Left;
  105. this.pictureBoxLogo.Location = new System.Drawing.Point(0, 0);
  106. this.pictureBoxLogo.Name = "pictureBoxLogo";
  107. this.pictureBoxLogo.Size = new System.Drawing.Size(623, 71);
  108. this.pictureBoxLogo.TabIndex = 2;
  109. this.pictureBoxLogo.TabStop = false;
  110. //
  111. // panelTopRight
  112. //
  113. this.panelTopRight.BackColor = System.Drawing.Color.Transparent;
  114. this.panelTopRight.Controls.Add(this.pictureBoxSplit);
  115. this.panelTopRight.Controls.Add(this.pictureBoxWindturbine);
  116. this.panelTopRight.Controls.Add(this.pictureBoxElectrical);
  117. this.panelTopRight.Controls.Add(this.pictureBoxAGC);
  118. this.panelTopRight.Controls.Add(this.pictureBoxSYZ);
  119. this.panelTopRight.Controls.Add(this.pictureBoxStatistics);
  120. this.panelTopRight.Controls.Add(this.pictureBoxMainParam);
  121. this.panelTopRight.Controls.Add(this.pictureBoxMatrix);
  122. this.panelTopRight.Controls.Add(this.pictureBoxParamters);
  123. this.panelTopRight.Controls.Add(this.pictureBoxControl);
  124. this.panelTopRight.Controls.Add(this.pictureBoxHome);
  125. this.panelTopRight.Dock = System.Windows.Forms.DockStyle.Right;
  126. this.panelTopRight.Location = new System.Drawing.Point(631, 0);
  127. this.panelTopRight.Name = "panelTopRight";
  128. this.panelTopRight.Size = new System.Drawing.Size(1273, 71);
  129. this.panelTopRight.TabIndex = 2;
  130. //
  131. // pictureBoxSplit
  132. //
  133. this.pictureBoxSplit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxSplit.BackgroundImage")));
  134. this.pictureBoxSplit.Dock = System.Windows.Forms.DockStyle.Right;
  135. this.pictureBoxSplit.Location = new System.Drawing.Point(967, 0);
  136. this.pictureBoxSplit.Name = "pictureBoxSplit";
  137. this.pictureBoxSplit.Size = new System.Drawing.Size(42, 71);
  138. this.pictureBoxSplit.TabIndex = 9;
  139. this.pictureBoxSplit.TabStop = false;
  140. //
  141. // pictureBoxWindturbine
  142. //
  143. this.pictureBoxWindturbine.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.fj1;
  144. this.pictureBoxWindturbine.Dock = System.Windows.Forms.DockStyle.Right;
  145. this.pictureBoxWindturbine.Location = new System.Drawing.Point(1009, 0);
  146. this.pictureBoxWindturbine.Name = "pictureBoxWindturbine";
  147. this.pictureBoxWindturbine.Size = new System.Drawing.Size(132, 71);
  148. this.pictureBoxWindturbine.TabIndex = 10;
  149. this.pictureBoxWindturbine.TabStop = false;
  150. this.pictureBoxWindturbine.Visible = false;
  151. this.pictureBoxWindturbine.Click += new System.EventHandler(this.pictureBoxWindturbine_Click);
  152. this.pictureBoxWindturbine.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  153. this.pictureBoxWindturbine.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  154. //
  155. // pictureBoxElectrical
  156. //
  157. this.pictureBoxElectrical.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxElectrical.BackgroundImage")));
  158. this.pictureBoxElectrical.Dock = System.Windows.Forms.DockStyle.Right;
  159. this.pictureBoxElectrical.Location = new System.Drawing.Point(1141, 0);
  160. this.pictureBoxElectrical.Name = "pictureBoxElectrical";
  161. this.pictureBoxElectrical.Size = new System.Drawing.Size(132, 71);
  162. this.pictureBoxElectrical.TabIndex = 8;
  163. this.pictureBoxElectrical.TabStop = false;
  164. this.pictureBoxElectrical.Click += new System.EventHandler(this.pictureBoxElectrical_Click);
  165. this.pictureBoxElectrical.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  166. this.pictureBoxElectrical.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  167. //
  168. // pictureBoxAGC
  169. //
  170. this.pictureBoxAGC.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.agc1;
  171. this.pictureBoxAGC.Dock = System.Windows.Forms.DockStyle.Left;
  172. this.pictureBoxAGC.Location = new System.Drawing.Point(891, 0);
  173. this.pictureBoxAGC.Name = "pictureBoxAGC";
  174. this.pictureBoxAGC.Size = new System.Drawing.Size(132, 71);
  175. this.pictureBoxAGC.TabIndex = 12;
  176. this.pictureBoxAGC.TabStop = false;
  177. this.pictureBoxAGC.Visible = false;
  178. this.pictureBoxAGC.Click += new System.EventHandler(this.pictureBox_Click);
  179. this.pictureBoxAGC.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  180. this.pictureBoxAGC.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  181. //
  182. // pictureBoxSYZ
  183. //
  184. this.pictureBoxSYZ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxSYZ.BackgroundImage")));
  185. this.pictureBoxSYZ.Dock = System.Windows.Forms.DockStyle.Left;
  186. this.pictureBoxSYZ.Location = new System.Drawing.Point(759, 0);
  187. this.pictureBoxSYZ.Name = "pictureBoxSYZ";
  188. this.pictureBoxSYZ.Size = new System.Drawing.Size(132, 71);
  189. this.pictureBoxSYZ.TabIndex = 11;
  190. this.pictureBoxSYZ.TabStop = false;
  191. this.pictureBoxSYZ.Visible = false;
  192. this.pictureBoxSYZ.Click += new System.EventHandler(this.pictureBox_Click);
  193. this.pictureBoxSYZ.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  194. this.pictureBoxSYZ.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  195. //
  196. // pictureBoxStatistics
  197. //
  198. this.pictureBoxStatistics.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxStatistics.BackgroundImage")));
  199. this.pictureBoxStatistics.Dock = System.Windows.Forms.DockStyle.Left;
  200. this.pictureBoxStatistics.Location = new System.Drawing.Point(627, 0);
  201. this.pictureBoxStatistics.Name = "pictureBoxStatistics";
  202. this.pictureBoxStatistics.Size = new System.Drawing.Size(132, 71);
  203. this.pictureBoxStatistics.TabIndex = 6;
  204. this.pictureBoxStatistics.TabStop = false;
  205. this.pictureBoxStatistics.Click += new System.EventHandler(this.pictureBox_Click);
  206. this.pictureBoxStatistics.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  207. this.pictureBoxStatistics.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  208. //
  209. // pictureBoxMainParam
  210. //
  211. this.pictureBoxMainParam.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMainParam.BackgroundImage")));
  212. this.pictureBoxMainParam.Dock = System.Windows.Forms.DockStyle.Left;
  213. this.pictureBoxMainParam.Location = new System.Drawing.Point(495, 0);
  214. this.pictureBoxMainParam.Name = "pictureBoxMainParam";
  215. this.pictureBoxMainParam.Size = new System.Drawing.Size(132, 71);
  216. this.pictureBoxMainParam.TabIndex = 5;
  217. this.pictureBoxMainParam.TabStop = false;
  218. this.pictureBoxMainParam.Click += new System.EventHandler(this.pictureBox_Click);
  219. this.pictureBoxMainParam.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  220. this.pictureBoxMainParam.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  221. //
  222. // pictureBoxMatrix
  223. //
  224. this.pictureBoxMatrix.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMatrix.BackgroundImage")));
  225. this.pictureBoxMatrix.Dock = System.Windows.Forms.DockStyle.Left;
  226. this.pictureBoxMatrix.Location = new System.Drawing.Point(363, 0);
  227. this.pictureBoxMatrix.Name = "pictureBoxMatrix";
  228. this.pictureBoxMatrix.Size = new System.Drawing.Size(132, 71);
  229. this.pictureBoxMatrix.TabIndex = 2;
  230. this.pictureBoxMatrix.TabStop = false;
  231. this.pictureBoxMatrix.Click += new System.EventHandler(this.pictureBox_Click);
  232. this.pictureBoxMatrix.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  233. this.pictureBoxMatrix.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  234. //
  235. // pictureBoxParamters
  236. //
  237. this.pictureBoxParamters.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxParamters.BackgroundImage")));
  238. this.pictureBoxParamters.Dock = System.Windows.Forms.DockStyle.Left;
  239. this.pictureBoxParamters.Location = new System.Drawing.Point(231, 0);
  240. this.pictureBoxParamters.Name = "pictureBoxParamters";
  241. this.pictureBoxParamters.Size = new System.Drawing.Size(132, 71);
  242. this.pictureBoxParamters.TabIndex = 3;
  243. this.pictureBoxParamters.TabStop = false;
  244. this.pictureBoxParamters.Click += new System.EventHandler(this.pictureBox_Click);
  245. this.pictureBoxParamters.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  246. this.pictureBoxParamters.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  247. //
  248. // pictureBoxControl
  249. //
  250. this.pictureBoxControl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxControl.BackgroundImage")));
  251. this.pictureBoxControl.Dock = System.Windows.Forms.DockStyle.Left;
  252. this.pictureBoxControl.Location = new System.Drawing.Point(99, 0);
  253. this.pictureBoxControl.Name = "pictureBoxControl";
  254. this.pictureBoxControl.Size = new System.Drawing.Size(132, 71);
  255. this.pictureBoxControl.TabIndex = 4;
  256. this.pictureBoxControl.TabStop = false;
  257. this.pictureBoxControl.Click += new System.EventHandler(this.pictureBox_Click);
  258. this.pictureBoxControl.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  259. this.pictureBoxControl.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  260. //
  261. // pictureBoxHome
  262. //
  263. this.pictureBoxHome.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxHome.BackgroundImage")));
  264. this.pictureBoxHome.Dock = System.Windows.Forms.DockStyle.Left;
  265. this.pictureBoxHome.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHome.Image")));
  266. this.pictureBoxHome.Location = new System.Drawing.Point(0, 0);
  267. this.pictureBoxHome.Name = "pictureBoxHome";
  268. this.pictureBoxHome.Size = new System.Drawing.Size(99, 71);
  269. this.pictureBoxHome.TabIndex = 1;
  270. this.pictureBoxHome.TabStop = false;
  271. this.pictureBoxHome.Click += new System.EventHandler(this.pictureBox_Click);
  272. this.pictureBoxHome.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  273. this.pictureBoxHome.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  274. //
  275. // titleflowLayoutPanel
  276. //
  277. this.titleflowLayoutPanel.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.top_bg;
  278. this.titleflowLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  279. this.titleflowLayoutPanel.Controls.Add(this.title_main);
  280. this.titleflowLayoutPanel.Controls.Add(this.title_matrix);
  281. this.titleflowLayoutPanel.Controls.Add(this.title_detail);
  282. this.titleflowLayoutPanel.Controls.Add(this.title_SYZ);
  283. this.titleflowLayoutPanel.Controls.Add(this.title_AGC);
  284. this.titleflowLayoutPanel.Controls.Add(this.title_MainParam);
  285. this.titleflowLayoutPanel.Controls.Add(this.title_Search);
  286. this.titleflowLayoutPanel.Location = new System.Drawing.Point(149, 136);
  287. this.titleflowLayoutPanel.Name = "titleflowLayoutPanel";
  288. this.titleflowLayoutPanel.Size = new System.Drawing.Size(1421, 71);
  289. this.titleflowLayoutPanel.TabIndex = 2;
  290. //
  291. // title_main
  292. //
  293. this.title_main.BackColor = System.Drawing.Color.Transparent;
  294. this.title_main.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.title_main_light;
  295. this.title_main.Image = global::IntelligentControlForsx.Properties.Resources.title_main_light;
  296. this.title_main.Location = new System.Drawing.Point(3, 3);
  297. this.title_main.Name = "title_main";
  298. this.title_main.Size = new System.Drawing.Size(132, 71);
  299. this.title_main.TabIndex = 12;
  300. this.title_main.TabStop = false;
  301. this.title_main.MouseEnter += new System.EventHandler(this.title_main_MouseEnter);
  302. //
  303. // title_matrix
  304. //
  305. this.title_matrix.BackColor = System.Drawing.Color.Transparent;
  306. this.title_matrix.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_matrix.BackgroundImage")));
  307. this.title_matrix.Location = new System.Drawing.Point(141, 3);
  308. this.title_matrix.Name = "title_matrix";
  309. this.title_matrix.Size = new System.Drawing.Size(132, 71);
  310. this.title_matrix.TabIndex = 13;
  311. this.title_matrix.TabStop = false;
  312. //
  313. // title_detail
  314. //
  315. this.title_detail.BackColor = System.Drawing.Color.Transparent;
  316. this.title_detail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_detail.BackgroundImage")));
  317. this.title_detail.Location = new System.Drawing.Point(279, 3);
  318. this.title_detail.Name = "title_detail";
  319. this.title_detail.Size = new System.Drawing.Size(132, 71);
  320. this.title_detail.TabIndex = 14;
  321. this.title_detail.TabStop = false;
  322. //
  323. // title_SYZ
  324. //
  325. this.title_SYZ.BackColor = System.Drawing.Color.Transparent;
  326. this.title_SYZ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_SYZ.BackgroundImage")));
  327. this.title_SYZ.Location = new System.Drawing.Point(417, 3);
  328. this.title_SYZ.Name = "title_SYZ";
  329. this.title_SYZ.Size = new System.Drawing.Size(132, 71);
  330. this.title_SYZ.TabIndex = 18;
  331. this.title_SYZ.TabStop = false;
  332. this.title_SYZ.Visible = false;
  333. //
  334. // title_AGC
  335. //
  336. this.title_AGC.BackColor = System.Drawing.Color.Transparent;
  337. this.title_AGC.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.agc1;
  338. this.title_AGC.Location = new System.Drawing.Point(555, 3);
  339. this.title_AGC.Name = "title_AGC";
  340. this.title_AGC.Size = new System.Drawing.Size(132, 71);
  341. this.title_AGC.TabIndex = 19;
  342. this.title_AGC.TabStop = false;
  343. this.title_AGC.Visible = false;
  344. //
  345. // title_MainParam
  346. //
  347. this.title_MainParam.BackColor = System.Drawing.Color.Transparent;
  348. this.title_MainParam.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_MainParam.BackgroundImage")));
  349. this.title_MainParam.Location = new System.Drawing.Point(693, 3);
  350. this.title_MainParam.Name = "title_MainParam";
  351. this.title_MainParam.Size = new System.Drawing.Size(132, 71);
  352. this.title_MainParam.TabIndex = 16;
  353. this.title_MainParam.TabStop = false;
  354. //
  355. // title_Search
  356. //
  357. this.title_Search.BackColor = System.Drawing.Color.Transparent;
  358. this.title_Search.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_Search.BackgroundImage")));
  359. this.title_Search.Location = new System.Drawing.Point(831, 3);
  360. this.title_Search.Name = "title_Search";
  361. this.title_Search.Size = new System.Drawing.Size(132, 71);
  362. this.title_Search.TabIndex = 17;
  363. this.title_Search.TabStop = false;
  364. //
  365. // Title
  366. //
  367. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  368. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  369. this.Controls.Add(this.titleflowLayoutPanel);
  370. this.Controls.Add(this.panelTop);
  371. this.Name = "Title";
  372. this.Size = new System.Drawing.Size(1904, 339);
  373. this.panelTop.ResumeLayout(false);
  374. this.panelTopLeft.ResumeLayout(false);
  375. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
  376. this.panelTopRight.ResumeLayout(false);
  377. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSplit)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWindturbine)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxElectrical)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAGC)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSYZ)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxStatistics)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMainParam)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMatrix)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxParamters)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHome)).EndInit();
  388. this.titleflowLayoutPanel.ResumeLayout(false);
  389. ((System.ComponentModel.ISupportInitialize)(this.title_main)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.title_matrix)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.title_detail)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.title_SYZ)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.title_AGC)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.title_MainParam)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.title_Search)).EndInit();
  396. this.ResumeLayout(false);
  397. }
  398. #endregion
  399. private System.Windows.Forms.Panel panelTop;
  400. private System.Windows.Forms.Panel panelTopLeft;
  401. private System.Windows.Forms.Panel panelTopRight;
  402. private System.Windows.Forms.PictureBox pictureBoxSplit;
  403. private System.Windows.Forms.PictureBox pictureBoxElectrical;
  404. private System.Windows.Forms.PictureBox pictureBoxStatistics;
  405. private System.Windows.Forms.PictureBox pictureBoxMainParam;
  406. private System.Windows.Forms.PictureBox pictureBoxControl;
  407. private System.Windows.Forms.PictureBox pictureBoxParamters;
  408. private System.Windows.Forms.PictureBox pictureBoxHome;
  409. private System.Windows.Forms.PictureBox pictureBoxLogo;
  410. private System.Windows.Forms.PictureBox pictureBoxWindturbine;
  411. private System.Windows.Forms.PictureBox pictureBoxSYZ;
  412. private System.Windows.Forms.PictureBox pictureBoxAGC;
  413. private System.Windows.Forms.PictureBox pictureBoxMatrix;
  414. private System.Windows.Forms.FlowLayoutPanel titleflowLayoutPanel;
  415. private System.Windows.Forms.PictureBox title_main;
  416. private System.Windows.Forms.PictureBox title_SYZ;
  417. private System.Windows.Forms.PictureBox title_Search;
  418. private System.Windows.Forms.PictureBox title_MainParam;
  419. private System.Windows.Forms.PictureBox title_matrix;
  420. private System.Windows.Forms.PictureBox title_detail;
  421. private System.Windows.Forms.PictureBox title_AGC;
  422. }
  423. }