F_PM_1801.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1801
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1801));
  29. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  31. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
  34. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  37. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  38. this.txtThermometer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.lblThermometer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtRecordDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  44. this.txtRecordDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  45. this.lblRecordDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  47. this.tsrOperate.SuspendLayout();
  48. this.c_GroupBox1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // tsrOperate
  53. //
  54. this.tsrOperate.AutoSize = false;
  55. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  56. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  57. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  59. this.tsbtnAdaptive,
  60. this.tsbtnClose});
  61. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  62. this.tsrOperate.Name = "tsrOperate";
  63. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  64. this.tsrOperate.ShowItemToolTips = false;
  65. this.tsrOperate.Size = new System.Drawing.Size(971, 35);
  66. this.tsrOperate.TabIndex = 2;
  67. //
  68. // tsbtnAdaptive
  69. //
  70. this.tsbtnAdaptive.AutoSize = false;
  71. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  73. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  74. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  75. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  76. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  77. //
  78. // tsbtnClose
  79. //
  80. this.tsbtnClose.AutoSize = false;
  81. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  83. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.tsbtnClose.Name = "tsbtnClose";
  85. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  86. this.tsbtnClose.Text = "关闭(&X)";
  87. //
  88. // c_GroupBox1
  89. //
  90. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  91. | System.Windows.Forms.AnchorStyles.Left)
  92. | System.Windows.Forms.AnchorStyles.Right)));
  93. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  94. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  95. this.c_GroupBox1.Controls.Add(this.txtThermometer);
  96. this.c_GroupBox1.Controls.Add(this.lblThermometer);
  97. this.c_GroupBox1.Controls.Add(this.btnClearCondition);
  98. this.c_GroupBox1.Controls.Add(this.btnSearch);
  99. this.c_GroupBox1.Controls.Add(this.c_Label1);
  100. this.c_GroupBox1.Controls.Add(this.txtRecordDateEnd);
  101. this.c_GroupBox1.Controls.Add(this.txtRecordDateStart);
  102. this.c_GroupBox1.Controls.Add(this.lblRecordDate);
  103. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  105. this.c_GroupBox1.IsMustInput = false;
  106. this.c_GroupBox1.Location = new System.Drawing.Point(12, 38);
  107. this.c_GroupBox1.Name = "c_GroupBox1";
  108. this.c_GroupBox1.OriginalHeight = -1;
  109. this.c_GroupBox1.Size = new System.Drawing.Size(947, 84);
  110. this.c_GroupBox1.TabIndex = 26;
  111. this.c_GroupBox1.TabStop = false;
  112. this.c_GroupBox1.Text = "查询条件 ▼";
  113. //
  114. // txtThermometer
  115. //
  116. this.txtThermometer.BackColor = System.Drawing.SystemColors.Window;
  117. this.txtThermometer.BackgroundColor = System.Drawing.SystemColors.Window;
  118. this.txtThermometer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  119. this.txtThermometer.ErrorMessage = "";
  120. this.txtThermometer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.txtThermometer.ImeMode = System.Windows.Forms.ImeMode.Off;
  122. this.txtThermometer.Location = new System.Drawing.Point(77, 19);
  123. this.txtThermometer.MaxLength = 500;
  124. this.txtThermometer.Name = "txtThermometer";
  125. this.txtThermometer.Size = new System.Drawing.Size(194, 21);
  126. this.txtThermometer.TabIndex = 1;
  127. //
  128. // lblThermometer
  129. //
  130. this.lblThermometer.AutoSize = true;
  131. this.lblThermometer.BackColor = System.Drawing.Color.Transparent;
  132. this.lblThermometer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.lblThermometer.ForeColor = System.Drawing.SystemColors.ControlText;
  134. this.lblThermometer.Location = new System.Drawing.Point(6, 22);
  135. this.lblThermometer.Name = "lblThermometer";
  136. this.lblThermometer.Size = new System.Drawing.Size(65, 12);
  137. this.lblThermometer.TabIndex = 20;
  138. this.lblThermometer.Text = "温湿计编码";
  139. //
  140. // btnClearCondition
  141. //
  142. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  143. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  144. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  145. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  147. this.btnClearCondition.Location = new System.Drawing.Point(856, 46);
  148. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  149. this.btnClearCondition.Name = "btnClearCondition";
  150. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  151. this.btnClearCondition.TabIndex = 5;
  152. this.btnClearCondition.Text = "清空条件(&C)";
  153. this.btnClearCondition.UseVisualStyleBackColor = false;
  154. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  155. //
  156. // btnSearch
  157. //
  158. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  159. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  160. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  161. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.btnSearch.ForeColor = System.Drawing.Color.White;
  163. this.btnSearch.Location = new System.Drawing.Point(765, 46);
  164. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  165. this.btnSearch.Name = "btnSearch";
  166. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  167. this.btnSearch.TabIndex = 4;
  168. this.btnSearch.Text = "查询(&Q)";
  169. this.btnSearch.UseVisualStyleBackColor = false;
  170. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  171. //
  172. // c_Label1
  173. //
  174. this.c_Label1.AutoSize = true;
  175. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  176. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  178. this.c_Label1.Location = new System.Drawing.Point(463, 23);
  179. this.c_Label1.Name = "c_Label1";
  180. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  181. this.c_Label1.TabIndex = 7;
  182. this.c_Label1.Text = "至";
  183. //
  184. // txtRecordDateEnd
  185. //
  186. this.txtRecordDateEnd.CustomFormat = "yyyy-MM-dd";
  187. this.txtRecordDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.txtRecordDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  189. this.txtRecordDateEnd.Location = new System.Drawing.Point(486, 19);
  190. this.txtRecordDateEnd.Name = "txtRecordDateEnd";
  191. this.txtRecordDateEnd.Size = new System.Drawing.Size(121, 21);
  192. this.txtRecordDateEnd.TabIndex = 3;
  193. //
  194. // txtRecordDateStart
  195. //
  196. this.txtRecordDateStart.CustomFormat = "yyyy-MM-dd";
  197. this.txtRecordDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.txtRecordDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  199. this.txtRecordDateStart.Location = new System.Drawing.Point(336, 19);
  200. this.txtRecordDateStart.Name = "txtRecordDateStart";
  201. this.txtRecordDateStart.Size = new System.Drawing.Size(121, 21);
  202. this.txtRecordDateStart.TabIndex = 2;
  203. //
  204. // lblRecordDate
  205. //
  206. this.lblRecordDate.AutoSize = true;
  207. this.lblRecordDate.BackColor = System.Drawing.Color.Transparent;
  208. this.lblRecordDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.lblRecordDate.ForeColor = System.Drawing.SystemColors.ControlText;
  210. this.lblRecordDate.Location = new System.Drawing.Point(277, 23);
  211. this.lblRecordDate.Name = "lblRecordDate";
  212. this.lblRecordDate.Size = new System.Drawing.Size(53, 12);
  213. this.lblRecordDate.TabIndex = 5;
  214. this.lblRecordDate.Text = "记录日期";
  215. //
  216. // chart1
  217. //
  218. this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.chart1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
  221. this.chart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
  222. this.chart1.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
  223. this.chart1.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
  224. this.chart1.BorderlineWidth = 2;
  225. chartArea1.Area3DStyle.Inclination = 15;
  226. chartArea1.Area3DStyle.IsClustered = true;
  227. chartArea1.Area3DStyle.IsRightAngleAxes = false;
  228. chartArea1.Area3DStyle.Perspective = 10;
  229. chartArea1.Area3DStyle.Rotation = 10;
  230. chartArea1.Area3DStyle.WallWidth = 0;
  231. chartArea1.AxisX.IsLabelAutoFit = false;
  232. chartArea1.AxisX.LabelStyle.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  234. chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  235. chartArea1.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  236. chartArea1.AxisY.IsLabelAutoFit = false;
  237. chartArea1.AxisY.LabelStyle.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. chartArea1.AxisY.LabelStyle.Format = "00.0℃ or RH";
  239. chartArea1.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  240. chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  241. chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  242. chartArea1.BackColor = System.Drawing.Color.OldLace;
  243. chartArea1.BackSecondaryColor = System.Drawing.Color.White;
  244. chartArea1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  245. chartArea1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
  246. chartArea1.Name = "Default";
  247. chartArea1.ShadowColor = System.Drawing.Color.Transparent;
  248. this.chart1.ChartAreas.Add(chartArea1);
  249. legend1.BackColor = System.Drawing.Color.Transparent;
  250. legend1.Enabled = false;
  251. legend1.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
  252. legend1.IsTextAutoFit = false;
  253. legend1.Name = "Default";
  254. this.chart1.Legends.Add(legend1);
  255. this.chart1.Location = new System.Drawing.Point(12, 128);
  256. this.chart1.Name = "chart1";
  257. series1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
  258. series1.ChartArea = "Default";
  259. series1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(65)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
  260. series1.CustomProperties = "MinimumRelativePieSize=60, PieLabelStyle=Outside";
  261. series1.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. series1.IsValueShownAsLabel = true;
  263. series1.IsXValueIndexed = true;
  264. series1.Legend = "Default";
  265. series1.Name = "Default";
  266. series2.ChartArea = "Default";
  267. series2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  268. series2.CustomProperties = "MinimumRelativePieSize=60, PieLabelStyle=Outside";
  269. series2.Font = new System.Drawing.Font("微软雅黑", 8.25F);
  270. series2.IsValueShownAsLabel = true;
  271. series2.IsXValueIndexed = true;
  272. series2.Legend = "Default";
  273. series2.Name = "Default2";
  274. this.chart1.Series.Add(series1);
  275. this.chart1.Series.Add(series2);
  276. this.chart1.Size = new System.Drawing.Size(947, 407);
  277. this.chart1.TabIndex = 2;
  278. title1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. title1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
  280. title1.Name = "Title1";
  281. title1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  282. title1.ShadowOffset = 3;
  283. title1.Text = "环境统计(单位:温度℃,湿度RH)";
  284. this.chart1.Titles.Add(title1);
  285. //
  286. // F_PM_1801
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.ClientSize = new System.Drawing.Size(971, 562);
  291. this.Controls.Add(this.chart1);
  292. this.Controls.Add(this.c_GroupBox1);
  293. this.Controls.Add(this.tsrOperate);
  294. this.Name = "F_PM_1801";
  295. this.Text = "F_PM_1801";
  296. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1801_FormClosed);
  297. this.Load += new System.EventHandler(this.F_PM_1801_Load);
  298. this.tsrOperate.ResumeLayout(false);
  299. this.tsrOperate.PerformLayout();
  300. this.c_GroupBox1.ResumeLayout(false);
  301. this.c_GroupBox1.PerformLayout();
  302. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  303. this.ResumeLayout(false);
  304. }
  305. #endregion
  306. private Basics.BaseControls.C_ToolStrip tsrOperate;
  307. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  308. private System.Windows.Forms.ToolStripButton tsbtnClose;
  309. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  310. private Basics.BaseControls.C_TextBox txtThermometer;
  311. private Basics.BaseControls.C_Label lblThermometer;
  312. private Basics.BaseControls.C_Button btnClearCondition;
  313. private Basics.BaseControls.C_Button btnSearch;
  314. private Basics.BaseControls.C_Label c_Label1;
  315. private Basics.BaseControls.C_DateTimePicker txtRecordDateEnd;
  316. private Basics.BaseControls.C_DateTimePicker txtRecordDateStart;
  317. private Basics.BaseControls.C_Label lblRecordDate;
  318. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  319. }
  320. }