革博士V2程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

505 行
28 KiB

  1. namespace GeBoShi.UI.DataQuery
  2. {
  3. partial class DataQueryFrm
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  31. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  33. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  34. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  39. this.panel2 = new System.Windows.Forms.Panel();
  40. this.txtBatchId = new System.Windows.Forms.TextBox();
  41. this.uiDatePicker1 = new System.Windows.Forms.DateTimePicker();
  42. this.txtReelId = new System.Windows.Forms.TextBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.txtBarcode = new System.Windows.Forms.TextBox();
  46. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  47. this.skinButton2 = new CCWin.SkinControl.SkinButton();
  48. this.uiDatePicker2 = new System.Windows.Forms.DateTimePicker();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.lineChartDefect = new System.Windows.Forms.DataVisualization.Charting.Chart();
  53. this.lineChartFaceWidth = new System.Windows.Forms.DataVisualization.Charting.Chart();
  54. this.uiDataGridView1 = new System.Windows.Forms.DataGridView();
  55. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.colbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.colOrderId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.colReelId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.colLen = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.colDefectCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.colGrade = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.pageCtrl1 = new MaiMuAOI.SysUI.DefectPicShow.PageCtrl();
  66. this.panel1.SuspendLayout();
  67. this.tableLayoutPanel1.SuspendLayout();
  68. this.panel2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.lineChartDefect)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.lineChartFaceWidth)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // uiTitel1
  75. //
  76. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  77. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.uiTitel1.FatherForm = null;
  79. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  80. this.uiTitel1.Name = "uiTitel1";
  81. this.uiTitel1.Size = new System.Drawing.Size(950, 46);
  82. this.uiTitel1.TabIndex = 36;
  83. //
  84. // panel1
  85. //
  86. this.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  87. this.panel1.Controls.Add(this.tableLayoutPanel1);
  88. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.panel1.Location = new System.Drawing.Point(0, 46);
  90. this.panel1.Name = "panel1";
  91. this.panel1.Size = new System.Drawing.Size(950, 484);
  92. this.panel1.TabIndex = 37;
  93. //
  94. // tableLayoutPanel1
  95. //
  96. this.tableLayoutPanel1.ColumnCount = 1;
  97. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  98. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
  99. this.tableLayoutPanel1.Controls.Add(this.uiDataGridView1, 0, 1);
  100. this.tableLayoutPanel1.Controls.Add(this.pageCtrl1, 0, 2);
  101. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  103. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  104. this.tableLayoutPanel1.RowCount = 3;
  105. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
  106. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  107. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
  108. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  109. this.tableLayoutPanel1.Size = new System.Drawing.Size(950, 484);
  110. this.tableLayoutPanel1.TabIndex = 38;
  111. //
  112. // panel2
  113. //
  114. this.panel2.Controls.Add(this.txtBatchId);
  115. this.panel2.Controls.Add(this.uiDatePicker1);
  116. this.panel2.Controls.Add(this.txtReelId);
  117. this.panel2.Controls.Add(this.label2);
  118. this.panel2.Controls.Add(this.label1);
  119. this.panel2.Controls.Add(this.txtBarcode);
  120. this.panel2.Controls.Add(this.skinButton1);
  121. this.panel2.Controls.Add(this.skinButton2);
  122. this.panel2.Controls.Add(this.uiDatePicker2);
  123. this.panel2.Controls.Add(this.label6);
  124. this.panel2.Controls.Add(this.label5);
  125. this.panel2.Controls.Add(this.label3);
  126. this.panel2.Controls.Add(this.lineChartDefect);
  127. this.panel2.Controls.Add(this.lineChartFaceWidth);
  128. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.panel2.Location = new System.Drawing.Point(3, 3);
  130. this.panel2.Name = "panel2";
  131. this.panel2.Size = new System.Drawing.Size(944, 49);
  132. this.panel2.TabIndex = 0;
  133. //
  134. // txtBatchId
  135. //
  136. this.txtBatchId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.txtBatchId.Location = new System.Drawing.Point(197, 14);
  138. this.txtBatchId.Name = "txtBatchId";
  139. this.txtBatchId.Size = new System.Drawing.Size(113, 23);
  140. this.txtBatchId.TabIndex = 102;
  141. //
  142. // uiDatePicker1
  143. //
  144. this.uiDatePicker1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  145. this.uiDatePicker1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.uiDatePicker1.Location = new System.Drawing.Point(510, 12);
  147. this.uiDatePicker1.Name = "uiDatePicker1";
  148. this.uiDatePicker1.Size = new System.Drawing.Size(130, 26);
  149. this.uiDatePicker1.TabIndex = 19;
  150. //
  151. // txtReelId
  152. //
  153. this.txtReelId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.txtReelId.Location = new System.Drawing.Point(352, 14);
  155. this.txtReelId.Name = "txtReelId";
  156. this.txtReelId.Size = new System.Drawing.Size(113, 23);
  157. this.txtReelId.TabIndex = 104;
  158. //
  159. // label2
  160. //
  161. this.label2.AutoSize = true;
  162. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.label2.ForeColor = System.Drawing.Color.Black;
  164. this.label2.Location = new System.Drawing.Point(308, 15);
  165. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  166. this.label2.Name = "label2";
  167. this.label2.Size = new System.Drawing.Size(51, 20);
  168. this.label2.TabIndex = 103;
  169. this.label2.Text = "卷号:";
  170. //
  171. // label1
  172. //
  173. this.label1.AutoSize = true;
  174. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.label1.ForeColor = System.Drawing.Color.Black;
  176. this.label1.Location = new System.Drawing.Point(155, 15);
  177. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  178. this.label1.Name = "label1";
  179. this.label1.Size = new System.Drawing.Size(51, 20);
  180. this.label1.TabIndex = 101;
  181. this.label1.Text = "批号:";
  182. //
  183. // txtBarcode
  184. //
  185. this.txtBarcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.txtBarcode.Location = new System.Drawing.Point(42, 14);
  187. this.txtBarcode.Name = "txtBarcode";
  188. this.txtBarcode.Size = new System.Drawing.Size(113, 23);
  189. this.txtBarcode.TabIndex = 100;
  190. //
  191. // skinButton1
  192. //
  193. this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  194. this.skinButton1.BackColor = System.Drawing.Color.White;
  195. this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  196. this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  197. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  198. this.skinButton1.DownBack = null;
  199. this.skinButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  202. this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  203. this.skinButton1.Location = new System.Drawing.Point(876, 11);
  204. this.skinButton1.MouseBack = null;
  205. this.skinButton1.Name = "skinButton1";
  206. this.skinButton1.NormlBack = null;
  207. this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  208. this.skinButton1.Size = new System.Drawing.Size(61, 27);
  209. this.skinButton1.TabIndex = 99;
  210. this.skinButton1.Text = "导出";
  211. this.skinButton1.UseVisualStyleBackColor = false;
  212. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  213. //
  214. // skinButton2
  215. //
  216. this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  217. this.skinButton2.BackColor = System.Drawing.Color.Transparent;
  218. this.skinButton2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  219. this.skinButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  220. this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
  221. this.skinButton2.DownBack = null;
  222. this.skinButton2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.skinButton2.ForeColor = System.Drawing.SystemColors.ControlText;
  224. this.skinButton2.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  225. this.skinButton2.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  226. this.skinButton2.Location = new System.Drawing.Point(801, 11);
  227. this.skinButton2.MouseBack = null;
  228. this.skinButton2.Name = "skinButton2";
  229. this.skinButton2.NormlBack = null;
  230. this.skinButton2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  231. this.skinButton2.Size = new System.Drawing.Size(61, 27);
  232. this.skinButton2.TabIndex = 98;
  233. this.skinButton2.Text = "查询";
  234. this.skinButton2.UseVisualStyleBackColor = false;
  235. this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click);
  236. //
  237. // uiDatePicker2
  238. //
  239. this.uiDatePicker2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  240. this.uiDatePicker2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.uiDatePicker2.Location = new System.Drawing.Point(665, 12);
  242. this.uiDatePicker2.Name = "uiDatePicker2";
  243. this.uiDatePicker2.Size = new System.Drawing.Size(130, 26);
  244. this.uiDatePicker2.TabIndex = 20;
  245. //
  246. // label6
  247. //
  248. this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  249. this.label6.AutoSize = true;
  250. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.label6.ForeColor = System.Drawing.Color.Black;
  252. this.label6.Location = new System.Drawing.Point(641, 16);
  253. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  254. this.label6.Name = "label6";
  255. this.label6.Size = new System.Drawing.Size(23, 20);
  256. this.label6.TabIndex = 21;
  257. this.label6.Text = "至";
  258. //
  259. // label5
  260. //
  261. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  262. this.label5.AutoSize = true;
  263. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.label5.ForeColor = System.Drawing.Color.Black;
  265. this.label5.Location = new System.Drawing.Point(466, 16);
  266. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  267. this.label5.Name = "label5";
  268. this.label5.Size = new System.Drawing.Size(51, 20);
  269. this.label5.TabIndex = 20;
  270. this.label5.Text = "日期:";
  271. //
  272. // label3
  273. //
  274. this.label3.AutoSize = true;
  275. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.label3.ForeColor = System.Drawing.Color.Black;
  277. this.label3.Location = new System.Drawing.Point(2, 15);
  278. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  279. this.label3.Name = "label3";
  280. this.label3.Size = new System.Drawing.Size(51, 20);
  281. this.label3.TabIndex = 11;
  282. this.label3.Text = "条码:";
  283. //
  284. // lineChartDefect
  285. //
  286. chartArea1.AxisX.LabelStyle.Format = "N0";
  287. chartArea1.AxisX.MaximumAutoSize = 100F;
  288. chartArea1.AxisX.Minimum = 0D;
  289. chartArea1.AxisY.LabelStyle.Format = "N0";
  290. chartArea1.Name = "ChartArea1";
  291. this.lineChartDefect.ChartAreas.Add(chartArea1);
  292. legend1.Name = "Legend1";
  293. this.lineChartDefect.Legends.Add(legend1);
  294. this.lineChartDefect.Location = new System.Drawing.Point(6, 3);
  295. this.lineChartDefect.Name = "lineChartDefect";
  296. series1.ChartArea = "ChartArea1";
  297. series1.Legend = "Legend1";
  298. series1.Name = "Series1";
  299. this.lineChartDefect.Series.Add(series1);
  300. this.lineChartDefect.Size = new System.Drawing.Size(230, 114);
  301. this.lineChartDefect.TabIndex = 105;
  302. this.lineChartDefect.Text = "chart3";
  303. this.lineChartDefect.Visible = false;
  304. //
  305. // lineChartFaceWidth
  306. //
  307. chartArea2.AxisX.LabelStyle.Format = "N0";
  308. chartArea2.AxisX.MaximumAutoSize = 100F;
  309. chartArea2.AxisX.Minimum = 0D;
  310. chartArea2.AxisY.LabelStyle.Format = "N0";
  311. chartArea2.Name = "ChartArea1";
  312. this.lineChartFaceWidth.ChartAreas.Add(chartArea2);
  313. legend2.Name = "Legend1";
  314. this.lineChartFaceWidth.Legends.Add(legend2);
  315. this.lineChartFaceWidth.Location = new System.Drawing.Point(274, -14);
  316. this.lineChartFaceWidth.Name = "lineChartFaceWidth";
  317. series2.ChartArea = "ChartArea1";
  318. series2.Legend = "Legend1";
  319. series2.Name = "Series1";
  320. this.lineChartFaceWidth.Series.Add(series2);
  321. this.lineChartFaceWidth.Size = new System.Drawing.Size(230, 114);
  322. this.lineChartFaceWidth.TabIndex = 106;
  323. this.lineChartFaceWidth.Text = "chart3";
  324. this.lineChartFaceWidth.Visible = false;
  325. //
  326. // uiDataGridView1
  327. //
  328. this.uiDataGridView1.AllowUserToAddRows = false;
  329. this.uiDataGridView1.AllowUserToDeleteRows = false;
  330. this.uiDataGridView1.AllowUserToResizeRows = false;
  331. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  332. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  333. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  335. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  336. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  337. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  338. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  339. this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  340. this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  341. this.colId,
  342. this.colCreateTime,
  343. this.colbarcode,
  344. this.colName,
  345. this.colOrderId,
  346. this.colBatchId,
  347. this.colReelId,
  348. this.colLen,
  349. this.colDefectCount,
  350. this.colGrade});
  351. this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.uiDataGridView1.Location = new System.Drawing.Point(3, 58);
  353. this.uiDataGridView1.Name = "uiDataGridView1";
  354. this.uiDataGridView1.ReadOnly = true;
  355. this.uiDataGridView1.RowTemplate.Height = 23;
  356. this.uiDataGridView1.Size = new System.Drawing.Size(944, 379);
  357. this.uiDataGridView1.TabIndex = 1;
  358. //
  359. // colId
  360. //
  361. this.colId.DataPropertyName = "id";
  362. this.colId.HeaderText = "ID";
  363. this.colId.Name = "colId";
  364. this.colId.ReadOnly = true;
  365. this.colId.Visible = false;
  366. //
  367. // colCreateTime
  368. //
  369. this.colCreateTime.DataPropertyName = "CreateTime";
  370. this.colCreateTime.HeaderText = "检测日期";
  371. this.colCreateTime.Name = "colCreateTime";
  372. this.colCreateTime.ReadOnly = true;
  373. this.colCreateTime.Width = 200;
  374. //
  375. // colbarcode
  376. //
  377. this.colbarcode.DataPropertyName = "barcode";
  378. this.colbarcode.HeaderText = "条码";
  379. this.colbarcode.MinimumWidth = 100;
  380. this.colbarcode.Name = "colbarcode";
  381. this.colbarcode.ReadOnly = true;
  382. this.colbarcode.Width = 150;
  383. //
  384. // colName
  385. //
  386. this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  387. this.colName.DataPropertyName = "BarCodeName";
  388. this.colName.HeaderText = "品名";
  389. this.colName.MinimumWidth = 50;
  390. this.colName.Name = "colName";
  391. this.colName.ReadOnly = true;
  392. //
  393. // colOrderId
  394. //
  395. this.colOrderId.DataPropertyName = "OrderId";
  396. this.colOrderId.HeaderText = "单号";
  397. this.colOrderId.Name = "colOrderId";
  398. this.colOrderId.ReadOnly = true;
  399. this.colOrderId.Visible = false;
  400. //
  401. // colBatchId
  402. //
  403. this.colBatchId.DataPropertyName = "BatchId";
  404. this.colBatchId.HeaderText = "批号";
  405. this.colBatchId.Name = "colBatchId";
  406. this.colBatchId.ReadOnly = true;
  407. this.colBatchId.Width = 150;
  408. //
  409. // colReelId
  410. //
  411. this.colReelId.DataPropertyName = "ReelId";
  412. this.colReelId.HeaderText = "卷号";
  413. this.colReelId.Name = "colReelId";
  414. this.colReelId.ReadOnly = true;
  415. this.colReelId.Width = 150;
  416. //
  417. // colLen
  418. //
  419. this.colLen.DataPropertyName = "Len";
  420. this.colLen.HeaderText = "长度(m)";
  421. this.colLen.Name = "colLen";
  422. this.colLen.ReadOnly = true;
  423. //
  424. // colDefectCount
  425. //
  426. this.colDefectCount.HeaderText = "总缺陷";
  427. this.colDefectCount.Name = "colDefectCount";
  428. this.colDefectCount.ReadOnly = true;
  429. this.colDefectCount.Visible = false;
  430. //
  431. // colGrade
  432. //
  433. this.colGrade.HeaderText = "等级";
  434. this.colGrade.Name = "colGrade";
  435. this.colGrade.ReadOnly = true;
  436. this.colGrade.Visible = false;
  437. //
  438. // pageCtrl1
  439. //
  440. this.pageCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
  441. this.pageCtrl1.Location = new System.Drawing.Point(3, 443);
  442. this.pageCtrl1.Name = "pageCtrl1";
  443. this.pageCtrl1.PageIndex = 1;
  444. this.pageCtrl1.PageSize = 30;
  445. this.pageCtrl1.RecordCount = 0;
  446. this.pageCtrl1.Size = new System.Drawing.Size(944, 38);
  447. this.pageCtrl1.TabIndex = 2;
  448. //
  449. // DataQueryFrm
  450. //
  451. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  452. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  453. this.ClientSize = new System.Drawing.Size(950, 530);
  454. this.Controls.Add(this.panel1);
  455. this.Controls.Add(this.uiTitel1);
  456. this.Name = "DataQueryFrm";
  457. this.Text = "数据查询";
  458. this.panel1.ResumeLayout(false);
  459. this.tableLayoutPanel1.ResumeLayout(false);
  460. this.panel2.ResumeLayout(false);
  461. this.panel2.PerformLayout();
  462. ((System.ComponentModel.ISupportInitialize)(this.lineChartDefect)).EndInit();
  463. ((System.ComponentModel.ISupportInitialize)(this.lineChartFaceWidth)).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
  465. this.ResumeLayout(false);
  466. }
  467. #endregion
  468. private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
  469. private System.Windows.Forms.Panel panel1;
  470. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  471. private System.Windows.Forms.Panel panel2;
  472. private System.Windows.Forms.TextBox txtBatchId;
  473. private System.Windows.Forms.DateTimePicker uiDatePicker1;
  474. private System.Windows.Forms.TextBox txtReelId;
  475. private System.Windows.Forms.Label label2;
  476. private System.Windows.Forms.Label label1;
  477. private System.Windows.Forms.TextBox txtBarcode;
  478. private CCWin.SkinControl.SkinButton skinButton1;
  479. private CCWin.SkinControl.SkinButton skinButton2;
  480. private System.Windows.Forms.DateTimePicker uiDatePicker2;
  481. private System.Windows.Forms.Label label6;
  482. private System.Windows.Forms.Label label5;
  483. private System.Windows.Forms.Label label3;
  484. private System.Windows.Forms.DataGridView uiDataGridView1;
  485. private MaiMuAOI.SysUI.DefectPicShow.PageCtrl pageCtrl1;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn colCreateTime;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn colbarcode;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn colName;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn colOrderId;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn colBatchId;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn colReelId;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn colLen;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectCount;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn colGrade;
  496. private System.Windows.Forms.DataVisualization.Charting.Chart lineChartDefect;
  497. private System.Windows.Forms.DataVisualization.Charting.Chart lineChartFaceWidth;
  498. }
  499. }