F_PM_1802.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1802
  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_1802));
  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.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  35. this.dkThermometer = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkThermometerSearchBox();
  36. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtRecordDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  40. this.txtRecordDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  41. this.lblRecordDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  43. this.c_GroupBox1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // c_GroupBox1
  48. //
  49. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  50. | System.Windows.Forms.AnchorStyles.Right)));
  51. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  52. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  53. this.c_GroupBox1.Controls.Add(this.dkThermometer);
  54. this.c_GroupBox1.Controls.Add(this.btnClearCondition);
  55. this.c_GroupBox1.Controls.Add(this.btnSearch);
  56. this.c_GroupBox1.Controls.Add(this.c_Label1);
  57. this.c_GroupBox1.Controls.Add(this.txtRecordDateEnd);
  58. this.c_GroupBox1.Controls.Add(this.txtRecordDateStart);
  59. this.c_GroupBox1.Controls.Add(this.lblRecordDate);
  60. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  62. this.c_GroupBox1.IsMustInput = false;
  63. this.c_GroupBox1.Location = new System.Drawing.Point(12, 12);
  64. this.c_GroupBox1.Name = "c_GroupBox1";
  65. this.c_GroupBox1.OriginalHeight = -1;
  66. this.c_GroupBox1.Size = new System.Drawing.Size(947, 50);
  67. this.c_GroupBox1.TabIndex = 4;
  68. this.c_GroupBox1.TabStop = false;
  69. this.c_GroupBox1.Text = "查询条件 ▼";
  70. //
  71. // dkThermometer
  72. //
  73. this.dkThermometer.DataSource = null;
  74. this.dkThermometer.Enabled = true;
  75. this.dkThermometer.IsEnablePurview = false;
  76. this.dkThermometer.IsMustInput = false;
  77. this.dkThermometer.Location = new System.Drawing.Point(6, 19);
  78. this.dkThermometer.ManagerName = "";
  79. this.dkThermometer.Name = "dkThermometer";
  80. this.dkThermometer.OPTimeStamp = new System.DateTime(((long)(0)));
  81. this.dkThermometer.Purview = null;
  82. this.dkThermometer.Size = new System.Drawing.Size(265, 21);
  83. this.dkThermometer.TabIndex = 1;
  84. this.dkThermometer.ThermometerCode = "";
  85. this.dkThermometer.ThermometerID = null;
  86. this.dkThermometer.ThermometerIDS = null;
  87. this.dkThermometer.Title = "温湿计编码";
  88. this.dkThermometer.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
  89. //
  90. // btnClearCondition
  91. //
  92. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  93. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  94. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  95. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  97. this.btnClearCondition.Location = new System.Drawing.Point(856, 14);
  98. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  99. this.btnClearCondition.Name = "btnClearCondition";
  100. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  101. this.btnClearCondition.TabIndex = 5;
  102. this.btnClearCondition.Text = "清空条件(&C)";
  103. this.btnClearCondition.UseVisualStyleBackColor = false;
  104. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  105. //
  106. // btnSearch
  107. //
  108. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  109. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  110. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  111. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.btnSearch.ForeColor = System.Drawing.Color.White;
  113. this.btnSearch.Location = new System.Drawing.Point(765, 14);
  114. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  115. this.btnSearch.Name = "btnSearch";
  116. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  117. this.btnSearch.TabIndex = 4;
  118. this.btnSearch.Text = "查询(&Q)";
  119. this.btnSearch.UseVisualStyleBackColor = false;
  120. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  121. //
  122. // c_Label1
  123. //
  124. this.c_Label1.AutoSize = true;
  125. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  126. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  128. this.c_Label1.Location = new System.Drawing.Point(463, 23);
  129. this.c_Label1.Name = "c_Label1";
  130. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  131. this.c_Label1.TabIndex = 7;
  132. this.c_Label1.Text = "至";
  133. //
  134. // txtRecordDateEnd
  135. //
  136. this.txtRecordDateEnd.CustomFormat = "yyyy-MM-dd";
  137. this.txtRecordDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.txtRecordDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  139. this.txtRecordDateEnd.Location = new System.Drawing.Point(486, 19);
  140. this.txtRecordDateEnd.Name = "txtRecordDateEnd";
  141. this.txtRecordDateEnd.Size = new System.Drawing.Size(121, 21);
  142. this.txtRecordDateEnd.TabIndex = 3;
  143. //
  144. // txtRecordDateStart
  145. //
  146. this.txtRecordDateStart.CustomFormat = "yyyy-MM-dd";
  147. this.txtRecordDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.txtRecordDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  149. this.txtRecordDateStart.Location = new System.Drawing.Point(336, 19);
  150. this.txtRecordDateStart.Name = "txtRecordDateStart";
  151. this.txtRecordDateStart.Size = new System.Drawing.Size(121, 21);
  152. this.txtRecordDateStart.TabIndex = 2;
  153. //
  154. // lblRecordDate
  155. //
  156. this.lblRecordDate.AutoSize = true;
  157. this.lblRecordDate.BackColor = System.Drawing.Color.Transparent;
  158. this.lblRecordDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.lblRecordDate.ForeColor = System.Drawing.SystemColors.ControlText;
  160. this.lblRecordDate.Location = new System.Drawing.Point(277, 23);
  161. this.lblRecordDate.Name = "lblRecordDate";
  162. this.lblRecordDate.Size = new System.Drawing.Size(53, 12);
  163. this.lblRecordDate.TabIndex = 5;
  164. this.lblRecordDate.Text = "记录日期";
  165. //
  166. // chart1
  167. //
  168. this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  169. | System.Windows.Forms.AnchorStyles.Left)
  170. | System.Windows.Forms.AnchorStyles.Right)));
  171. this.chart1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
  172. this.chart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
  173. this.chart1.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
  174. this.chart1.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
  175. this.chart1.BorderlineWidth = 2;
  176. chartArea1.Area3DStyle.Inclination = 15;
  177. chartArea1.Area3DStyle.IsClustered = true;
  178. chartArea1.Area3DStyle.IsRightAngleAxes = false;
  179. chartArea1.Area3DStyle.Perspective = 10;
  180. chartArea1.Area3DStyle.Rotation = 10;
  181. chartArea1.Area3DStyle.WallWidth = 0;
  182. chartArea1.AxisX.IsLabelAutoFit = false;
  183. chartArea1.AxisX.LabelStyle.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  185. chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  186. chartArea1.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  187. chartArea1.AxisY.IsLabelAutoFit = false;
  188. chartArea1.AxisY.LabelStyle.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. chartArea1.AxisY.LabelStyle.Format = "00.0℃ or RH";
  190. chartArea1.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  191. chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  192. chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  193. chartArea1.BackColor = System.Drawing.Color.OldLace;
  194. chartArea1.BackSecondaryColor = System.Drawing.Color.White;
  195. chartArea1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  196. chartArea1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
  197. chartArea1.Name = "Default";
  198. chartArea1.ShadowColor = System.Drawing.Color.Transparent;
  199. this.chart1.ChartAreas.Add(chartArea1);
  200. legend1.Name = "Default";
  201. this.chart1.Legends.Add(legend1);
  202. this.chart1.Location = new System.Drawing.Point(12, 68);
  203. this.chart1.Name = "chart1";
  204. series1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
  205. series1.ChartArea = "Default";
  206. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
  207. series1.Color = System.Drawing.Color.Red;
  208. series1.CustomProperties = "MinimumRelativePieSize=60, PieLabelStyle=Outside";
  209. series1.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. series1.IsValueShownAsLabel = true;
  211. series1.IsXValueIndexed = true;
  212. series1.Legend = "Default";
  213. series1.Name = "Default";
  214. series2.ChartArea = "Default";
  215. series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
  216. series2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  217. series2.CustomProperties = "MinimumRelativePieSize=60, PieLabelStyle=Outside";
  218. series2.Font = new System.Drawing.Font("微软雅黑", 8.25F);
  219. series2.IsValueShownAsLabel = true;
  220. series2.IsXValueIndexed = true;
  221. series2.Legend = "Default";
  222. series2.Name = "Default2";
  223. this.chart1.Series.Add(series1);
  224. this.chart1.Series.Add(series2);
  225. this.chart1.Size = new System.Drawing.Size(947, 469);
  226. this.chart1.TabIndex = 5;
  227. title1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. title1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
  229. title1.Name = "Title1";
  230. title1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  231. title1.ShadowOffset = 3;
  232. title1.Text = "环境统计(单位:温度℃,湿度RH)";
  233. this.chart1.Titles.Add(title1);
  234. //
  235. // F_PM_1802
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(971, 562);
  240. this.Controls.Add(this.chart1);
  241. this.Controls.Add(this.c_GroupBox1);
  242. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  243. this.IsSaveFormSize = false;
  244. this.MaximizeBox = false;
  245. this.MinimizeBox = false;
  246. this.Name = "F_PM_1802";
  247. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  248. this.Text = "环境日报";
  249. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  250. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1802_FormClosed);
  251. this.Load += new System.EventHandler(this.F_PM_1802_Load);
  252. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  253. this.Controls.SetChildIndex(this.chart1, 0);
  254. this.c_GroupBox1.ResumeLayout(false);
  255. this.c_GroupBox1.PerformLayout();
  256. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  257. this.ResumeLayout(false);
  258. this.PerformLayout();
  259. }
  260. #endregion
  261. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  262. private Controls.SearchTextBox.dkThermometerSearchBox dkThermometer;
  263. private Basics.BaseControls.C_Button btnSearch;
  264. private Basics.BaseControls.C_Label c_Label1;
  265. private Basics.BaseControls.C_DateTimePicker txtRecordDateEnd;
  266. private Basics.BaseControls.C_DateTimePicker txtRecordDateStart;
  267. private Basics.BaseControls.C_Label lblRecordDate;
  268. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  269. private Basics.BaseControls.C_Button btnClearCondition;
  270. }
  271. }