版博士V2.0程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

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