版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

530 lines
31 KiB

  1. namespace MaiMuAOI.SysUI.DefectPicShow
  2. {
  3. partial class DistributionFrm
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  35. this.tabControl1 = new System.Windows.Forms.TabControl();
  36. this.tabPage1 = new System.Windows.Forms.TabPage();
  37. this.gpbDefectList = new System.Windows.Forms.GroupBox();
  38. this.dgvProcess = new System.Windows.Forms.DataGridView();
  39. this.colKey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.colMainIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.colIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.colY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.colDefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.colDefectCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.colResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.gboxDefectList = new System.Windows.Forms.GroupBox();
  48. this.lblDefectAddTag = new System.Windows.Forms.Label();
  49. this.pnlBmpList = new System.Windows.Forms.FlowLayoutPanel();
  50. this.imageBox0 = new ImageToolKits.ImageBox();
  51. this.tabPage2 = new System.Windows.Forms.TabPage();
  52. this.imageBox1 = new ImageToolKits.ImageBox();
  53. this.groupBox1 = new System.Windows.Forms.GroupBox();
  54. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  55. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.tabControl1.SuspendLayout();
  64. this.tabPage1.SuspendLayout();
  65. this.gpbDefectList.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvProcess)).BeginInit();
  67. this.gboxDefectList.SuspendLayout();
  68. this.tabPage2.SuspendLayout();
  69. this.groupBox1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // uiTitel1
  74. //
  75. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  76. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.uiTitel1.FatherForm = null;
  78. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  79. this.uiTitel1.Name = "uiTitel1";
  80. this.uiTitel1.Size = new System.Drawing.Size(1295, 46);
  81. this.uiTitel1.TabIndex = 37;
  82. //
  83. // tabControl1
  84. //
  85. this.tabControl1.Controls.Add(this.tabPage1);
  86. this.tabControl1.Controls.Add(this.tabPage2);
  87. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.tabControl1.Location = new System.Drawing.Point(0, 46);
  90. this.tabControl1.Name = "tabControl1";
  91. this.tabControl1.SelectedIndex = 0;
  92. this.tabControl1.Size = new System.Drawing.Size(1295, 710);
  93. this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
  94. this.tabControl1.TabIndex = 38;
  95. //
  96. // tabPage1
  97. //
  98. this.tabPage1.Controls.Add(this.imageBox0);
  99. this.tabPage1.Controls.Add(this.gpbDefectList);
  100. this.tabPage1.Controls.Add(this.gboxDefectList);
  101. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  102. this.tabPage1.Name = "tabPage1";
  103. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  104. this.tabPage1.Size = new System.Drawing.Size(1287, 676);
  105. this.tabPage1.TabIndex = 0;
  106. this.tabPage1.Text = "图片观测";
  107. this.tabPage1.UseVisualStyleBackColor = true;
  108. //
  109. // gpbDefectList
  110. //
  111. this.gpbDefectList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  112. | System.Windows.Forms.AnchorStyles.Right)));
  113. this.gpbDefectList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  114. this.gpbDefectList.Controls.Add(this.dgvProcess);
  115. this.gpbDefectList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.gpbDefectList.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  117. this.gpbDefectList.Location = new System.Drawing.Point(932, 5);
  118. this.gpbDefectList.Margin = new System.Windows.Forms.Padding(2);
  119. this.gpbDefectList.Name = "gpbDefectList";
  120. this.gpbDefectList.Padding = new System.Windows.Forms.Padding(2);
  121. this.gpbDefectList.Size = new System.Drawing.Size(348, 664);
  122. this.gpbDefectList.TabIndex = 41;
  123. this.gpbDefectList.TabStop = false;
  124. this.gpbDefectList.Text = "缺陷明细";
  125. //
  126. // dgvProcess
  127. //
  128. this.dgvProcess.AllowUserToAddRows = false;
  129. this.dgvProcess.AllowUserToDeleteRows = false;
  130. this.dgvProcess.AllowUserToResizeRows = false;
  131. this.dgvProcess.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  132. this.dgvProcess.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  133. this.colKey,
  134. this.colMainIndex,
  135. this.colIndex,
  136. this.colX,
  137. this.colY,
  138. this.colDefectName,
  139. this.colDefectCC,
  140. this.colResult});
  141. this.dgvProcess.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.dgvProcess.Location = new System.Drawing.Point(2, 18);
  143. this.dgvProcess.Margin = new System.Windows.Forms.Padding(2);
  144. this.dgvProcess.MultiSelect = false;
  145. this.dgvProcess.Name = "dgvProcess";
  146. this.dgvProcess.ReadOnly = true;
  147. this.dgvProcess.RowHeadersVisible = false;
  148. this.dgvProcess.RowHeadersWidth = 62;
  149. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.dgvProcess.RowsDefaultCellStyle = dataGridViewCellStyle3;
  151. this.dgvProcess.RowTemplate.Height = 30;
  152. this.dgvProcess.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  153. this.dgvProcess.Size = new System.Drawing.Size(344, 644);
  154. this.dgvProcess.TabIndex = 3;
  155. //
  156. // colKey
  157. //
  158. this.colKey.DataPropertyName = "Main_FileName";
  159. this.colKey.HeaderText = "Key";
  160. this.colKey.MinimumWidth = 8;
  161. this.colKey.Name = "colKey";
  162. this.colKey.ReadOnly = true;
  163. this.colKey.Visible = false;
  164. this.colKey.Width = 150;
  165. //
  166. // colMainIndex
  167. //
  168. this.colMainIndex.DataPropertyName = "MainIndex";
  169. this.colMainIndex.HeaderText = "大图索引";
  170. this.colMainIndex.MinimumWidth = 10;
  171. this.colMainIndex.Name = "colMainIndex";
  172. this.colMainIndex.ReadOnly = true;
  173. this.colMainIndex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  174. this.colMainIndex.Width = 60;
  175. //
  176. // colIndex
  177. //
  178. this.colIndex.DataPropertyName = "Index";
  179. dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
  180. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.colIndex.DefaultCellStyle = dataGridViewCellStyle1;
  182. this.colIndex.HeaderText = "索引";
  183. this.colIndex.MinimumWidth = 50;
  184. this.colIndex.Name = "colIndex";
  185. this.colIndex.ReadOnly = true;
  186. this.colIndex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  187. this.colIndex.Width = 60;
  188. //
  189. // colX
  190. //
  191. this.colX.DataPropertyName = "X";
  192. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  193. this.colX.DefaultCellStyle = dataGridViewCellStyle2;
  194. this.colX.HeaderText = "X轴";
  195. this.colX.MinimumWidth = 50;
  196. this.colX.Name = "colX";
  197. this.colX.ReadOnly = true;
  198. this.colX.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  199. this.colX.Visible = false;
  200. this.colX.Width = 80;
  201. //
  202. // colY
  203. //
  204. this.colY.DataPropertyName = "Y";
  205. this.colY.HeaderText = "Y轴";
  206. this.colY.MinimumWidth = 70;
  207. this.colY.Name = "colY";
  208. this.colY.ReadOnly = true;
  209. this.colY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  210. this.colY.Visible = false;
  211. this.colY.Width = 80;
  212. //
  213. // colDefectName
  214. //
  215. this.colDefectName.DataPropertyName = "DefectName";
  216. this.colDefectName.HeaderText = "缺陷类型";
  217. this.colDefectName.MinimumWidth = 80;
  218. this.colDefectName.Name = "colDefectName";
  219. this.colDefectName.ReadOnly = true;
  220. this.colDefectName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  221. this.colDefectName.Width = 150;
  222. //
  223. // colDefectCC
  224. //
  225. this.colDefectCC.DataPropertyName = "DefectCC";
  226. this.colDefectCC.HeaderText = "置信度";
  227. this.colDefectCC.MinimumWidth = 80;
  228. this.colDefectCC.Name = "colDefectCC";
  229. this.colDefectCC.ReadOnly = true;
  230. this.colDefectCC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  231. this.colDefectCC.Width = 85;
  232. //
  233. // colResult
  234. //
  235. this.colResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  236. this.colResult.HeaderText = "结果";
  237. this.colResult.MinimumWidth = 80;
  238. this.colResult.Name = "colResult";
  239. this.colResult.ReadOnly = true;
  240. this.colResult.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  241. this.colResult.Visible = false;
  242. //
  243. // gboxDefectList
  244. //
  245. this.gboxDefectList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  246. | System.Windows.Forms.AnchorStyles.Left)));
  247. this.gboxDefectList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  248. this.gboxDefectList.Controls.Add(this.lblDefectAddTag);
  249. this.gboxDefectList.Controls.Add(this.pnlBmpList);
  250. this.gboxDefectList.ForeColor = System.Drawing.SystemColors.Control;
  251. this.gboxDefectList.Location = new System.Drawing.Point(0, 0);
  252. this.gboxDefectList.Margin = new System.Windows.Forms.Padding(2);
  253. this.gboxDefectList.Name = "gboxDefectList";
  254. this.gboxDefectList.Padding = new System.Windows.Forms.Padding(2);
  255. this.gboxDefectList.Size = new System.Drawing.Size(255, 710);
  256. this.gboxDefectList.TabIndex = 40;
  257. this.gboxDefectList.TabStop = false;
  258. this.gboxDefectList.Tag = "0";
  259. this.gboxDefectList.Text = "缺陷图像";
  260. //
  261. // lblDefectAddTag
  262. //
  263. this.lblDefectAddTag.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  264. this.lblDefectAddTag.AutoSize = true;
  265. this.lblDefectAddTag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.lblDefectAddTag.ForeColor = System.Drawing.Color.Blue;
  267. this.lblDefectAddTag.Location = new System.Drawing.Point(104, 2);
  268. this.lblDefectAddTag.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  269. this.lblDefectAddTag.Name = "lblDefectAddTag";
  270. this.lblDefectAddTag.Size = new System.Drawing.Size(0, 12);
  271. this.lblDefectAddTag.TabIndex = 1;
  272. this.lblDefectAddTag.Tag = "0";
  273. //
  274. // pnlBmpList
  275. //
  276. this.pnlBmpList.AutoScroll = true;
  277. this.pnlBmpList.AutoSize = true;
  278. this.pnlBmpList.BackColor = System.Drawing.SystemColors.Control;
  279. this.pnlBmpList.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.pnlBmpList.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  281. this.pnlBmpList.Location = new System.Drawing.Point(2, 24);
  282. this.pnlBmpList.Margin = new System.Windows.Forms.Padding(2);
  283. this.pnlBmpList.Name = "pnlBmpList";
  284. this.pnlBmpList.Size = new System.Drawing.Size(251, 684);
  285. this.pnlBmpList.TabIndex = 0;
  286. this.pnlBmpList.WrapContents = false;
  287. //
  288. // imageBox0
  289. //
  290. this.imageBox0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  291. | System.Windows.Forms.AnchorStyles.Left)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.imageBox0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  294. this.imageBox0.ColorName = System.Drawing.Color.LimeGreen;
  295. this.imageBox0.DrawParam = null;
  296. this.imageBox0.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.imageBox0.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  298. this.imageBox0.Image = null;
  299. this.imageBox0.Location = new System.Drawing.Point(255, 3);
  300. this.imageBox0.Margin = new System.Windows.Forms.Padding(0);
  301. this.imageBox0.Name = "imageBox0";
  302. this.imageBox0.Size = new System.Drawing.Size(675, 666);
  303. this.imageBox0.TabIndex = 39;
  304. //
  305. // tabPage2
  306. //
  307. this.tabPage2.Controls.Add(this.groupBox1);
  308. this.tabPage2.Controls.Add(this.imageBox1);
  309. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  310. this.tabPage2.Name = "tabPage2";
  311. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  312. this.tabPage2.Size = new System.Drawing.Size(1287, 676);
  313. this.tabPage2.TabIndex = 1;
  314. this.tabPage2.Text = "图纸观测";
  315. this.tabPage2.UseVisualStyleBackColor = true;
  316. //
  317. // imageBox1
  318. //
  319. this.imageBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  320. | System.Windows.Forms.AnchorStyles.Left)
  321. | System.Windows.Forms.AnchorStyles.Right)));
  322. this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  323. this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
  324. this.imageBox1.DrawParam = null;
  325. this.imageBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.imageBox1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  327. this.imageBox1.Image = null;
  328. this.imageBox1.Location = new System.Drawing.Point(5, 3);
  329. this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
  330. this.imageBox1.Name = "imageBox1";
  331. this.imageBox1.Size = new System.Drawing.Size(932, 668);
  332. this.imageBox1.TabIndex = 39;
  333. //
  334. // groupBox1
  335. //
  336. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  337. | System.Windows.Forms.AnchorStyles.Right)));
  338. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  339. this.groupBox1.Controls.Add(this.dataGridView1);
  340. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  342. this.groupBox1.Location = new System.Drawing.Point(939, 0);
  343. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  344. this.groupBox1.Name = "groupBox1";
  345. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  346. this.groupBox1.Size = new System.Drawing.Size(348, 676);
  347. this.groupBox1.TabIndex = 42;
  348. this.groupBox1.TabStop = false;
  349. this.groupBox1.Text = "缺陷明细";
  350. //
  351. // dataGridView1
  352. //
  353. this.dataGridView1.AllowUserToAddRows = false;
  354. this.dataGridView1.AllowUserToDeleteRows = false;
  355. this.dataGridView1.AllowUserToResizeRows = false;
  356. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  357. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  358. this.dataGridViewTextBoxColumn1,
  359. this.dataGridViewTextBoxColumn2,
  360. this.dataGridViewTextBoxColumn3,
  361. this.dataGridViewTextBoxColumn4,
  362. this.dataGridViewTextBoxColumn5,
  363. this.dataGridViewTextBoxColumn6,
  364. this.dataGridViewTextBoxColumn7,
  365. this.dataGridViewTextBoxColumn8});
  366. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  367. this.dataGridView1.Location = new System.Drawing.Point(2, 18);
  368. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  369. this.dataGridView1.MultiSelect = false;
  370. this.dataGridView1.Name = "dataGridView1";
  371. this.dataGridView1.ReadOnly = true;
  372. this.dataGridView1.RowHeadersVisible = false;
  373. this.dataGridView1.RowHeadersWidth = 62;
  374. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6;
  376. this.dataGridView1.RowTemplate.Height = 30;
  377. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  378. this.dataGridView1.Size = new System.Drawing.Size(344, 656);
  379. this.dataGridView1.TabIndex = 3;
  380. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.data_CellDoubleClick);
  381. //
  382. // dataGridViewTextBoxColumn1
  383. //
  384. this.dataGridViewTextBoxColumn1.DataPropertyName = "Main_FileName";
  385. this.dataGridViewTextBoxColumn1.HeaderText = "Key";
  386. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  387. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  388. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  389. this.dataGridViewTextBoxColumn1.Visible = false;
  390. this.dataGridViewTextBoxColumn1.Width = 150;
  391. //
  392. // dataGridViewTextBoxColumn2
  393. //
  394. this.dataGridViewTextBoxColumn2.DataPropertyName = "MainIndex";
  395. this.dataGridViewTextBoxColumn2.HeaderText = "大图索引";
  396. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  397. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  398. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  399. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  400. this.dataGridViewTextBoxColumn2.Visible = false;
  401. this.dataGridViewTextBoxColumn2.Width = 60;
  402. //
  403. // dataGridViewTextBoxColumn3
  404. //
  405. this.dataGridViewTextBoxColumn3.DataPropertyName = "Index";
  406. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  407. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle4;
  409. this.dataGridViewTextBoxColumn3.HeaderText = "索引";
  410. this.dataGridViewTextBoxColumn3.MinimumWidth = 50;
  411. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  412. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  413. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  414. this.dataGridViewTextBoxColumn3.Visible = false;
  415. this.dataGridViewTextBoxColumn3.Width = 60;
  416. //
  417. // dataGridViewTextBoxColumn4
  418. //
  419. this.dataGridViewTextBoxColumn4.DataPropertyName = "X";
  420. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  421. this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle5;
  422. this.dataGridViewTextBoxColumn4.HeaderText = "X轴";
  423. this.dataGridViewTextBoxColumn4.MinimumWidth = 50;
  424. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  425. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  426. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  427. this.dataGridViewTextBoxColumn4.Visible = false;
  428. this.dataGridViewTextBoxColumn4.Width = 80;
  429. //
  430. // dataGridViewTextBoxColumn5
  431. //
  432. this.dataGridViewTextBoxColumn5.DataPropertyName = "Y";
  433. this.dataGridViewTextBoxColumn5.HeaderText = "Y轴";
  434. this.dataGridViewTextBoxColumn5.MinimumWidth = 70;
  435. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  436. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  437. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  438. this.dataGridViewTextBoxColumn5.Visible = false;
  439. this.dataGridViewTextBoxColumn5.Width = 80;
  440. //
  441. // dataGridViewTextBoxColumn6
  442. //
  443. this.dataGridViewTextBoxColumn6.DataPropertyName = "DefectName";
  444. this.dataGridViewTextBoxColumn6.HeaderText = "缺陷类型";
  445. this.dataGridViewTextBoxColumn6.MinimumWidth = 80;
  446. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  447. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  448. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  449. this.dataGridViewTextBoxColumn6.Width = 150;
  450. //
  451. // dataGridViewTextBoxColumn7
  452. //
  453. this.dataGridViewTextBoxColumn7.DataPropertyName = "DefectCC";
  454. this.dataGridViewTextBoxColumn7.HeaderText = "置信度";
  455. this.dataGridViewTextBoxColumn7.MinimumWidth = 80;
  456. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  457. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  458. this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  459. this.dataGridViewTextBoxColumn7.Width = 85;
  460. //
  461. // dataGridViewTextBoxColumn8
  462. //
  463. this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  464. this.dataGridViewTextBoxColumn8.HeaderText = "结果";
  465. this.dataGridViewTextBoxColumn8.MinimumWidth = 80;
  466. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  467. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  468. this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  469. this.dataGridViewTextBoxColumn8.Visible = false;
  470. //
  471. // DistributionFrm
  472. //
  473. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  474. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  475. this.ClientSize = new System.Drawing.Size(1295, 756);
  476. this.Controls.Add(this.tabControl1);
  477. this.Controls.Add(this.uiTitel1);
  478. this.Name = "DistributionFrm";
  479. this.Text = "缺陷分布";
  480. this.Load += new System.EventHandler(this.DistributionFrm_Load);
  481. this.SizeChanged += new System.EventHandler(this.DistributionFrm_SizeChanged);
  482. this.tabControl1.ResumeLayout(false);
  483. this.tabPage1.ResumeLayout(false);
  484. this.gpbDefectList.ResumeLayout(false);
  485. ((System.ComponentModel.ISupportInitialize)(this.dgvProcess)).EndInit();
  486. this.gboxDefectList.ResumeLayout(false);
  487. this.gboxDefectList.PerformLayout();
  488. this.tabPage2.ResumeLayout(false);
  489. this.groupBox1.ResumeLayout(false);
  490. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  491. this.ResumeLayout(false);
  492. }
  493. #endregion
  494. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  495. private System.Windows.Forms.TabControl tabControl1;
  496. private System.Windows.Forms.TabPage tabPage1;
  497. private ImageToolKits.ImageBox imageBox0;
  498. private System.Windows.Forms.GroupBox gpbDefectList;
  499. private System.Windows.Forms.DataGridView dgvProcess;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn colKey;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn colMainIndex;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn colIndex;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn colX;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn colY;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectName;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectCC;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn colResult;
  508. private System.Windows.Forms.GroupBox gboxDefectList;
  509. private System.Windows.Forms.Label lblDefectAddTag;
  510. private System.Windows.Forms.FlowLayoutPanel pnlBmpList;
  511. private System.Windows.Forms.TabPage tabPage2;
  512. private System.Windows.Forms.GroupBox groupBox1;
  513. private System.Windows.Forms.DataGridView dataGridView1;
  514. private ImageToolKits.ImageBox imageBox1;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  523. }
  524. }