LineForm.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. namespace IntelligentControlForsx.MyControls.agc
  2. {
  3. partial class LineForm
  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. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. this.picClose = new System.Windows.Forms.PictureBox();
  33. this.lblTitle = new System.Windows.Forms.Label();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.dtEndTime = new System.Windows.Forms.DateTimePicker();
  36. this.dtStartTime = new System.Windows.Forms.DateTimePicker();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.ckbAll = new System.Windows.Forms.CheckBox();
  40. this.ckbTen = new System.Windows.Forms.CheckBox();
  41. this.ckbOne = new System.Windows.Forms.CheckBox();
  42. this.ckbFive = new System.Windows.Forms.CheckBox();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.chartData = new System.Windows.Forms.DataVisualization.Charting.Chart();
  45. this.panel4 = new System.Windows.Forms.Panel();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.panel2 = new System.Windows.Forms.Panel();
  49. this.panel3 = new System.Windows.Forms.Panel();
  50. this.btnExport = new System.Windows.Forms.Button();
  51. ((System.ComponentModel.ISupportInitialize)(this.picClose)).BeginInit();
  52. this.panel1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.chartData)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // picClose
  57. //
  58. this.picClose.Image = global::IntelligentControlForsx.Properties.Resources.pic_close;
  59. this.picClose.Location = new System.Drawing.Point(877, 0);
  60. this.picClose.Name = "picClose";
  61. this.picClose.Size = new System.Drawing.Size(24, 24);
  62. this.picClose.TabIndex = 4;
  63. this.picClose.TabStop = false;
  64. this.picClose.Click += new System.EventHandler(this.picClose_Click);
  65. //
  66. // lblTitle
  67. //
  68. this.lblTitle.AutoSize = true;
  69. this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lblTitle.ForeColor = System.Drawing.Color.White;
  71. this.lblTitle.Location = new System.Drawing.Point(12, 9);
  72. this.lblTitle.Name = "lblTitle";
  73. this.lblTitle.Size = new System.Drawing.Size(109, 19);
  74. this.lblTitle.TabIndex = 5;
  75. this.lblTitle.Text = "XXX测点曲线图";
  76. //
  77. // panel1
  78. //
  79. this.panel1.Controls.Add(this.btnExport);
  80. this.panel1.Controls.Add(this.dtEndTime);
  81. this.panel1.Controls.Add(this.dtStartTime);
  82. this.panel1.Controls.Add(this.label2);
  83. this.panel1.Controls.Add(this.label1);
  84. this.panel1.Location = new System.Drawing.Point(1, 34);
  85. this.panel1.Name = "panel1";
  86. this.panel1.Size = new System.Drawing.Size(898, 32);
  87. this.panel1.TabIndex = 6;
  88. //
  89. // dtEndTime
  90. //
  91. this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  92. this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  93. this.dtEndTime.Location = new System.Drawing.Point(325, 6);
  94. this.dtEndTime.Name = "dtEndTime";
  95. this.dtEndTime.Size = new System.Drawing.Size(155, 21);
  96. this.dtEndTime.TabIndex = 2;
  97. this.dtEndTime.Value = new System.DateTime(2019, 1, 15, 0, 0, 0, 0);
  98. this.dtEndTime.ValueChanged += new System.EventHandler(this.dtEndTime_ValueChanged);
  99. //
  100. // dtStartTime
  101. //
  102. this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  103. this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  104. this.dtStartTime.Location = new System.Drawing.Point(86, 7);
  105. this.dtStartTime.Name = "dtStartTime";
  106. this.dtStartTime.Size = new System.Drawing.Size(155, 21);
  107. this.dtStartTime.TabIndex = 2;
  108. this.dtStartTime.Value = new System.DateTime(2019, 1, 15, 0, 0, 0, 0);
  109. this.dtStartTime.ValueChanged += new System.EventHandler(this.dtStartTime_ValueChanged);
  110. //
  111. // label2
  112. //
  113. this.label2.AutoSize = true;
  114. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label2.ForeColor = System.Drawing.Color.White;
  116. this.label2.Location = new System.Drawing.Point(243, 8);
  117. this.label2.Name = "label2";
  118. this.label2.Size = new System.Drawing.Size(79, 19);
  119. this.label2.TabIndex = 0;
  120. this.label2.Text = "结束时间:";
  121. //
  122. // label1
  123. //
  124. this.label1.AutoSize = true;
  125. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.label1.ForeColor = System.Drawing.Color.White;
  127. this.label1.Location = new System.Drawing.Point(10, 9);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(79, 19);
  130. this.label1.TabIndex = 0;
  131. this.label1.Text = "起始时间:";
  132. //
  133. // ckbAll
  134. //
  135. this.ckbAll.AutoSize = true;
  136. this.ckbAll.ForeColor = System.Drawing.Color.White;
  137. this.ckbAll.Location = new System.Drawing.Point(319, 77);
  138. this.ckbAll.Name = "ckbAll";
  139. this.ckbAll.Size = new System.Drawing.Size(60, 16);
  140. this.ckbAll.TabIndex = 8;
  141. this.ckbAll.Text = "原始值";
  142. this.ckbAll.UseVisualStyleBackColor = true;
  143. this.ckbAll.Click += new System.EventHandler(this.ckbAll_Click);
  144. //
  145. // ckbTen
  146. //
  147. this.ckbTen.AutoSize = true;
  148. this.ckbTen.ForeColor = System.Drawing.Color.White;
  149. this.ckbTen.Location = new System.Drawing.Point(242, 77);
  150. this.ckbTen.Name = "ckbTen";
  151. this.ckbTen.Size = new System.Drawing.Size(60, 16);
  152. this.ckbTen.TabIndex = 9;
  153. this.ckbTen.Text = "十分钟";
  154. this.ckbTen.UseVisualStyleBackColor = true;
  155. this.ckbTen.Click += new System.EventHandler(this.ckbTen_Click);
  156. //
  157. // ckbOne
  158. //
  159. this.ckbOne.AutoSize = true;
  160. this.ckbOne.ForeColor = System.Drawing.Color.White;
  161. this.ckbOne.Location = new System.Drawing.Point(88, 77);
  162. this.ckbOne.Name = "ckbOne";
  163. this.ckbOne.Size = new System.Drawing.Size(60, 16);
  164. this.ckbOne.TabIndex = 10;
  165. this.ckbOne.Text = "一分钟";
  166. this.ckbOne.UseVisualStyleBackColor = true;
  167. this.ckbOne.Click += new System.EventHandler(this.ckbOne_Click);
  168. //
  169. // ckbFive
  170. //
  171. this.ckbFive.AutoSize = true;
  172. this.ckbFive.ForeColor = System.Drawing.Color.White;
  173. this.ckbFive.Location = new System.Drawing.Point(165, 77);
  174. this.ckbFive.Name = "ckbFive";
  175. this.ckbFive.Size = new System.Drawing.Size(60, 16);
  176. this.ckbFive.TabIndex = 11;
  177. this.ckbFive.Text = "五分钟";
  178. this.ckbFive.UseVisualStyleBackColor = true;
  179. this.ckbFive.Click += new System.EventHandler(this.ckbFive_Click);
  180. //
  181. // label3
  182. //
  183. this.label3.AutoSize = true;
  184. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
  185. this.label3.ForeColor = System.Drawing.Color.White;
  186. this.label3.Location = new System.Drawing.Point(10, 75);
  187. this.label3.Name = "label3";
  188. this.label3.Size = new System.Drawing.Size(79, 19);
  189. this.label3.TabIndex = 7;
  190. this.label3.Text = "快照间隔:";
  191. //
  192. // chartData
  193. //
  194. this.chartData.BackColor = System.Drawing.Color.Transparent;
  195. chartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  196. chartArea2.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  197. chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent;
  198. chartArea2.AxisX2.LineColor = System.Drawing.Color.Empty;
  199. chartArea2.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  200. chartArea2.AxisY.LineColor = System.Drawing.Color.Transparent;
  201. chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent;
  202. chartArea2.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.SandyBrown;
  203. chartArea2.AxisY2.LineColor = System.Drawing.Color.Transparent;
  204. chartArea2.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Transparent;
  205. chartArea2.BackColor = System.Drawing.Color.Transparent;
  206. chartArea2.BackImageTransparentColor = System.Drawing.Color.Transparent;
  207. chartArea2.BackSecondaryColor = System.Drawing.Color.Transparent;
  208. chartArea2.BorderColor = System.Drawing.Color.Transparent;
  209. chartArea2.Name = "ChartArea1";
  210. this.chartData.ChartAreas.Add(chartArea2);
  211. legend2.BackColor = System.Drawing.Color.Transparent;
  212. legend2.Enabled = false;
  213. legend2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  214. legend2.Name = "Legend1";
  215. legend2.TitleBackColor = System.Drawing.Color.Transparent;
  216. legend2.TitleFont = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  217. this.chartData.Legends.Add(legend2);
  218. this.chartData.Location = new System.Drawing.Point(1, 104);
  219. this.chartData.Name = "chartData";
  220. series3.ChartArea = "ChartArea1";
  221. series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  222. series3.Color = System.Drawing.Color.SandyBrown;
  223. series3.Legend = "Legend1";
  224. series3.Name = "Series1";
  225. series3.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
  226. series4.ChartArea = "ChartArea1";
  227. series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  228. series4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  229. series4.Legend = "Legend1";
  230. series4.Name = "Series2";
  231. this.chartData.Series.Add(series3);
  232. this.chartData.Series.Add(series4);
  233. this.chartData.Size = new System.Drawing.Size(898, 394);
  234. this.chartData.TabIndex = 17;
  235. this.chartData.Text = "chart1";
  236. this.chartData.GetToolTipText += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs>(this.chartData_GetToolTipText);
  237. //
  238. // panel4
  239. //
  240. this.panel4.BackColor = System.Drawing.Color.White;
  241. this.panel4.Location = new System.Drawing.Point(1, 97);
  242. this.panel4.Name = "panel4";
  243. this.panel4.Size = new System.Drawing.Size(898, 1);
  244. this.panel4.TabIndex = 18;
  245. //
  246. // label4
  247. //
  248. this.label4.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.label4.ForeColor = System.Drawing.Color.SandyBrown;
  250. this.label4.Location = new System.Drawing.Point(84, 134);
  251. this.label4.Name = "label4";
  252. this.label4.Size = new System.Drawing.Size(50, 16);
  253. this.label4.TabIndex = 21;
  254. this.label4.Text = "实发有功";
  255. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  256. //
  257. // label5
  258. //
  259. this.label5.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  261. this.label5.Location = new System.Drawing.Point(84, 118);
  262. this.label5.Name = "label5";
  263. this.label5.Size = new System.Drawing.Size(50, 16);
  264. this.label5.TabIndex = 22;
  265. this.label5.Text = "有功设定";
  266. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  267. //
  268. // panel2
  269. //
  270. this.panel2.BackColor = System.Drawing.Color.SandyBrown;
  271. this.panel2.Location = new System.Drawing.Point(134, 142);
  272. this.panel2.Name = "panel2";
  273. this.panel2.Size = new System.Drawing.Size(40, 1);
  274. this.panel2.TabIndex = 19;
  275. //
  276. // panel3
  277. //
  278. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  279. this.panel3.Location = new System.Drawing.Point(134, 126);
  280. this.panel3.Name = "panel3";
  281. this.panel3.Size = new System.Drawing.Size(40, 1);
  282. this.panel3.TabIndex = 20;
  283. //
  284. // btnExport
  285. //
  286. this.btnExport.Location = new System.Drawing.Point(522, 6);
  287. this.btnExport.Name = "btnExport";
  288. this.btnExport.Size = new System.Drawing.Size(75, 23);
  289. this.btnExport.TabIndex = 3;
  290. this.btnExport.Text = "数据导出";
  291. this.btnExport.UseVisualStyleBackColor = true;
  292. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  293. //
  294. // LineForm
  295. //
  296. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  297. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  298. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  299. this.ClientSize = new System.Drawing.Size(900, 506);
  300. this.Controls.Add(this.label4);
  301. this.Controls.Add(this.label5);
  302. this.Controls.Add(this.panel2);
  303. this.Controls.Add(this.panel3);
  304. this.Controls.Add(this.panel4);
  305. this.Controls.Add(this.chartData);
  306. this.Controls.Add(this.ckbAll);
  307. this.Controls.Add(this.ckbTen);
  308. this.Controls.Add(this.ckbOne);
  309. this.Controls.Add(this.ckbFive);
  310. this.Controls.Add(this.label3);
  311. this.Controls.Add(this.panel1);
  312. this.Controls.Add(this.lblTitle);
  313. this.Controls.Add(this.picClose);
  314. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  315. this.Name = "LineForm";
  316. this.Text = "LineForm";
  317. this.Load += new System.EventHandler(this.LineForm_Load);
  318. ((System.ComponentModel.ISupportInitialize)(this.picClose)).EndInit();
  319. this.panel1.ResumeLayout(false);
  320. this.panel1.PerformLayout();
  321. ((System.ComponentModel.ISupportInitialize)(this.chartData)).EndInit();
  322. this.ResumeLayout(false);
  323. this.PerformLayout();
  324. }
  325. #endregion
  326. private System.Windows.Forms.PictureBox picClose;
  327. private System.Windows.Forms.Label lblTitle;
  328. private System.Windows.Forms.Panel panel1;
  329. private System.Windows.Forms.DateTimePicker dtEndTime;
  330. private System.Windows.Forms.DateTimePicker dtStartTime;
  331. private System.Windows.Forms.Label label2;
  332. private System.Windows.Forms.Label label1;
  333. private System.Windows.Forms.CheckBox ckbAll;
  334. private System.Windows.Forms.CheckBox ckbTen;
  335. private System.Windows.Forms.CheckBox ckbOne;
  336. private System.Windows.Forms.CheckBox ckbFive;
  337. private System.Windows.Forms.Label label3;
  338. private System.Windows.Forms.DataVisualization.Charting.Chart chartData;
  339. private System.Windows.Forms.Panel panel4;
  340. private System.Windows.Forms.Label label4;
  341. private System.Windows.Forms.Label label5;
  342. private System.Windows.Forms.Panel panel2;
  343. private System.Windows.Forms.Panel panel3;
  344. private System.Windows.Forms.Button btnExport;
  345. }
  346. }