ControlLog.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. namespace IntelligentControlForsx.MyControls.logInfo
  2. {
  3. partial class ControlLog
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.gvInfo = new System.Windows.Forms.DataGridView();
  34. this.panel46 = new System.Windows.Forms.Panel();
  35. this.dtEndTime = new System.Windows.Forms.DateTimePicker();
  36. this.dtStartTime = new System.Windows.Forms.DateTimePicker();
  37. this.label27 = new System.Windows.Forms.Label();
  38. this.label26 = new System.Windows.Forms.Label();
  39. this.label25 = new System.Windows.Forms.Label();
  40. this.label24 = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.label23 = new System.Windows.Forms.Label();
  43. this.cbWindturbine = new System.Windows.Forms.ComboBox();
  44. this.cbControlType = new System.Windows.Forms.ComboBox();
  45. this.cbStation = new System.Windows.Forms.ComboBox();
  46. this.cbUser = new System.Windows.Forms.ComboBox();
  47. ((System.ComponentModel.ISupportInitialize)(this.gvInfo)).BeginInit();
  48. this.panel46.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // gvInfo
  52. //
  53. this.gvInfo.AllowUserToAddRows = false;
  54. this.gvInfo.AllowUserToDeleteRows = false;
  55. this.gvInfo.AllowUserToResizeColumns = false;
  56. this.gvInfo.AllowUserToResizeRows = false;
  57. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  58. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  59. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  61. this.gvInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  62. this.gvInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  63. this.gvInfo.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  64. this.gvInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  65. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  66. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(33)))), ((int)(((byte)(48)))));
  67. dataGridViewCellStyle2.Font = new System.Drawing.Font("Dubai", 8.25F);
  68. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  69. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  70. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  71. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  72. this.gvInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  73. this.gvInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  74. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  75. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  76. dataGridViewCellStyle3.Font = new System.Drawing.Font("Dubai", 8.25F);
  77. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  78. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  79. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  80. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  81. this.gvInfo.DefaultCellStyle = dataGridViewCellStyle3;
  82. this.gvInfo.EnableHeadersVisualStyles = false;
  83. this.gvInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(101)))), ((int)(((byte)(122)))));
  84. this.gvInfo.Location = new System.Drawing.Point(1, 46);
  85. this.gvInfo.Name = "gvInfo";
  86. this.gvInfo.ReadOnly = true;
  87. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  88. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  89. dataGridViewCellStyle4.Font = new System.Drawing.Font("Dubai", 8.25F);
  90. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  91. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  92. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  93. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  94. this.gvInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  95. this.gvInfo.RowHeadersVisible = false;
  96. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  97. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  98. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  100. this.gvInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  101. this.gvInfo.RowTemplate.Height = 23;
  102. this.gvInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  103. this.gvInfo.Size = new System.Drawing.Size(1912, 829);
  104. this.gvInfo.TabIndex = 0;
  105. //
  106. // panel46
  107. //
  108. this.panel46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  109. this.panel46.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  110. this.panel46.Controls.Add(this.dtEndTime);
  111. this.panel46.Controls.Add(this.dtStartTime);
  112. this.panel46.Controls.Add(this.label27);
  113. this.panel46.Controls.Add(this.label26);
  114. this.panel46.Controls.Add(this.label25);
  115. this.panel46.Controls.Add(this.label24);
  116. this.panel46.Controls.Add(this.label1);
  117. this.panel46.Controls.Add(this.label23);
  118. this.panel46.Controls.Add(this.cbWindturbine);
  119. this.panel46.Controls.Add(this.cbControlType);
  120. this.panel46.Controls.Add(this.cbStation);
  121. this.panel46.Controls.Add(this.cbUser);
  122. this.panel46.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  123. this.panel46.Location = new System.Drawing.Point(1, 1);
  124. this.panel46.Name = "panel46";
  125. this.panel46.Size = new System.Drawing.Size(1912, 44);
  126. this.panel46.TabIndex = 2;
  127. //
  128. // dtEndTime
  129. //
  130. this.dtEndTime.CustomFormat = "yyyy-MM-dd";
  131. this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  132. this.dtEndTime.Location = new System.Drawing.Point(1089, 11);
  133. this.dtEndTime.Name = "dtEndTime";
  134. this.dtEndTime.Size = new System.Drawing.Size(140, 22);
  135. this.dtEndTime.TabIndex = 2;
  136. this.dtEndTime.ValueChanged += new System.EventHandler(this.dtEndTime_ValueChanged);
  137. //
  138. // dtStartTime
  139. //
  140. this.dtStartTime.CustomFormat = "yyyy-MM-dd";
  141. this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  142. this.dtStartTime.Location = new System.Drawing.Point(933, 10);
  143. this.dtStartTime.Name = "dtStartTime";
  144. this.dtStartTime.Size = new System.Drawing.Size(140, 22);
  145. this.dtStartTime.TabIndex = 2;
  146. this.dtStartTime.ValueChanged += new System.EventHandler(this.dtStartTime_ValueChanged);
  147. //
  148. // label27
  149. //
  150. this.label27.AutoSize = true;
  151. this.label27.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.label27.ForeColor = System.Drawing.Color.White;
  153. this.label27.Location = new System.Drawing.Point(851, 14);
  154. this.label27.Name = "label27";
  155. this.label27.Size = new System.Drawing.Size(15, 19);
  156. this.label27.TabIndex = 1;
  157. this.label27.Text = "-";
  158. //
  159. // label26
  160. //
  161. this.label26.AutoSize = true;
  162. this.label26.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.label26.ForeColor = System.Drawing.Color.White;
  164. this.label26.Location = new System.Drawing.Point(870, 10);
  165. this.label26.Name = "label26";
  166. this.label26.Size = new System.Drawing.Size(37, 19);
  167. this.label26.TabIndex = 1;
  168. this.label26.Text = "时间";
  169. //
  170. // label25
  171. //
  172. this.label25.AutoSize = true;
  173. this.label25.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.label25.ForeColor = System.Drawing.Color.White;
  175. this.label25.Location = new System.Drawing.Point(655, 9);
  176. this.label25.Name = "label25";
  177. this.label25.Size = new System.Drawing.Size(37, 19);
  178. this.label25.TabIndex = 1;
  179. this.label25.Text = "风机";
  180. //
  181. // label24
  182. //
  183. this.label24.AutoSize = true;
  184. this.label24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.label24.ForeColor = System.Drawing.Color.White;
  186. this.label24.Location = new System.Drawing.Point(426, 10);
  187. this.label24.Name = "label24";
  188. this.label24.Size = new System.Drawing.Size(65, 19);
  189. this.label24.TabIndex = 1;
  190. this.label24.Text = "操作类型";
  191. //
  192. // label1
  193. //
  194. this.label1.AutoSize = true;
  195. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.label1.ForeColor = System.Drawing.Color.White;
  197. this.label1.Location = new System.Drawing.Point(13, 10);
  198. this.label1.Name = "label1";
  199. this.label1.Size = new System.Drawing.Size(37, 19);
  200. this.label1.TabIndex = 1;
  201. this.label1.Text = "风场";
  202. //
  203. // label23
  204. //
  205. this.label23.AutoSize = true;
  206. this.label23.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.label23.ForeColor = System.Drawing.Color.White;
  208. this.label23.Location = new System.Drawing.Point(221, 10);
  209. this.label23.Name = "label23";
  210. this.label23.Size = new System.Drawing.Size(51, 19);
  211. this.label23.TabIndex = 1;
  212. this.label23.Text = "操作人";
  213. //
  214. // cbWindturbine
  215. //
  216. this.cbWindturbine.FormattingEnabled = true;
  217. this.cbWindturbine.Location = new System.Drawing.Point(707, 6);
  218. this.cbWindturbine.Name = "cbWindturbine";
  219. this.cbWindturbine.Size = new System.Drawing.Size(121, 24);
  220. this.cbWindturbine.TabIndex = 0;
  221. this.cbWindturbine.SelectedIndexChanged += new System.EventHandler(this.cbWindturbine_SelectedIndexChanged);
  222. //
  223. // cbControlType
  224. //
  225. this.cbControlType.FormattingEnabled = true;
  226. this.cbControlType.Location = new System.Drawing.Point(498, 6);
  227. this.cbControlType.Name = "cbControlType";
  228. this.cbControlType.Size = new System.Drawing.Size(121, 24);
  229. this.cbControlType.TabIndex = 0;
  230. this.cbControlType.SelectedIndexChanged += new System.EventHandler(this.cbControlType_SelectedIndexChanged);
  231. //
  232. // cbStation
  233. //
  234. this.cbStation.FormattingEnabled = true;
  235. this.cbStation.Location = new System.Drawing.Point(70, 8);
  236. this.cbStation.Name = "cbStation";
  237. this.cbStation.Size = new System.Drawing.Size(121, 24);
  238. this.cbStation.TabIndex = 0;
  239. this.cbStation.SelectedIndexChanged += new System.EventHandler(this.cbUser_SelectedIndexChanged);
  240. //
  241. // cbUser
  242. //
  243. this.cbUser.FormattingEnabled = true;
  244. this.cbUser.Location = new System.Drawing.Point(278, 8);
  245. this.cbUser.Name = "cbUser";
  246. this.cbUser.Size = new System.Drawing.Size(121, 24);
  247. this.cbUser.TabIndex = 0;
  248. this.cbUser.SelectedIndexChanged += new System.EventHandler(this.cbUser_SelectedIndexChanged);
  249. //
  250. // ControlLog
  251. //
  252. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 18F);
  253. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  254. this.Controls.Add(this.panel46);
  255. this.Controls.Add(this.gvInfo);
  256. this.Font = new System.Drawing.Font("Dubai", 8.25F);
  257. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  258. this.Name = "ControlLog";
  259. this.Size = new System.Drawing.Size(1914, 878);
  260. this.Load += new System.EventHandler(this.ControlLog_Load);
  261. ((System.ComponentModel.ISupportInitialize)(this.gvInfo)).EndInit();
  262. this.panel46.ResumeLayout(false);
  263. this.panel46.PerformLayout();
  264. this.ResumeLayout(false);
  265. }
  266. #endregion
  267. private System.Windows.Forms.DataGridView gvInfo;
  268. private System.Windows.Forms.Panel panel46;
  269. private System.Windows.Forms.DateTimePicker dtEndTime;
  270. private System.Windows.Forms.DateTimePicker dtStartTime;
  271. private System.Windows.Forms.Label label27;
  272. private System.Windows.Forms.Label label26;
  273. private System.Windows.Forms.Label label25;
  274. private System.Windows.Forms.Label label24;
  275. private System.Windows.Forms.Label label23;
  276. private System.Windows.Forms.ComboBox cbWindturbine;
  277. private System.Windows.Forms.ComboBox cbControlType;
  278. private System.Windows.Forms.ComboBox cbUser;
  279. private System.Windows.Forms.Label label1;
  280. private System.Windows.Forms.ComboBox cbStation;
  281. }
  282. }