PageReportManage.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. namespace Scada.Page
  2. {
  3. partial class PageReportManage
  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. DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
  29. DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
  30. DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
  31. DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
  32. DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
  33. uiSymbolLabel1 = new Sunny.UI.UISymbolLabel();
  34. uiSymbolLabel2 = new Sunny.UI.UISymbolLabel();
  35. dtp_Start = new Sunny.UI.UIDatePicker();
  36. dtp_End = new Sunny.UI.UIDatePicker();
  37. btn_QueryData = new Sunny.UI.UISymbolButton();
  38. btn_ExportData = new Sunny.UI.UISymbolButton();
  39. dgv_Data = new Sunny.UI.UIDataGridView();
  40. pgn_Data = new Sunny.UI.UIPagination();
  41. Column1 = new DataGridViewTextBoxColumn();
  42. Column2 = new DataGridViewTextBoxColumn();
  43. Column3 = new DataGridViewTextBoxColumn();
  44. Column4 = new DataGridViewTextBoxColumn();
  45. Column5 = new DataGridViewTextBoxColumn();
  46. Column6 = new DataGridViewTextBoxColumn();
  47. Column7 = new DataGridViewTextBoxColumn();
  48. Column8 = new DataGridViewTextBoxColumn();
  49. Column9 = new DataGridViewTextBoxColumn();
  50. Column10 = new DataGridViewTextBoxColumn();
  51. ((System.ComponentModel.ISupportInitialize)dgv_Data).BeginInit();
  52. SuspendLayout();
  53. //
  54. // uiSymbolLabel1
  55. //
  56. uiSymbolLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  57. uiSymbolLabel1.Location = new Point(12, 12);
  58. uiSymbolLabel1.MinimumSize = new Size(1, 1);
  59. uiSymbolLabel1.Name = "uiSymbolLabel1";
  60. uiSymbolLabel1.Size = new Size(127, 44);
  61. uiSymbolLabel1.Symbol = 62067;
  62. uiSymbolLabel1.TabIndex = 0;
  63. uiSymbolLabel1.Text = "开始时间";
  64. //
  65. // uiSymbolLabel2
  66. //
  67. uiSymbolLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  68. uiSymbolLabel2.Location = new Point(372, 12);
  69. uiSymbolLabel2.MinimumSize = new Size(1, 1);
  70. uiSymbolLabel2.Name = "uiSymbolLabel2";
  71. uiSymbolLabel2.Size = new Size(127, 44);
  72. uiSymbolLabel2.Symbol = 62067;
  73. uiSymbolLabel2.TabIndex = 1;
  74. uiSymbolLabel2.Text = "结束时间";
  75. //
  76. // dtp_Start
  77. //
  78. dtp_Start.FillColor = Color.White;
  79. dtp_Start.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  80. dtp_Start.Location = new Point(146, 20);
  81. dtp_Start.Margin = new Padding(4, 5, 4, 5);
  82. dtp_Start.MaxLength = 10;
  83. dtp_Start.MinimumSize = new Size(63, 0);
  84. dtp_Start.Name = "dtp_Start";
  85. dtp_Start.Padding = new Padding(0, 0, 30, 2);
  86. dtp_Start.Size = new Size(219, 36);
  87. dtp_Start.SymbolDropDown = 61555;
  88. dtp_Start.SymbolNormal = 61555;
  89. dtp_Start.SymbolSize = 24;
  90. dtp_Start.TabIndex = 2;
  91. dtp_Start.Text = "2025-06-06";
  92. dtp_Start.TextAlignment = ContentAlignment.MiddleLeft;
  93. dtp_Start.Value = new DateTime(2025, 6, 6, 0, 0, 0, 0);
  94. dtp_Start.Watermark = "";
  95. //
  96. // dtp_End
  97. //
  98. dtp_End.FillColor = Color.White;
  99. dtp_End.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  100. dtp_End.Location = new Point(506, 20);
  101. dtp_End.Margin = new Padding(4, 5, 4, 5);
  102. dtp_End.MaxLength = 10;
  103. dtp_End.MinimumSize = new Size(63, 0);
  104. dtp_End.Name = "dtp_End";
  105. dtp_End.Padding = new Padding(0, 0, 30, 2);
  106. dtp_End.Size = new Size(219, 36);
  107. dtp_End.SymbolDropDown = 61555;
  108. dtp_End.SymbolNormal = 61555;
  109. dtp_End.SymbolSize = 24;
  110. dtp_End.TabIndex = 3;
  111. dtp_End.Text = "2025-06-06";
  112. dtp_End.TextAlignment = ContentAlignment.MiddleLeft;
  113. dtp_End.Value = new DateTime(2025, 6, 6, 9, 19, 19, 219);
  114. dtp_End.Watermark = "";
  115. //
  116. // btn_QueryData
  117. //
  118. btn_QueryData.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  119. btn_QueryData.Location = new Point(751, 20);
  120. btn_QueryData.MinimumSize = new Size(1, 1);
  121. btn_QueryData.Name = "btn_QueryData";
  122. btn_QueryData.Size = new Size(131, 36);
  123. btn_QueryData.Symbol = 559520;
  124. btn_QueryData.TabIndex = 4;
  125. btn_QueryData.Text = "查询数据";
  126. btn_QueryData.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  127. btn_QueryData.Click += btn_QueryData_Click;
  128. //
  129. // btn_ExportData
  130. //
  131. btn_ExportData.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  132. btn_ExportData.Location = new Point(906, 20);
  133. btn_ExportData.MinimumSize = new Size(1, 1);
  134. btn_ExportData.Name = "btn_ExportData";
  135. btn_ExportData.Size = new Size(131, 36);
  136. btn_ExportData.Symbol = 362830;
  137. btn_ExportData.TabIndex = 5;
  138. btn_ExportData.Text = "导出数据";
  139. btn_ExportData.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  140. btn_ExportData.Click += btn_ExportData_Click;
  141. //
  142. // dgv_Data
  143. //
  144. dgv_Data.AllowUserToAddRows = false;
  145. dgv_Data.AllowUserToDeleteRows = false;
  146. dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255);
  147. dgv_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  148. dgv_Data.BackgroundColor = Color.White;
  149. dgv_Data.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
  150. dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
  151. dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
  152. dataGridViewCellStyle2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  153. dataGridViewCellStyle2.ForeColor = Color.White;
  154. dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
  155. dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
  156. dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
  157. dgv_Data.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  158. dgv_Data.ColumnHeadersHeight = 45;
  159. dgv_Data.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  160. dgv_Data.Columns.AddRange(new DataGridViewColumn[] { Column1, Column2, Column3, Column4, Column5, Column6, Column7, Column8, Column9, Column10 });
  161. dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
  162. dataGridViewCellStyle3.BackColor = SystemColors.Window;
  163. dataGridViewCellStyle3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  164. dataGridViewCellStyle3.ForeColor = Color.FromArgb(48, 48, 48);
  165. dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
  166. dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
  167. dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
  168. dgv_Data.DefaultCellStyle = dataGridViewCellStyle3;
  169. dgv_Data.EnableHeadersVisualStyles = false;
  170. dgv_Data.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  171. dgv_Data.GridColor = Color.FromArgb(80, 160, 255);
  172. dgv_Data.Location = new Point(12, 64);
  173. dgv_Data.Name = "dgv_Data";
  174. dgv_Data.ReadOnly = true;
  175. dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
  176. dataGridViewCellStyle4.BackColor = Color.FromArgb(235, 243, 255);
  177. dataGridViewCellStyle4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  178. dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
  179. dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(80, 160, 255);
  180. dataGridViewCellStyle4.SelectionForeColor = Color.White;
  181. dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
  182. dgv_Data.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  183. dgv_Data.RowHeadersWidth = 51;
  184. dataGridViewCellStyle5.BackColor = Color.White;
  185. dataGridViewCellStyle5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  186. dgv_Data.RowsDefaultCellStyle = dataGridViewCellStyle5;
  187. dgv_Data.SelectedIndex = -1;
  188. dgv_Data.Size = new Size(1025, 418);
  189. dgv_Data.StripeOddColor = Color.FromArgb(235, 243, 255);
  190. dgv_Data.TabIndex = 6;
  191. //
  192. // pgn_Data
  193. //
  194. pgn_Data.ButtonFillSelectedColor = Color.FromArgb(64, 128, 204);
  195. pgn_Data.ButtonStyleInherited = false;
  196. pgn_Data.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  197. pgn_Data.Location = new Point(13, 490);
  198. pgn_Data.Margin = new Padding(4, 5, 4, 5);
  199. pgn_Data.MinimumSize = new Size(1, 1);
  200. pgn_Data.Name = "pgn_Data";
  201. pgn_Data.RectSides = ToolStripStatusLabelBorderSides.None;
  202. pgn_Data.ShowText = false;
  203. pgn_Data.Size = new Size(653, 44);
  204. pgn_Data.TabIndex = 7;
  205. pgn_Data.Text = "uiPagination1";
  206. pgn_Data.TextAlignment = ContentAlignment.MiddleCenter;
  207. pgn_Data.PageChanged += pgn_Data_PageChanged;
  208. //
  209. // Column1
  210. //
  211. Column1.DataPropertyName = "脱脂喷淋泵压力值";
  212. Column1.HeaderText = "脱脂喷淋泵压力值";
  213. Column1.MinimumWidth = 6;
  214. Column1.Name = "Column1";
  215. Column1.ReadOnly = true;
  216. Column1.Width = 125;
  217. //
  218. // Column2
  219. //
  220. Column2.DataPropertyName = "脱脂PH值";
  221. Column2.HeaderText = "脱脂PH值";
  222. Column2.MinimumWidth = 6;
  223. Column2.Name = "Column2";
  224. Column2.ReadOnly = true;
  225. Column2.Width = 125;
  226. //
  227. // Column3
  228. //
  229. Column3.DataPropertyName = "陶化喷淋泵压力值";
  230. Column3.HeaderText = "陶化喷淋泵压力值";
  231. Column3.MinimumWidth = 6;
  232. Column3.Name = "Column3";
  233. Column3.ReadOnly = true;
  234. Column3.Width = 125;
  235. //
  236. // Column4
  237. //
  238. Column4.DataPropertyName = "陶化PH值";
  239. Column4.HeaderText = "陶化PH值";
  240. Column4.MinimumWidth = 6;
  241. Column4.Name = "Column4";
  242. Column4.ReadOnly = true;
  243. Column4.Width = 125;
  244. //
  245. // Column5
  246. //
  247. Column5.DataPropertyName = "精洗喷淋泵压力值";
  248. Column5.HeaderText = "精洗喷淋泵压力值";
  249. Column5.MinimumWidth = 6;
  250. Column5.Name = "Column5";
  251. Column5.ReadOnly = true;
  252. Column5.Width = 125;
  253. //
  254. // Column6
  255. //
  256. Column6.DataPropertyName = "粗洗喷淋泵压力值";
  257. Column6.HeaderText = "粗洗喷淋泵压力值";
  258. Column6.MinimumWidth = 6;
  259. Column6.Name = "Column6";
  260. Column6.ReadOnly = true;
  261. Column6.Width = 125;
  262. //
  263. // Column7
  264. //
  265. Column7.DataPropertyName = "水分炉测量温度";
  266. Column7.HeaderText = "水分炉测量温度";
  267. Column7.MinimumWidth = 6;
  268. Column7.Name = "Column7";
  269. Column7.ReadOnly = true;
  270. Column7.Width = 125;
  271. //
  272. // Column8
  273. //
  274. Column8.DataPropertyName = "固化炉测量温度";
  275. Column8.HeaderText = "固化炉测量温度";
  276. Column8.MinimumWidth = 6;
  277. Column8.Name = "Column8";
  278. Column8.ReadOnly = true;
  279. Column8.Width = 125;
  280. //
  281. // Column9
  282. //
  283. Column9.DataPropertyName = "厂房温度";
  284. Column9.HeaderText = "厂房温度";
  285. Column9.MinimumWidth = 6;
  286. Column9.Name = "Column9";
  287. Column9.ReadOnly = true;
  288. Column9.Width = 125;
  289. //
  290. // Column10
  291. //
  292. Column10.DataPropertyName = "厂房湿度";
  293. Column10.HeaderText = "厂房湿度";
  294. Column10.MinimumWidth = 6;
  295. Column10.Name = "Column10";
  296. Column10.ReadOnly = true;
  297. Column10.Width = 125;
  298. //
  299. // PageReportManage
  300. //
  301. AutoScaleMode = AutoScaleMode.None;
  302. ClientSize = new Size(1067, 544);
  303. Controls.Add(pgn_Data);
  304. Controls.Add(dgv_Data);
  305. Controls.Add(btn_ExportData);
  306. Controls.Add(btn_QueryData);
  307. Controls.Add(dtp_End);
  308. Controls.Add(dtp_Start);
  309. Controls.Add(uiSymbolLabel2);
  310. Controls.Add(uiSymbolLabel1);
  311. Name = "PageReportManage";
  312. Text = "报表管理";
  313. Load += PageReportManage_Load;
  314. ((System.ComponentModel.ISupportInitialize)dgv_Data).EndInit();
  315. ResumeLayout(false);
  316. }
  317. #endregion
  318. private Sunny.UI.UISymbolLabel uiSymbolLabel1;
  319. private Sunny.UI.UISymbolLabel uiSymbolLabel2;
  320. private Sunny.UI.UIDatePicker dtp_Start;
  321. private Sunny.UI.UIDatePicker dtp_End;
  322. private Sunny.UI.UISymbolButton btn_QueryData;
  323. private Sunny.UI.UISymbolButton btn_ExportData;
  324. private Sunny.UI.UIDataGridView dgv_Data;
  325. private Sunny.UI.UIPagination pgn_Data;
  326. private DataGridViewTextBoxColumn Column1;
  327. private DataGridViewTextBoxColumn Column2;
  328. private DataGridViewTextBoxColumn Column3;
  329. private DataGridViewTextBoxColumn Column4;
  330. private DataGridViewTextBoxColumn Column5;
  331. private DataGridViewTextBoxColumn Column6;
  332. private DataGridViewTextBoxColumn Column7;
  333. private DataGridViewTextBoxColumn Column8;
  334. private DataGridViewTextBoxColumn Column9;
  335. private DataGridViewTextBoxColumn Column10;
  336. }
  337. }