ControlForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class ControlForm
  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.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.timer1 = new System.Windows.Forms.Timer(this.components);
  35. this.lblProject4 = new System.Windows.Forms.Label();
  36. this.lblProject3 = new System.Windows.Forms.Label();
  37. this.lblProject2 = new System.Windows.Forms.Label();
  38. this.lblProject1 = new System.Windows.Forms.Label();
  39. this.gvWindturbine = new System.Windows.Forms.DataGridView();
  40. this.panel2 = new System.Windows.Forms.Panel();
  41. this.btnUnMaintain = new System.Windows.Forms.Button();
  42. this.btnMaintain = new System.Windows.Forms.Button();
  43. this.btnRegister = new System.Windows.Forms.Button();
  44. this.btnRest = new System.Windows.Forms.Button();
  45. this.btnStop = new System.Windows.Forms.Button();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.btnStart = new System.Windows.Forms.Button();
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. this.controlFormTop = new IntelligentControlForsx.MyControls.ControlFormTop();
  50. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).BeginInit();
  51. this.panel2.SuspendLayout();
  52. this.panel1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // timer1
  56. //
  57. this.timer1.Enabled = true;
  58. this.timer1.Interval = 1000;
  59. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  60. //
  61. // lblProject4
  62. //
  63. this.lblProject4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  64. this.lblProject4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.lblProject4.ForeColor = System.Drawing.Color.White;
  66. this.lblProject4.Location = new System.Drawing.Point(1004, 914);
  67. this.lblProject4.Name = "lblProject4";
  68. this.lblProject4.Size = new System.Drawing.Size(60, 23);
  69. this.lblProject4.TabIndex = 15;
  70. this.lblProject4.Text = "四期";
  71. this.lblProject4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  72. this.lblProject4.Click += new System.EventHandler(this.lblProject4_Click);
  73. //
  74. // lblProject3
  75. //
  76. this.lblProject3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  77. this.lblProject3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.lblProject3.ForeColor = System.Drawing.Color.White;
  79. this.lblProject3.Location = new System.Drawing.Point(938, 914);
  80. this.lblProject3.Name = "lblProject3";
  81. this.lblProject3.Size = new System.Drawing.Size(60, 23);
  82. this.lblProject3.TabIndex = 14;
  83. this.lblProject3.Text = "三期";
  84. this.lblProject3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  85. this.lblProject3.Click += new System.EventHandler(this.lblProject3_Click);
  86. //
  87. // lblProject2
  88. //
  89. this.lblProject2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  90. this.lblProject2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.lblProject2.ForeColor = System.Drawing.Color.White;
  92. this.lblProject2.Location = new System.Drawing.Point(872, 914);
  93. this.lblProject2.Name = "lblProject2";
  94. this.lblProject2.Size = new System.Drawing.Size(60, 23);
  95. this.lblProject2.TabIndex = 13;
  96. this.lblProject2.Text = "二期";
  97. this.lblProject2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  98. this.lblProject2.Click += new System.EventHandler(this.lblProject2_Click);
  99. //
  100. // lblProject1
  101. //
  102. this.lblProject1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
  103. this.lblProject1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.lblProject1.ForeColor = System.Drawing.Color.White;
  105. this.lblProject1.Location = new System.Drawing.Point(806, 914);
  106. this.lblProject1.Name = "lblProject1";
  107. this.lblProject1.Size = new System.Drawing.Size(60, 23);
  108. this.lblProject1.TabIndex = 12;
  109. this.lblProject1.Text = "一期";
  110. this.lblProject1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  111. this.lblProject1.Click += new System.EventHandler(this.lblProject1_Click);
  112. //
  113. // gvWindturbine
  114. //
  115. this.gvWindturbine.AllowUserToAddRows = false;
  116. this.gvWindturbine.AllowUserToDeleteRows = false;
  117. this.gvWindturbine.AllowUserToResizeColumns = false;
  118. this.gvWindturbine.AllowUserToResizeRows = false;
  119. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  120. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  122. this.gvWindturbine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  123. this.gvWindturbine.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  124. this.gvWindturbine.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  125. this.gvWindturbine.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  126. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  127. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  128. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  130. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  133. this.gvWindturbine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  134. this.gvWindturbine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  135. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  136. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  137. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  139. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  140. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  141. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  142. this.gvWindturbine.DefaultCellStyle = dataGridViewCellStyle3;
  143. this.gvWindturbine.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.gvWindturbine.EnableHeadersVisualStyles = false;
  145. this.gvWindturbine.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  146. this.gvWindturbine.Location = new System.Drawing.Point(0, 88);
  147. this.gvWindturbine.Name = "gvWindturbine";
  148. this.gvWindturbine.ReadOnly = true;
  149. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  150. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  151. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  153. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  154. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  155. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  156. this.gvWindturbine.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  157. this.gvWindturbine.RowHeadersVisible = false;
  158. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  159. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  160. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  162. this.gvWindturbine.RowsDefaultCellStyle = dataGridViewCellStyle5;
  163. this.gvWindturbine.RowTemplate.Height = 23;
  164. this.gvWindturbine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  165. this.gvWindturbine.Size = new System.Drawing.Size(1920, 820);
  166. this.gvWindturbine.TabIndex = 3;
  167. this.gvWindturbine.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gvWindturbine_CellMouseClick);
  168. //
  169. // panel2
  170. //
  171. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  172. this.panel2.Controls.Add(this.btnUnMaintain);
  173. this.panel2.Controls.Add(this.btnMaintain);
  174. this.panel2.Controls.Add(this.btnRegister);
  175. this.panel2.Controls.Add(this.btnRest);
  176. this.panel2.Controls.Add(this.btnStop);
  177. this.panel2.Controls.Add(this.label1);
  178. this.panel2.Controls.Add(this.btnStart);
  179. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  180. this.panel2.Location = new System.Drawing.Point(0, 64);
  181. this.panel2.Name = "panel2";
  182. this.panel2.Size = new System.Drawing.Size(1920, 24);
  183. this.panel2.TabIndex = 2;
  184. //
  185. // btnUnMaintain
  186. //
  187. this.btnUnMaintain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  188. this.btnUnMaintain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  189. this.btnUnMaintain.ForeColor = System.Drawing.Color.White;
  190. this.btnUnMaintain.Location = new System.Drawing.Point(437, 2);
  191. this.btnUnMaintain.Name = "btnUnMaintain";
  192. this.btnUnMaintain.Size = new System.Drawing.Size(75, 23);
  193. this.btnUnMaintain.TabIndex = 6;
  194. this.btnUnMaintain.Text = "取消维护";
  195. this.btnUnMaintain.UseVisualStyleBackColor = false;
  196. this.btnUnMaintain.Click += new System.EventHandler(this.btnUnMaintain_Click);
  197. //
  198. // btnMaintain
  199. //
  200. this.btnMaintain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  201. this.btnMaintain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  202. this.btnMaintain.ForeColor = System.Drawing.Color.White;
  203. this.btnMaintain.Location = new System.Drawing.Point(356, 2);
  204. this.btnMaintain.Name = "btnMaintain";
  205. this.btnMaintain.Size = new System.Drawing.Size(75, 23);
  206. this.btnMaintain.TabIndex = 5;
  207. this.btnMaintain.Text = "维 护";
  208. this.btnMaintain.UseVisualStyleBackColor = false;
  209. this.btnMaintain.Click += new System.EventHandler(this.btnMaintain_Click);
  210. //
  211. // btnRegister
  212. //
  213. this.btnRegister.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  214. this.btnRegister.Dock = System.Windows.Forms.DockStyle.Right;
  215. this.btnRegister.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  216. this.btnRegister.ForeColor = System.Drawing.Color.White;
  217. this.btnRegister.Location = new System.Drawing.Point(1845, 0);
  218. this.btnRegister.Name = "btnRegister";
  219. this.btnRegister.Size = new System.Drawing.Size(75, 24);
  220. this.btnRegister.TabIndex = 4;
  221. this.btnRegister.Text = "注册";
  222. this.btnRegister.UseVisualStyleBackColor = false;
  223. this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
  224. //
  225. // btnRest
  226. //
  227. this.btnRest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  228. this.btnRest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  229. this.btnRest.ForeColor = System.Drawing.Color.White;
  230. this.btnRest.Location = new System.Drawing.Point(275, 2);
  231. this.btnRest.Name = "btnRest";
  232. this.btnRest.Size = new System.Drawing.Size(75, 23);
  233. this.btnRest.TabIndex = 3;
  234. this.btnRest.Text = "复 位";
  235. this.btnRest.UseVisualStyleBackColor = false;
  236. this.btnRest.Click += new System.EventHandler(this.btnRest_Click);
  237. //
  238. // btnStop
  239. //
  240. this.btnStop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  241. this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  242. this.btnStop.ForeColor = System.Drawing.Color.White;
  243. this.btnStop.Location = new System.Drawing.Point(194, 2);
  244. this.btnStop.Name = "btnStop";
  245. this.btnStop.Size = new System.Drawing.Size(75, 23);
  246. this.btnStop.TabIndex = 2;
  247. this.btnStop.Text = "停 止";
  248. this.btnStop.UseVisualStyleBackColor = false;
  249. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  250. //
  251. // label1
  252. //
  253. this.label1.AutoSize = true;
  254. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  255. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  257. this.label1.Location = new System.Drawing.Point(3, 4);
  258. this.label1.Name = "label1";
  259. this.label1.Size = new System.Drawing.Size(105, 22);
  260. this.label1.TabIndex = 1;
  261. this.label1.Text = "批 量 操 作:";
  262. //
  263. // btnStart
  264. //
  265. this.btnStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  266. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  267. this.btnStart.ForeColor = System.Drawing.Color.White;
  268. this.btnStart.Location = new System.Drawing.Point(113, 2);
  269. this.btnStart.Name = "btnStart";
  270. this.btnStart.Size = new System.Drawing.Size(75, 23);
  271. this.btnStart.TabIndex = 0;
  272. this.btnStart.Text = "启 动";
  273. this.btnStart.UseVisualStyleBackColor = false;
  274. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  275. //
  276. // panel1
  277. //
  278. this.panel1.Controls.Add(this.controlFormTop);
  279. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  280. this.panel1.Location = new System.Drawing.Point(0, 0);
  281. this.panel1.Name = "panel1";
  282. this.panel1.Size = new System.Drawing.Size(1920, 64);
  283. this.panel1.TabIndex = 1;
  284. //
  285. // controlFormTop
  286. //
  287. this.controlFormTop.Dock = System.Windows.Forms.DockStyle.Fill;
  288. this.controlFormTop.Location = new System.Drawing.Point(0, 0);
  289. this.controlFormTop.Name = "controlFormTop";
  290. this.controlFormTop.Size = new System.Drawing.Size(1920, 64);
  291. this.controlFormTop.TabIndex = 0;
  292. //
  293. // ControlForm
  294. //
  295. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  296. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  297. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  298. this.ClientSize = new System.Drawing.Size(1920, 950);
  299. this.Controls.Add(this.lblProject4);
  300. this.Controls.Add(this.lblProject3);
  301. this.Controls.Add(this.lblProject2);
  302. this.Controls.Add(this.lblProject1);
  303. this.Controls.Add(this.gvWindturbine);
  304. this.Controls.Add(this.panel2);
  305. this.Controls.Add(this.panel1);
  306. this.Name = "ControlForm";
  307. this.Text = "ControlForm";
  308. this.Load += new System.EventHandler(this.ControlForm_Load);
  309. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).EndInit();
  310. this.panel2.ResumeLayout(false);
  311. this.panel2.PerformLayout();
  312. this.panel1.ResumeLayout(false);
  313. this.ResumeLayout(false);
  314. }
  315. #endregion
  316. private System.Windows.Forms.Panel panel1;
  317. private MyControls.ControlFormTop controlFormTop;
  318. private System.Windows.Forms.Panel panel2;
  319. private System.Windows.Forms.Label label1;
  320. private System.Windows.Forms.Button btnStart;
  321. private System.Windows.Forms.DataGridView gvWindturbine;
  322. private System.Windows.Forms.Button btnRest;
  323. private System.Windows.Forms.Button btnStop;
  324. private System.Windows.Forms.Timer timer1;
  325. private System.Windows.Forms.Button btnRegister;
  326. private System.Windows.Forms.Button btnUnMaintain;
  327. private System.Windows.Forms.Button btnMaintain;
  328. private System.Windows.Forms.Label lblProject1;
  329. private System.Windows.Forms.Label lblProject2;
  330. private System.Windows.Forms.Label lblProject3;
  331. private System.Windows.Forms.Label lblProject4;
  332. }
  333. }