QS_Control.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. namespace IntelligentControlForsx.MyControls.kz
  2. {
  3. partial class QS_Control
  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. 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.panel1 = new System.Windows.Forms.Panel();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.btnUnMaintain = new System.Windows.Forms.Button();
  37. this.btnMaintain = new System.Windows.Forms.Button();
  38. this.btnRest = new System.Windows.Forms.Button();
  39. this.btnStop = new System.Windows.Forms.Button();
  40. this.btnStart = new System.Windows.Forms.Button();
  41. this.gvWindturbine = new System.Windows.Forms.DataGridView();
  42. this.timer1 = new System.Windows.Forms.Timer(this.components);
  43. this.lblProject2 = new System.Windows.Forms.Label();
  44. this.lblProject1 = new System.Windows.Forms.Label();
  45. this.panel1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panel1
  50. //
  51. this.panel1.Controls.Add(this.label1);
  52. this.panel1.Controls.Add(this.btnUnMaintain);
  53. this.panel1.Controls.Add(this.btnMaintain);
  54. this.panel1.Controls.Add(this.btnRest);
  55. this.panel1.Controls.Add(this.btnStop);
  56. this.panel1.Controls.Add(this.btnStart);
  57. this.panel1.Location = new System.Drawing.Point(1, 1);
  58. this.panel1.Name = "panel1";
  59. this.panel1.Size = new System.Drawing.Size(1918, 31);
  60. this.panel1.TabIndex = 0;
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  66. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  68. this.label1.Location = new System.Drawing.Point(3, 4);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(105, 22);
  71. this.label1.TabIndex = 12;
  72. this.label1.Text = "批 量 操 作:";
  73. //
  74. // btnUnMaintain
  75. //
  76. this.btnUnMaintain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  77. this.btnUnMaintain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.btnUnMaintain.ForeColor = System.Drawing.Color.White;
  79. this.btnUnMaintain.Location = new System.Drawing.Point(433, 2);
  80. this.btnUnMaintain.Name = "btnUnMaintain";
  81. this.btnUnMaintain.Size = new System.Drawing.Size(75, 26);
  82. this.btnUnMaintain.TabIndex = 11;
  83. this.btnUnMaintain.Text = "取消维护";
  84. this.btnUnMaintain.UseVisualStyleBackColor = false;
  85. //
  86. // btnMaintain
  87. //
  88. this.btnMaintain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  89. this.btnMaintain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  90. this.btnMaintain.ForeColor = System.Drawing.Color.White;
  91. this.btnMaintain.Location = new System.Drawing.Point(352, 2);
  92. this.btnMaintain.Name = "btnMaintain";
  93. this.btnMaintain.Size = new System.Drawing.Size(75, 26);
  94. this.btnMaintain.TabIndex = 10;
  95. this.btnMaintain.Text = "维 护";
  96. this.btnMaintain.UseVisualStyleBackColor = false;
  97. //
  98. // btnRest
  99. //
  100. this.btnRest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  101. this.btnRest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  102. this.btnRest.ForeColor = System.Drawing.Color.White;
  103. this.btnRest.Location = new System.Drawing.Point(271, 2);
  104. this.btnRest.Name = "btnRest";
  105. this.btnRest.Size = new System.Drawing.Size(75, 26);
  106. this.btnRest.TabIndex = 9;
  107. this.btnRest.Text = "复 位";
  108. this.btnRest.UseVisualStyleBackColor = false;
  109. //
  110. // btnStop
  111. //
  112. this.btnStop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  113. this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  114. this.btnStop.ForeColor = System.Drawing.Color.White;
  115. this.btnStop.Location = new System.Drawing.Point(190, 2);
  116. this.btnStop.Name = "btnStop";
  117. this.btnStop.Size = new System.Drawing.Size(75, 26);
  118. this.btnStop.TabIndex = 8;
  119. this.btnStop.Text = "停 止";
  120. this.btnStop.UseVisualStyleBackColor = false;
  121. //
  122. // btnStart
  123. //
  124. this.btnStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  125. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  126. this.btnStart.ForeColor = System.Drawing.Color.White;
  127. this.btnStart.Location = new System.Drawing.Point(109, 2);
  128. this.btnStart.Name = "btnStart";
  129. this.btnStart.Size = new System.Drawing.Size(75, 26);
  130. this.btnStart.TabIndex = 7;
  131. this.btnStart.Text = "启 动";
  132. this.btnStart.UseVisualStyleBackColor = false;
  133. //
  134. // gvWindturbine
  135. //
  136. this.gvWindturbine.AllowUserToAddRows = false;
  137. this.gvWindturbine.AllowUserToDeleteRows = false;
  138. this.gvWindturbine.AllowUserToResizeColumns = false;
  139. this.gvWindturbine.AllowUserToResizeRows = false;
  140. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  141. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  143. this.gvWindturbine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  144. this.gvWindturbine.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  145. this.gvWindturbine.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  146. this.gvWindturbine.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  147. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  148. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  149. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  151. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  152. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  153. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  154. this.gvWindturbine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  155. this.gvWindturbine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  156. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  157. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  158. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  160. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  161. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  162. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  163. this.gvWindturbine.DefaultCellStyle = dataGridViewCellStyle3;
  164. this.gvWindturbine.EnableHeadersVisualStyles = false;
  165. this.gvWindturbine.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  166. this.gvWindturbine.Location = new System.Drawing.Point(1, 35);
  167. this.gvWindturbine.Name = "gvWindturbine";
  168. this.gvWindturbine.ReadOnly = true;
  169. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  170. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  171. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  173. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  174. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  175. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  176. this.gvWindturbine.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  177. this.gvWindturbine.RowHeadersVisible = false;
  178. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  179. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  180. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  182. this.gvWindturbine.RowsDefaultCellStyle = dataGridViewCellStyle5;
  183. this.gvWindturbine.RowTemplate.Height = 23;
  184. this.gvWindturbine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  185. this.gvWindturbine.Size = new System.Drawing.Size(1918, 816);
  186. this.gvWindturbine.TabIndex = 1;
  187. //
  188. // timer1
  189. //
  190. this.timer1.Interval = 3000;
  191. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  192. //
  193. // lblProject2
  194. //
  195. this.lblProject2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  196. this.lblProject2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.lblProject2.ForeColor = System.Drawing.Color.White;
  198. this.lblProject2.Location = new System.Drawing.Point(962, 853);
  199. this.lblProject2.Name = "lblProject2";
  200. this.lblProject2.Size = new System.Drawing.Size(60, 23);
  201. this.lblProject2.TabIndex = 18;
  202. this.lblProject2.Text = "二期";
  203. this.lblProject2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  204. this.lblProject2.Click += new System.EventHandler(this.lblProject2_Click);
  205. //
  206. // lblProject1
  207. //
  208. this.lblProject1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
  209. this.lblProject1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.lblProject1.ForeColor = System.Drawing.Color.White;
  211. this.lblProject1.Location = new System.Drawing.Point(896, 853);
  212. this.lblProject1.Name = "lblProject1";
  213. this.lblProject1.Size = new System.Drawing.Size(60, 23);
  214. this.lblProject1.TabIndex = 17;
  215. this.lblProject1.Text = "一期";
  216. this.lblProject1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  217. this.lblProject1.Click += new System.EventHandler(this.lblProject1_Click);
  218. //
  219. // QS_Control
  220. //
  221. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  222. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  223. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  224. this.Controls.Add(this.lblProject2);
  225. this.Controls.Add(this.lblProject1);
  226. this.Controls.Add(this.gvWindturbine);
  227. this.Controls.Add(this.panel1);
  228. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  230. this.Name = "QS_Control";
  231. this.Size = new System.Drawing.Size(1918, 880);
  232. this.panel1.ResumeLayout(false);
  233. this.panel1.PerformLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).EndInit();
  235. this.ResumeLayout(false);
  236. }
  237. #endregion
  238. private System.Windows.Forms.Panel panel1;
  239. private System.Windows.Forms.DataGridView gvWindturbine;
  240. private System.Windows.Forms.Timer timer1;
  241. private System.Windows.Forms.Label lblProject2;
  242. private System.Windows.Forms.Label lblProject1;
  243. private System.Windows.Forms.Button btnUnMaintain;
  244. private System.Windows.Forms.Button btnMaintain;
  245. private System.Windows.Forms.Button btnRest;
  246. private System.Windows.Forms.Button btnStop;
  247. private System.Windows.Forms.Button btnStart;
  248. private System.Windows.Forms.Label label1;
  249. }
  250. }