PageReportManage.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  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. Column1 = new DataGridViewTextBoxColumn();
  41. Column2 = new DataGridViewTextBoxColumn();
  42. Column3 = new DataGridViewTextBoxColumn();
  43. Column4 = new DataGridViewTextBoxColumn();
  44. Column5 = new DataGridViewTextBoxColumn();
  45. Column6 = new DataGridViewTextBoxColumn();
  46. Column7 = new DataGridViewTextBoxColumn();
  47. Column8 = new DataGridViewTextBoxColumn();
  48. Column9 = new DataGridViewTextBoxColumn();
  49. Column10 = new DataGridViewTextBoxColumn();
  50. pgn_Data = new Sunny.UI.UIPagination();
  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. //
  128. // btn_ExportData
  129. //
  130. btn_ExportData.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  131. btn_ExportData.Location = new Point(906, 20);
  132. btn_ExportData.MinimumSize = new Size(1, 1);
  133. btn_ExportData.Name = "btn_ExportData";
  134. btn_ExportData.Size = new Size(131, 36);
  135. btn_ExportData.Symbol = 362830;
  136. btn_ExportData.TabIndex = 5;
  137. btn_ExportData.Text = "导出数据";
  138. btn_ExportData.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  139. //
  140. // dgv_Data
  141. //
  142. dgv_Data.AllowUserToAddRows = false;
  143. dgv_Data.AllowUserToDeleteRows = false;
  144. dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255);
  145. dgv_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  146. dgv_Data.BackgroundColor = Color.White;
  147. dgv_Data.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
  148. dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
  149. dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
  150. dataGridViewCellStyle2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  151. dataGridViewCellStyle2.ForeColor = Color.White;
  152. dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
  153. dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
  154. dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
  155. dgv_Data.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  156. dgv_Data.ColumnHeadersHeight = 45;
  157. dgv_Data.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  158. dgv_Data.Columns.AddRange(new DataGridViewColumn[] { Column1, Column2, Column3, Column4, Column5, Column6, Column7, Column8, Column9, Column10 });
  159. dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
  160. dataGridViewCellStyle3.BackColor = SystemColors.Window;
  161. dataGridViewCellStyle3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  162. dataGridViewCellStyle3.ForeColor = Color.FromArgb(48, 48, 48);
  163. dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
  164. dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
  165. dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
  166. dgv_Data.DefaultCellStyle = dataGridViewCellStyle3;
  167. dgv_Data.EnableHeadersVisualStyles = false;
  168. dgv_Data.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  169. dgv_Data.GridColor = Color.FromArgb(80, 160, 255);
  170. dgv_Data.Location = new Point(12, 64);
  171. dgv_Data.Name = "dgv_Data";
  172. dgv_Data.ReadOnly = true;
  173. dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
  174. dataGridViewCellStyle4.BackColor = Color.FromArgb(235, 243, 255);
  175. dataGridViewCellStyle4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  176. dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
  177. dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(80, 160, 255);
  178. dataGridViewCellStyle4.SelectionForeColor = Color.White;
  179. dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
  180. dgv_Data.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  181. dgv_Data.RowHeadersWidth = 51;
  182. dataGridViewCellStyle5.BackColor = Color.White;
  183. dataGridViewCellStyle5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  184. dgv_Data.RowsDefaultCellStyle = dataGridViewCellStyle5;
  185. dgv_Data.SelectedIndex = -1;
  186. dgv_Data.Size = new Size(1025, 418);
  187. dgv_Data.StripeOddColor = Color.FromArgb(235, 243, 255);
  188. dgv_Data.TabIndex = 6;
  189. //
  190. // Column1
  191. //
  192. Column1.HeaderText = "脱脂喷淋泵压力值";
  193. Column1.MinimumWidth = 6;
  194. Column1.Name = "Column1";
  195. Column1.ReadOnly = true;
  196. Column1.Width = 125;
  197. //
  198. // Column2
  199. //
  200. Column2.HeaderText = "脱脂PH值";
  201. Column2.MinimumWidth = 6;
  202. Column2.Name = "Column2";
  203. Column2.ReadOnly = true;
  204. Column2.Width = 125;
  205. //
  206. // Column3
  207. //
  208. Column3.HeaderText = "陶化喷淋泵压力值";
  209. Column3.MinimumWidth = 6;
  210. Column3.Name = "Column3";
  211. Column3.ReadOnly = true;
  212. Column3.Width = 125;
  213. //
  214. // Column4
  215. //
  216. Column4.HeaderText = "陶化pH值";
  217. Column4.MinimumWidth = 6;
  218. Column4.Name = "Column4";
  219. Column4.ReadOnly = true;
  220. Column4.Width = 125;
  221. //
  222. // Column5
  223. //
  224. Column5.HeaderText = "精洗喷淋泵压力值";
  225. Column5.MinimumWidth = 6;
  226. Column5.Name = "Column5";
  227. Column5.ReadOnly = true;
  228. Column5.Width = 125;
  229. //
  230. // Column6
  231. //
  232. Column6.HeaderText = "粗洗喷淋泵压力值";
  233. Column6.MinimumWidth = 6;
  234. Column6.Name = "Column6";
  235. Column6.ReadOnly = true;
  236. Column6.Width = 125;
  237. //
  238. // Column7
  239. //
  240. Column7.HeaderText = "水分炉测量温度";
  241. Column7.MinimumWidth = 6;
  242. Column7.Name = "Column7";
  243. Column7.ReadOnly = true;
  244. Column7.Width = 125;
  245. //
  246. // Column8
  247. //
  248. Column8.HeaderText = "固化炉测量温度";
  249. Column8.MinimumWidth = 6;
  250. Column8.Name = "Column8";
  251. Column8.ReadOnly = true;
  252. Column8.Width = 125;
  253. //
  254. // Column9
  255. //
  256. Column9.HeaderText = "厂内温度";
  257. Column9.MinimumWidth = 6;
  258. Column9.Name = "Column9";
  259. Column9.ReadOnly = true;
  260. Column9.Width = 125;
  261. //
  262. // Column10
  263. //
  264. Column10.HeaderText = "厂内湿度";
  265. Column10.MinimumWidth = 6;
  266. Column10.Name = "Column10";
  267. Column10.ReadOnly = true;
  268. Column10.Width = 125;
  269. //
  270. // pgn_Data
  271. //
  272. pgn_Data.ButtonFillSelectedColor = Color.FromArgb(64, 128, 204);
  273. pgn_Data.ButtonStyleInherited = false;
  274. pgn_Data.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  275. pgn_Data.Location = new Point(13, 503);
  276. pgn_Data.Margin = new Padding(4, 5, 4, 5);
  277. pgn_Data.MinimumSize = new Size(1, 1);
  278. pgn_Data.Name = "pgn_Data";
  279. pgn_Data.RectSides = ToolStripStatusLabelBorderSides.None;
  280. pgn_Data.ShowText = false;
  281. pgn_Data.Size = new Size(1424, 44);
  282. pgn_Data.TabIndex = 7;
  283. pgn_Data.Text = "uiPagination1";
  284. pgn_Data.TextAlignment = ContentAlignment.MiddleCenter;
  285. //
  286. // PageReportManage
  287. //
  288. AutoScaleMode = AutoScaleMode.None;
  289. ClientSize = new Size(1067, 544);
  290. Controls.Add(pgn_Data);
  291. Controls.Add(dgv_Data);
  292. Controls.Add(btn_ExportData);
  293. Controls.Add(btn_QueryData);
  294. Controls.Add(dtp_End);
  295. Controls.Add(dtp_Start);
  296. Controls.Add(uiSymbolLabel2);
  297. Controls.Add(uiSymbolLabel1);
  298. Name = "PageReportManage";
  299. Text = "报表管理";
  300. Load += PageReportManage_Load;
  301. ((System.ComponentModel.ISupportInitialize)dgv_Data).EndInit();
  302. ResumeLayout(false);
  303. }
  304. #endregion
  305. private Sunny.UI.UISymbolLabel uiSymbolLabel1;
  306. private Sunny.UI.UISymbolLabel uiSymbolLabel2;
  307. private Sunny.UI.UIDatePicker dtp_Start;
  308. private Sunny.UI.UIDatePicker dtp_End;
  309. private Sunny.UI.UISymbolButton btn_QueryData;
  310. private Sunny.UI.UISymbolButton btn_ExportData;
  311. private Sunny.UI.UIDataGridView dgv_Data;
  312. private DataGridViewTextBoxColumn Column1;
  313. private DataGridViewTextBoxColumn Column2;
  314. private DataGridViewTextBoxColumn Column3;
  315. private DataGridViewTextBoxColumn Column4;
  316. private DataGridViewTextBoxColumn Column5;
  317. private DataGridViewTextBoxColumn Column6;
  318. private DataGridViewTextBoxColumn Column7;
  319. private DataGridViewTextBoxColumn Column8;
  320. private DataGridViewTextBoxColumn Column9;
  321. private DataGridViewTextBoxColumn Column10;
  322. private Sunny.UI.UIPagination pgn_Data;
  323. }
  324. }