革博士程序V1仓库
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

568 righe
36 KiB

  1. namespace LeatherApp.Page
  2. {
  3. partial class FReport
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.uiPagination1 = new Sunny.UI.UIPagination();
  36. this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
  37. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.colBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.colOrderId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.colReelId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.colLen = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.colDefectCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.colGrade = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.uiPanel1 = new Sunny.UI.UIPanel();
  48. this.btnExport = new Sunny.UI.UISymbolButton();
  49. this.btnChar = new Sunny.UI.UISymbolButton();
  50. this.btnQuery = new Sunny.UI.UISymbolButton();
  51. this.uiLabel1 = new Sunny.UI.UILabel();
  52. this.uiDatePicker2 = new Sunny.UI.UIDatePicker();
  53. this.uiDatePicker1 = new Sunny.UI.UIDatePicker();
  54. this.uiLabel5 = new Sunny.UI.UILabel();
  55. this.txtReelId = new Sunny.UI.UITextBox();
  56. this.uiLabel4 = new Sunny.UI.UILabel();
  57. this.txtBarcode = new Sunny.UI.UITextBox();
  58. this.txtBatchId = new Sunny.UI.UITextBox();
  59. this.uiLabel2 = new Sunny.UI.UILabel();
  60. this.uiLabel3 = new Sunny.UI.UILabel();
  61. this.lineChartDefect = new Sunny.UI.UILineChart();
  62. this.lineChartFaceWidth = new Sunny.UI.UILineChart();
  63. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
  64. this.uiPanel1.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // uiPagination1
  68. //
  69. this.uiPagination1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.uiPagination1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.uiPagination1.Location = new System.Drawing.Point(3, 565);
  73. this.uiPagination1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  74. this.uiPagination1.MinimumSize = new System.Drawing.Size(1, 1);
  75. this.uiPagination1.Name = "uiPagination1";
  76. this.uiPagination1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  77. this.uiPagination1.ShowText = false;
  78. this.uiPagination1.Size = new System.Drawing.Size(1492, 35);
  79. this.uiPagination1.TabIndex = 20;
  80. this.uiPagination1.Text = "uiPagination1";
  81. this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  82. //
  83. // uiDataGridView1
  84. //
  85. dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  86. this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle22;
  87. this.uiDataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  88. | System.Windows.Forms.AnchorStyles.Left)
  89. | System.Windows.Forms.AnchorStyles.Right)));
  90. this.uiDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  91. this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  92. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  93. dataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  94. dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. dataGridViewCellStyle23.ForeColor = System.Drawing.Color.White;
  96. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  97. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  98. dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  99. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
  100. this.uiDataGridView1.ColumnHeadersHeight = 32;
  101. this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  102. this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103. this.colId,
  104. this.colCreateTime,
  105. this.colBarCode,
  106. this.colName,
  107. this.colOrderId,
  108. this.colBatchId,
  109. this.colReelId,
  110. this.colLen,
  111. this.colDefectCount,
  112. this.colGrade});
  113. dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  114. dataGridViewCellStyle26.BackColor = System.Drawing.Color.White;
  115. dataGridViewCellStyle26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  117. dataGridViewCellStyle26.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  118. dataGridViewCellStyle26.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  119. dataGridViewCellStyle26.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  120. this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle26;
  121. this.uiDataGridView1.EnableHeadersVisualStyles = false;
  122. this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  124. this.uiDataGridView1.Location = new System.Drawing.Point(3, 83);
  125. this.uiDataGridView1.MultiSelect = false;
  126. this.uiDataGridView1.Name = "uiDataGridView1";
  127. dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  128. dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  129. dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. dataGridViewCellStyle27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  131. dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  132. dataGridViewCellStyle27.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  133. dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  134. this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle27;
  135. this.uiDataGridView1.RowHeadersVisible = false;
  136. this.uiDataGridView1.RowHeadersWidth = 62;
  137. dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
  138. dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  140. dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  141. dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  142. this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle28;
  143. this.uiDataGridView1.RowTemplate.Height = 30;
  144. this.uiDataGridView1.SelectedIndex = -1;
  145. this.uiDataGridView1.Size = new System.Drawing.Size(1492, 481);
  146. this.uiDataGridView1.TabIndex = 2;
  147. //
  148. // colId
  149. //
  150. this.colId.DataPropertyName = "Id";
  151. this.colId.HeaderText = "Id";
  152. this.colId.MinimumWidth = 8;
  153. this.colId.Name = "colId";
  154. this.colId.Visible = false;
  155. this.colId.Width = 150;
  156. //
  157. // colCreateTime
  158. //
  159. this.colCreateTime.DataPropertyName = "CreateTime";
  160. dataGridViewCellStyle24.Format = "f";
  161. dataGridViewCellStyle24.NullValue = null;
  162. this.colCreateTime.DefaultCellStyle = dataGridViewCellStyle24;
  163. this.colCreateTime.HeaderText = "检验日期";
  164. this.colCreateTime.MinimumWidth = 8;
  165. this.colCreateTime.Name = "colCreateTime";
  166. this.colCreateTime.ReadOnly = true;
  167. this.colCreateTime.Width = 200;
  168. //
  169. // colBarCode
  170. //
  171. this.colBarCode.DataPropertyName = "barcode";
  172. this.colBarCode.HeaderText = "条码";
  173. this.colBarCode.MinimumWidth = 100;
  174. this.colBarCode.Name = "colBarCode";
  175. this.colBarCode.Width = 150;
  176. //
  177. // colName
  178. //
  179. this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  180. this.colName.DataPropertyName = "BarCodeName";
  181. this.colName.HeaderText = "品名";
  182. this.colName.MinimumWidth = 8;
  183. this.colName.Name = "colName";
  184. this.colName.ReadOnly = true;
  185. //
  186. // colOrderId
  187. //
  188. this.colOrderId.DataPropertyName = "OrderId";
  189. this.colOrderId.HeaderText = "单号";
  190. this.colOrderId.MinimumWidth = 8;
  191. this.colOrderId.Name = "colOrderId";
  192. this.colOrderId.ReadOnly = true;
  193. this.colOrderId.Visible = false;
  194. this.colOrderId.Width = 200;
  195. //
  196. // colBatchId
  197. //
  198. this.colBatchId.DataPropertyName = "BatchId";
  199. this.colBatchId.HeaderText = "批号";
  200. this.colBatchId.MinimumWidth = 8;
  201. this.colBatchId.Name = "colBatchId";
  202. this.colBatchId.ReadOnly = true;
  203. this.colBatchId.Width = 200;
  204. //
  205. // colReelId
  206. //
  207. this.colReelId.DataPropertyName = "ReelId";
  208. this.colReelId.HeaderText = "卷号";
  209. this.colReelId.MinimumWidth = 8;
  210. this.colReelId.Name = "colReelId";
  211. this.colReelId.ReadOnly = true;
  212. this.colReelId.Width = 150;
  213. //
  214. // colLen
  215. //
  216. this.colLen.DataPropertyName = "Len";
  217. this.colLen.HeaderText = "长度(米)";
  218. this.colLen.MinimumWidth = 8;
  219. this.colLen.Name = "colLen";
  220. this.colLen.ReadOnly = true;
  221. this.colLen.Width = 150;
  222. //
  223. // colDefectCount
  224. //
  225. this.colDefectCount.HeaderText = "总缺陷";
  226. this.colDefectCount.MinimumWidth = 8;
  227. this.colDefectCount.Name = "colDefectCount";
  228. this.colDefectCount.ReadOnly = true;
  229. this.colDefectCount.Visible = false;
  230. this.colDefectCount.Width = 150;
  231. //
  232. // colGrade
  233. //
  234. dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  235. this.colGrade.DefaultCellStyle = dataGridViewCellStyle25;
  236. this.colGrade.HeaderText = "等级";
  237. this.colGrade.MinimumWidth = 8;
  238. this.colGrade.Name = "colGrade";
  239. this.colGrade.ReadOnly = true;
  240. this.colGrade.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  241. this.colGrade.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  242. this.colGrade.Width = 150;
  243. //
  244. // uiPanel1
  245. //
  246. this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  247. | System.Windows.Forms.AnchorStyles.Right)));
  248. this.uiPanel1.Controls.Add(this.btnExport);
  249. this.uiPanel1.Controls.Add(this.btnChar);
  250. this.uiPanel1.Controls.Add(this.btnQuery);
  251. this.uiPanel1.Controls.Add(this.uiLabel1);
  252. this.uiPanel1.Controls.Add(this.uiDatePicker2);
  253. this.uiPanel1.Controls.Add(this.uiDatePicker1);
  254. this.uiPanel1.Controls.Add(this.uiLabel5);
  255. this.uiPanel1.Controls.Add(this.txtReelId);
  256. this.uiPanel1.Controls.Add(this.uiLabel4);
  257. this.uiPanel1.Controls.Add(this.txtBarcode);
  258. this.uiPanel1.Controls.Add(this.txtBatchId);
  259. this.uiPanel1.Controls.Add(this.uiLabel2);
  260. this.uiPanel1.Controls.Add(this.uiLabel3);
  261. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.uiPanel1.Location = new System.Drawing.Point(3, 6);
  263. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  264. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  265. this.uiPanel1.Name = "uiPanel1";
  266. this.uiPanel1.Size = new System.Drawing.Size(1492, 69);
  267. this.uiPanel1.TabIndex = 4;
  268. this.uiPanel1.Text = null;
  269. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  270. //
  271. // btnExport
  272. //
  273. this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  274. this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
  275. this.btnExport.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  276. this.btnExport.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  277. this.btnExport.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
  278. this.btnExport.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  279. this.btnExport.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  280. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.btnExport.LightColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
  282. this.btnExport.Location = new System.Drawing.Point(1234, 8);
  283. this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
  284. this.btnExport.Name = "btnExport";
  285. this.btnExport.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  286. this.btnExport.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
  287. this.btnExport.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  288. this.btnExport.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  289. this.btnExport.Size = new System.Drawing.Size(100, 55);
  290. this.btnExport.Style = Sunny.UI.UIStyle.Custom;
  291. this.btnExport.StyleCustomMode = true;
  292. this.btnExport.Symbol = 61509;
  293. this.btnExport.SymbolSize = 26;
  294. this.btnExport.TabIndex = 10;
  295. this.btnExport.Text = "导出";
  296. this.btnExport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  298. //
  299. // btnChar
  300. //
  301. this.btnChar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  302. this.btnChar.Cursor = System.Windows.Forms.Cursors.Hand;
  303. this.btnChar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.btnChar.Location = new System.Drawing.Point(1340, 8);
  305. this.btnChar.MinimumSize = new System.Drawing.Size(1, 1);
  306. this.btnChar.Name = "btnChar";
  307. this.btnChar.Size = new System.Drawing.Size(144, 55);
  308. this.btnChar.Symbol = 61568;
  309. this.btnChar.SymbolSize = 26;
  310. this.btnChar.TabIndex = 9;
  311. this.btnChar.Text = "统计图表";
  312. this.btnChar.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.btnChar.Visible = false;
  314. this.btnChar.Click += new System.EventHandler(this.btnChar_Click);
  315. //
  316. // btnQuery
  317. //
  318. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  319. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  320. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.btnQuery.Location = new System.Drawing.Point(1117, 8);
  322. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  323. this.btnQuery.Name = "btnQuery";
  324. this.btnQuery.Size = new System.Drawing.Size(100, 55);
  325. this.btnQuery.Symbol = 61442;
  326. this.btnQuery.SymbolSize = 26;
  327. this.btnQuery.TabIndex = 9;
  328. this.btnQuery.Text = "查询";
  329. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  331. //
  332. // uiLabel1
  333. //
  334. this.uiLabel1.AutoSize = true;
  335. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  337. this.uiLabel1.Location = new System.Drawing.Point(945, 18);
  338. this.uiLabel1.Name = "uiLabel1";
  339. this.uiLabel1.Size = new System.Drawing.Size(17, 21);
  340. this.uiLabel1.TabIndex = 8;
  341. this.uiLabel1.Text = "-";
  342. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  343. //
  344. // uiDatePicker2
  345. //
  346. this.uiDatePicker2.FillColor = System.Drawing.Color.White;
  347. this.uiDatePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.uiDatePicker2.Location = new System.Drawing.Point(971, 21);
  349. this.uiDatePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  350. this.uiDatePicker2.MaxLength = 10;
  351. this.uiDatePicker2.MinimumSize = new System.Drawing.Size(63, 0);
  352. this.uiDatePicker2.Name = "uiDatePicker2";
  353. this.uiDatePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  354. this.uiDatePicker2.Size = new System.Drawing.Size(139, 29);
  355. this.uiDatePicker2.SymbolDropDown = 61555;
  356. this.uiDatePicker2.SymbolNormal = 61555;
  357. this.uiDatePicker2.TabIndex = 6;
  358. this.uiDatePicker2.Text = "2023-09-17";
  359. this.uiDatePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  360. this.uiDatePicker2.Value = new System.DateTime(2023, 9, 17, 18, 54, 16, 519);
  361. this.uiDatePicker2.Watermark = "";
  362. //
  363. // uiDatePicker1
  364. //
  365. this.uiDatePicker1.FillColor = System.Drawing.Color.White;
  366. this.uiDatePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.uiDatePicker1.Location = new System.Drawing.Point(804, 21);
  368. this.uiDatePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  369. this.uiDatePicker1.MaxLength = 10;
  370. this.uiDatePicker1.MinimumSize = new System.Drawing.Size(63, 0);
  371. this.uiDatePicker1.Name = "uiDatePicker1";
  372. this.uiDatePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  373. this.uiDatePicker1.Size = new System.Drawing.Size(139, 29);
  374. this.uiDatePicker1.SymbolDropDown = 61555;
  375. this.uiDatePicker1.SymbolNormal = 61555;
  376. this.uiDatePicker1.TabIndex = 5;
  377. this.uiDatePicker1.Text = "2023-09-17";
  378. this.uiDatePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  379. this.uiDatePicker1.Value = new System.DateTime(2023, 9, 17, 18, 54, 16, 519);
  380. this.uiDatePicker1.Watermark = "";
  381. //
  382. // uiLabel5
  383. //
  384. this.uiLabel5.AutoSize = true;
  385. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  387. this.uiLabel5.Location = new System.Drawing.Point(736, 23);
  388. this.uiLabel5.Name = "uiLabel5";
  389. this.uiLabel5.Size = new System.Drawing.Size(42, 21);
  390. this.uiLabel5.TabIndex = 2;
  391. this.uiLabel5.Text = "日期";
  392. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  393. //
  394. // txtReelId
  395. //
  396. this.txtReelId.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
  397. this.txtReelId.Cursor = System.Windows.Forms.Cursors.IBeam;
  398. this.txtReelId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.txtReelId.Location = new System.Drawing.Point(562, 21);
  400. this.txtReelId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  401. this.txtReelId.MinimumSize = new System.Drawing.Size(1, 16);
  402. this.txtReelId.Name = "txtReelId";
  403. this.txtReelId.Padding = new System.Windows.Forms.Padding(5);
  404. this.txtReelId.ShowText = false;
  405. this.txtReelId.Size = new System.Drawing.Size(156, 29);
  406. this.txtReelId.TabIndex = 3;
  407. this.txtReelId.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  408. this.txtReelId.Watermark = "";
  409. //
  410. // uiLabel4
  411. //
  412. this.uiLabel4.AutoSize = true;
  413. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  415. this.uiLabel4.Location = new System.Drawing.Point(496, 23);
  416. this.uiLabel4.Name = "uiLabel4";
  417. this.uiLabel4.Size = new System.Drawing.Size(42, 21);
  418. this.uiLabel4.TabIndex = 3;
  419. this.uiLabel4.Text = "卷号";
  420. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  421. //
  422. // txtBarcode
  423. //
  424. this.txtBarcode.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
  425. this.txtBarcode.Cursor = System.Windows.Forms.Cursors.IBeam;
  426. this.txtBarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.txtBarcode.Location = new System.Drawing.Point(74, 21);
  428. this.txtBarcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  429. this.txtBarcode.MinimumSize = new System.Drawing.Size(1, 16);
  430. this.txtBarcode.Name = "txtBarcode";
  431. this.txtBarcode.Padding = new System.Windows.Forms.Padding(5);
  432. this.txtBarcode.ShowText = false;
  433. this.txtBarcode.Size = new System.Drawing.Size(156, 29);
  434. this.txtBarcode.TabIndex = 1;
  435. this.txtBarcode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  436. this.txtBarcode.Watermark = "";
  437. //
  438. // txtBatchId
  439. //
  440. this.txtBatchId.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
  441. this.txtBatchId.Cursor = System.Windows.Forms.Cursors.IBeam;
  442. this.txtBatchId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.txtBatchId.Location = new System.Drawing.Point(320, 21);
  444. this.txtBatchId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  445. this.txtBatchId.MinimumSize = new System.Drawing.Size(1, 16);
  446. this.txtBatchId.Name = "txtBatchId";
  447. this.txtBatchId.Padding = new System.Windows.Forms.Padding(5);
  448. this.txtBatchId.ShowText = false;
  449. this.txtBatchId.Size = new System.Drawing.Size(156, 29);
  450. this.txtBatchId.TabIndex = 2;
  451. this.txtBatchId.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  452. this.txtBatchId.Watermark = "";
  453. //
  454. // uiLabel2
  455. //
  456. this.uiLabel2.AutoSize = true;
  457. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  459. this.uiLabel2.Location = new System.Drawing.Point(9, 23);
  460. this.uiLabel2.Name = "uiLabel2";
  461. this.uiLabel2.Size = new System.Drawing.Size(42, 21);
  462. this.uiLabel2.TabIndex = 4;
  463. this.uiLabel2.Text = "条码";
  464. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  465. //
  466. // uiLabel3
  467. //
  468. this.uiLabel3.AutoSize = true;
  469. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  471. this.uiLabel3.Location = new System.Drawing.Point(255, 23);
  472. this.uiLabel3.Name = "uiLabel3";
  473. this.uiLabel3.Size = new System.Drawing.Size(42, 21);
  474. this.uiLabel3.TabIndex = 4;
  475. this.uiLabel3.Text = "批号";
  476. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  477. //
  478. // lineChartDefect
  479. //
  480. this.lineChartDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  481. | System.Windows.Forms.AnchorStyles.Left)
  482. | System.Windows.Forms.AnchorStyles.Right)));
  483. this.lineChartDefect.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
  484. this.lineChartDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.lineChartDefect.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.lineChartDefect.Location = new System.Drawing.Point(12, 14);
  487. this.lineChartDefect.MinimumSize = new System.Drawing.Size(1, 1);
  488. this.lineChartDefect.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
  489. this.lineChartDefect.Name = "lineChartDefect";
  490. this.lineChartDefect.Radius = 0;
  491. this.lineChartDefect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  492. this.lineChartDefect.Size = new System.Drawing.Size(375, 533);
  493. this.lineChartDefect.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.lineChartDefect.TabIndex = 5;
  495. this.lineChartDefect.Visible = false;
  496. //
  497. // lineChartFaceWidth
  498. //
  499. this.lineChartFaceWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  500. | System.Windows.Forms.AnchorStyles.Left)
  501. | System.Windows.Forms.AnchorStyles.Right)));
  502. this.lineChartFaceWidth.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
  503. this.lineChartFaceWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.lineChartFaceWidth.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.lineChartFaceWidth.Location = new System.Drawing.Point(410, 216);
  506. this.lineChartFaceWidth.MinimumSize = new System.Drawing.Size(1, 1);
  507. this.lineChartFaceWidth.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
  508. this.lineChartFaceWidth.Name = "lineChartFaceWidth";
  509. this.lineChartFaceWidth.Radius = 0;
  510. this.lineChartFaceWidth.Size = new System.Drawing.Size(971, 281);
  511. this.lineChartFaceWidth.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.lineChartFaceWidth.TabIndex = 6;
  513. this.lineChartFaceWidth.TouchPressClick = true;
  514. //
  515. // FReport
  516. //
  517. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  518. this.ClientSize = new System.Drawing.Size(1499, 602);
  519. this.Controls.Add(this.uiPanel1);
  520. this.Controls.Add(this.uiPagination1);
  521. this.Controls.Add(this.uiDataGridView1);
  522. this.Controls.Add(this.lineChartFaceWidth);
  523. this.Controls.Add(this.lineChartDefect);
  524. this.Name = "FReport";
  525. this.PageIndex = 2;
  526. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
  527. this.uiPanel1.ResumeLayout(false);
  528. this.uiPanel1.PerformLayout();
  529. this.ResumeLayout(false);
  530. }
  531. #endregion
  532. private Sunny.UI.UIPagination uiPagination1;
  533. private Sunny.UI.UIDataGridView uiDataGridView1;
  534. private Sunny.UI.UIPanel uiPanel1;
  535. private Sunny.UI.UILabel uiLabel5;
  536. private Sunny.UI.UITextBox txtReelId;
  537. private Sunny.UI.UILabel uiLabel4;
  538. private Sunny.UI.UITextBox txtBatchId;
  539. private Sunny.UI.UILabel uiLabel3;
  540. private Sunny.UI.UISymbolButton btnExport;
  541. private Sunny.UI.UISymbolButton btnQuery;
  542. private Sunny.UI.UILabel uiLabel1;
  543. private Sunny.UI.UIDatePicker uiDatePicker2;
  544. private Sunny.UI.UIDatePicker uiDatePicker1;
  545. private Sunny.UI.UILineChart lineChartDefect;
  546. private Sunny.UI.UILineChart lineChartFaceWidth;
  547. private Sunny.UI.UISymbolButton btnChar;
  548. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  549. private System.Windows.Forms.DataGridViewTextBoxColumn colCreateTime;
  550. private System.Windows.Forms.DataGridViewTextBoxColumn colBarCode;
  551. private System.Windows.Forms.DataGridViewTextBoxColumn colName;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn colOrderId;
  553. private System.Windows.Forms.DataGridViewTextBoxColumn colBatchId;
  554. private System.Windows.Forms.DataGridViewTextBoxColumn colReelId;
  555. private System.Windows.Forms.DataGridViewTextBoxColumn colLen;
  556. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectCount;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn colGrade;
  558. private Sunny.UI.UITextBox txtBarcode;
  559. private Sunny.UI.UILabel uiLabel2;
  560. }
  561. }