PointLineForm.Designer.cs 16 KB

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