MapForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class MapForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel2 = new System.Windows.Forms.Panel();
  29. this.flowLayout = new System.Windows.Forms.FlowLayoutPanel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.panel3 = new System.Windows.Forms.Panel();
  32. this.lblProject1 = new System.Windows.Forms.Label();
  33. this.panel5 = new System.Windows.Forms.Panel();
  34. this.lblProject3 = new System.Windows.Forms.Label();
  35. this.panel6 = new System.Windows.Forms.Panel();
  36. this.lblProject4 = new System.Windows.Forms.Label();
  37. this.panel4 = new System.Windows.Forms.Panel();
  38. this.lblProject2 = new System.Windows.Forms.Label();
  39. this.btnReturn = new System.Windows.Forms.Button();
  40. this.plCenter = new System.Windows.Forms.Panel();
  41. this.panel2.SuspendLayout();
  42. this.flowLayout.SuspendLayout();
  43. this.panel3.SuspendLayout();
  44. this.panel5.SuspendLayout();
  45. this.panel6.SuspendLayout();
  46. this.panel4.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // panel2
  50. //
  51. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  52. this.panel2.Controls.Add(this.flowLayout);
  53. this.panel2.Controls.Add(this.btnReturn);
  54. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.panel2.Location = new System.Drawing.Point(0, 0);
  56. this.panel2.Name = "panel2";
  57. this.panel2.Size = new System.Drawing.Size(1920, 39);
  58. this.panel2.TabIndex = 0;
  59. //
  60. // flowLayout
  61. //
  62. this.flowLayout.BackColor = System.Drawing.Color.Transparent;
  63. this.flowLayout.Controls.Add(this.label1);
  64. this.flowLayout.Controls.Add(this.panel3);
  65. this.flowLayout.Controls.Add(this.panel5);
  66. this.flowLayout.Controls.Add(this.panel6);
  67. this.flowLayout.Controls.Add(this.panel4);
  68. this.flowLayout.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.flowLayout.Location = new System.Drawing.Point(0, 0);
  70. this.flowLayout.Name = "flowLayout";
  71. this.flowLayout.Size = new System.Drawing.Size(1815, 39);
  72. this.flowLayout.TabIndex = 34;
  73. //
  74. // label1
  75. //
  76. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  78. this.label1.Location = new System.Drawing.Point(3, 0);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(138, 39);
  81. this.label1.TabIndex = 1;
  82. this.label1.Text = "石板泉风机排布图";
  83. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  84. //
  85. // panel3
  86. //
  87. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  88. this.panel3.Controls.Add(this.lblProject1);
  89. this.panel3.Location = new System.Drawing.Point(147, 3);
  90. this.panel3.Name = "panel3";
  91. this.panel3.Size = new System.Drawing.Size(80, 36);
  92. this.panel3.TabIndex = 0;
  93. //
  94. // lblProject1
  95. //
  96. this.lblProject1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  97. this.lblProject1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.lblProject1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  99. this.lblProject1.Location = new System.Drawing.Point(1, 1);
  100. this.lblProject1.Name = "lblProject1";
  101. this.lblProject1.Size = new System.Drawing.Size(78, 34);
  102. this.lblProject1.TabIndex = 0;
  103. this.lblProject1.Text = "一 期";
  104. this.lblProject1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  105. this.lblProject1.Click += new System.EventHandler(this.lblProject_Click);
  106. this.lblProject1.MouseEnter += new System.EventHandler(this.lblProject_MouseEnter);
  107. this.lblProject1.MouseLeave += new System.EventHandler(this.lblProject_MouseLeave);
  108. //
  109. // panel5
  110. //
  111. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  112. this.panel5.Controls.Add(this.lblProject3);
  113. this.panel5.Location = new System.Drawing.Point(233, 3);
  114. this.panel5.Name = "panel5";
  115. this.panel5.Size = new System.Drawing.Size(80, 36);
  116. this.panel5.TabIndex = 0;
  117. //
  118. // lblProject3
  119. //
  120. this.lblProject3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  121. this.lblProject3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.lblProject3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  123. this.lblProject3.Location = new System.Drawing.Point(1, 1);
  124. this.lblProject3.Name = "lblProject3";
  125. this.lblProject3.Size = new System.Drawing.Size(78, 34);
  126. this.lblProject3.TabIndex = 0;
  127. this.lblProject3.Text = "三 期";
  128. this.lblProject3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  129. this.lblProject3.Click += new System.EventHandler(this.lblProject_Click);
  130. this.lblProject3.MouseEnter += new System.EventHandler(this.lblProject_MouseEnter);
  131. this.lblProject3.MouseLeave += new System.EventHandler(this.lblProject_MouseLeave);
  132. //
  133. // panel6
  134. //
  135. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  136. this.panel6.Controls.Add(this.lblProject4);
  137. this.panel6.Location = new System.Drawing.Point(319, 3);
  138. this.panel6.Name = "panel6";
  139. this.panel6.Size = new System.Drawing.Size(80, 36);
  140. this.panel6.TabIndex = 0;
  141. //
  142. // lblProject4
  143. //
  144. this.lblProject4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  145. this.lblProject4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.lblProject4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  147. this.lblProject4.Location = new System.Drawing.Point(1, 1);
  148. this.lblProject4.Name = "lblProject4";
  149. this.lblProject4.Size = new System.Drawing.Size(78, 34);
  150. this.lblProject4.TabIndex = 0;
  151. this.lblProject4.Text = "四 期";
  152. this.lblProject4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  153. this.lblProject4.Click += new System.EventHandler(this.lblProject_Click);
  154. this.lblProject4.MouseEnter += new System.EventHandler(this.lblProject_MouseEnter);
  155. this.lblProject4.MouseLeave += new System.EventHandler(this.lblProject_MouseLeave);
  156. //
  157. // panel4
  158. //
  159. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  160. this.panel4.Controls.Add(this.lblProject2);
  161. this.panel4.Location = new System.Drawing.Point(405, 3);
  162. this.panel4.Name = "panel4";
  163. this.panel4.Size = new System.Drawing.Size(80, 36);
  164. this.panel4.TabIndex = 0;
  165. //
  166. // lblProject2
  167. //
  168. this.lblProject2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  169. this.lblProject2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.lblProject2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  171. this.lblProject2.Location = new System.Drawing.Point(1, 1);
  172. this.lblProject2.Name = "lblProject2";
  173. this.lblProject2.Size = new System.Drawing.Size(78, 34);
  174. this.lblProject2.TabIndex = 0;
  175. this.lblProject2.Text = "二 期";
  176. this.lblProject2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  177. this.lblProject2.Click += new System.EventHandler(this.lblProject_Click);
  178. this.lblProject2.MouseEnter += new System.EventHandler(this.lblProject_MouseEnter);
  179. this.lblProject2.MouseLeave += new System.EventHandler(this.lblProject_MouseLeave);
  180. //
  181. // btnReturn
  182. //
  183. this.btnReturn.BackColor = System.Drawing.Color.Transparent;
  184. this.btnReturn.Dock = System.Windows.Forms.DockStyle.Right;
  185. this.btnReturn.FlatAppearance.BorderSize = 0;
  186. this.btnReturn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  187. this.btnReturn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  188. this.btnReturn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  189. this.btnReturn.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.btnReturn.ForeColor = System.Drawing.Color.White;
  191. this.btnReturn.Image = global::IntelligentControlForsx.Properties.Resources.B02;
  192. this.btnReturn.Location = new System.Drawing.Point(1815, 0);
  193. this.btnReturn.Name = "btnReturn";
  194. this.btnReturn.Size = new System.Drawing.Size(105, 39);
  195. this.btnReturn.TabIndex = 33;
  196. this.btnReturn.Text = "返 回";
  197. this.btnReturn.UseVisualStyleBackColor = false;
  198. this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
  199. //
  200. // plCenter
  201. //
  202. this.plCenter.BackColor = System.Drawing.Color.Transparent;
  203. this.plCenter.Location = new System.Drawing.Point(1, 46);
  204. this.plCenter.Name = "plCenter";
  205. this.plCenter.Size = new System.Drawing.Size(1918, 926);
  206. this.plCenter.TabIndex = 1;
  207. //
  208. // MapFormWXW
  209. //
  210. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  211. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  212. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  213. this.ClientSize = new System.Drawing.Size(1920, 984);
  214. this.Controls.Add(this.panel2);
  215. this.Controls.Add(this.plCenter);
  216. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  218. this.Name = "MapFormWXW";
  219. this.Text = "MapForm";
  220. this.panel2.ResumeLayout(false);
  221. this.flowLayout.ResumeLayout(false);
  222. this.panel3.ResumeLayout(false);
  223. this.panel5.ResumeLayout(false);
  224. this.panel6.ResumeLayout(false);
  225. this.panel4.ResumeLayout(false);
  226. this.ResumeLayout(false);
  227. }
  228. #endregion
  229. private System.Windows.Forms.Panel panel2;
  230. private System.Windows.Forms.Label label1;
  231. private System.Windows.Forms.Panel panel3;
  232. private System.Windows.Forms.Label lblProject1;
  233. private System.Windows.Forms.Panel panel6;
  234. private System.Windows.Forms.Label lblProject4;
  235. private System.Windows.Forms.Panel panel5;
  236. private System.Windows.Forms.Label lblProject3;
  237. private System.Windows.Forms.Panel panel4;
  238. private System.Windows.Forms.Label lblProject2;
  239. private System.Windows.Forms.Button btnReturn;
  240. private System.Windows.Forms.Panel plCenter;
  241. private System.Windows.Forms.FlowLayoutPanel flowLayout;
  242. }
  243. }