革博士程序V1仓库
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

568 строки
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 dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.uiPagination1 = new Sunny.UI.UIPagination();
  36. this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
  37. this.uiPanel1 = new Sunny.UI.UIPanel();
  38. this.btnExport = new Sunny.UI.UISymbolButton();
  39. this.btnChar = new Sunny.UI.UISymbolButton();
  40. this.btnQuery = new Sunny.UI.UISymbolButton();
  41. this.uiLabel1 = new Sunny.UI.UILabel();
  42. this.uiDatePicker2 = new Sunny.UI.UIDatePicker();
  43. this.uiDatePicker1 = new Sunny.UI.UIDatePicker();
  44. this.uiLabel5 = new Sunny.UI.UILabel();
  45. this.txtReelId = new Sunny.UI.UITextBox();
  46. this.uiLabel4 = new Sunny.UI.UILabel();
  47. this.txtBatchId = new Sunny.UI.UITextBox();
  48. this.uiLabel3 = new Sunny.UI.UILabel();
  49. this.lineChartDefect = new Sunny.UI.UILineChart();
  50. this.lineChartFaceWidth = new Sunny.UI.UILineChart();
  51. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.colBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.colOrderId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.colReelId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.colLen = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.colDefectCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.colGrade = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.uiLabel2 = new Sunny.UI.UILabel();
  62. this.txtBarcode = new Sunny.UI.UITextBox();
  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. dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  86. this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle15;
  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. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  93. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  94. dataGridViewCellStyle16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. dataGridViewCellStyle16.ForeColor = System.Drawing.Color.White;
  96. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  97. dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  98. dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  99. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
  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. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  114. dataGridViewCellStyle19.BackColor = System.Drawing.Color.White;
  115. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  117. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  118. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  119. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  120. this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle19;
  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. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  128. dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  129. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  131. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  132. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  133. dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  134. this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
  135. this.uiDataGridView1.RowHeadersVisible = false;
  136. this.uiDataGridView1.RowHeadersWidth = 62;
  137. dataGridViewCellStyle21.BackColor = System.Drawing.Color.White;
  138. dataGridViewCellStyle21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  140. dataGridViewCellStyle21.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  141. dataGridViewCellStyle21.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  142. this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle21;
  143. this.uiDataGridView1.RowTemplate.Height = 30;
  144. this.uiDataGridView1.ScrollBarStyleInherited = false;
  145. this.uiDataGridView1.SelectedIndex = -1;
  146. this.uiDataGridView1.Size = new System.Drawing.Size(1492, 481);
  147. this.uiDataGridView1.TabIndex = 2;
  148. //
  149. // uiPanel1
  150. //
  151. this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  152. | System.Windows.Forms.AnchorStyles.Right)));
  153. this.uiPanel1.Controls.Add(this.btnExport);
  154. this.uiPanel1.Controls.Add(this.btnChar);
  155. this.uiPanel1.Controls.Add(this.btnQuery);
  156. this.uiPanel1.Controls.Add(this.uiLabel1);
  157. this.uiPanel1.Controls.Add(this.uiDatePicker2);
  158. this.uiPanel1.Controls.Add(this.uiDatePicker1);
  159. this.uiPanel1.Controls.Add(this.uiLabel5);
  160. this.uiPanel1.Controls.Add(this.txtReelId);
  161. this.uiPanel1.Controls.Add(this.uiLabel4);
  162. this.uiPanel1.Controls.Add(this.txtBarcode);
  163. this.uiPanel1.Controls.Add(this.txtBatchId);
  164. this.uiPanel1.Controls.Add(this.uiLabel2);
  165. this.uiPanel1.Controls.Add(this.uiLabel3);
  166. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.uiPanel1.Location = new System.Drawing.Point(3, 6);
  168. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  169. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  170. this.uiPanel1.Name = "uiPanel1";
  171. this.uiPanel1.Size = new System.Drawing.Size(1492, 69);
  172. this.uiPanel1.TabIndex = 4;
  173. this.uiPanel1.Text = null;
  174. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  175. //
  176. // btnExport
  177. //
  178. this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  179. this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
  180. this.btnExport.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  181. this.btnExport.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  182. this.btnExport.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
  183. this.btnExport.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  184. this.btnExport.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  185. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btnExport.LightColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
  187. this.btnExport.Location = new System.Drawing.Point(1234, 8);
  188. this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
  189. this.btnExport.Name = "btnExport";
  190. this.btnExport.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  191. this.btnExport.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
  192. this.btnExport.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  193. this.btnExport.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  194. this.btnExport.Size = new System.Drawing.Size(100, 55);
  195. this.btnExport.Style = Sunny.UI.UIStyle.Custom;
  196. this.btnExport.StyleCustomMode = true;
  197. this.btnExport.Symbol = 61509;
  198. this.btnExport.SymbolSize = 26;
  199. this.btnExport.TabIndex = 10;
  200. this.btnExport.Text = "导出";
  201. this.btnExport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  203. //
  204. // btnChar
  205. //
  206. this.btnChar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  207. this.btnChar.Cursor = System.Windows.Forms.Cursors.Hand;
  208. this.btnChar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.btnChar.Location = new System.Drawing.Point(1340, 8);
  210. this.btnChar.MinimumSize = new System.Drawing.Size(1, 1);
  211. this.btnChar.Name = "btnChar";
  212. this.btnChar.Size = new System.Drawing.Size(144, 55);
  213. this.btnChar.Symbol = 61568;
  214. this.btnChar.SymbolSize = 26;
  215. this.btnChar.TabIndex = 9;
  216. this.btnChar.Text = "统计图表";
  217. this.btnChar.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.btnChar.Click += new System.EventHandler(this.btnChar_Click);
  219. //
  220. // btnQuery
  221. //
  222. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  223. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  224. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.btnQuery.Location = new System.Drawing.Point(1117, 8);
  226. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  227. this.btnQuery.Name = "btnQuery";
  228. this.btnQuery.Size = new System.Drawing.Size(100, 55);
  229. this.btnQuery.Symbol = 61442;
  230. this.btnQuery.SymbolSize = 26;
  231. this.btnQuery.TabIndex = 9;
  232. this.btnQuery.Text = "查询";
  233. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  235. //
  236. // uiLabel1
  237. //
  238. this.uiLabel1.AutoSize = true;
  239. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  241. this.uiLabel1.Location = new System.Drawing.Point(945, 18);
  242. this.uiLabel1.Name = "uiLabel1";
  243. this.uiLabel1.Size = new System.Drawing.Size(24, 31);
  244. this.uiLabel1.TabIndex = 8;
  245. this.uiLabel1.Text = "-";
  246. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  247. //
  248. // uiDatePicker2
  249. //
  250. this.uiDatePicker2.FillColor = System.Drawing.Color.White;
  251. this.uiDatePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.uiDatePicker2.Location = new System.Drawing.Point(971, 21);
  253. this.uiDatePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  254. this.uiDatePicker2.MaxLength = 10;
  255. this.uiDatePicker2.MinimumSize = new System.Drawing.Size(63, 0);
  256. this.uiDatePicker2.Name = "uiDatePicker2";
  257. this.uiDatePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  258. this.uiDatePicker2.Size = new System.Drawing.Size(139, 29);
  259. this.uiDatePicker2.SymbolDropDown = 61555;
  260. this.uiDatePicker2.SymbolNormal = 61555;
  261. this.uiDatePicker2.TabIndex = 6;
  262. this.uiDatePicker2.Text = "2023-09-17";
  263. this.uiDatePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  264. this.uiDatePicker2.Value = new System.DateTime(2023, 9, 17, 18, 54, 16, 519);
  265. this.uiDatePicker2.Watermark = "";
  266. //
  267. // uiDatePicker1
  268. //
  269. this.uiDatePicker1.FillColor = System.Drawing.Color.White;
  270. this.uiDatePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.uiDatePicker1.Location = new System.Drawing.Point(804, 21);
  272. this.uiDatePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  273. this.uiDatePicker1.MaxLength = 10;
  274. this.uiDatePicker1.MinimumSize = new System.Drawing.Size(63, 0);
  275. this.uiDatePicker1.Name = "uiDatePicker1";
  276. this.uiDatePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  277. this.uiDatePicker1.Size = new System.Drawing.Size(139, 29);
  278. this.uiDatePicker1.SymbolDropDown = 61555;
  279. this.uiDatePicker1.SymbolNormal = 61555;
  280. this.uiDatePicker1.TabIndex = 5;
  281. this.uiDatePicker1.Text = "2023-09-17";
  282. this.uiDatePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  283. this.uiDatePicker1.Value = new System.DateTime(2023, 9, 17, 18, 54, 16, 519);
  284. this.uiDatePicker1.Watermark = "";
  285. //
  286. // uiLabel5
  287. //
  288. this.uiLabel5.AutoSize = true;
  289. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  291. this.uiLabel5.Location = new System.Drawing.Point(736, 23);
  292. this.uiLabel5.Name = "uiLabel5";
  293. this.uiLabel5.Size = new System.Drawing.Size(62, 31);
  294. this.uiLabel5.TabIndex = 2;
  295. this.uiLabel5.Text = "日期";
  296. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  297. //
  298. // txtReelId
  299. //
  300. this.txtReelId.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
  301. this.txtReelId.Cursor = System.Windows.Forms.Cursors.IBeam;
  302. this.txtReelId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.txtReelId.Location = new System.Drawing.Point(562, 21);
  304. this.txtReelId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  305. this.txtReelId.MinimumSize = new System.Drawing.Size(1, 16);
  306. this.txtReelId.Name = "txtReelId";
  307. this.txtReelId.Padding = new System.Windows.Forms.Padding(5);
  308. this.txtReelId.ShowText = false;
  309. this.txtReelId.Size = new System.Drawing.Size(156, 29);
  310. this.txtReelId.TabIndex = 3;
  311. this.txtReelId.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  312. this.txtReelId.Watermark = "";
  313. //
  314. // uiLabel4
  315. //
  316. this.uiLabel4.AutoSize = true;
  317. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  319. this.uiLabel4.Location = new System.Drawing.Point(496, 23);
  320. this.uiLabel4.Name = "uiLabel4";
  321. this.uiLabel4.Size = new System.Drawing.Size(62, 31);
  322. this.uiLabel4.TabIndex = 3;
  323. this.uiLabel4.Text = "卷号";
  324. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  325. //
  326. // txtBatchId
  327. //
  328. this.txtBatchId.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
  329. this.txtBatchId.Cursor = System.Windows.Forms.Cursors.IBeam;
  330. this.txtBatchId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.txtBatchId.Location = new System.Drawing.Point(320, 21);
  332. this.txtBatchId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  333. this.txtBatchId.MinimumSize = new System.Drawing.Size(1, 16);
  334. this.txtBatchId.Name = "txtBatchId";
  335. this.txtBatchId.Padding = new System.Windows.Forms.Padding(5);
  336. this.txtBatchId.ShowText = false;
  337. this.txtBatchId.Size = new System.Drawing.Size(156, 29);
  338. this.txtBatchId.TabIndex = 2;
  339. this.txtBatchId.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  340. this.txtBatchId.Watermark = "";
  341. //
  342. // uiLabel3
  343. //
  344. this.uiLabel3.AutoSize = true;
  345. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  347. this.uiLabel3.Location = new System.Drawing.Point(255, 23);
  348. this.uiLabel3.Name = "uiLabel3";
  349. this.uiLabel3.Size = new System.Drawing.Size(62, 31);
  350. this.uiLabel3.TabIndex = 4;
  351. this.uiLabel3.Text = "批号";
  352. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  353. //
  354. // lineChartDefect
  355. //
  356. this.lineChartDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  357. | System.Windows.Forms.AnchorStyles.Left)
  358. | System.Windows.Forms.AnchorStyles.Right)));
  359. this.lineChartDefect.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
  360. this.lineChartDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.lineChartDefect.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.lineChartDefect.Location = new System.Drawing.Point(12, 14);
  363. this.lineChartDefect.MinimumSize = new System.Drawing.Size(1, 1);
  364. this.lineChartDefect.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
  365. this.lineChartDefect.Name = "lineChartDefect";
  366. this.lineChartDefect.Radius = 0;
  367. this.lineChartDefect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  368. this.lineChartDefect.Size = new System.Drawing.Size(375, 533);
  369. this.lineChartDefect.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.lineChartDefect.TabIndex = 5;
  371. this.lineChartDefect.Visible = false;
  372. //
  373. // lineChartFaceWidth
  374. //
  375. this.lineChartFaceWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  376. | System.Windows.Forms.AnchorStyles.Left)
  377. | System.Windows.Forms.AnchorStyles.Right)));
  378. this.lineChartFaceWidth.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
  379. this.lineChartFaceWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.lineChartFaceWidth.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.lineChartFaceWidth.Location = new System.Drawing.Point(410, 216);
  382. this.lineChartFaceWidth.MinimumSize = new System.Drawing.Size(1, 1);
  383. this.lineChartFaceWidth.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
  384. this.lineChartFaceWidth.Name = "lineChartFaceWidth";
  385. this.lineChartFaceWidth.Radius = 0;
  386. this.lineChartFaceWidth.Size = new System.Drawing.Size(971, 281);
  387. this.lineChartFaceWidth.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.lineChartFaceWidth.TabIndex = 6;
  389. this.lineChartFaceWidth.TouchPressClick = true;
  390. //
  391. // colId
  392. //
  393. this.colId.DataPropertyName = "Id";
  394. this.colId.HeaderText = "Id";
  395. this.colId.MinimumWidth = 8;
  396. this.colId.Name = "colId";
  397. this.colId.Visible = false;
  398. this.colId.Width = 150;
  399. //
  400. // colCreateTime
  401. //
  402. this.colCreateTime.DataPropertyName = "CreateTime";
  403. dataGridViewCellStyle17.Format = "f";
  404. dataGridViewCellStyle17.NullValue = null;
  405. this.colCreateTime.DefaultCellStyle = dataGridViewCellStyle17;
  406. this.colCreateTime.HeaderText = "检验日期";
  407. this.colCreateTime.MinimumWidth = 8;
  408. this.colCreateTime.Name = "colCreateTime";
  409. this.colCreateTime.ReadOnly = true;
  410. this.colCreateTime.Width = 200;
  411. //
  412. // colBarCode
  413. //
  414. this.colBarCode.DataPropertyName = "barcode";
  415. this.colBarCode.HeaderText = "条码";
  416. this.colBarCode.MinimumWidth = 100;
  417. this.colBarCode.Name = "colBarCode";
  418. this.colBarCode.Width = 150;
  419. //
  420. // colName
  421. //
  422. this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  423. this.colName.DataPropertyName = "BarCodeName";
  424. this.colName.HeaderText = "品名";
  425. this.colName.MinimumWidth = 8;
  426. this.colName.Name = "colName";
  427. this.colName.ReadOnly = true;
  428. //
  429. // colOrderId
  430. //
  431. this.colOrderId.DataPropertyName = "OrderId";
  432. this.colOrderId.HeaderText = "单号";
  433. this.colOrderId.MinimumWidth = 8;
  434. this.colOrderId.Name = "colOrderId";
  435. this.colOrderId.ReadOnly = true;
  436. this.colOrderId.Visible = false;
  437. this.colOrderId.Width = 200;
  438. //
  439. // colBatchId
  440. //
  441. this.colBatchId.DataPropertyName = "BatchId";
  442. this.colBatchId.HeaderText = "批号";
  443. this.colBatchId.MinimumWidth = 8;
  444. this.colBatchId.Name = "colBatchId";
  445. this.colBatchId.ReadOnly = true;
  446. this.colBatchId.Width = 200;
  447. //
  448. // colReelId
  449. //
  450. this.colReelId.DataPropertyName = "ReelId";
  451. this.colReelId.HeaderText = "卷号";
  452. this.colReelId.MinimumWidth = 8;
  453. this.colReelId.Name = "colReelId";
  454. this.colReelId.ReadOnly = true;
  455. this.colReelId.Width = 150;
  456. //
  457. // colLen
  458. //
  459. this.colLen.DataPropertyName = "Len";
  460. this.colLen.HeaderText = "长度(米)";
  461. this.colLen.MinimumWidth = 8;
  462. this.colLen.Name = "colLen";
  463. this.colLen.ReadOnly = true;
  464. this.colLen.Width = 150;
  465. //
  466. // colDefectCount
  467. //
  468. this.colDefectCount.HeaderText = "总缺陷";
  469. this.colDefectCount.MinimumWidth = 8;
  470. this.colDefectCount.Name = "colDefectCount";
  471. this.colDefectCount.ReadOnly = true;
  472. this.colDefectCount.Visible = false;
  473. this.colDefectCount.Width = 150;
  474. //
  475. // colGrade
  476. //
  477. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  478. this.colGrade.DefaultCellStyle = dataGridViewCellStyle18;
  479. this.colGrade.HeaderText = "等级";
  480. this.colGrade.MinimumWidth = 8;
  481. this.colGrade.Name = "colGrade";
  482. this.colGrade.ReadOnly = true;
  483. this.colGrade.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  484. this.colGrade.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  485. this.colGrade.Width = 150;
  486. //
  487. // uiLabel2
  488. //
  489. this.uiLabel2.AutoSize = true;
  490. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  492. this.uiLabel2.Location = new System.Drawing.Point(9, 23);
  493. this.uiLabel2.Name = "uiLabel2";
  494. this.uiLabel2.Size = new System.Drawing.Size(62, 31);
  495. this.uiLabel2.TabIndex = 4;
  496. this.uiLabel2.Text = "条码";
  497. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  498. //
  499. // txtBarcode
  500. //
  501. this.txtBarcode.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
  502. this.txtBarcode.Cursor = System.Windows.Forms.Cursors.IBeam;
  503. this.txtBarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.txtBarcode.Location = new System.Drawing.Point(74, 21);
  505. this.txtBarcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  506. this.txtBarcode.MinimumSize = new System.Drawing.Size(1, 16);
  507. this.txtBarcode.Name = "txtBarcode";
  508. this.txtBarcode.Padding = new System.Windows.Forms.Padding(5);
  509. this.txtBarcode.ShowText = false;
  510. this.txtBarcode.Size = new System.Drawing.Size(156, 29);
  511. this.txtBarcode.TabIndex = 1;
  512. this.txtBarcode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  513. this.txtBarcode.Watermark = "";
  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.lineChartDefect);
  523. this.Controls.Add(this.lineChartFaceWidth);
  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. }