|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399 |
- namespace DefectInferTool
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows 窗体设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.flpQualifiedPannel = new System.Windows.Forms.FlowLayoutPanel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.button1 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.gboxDefectList = new System.Windows.Forms.GroupBox();
- this.pnlBmpList = new System.Windows.Forms.FlowLayoutPanel();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
- this.lstLog = new System.Windows.Forms.ListBox();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.tbTZPath = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.tbSFPath = new System.Windows.Forms.TextBox();
- this.markX1 = new System.Windows.Forms.NumericUpDown();
- this.MarkY1 = new System.Windows.Forms.NumericUpDown();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.MarkY2 = new System.Windows.Forms.NumericUpDown();
- this.markX2 = new System.Windows.Forms.NumericUpDown();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.MarkY3 = new System.Windows.Forms.NumericUpDown();
- this.markX3 = new System.Windows.Forms.NumericUpDown();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.MarkY4 = new System.Windows.Forms.NumericUpDown();
- this.markX4 = new System.Windows.Forms.NumericUpDown();
- this.label12 = new System.Windows.Forms.Label();
- this.ZPos = new System.Windows.Forms.NumericUpDown();
- this.btnMarkCal = new System.Windows.Forms.Button();
- this.groupBox7 = new System.Windows.Forms.GroupBox();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.label13 = new System.Windows.Forms.Label();
- this.qx_markX1 = new System.Windows.Forms.NumericUpDown();
- this.qx_markY1 = new System.Windows.Forms.NumericUpDown();
- this.label15 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.qx_markX2 = new System.Windows.Forms.NumericUpDown();
- this.label17 = new System.Windows.Forms.Label();
- this.qx_markY4 = new System.Windows.Forms.NumericUpDown();
- this.qx_markY2 = new System.Windows.Forms.NumericUpDown();
- this.qx_markX4 = new System.Windows.Forms.NumericUpDown();
- this.label18 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.qx_markX3 = new System.Windows.Forms.NumericUpDown();
- this.qx_markY3 = new System.Windows.Forms.NumericUpDown();
- this.btnNoMarkCal = new System.Windows.Forms.Button();
- this.groupBox9 = new System.Windows.Forms.GroupBox();
- this.btnCal = new System.Windows.Forms.Button();
- this.groupBox11 = new System.Windows.Forms.GroupBox();
- this.label29 = new System.Windows.Forms.Label();
- this.bX1 = new System.Windows.Forms.NumericUpDown();
- this.bY1 = new System.Windows.Forms.NumericUpDown();
- this.label31 = new System.Windows.Forms.Label();
- this.label40 = new System.Windows.Forms.Label();
- this.label41 = new System.Windows.Forms.Label();
- this.groupBox10 = new System.Windows.Forms.GroupBox();
- this.label14 = new System.Windows.Forms.Label();
- this.aX1 = new System.Windows.Forms.NumericUpDown();
- this.aY1 = new System.Windows.Forms.NumericUpDown();
- this.label22 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.gboxDefectList.SuspendLayout();
- this.groupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- this.groupBox4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
- this.groupBox5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
- this.groupBox6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.markX1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MarkY1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MarkY2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.markX2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MarkY3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.markX3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MarkY4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.markX4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ZPos)).BeginInit();
- this.groupBox7.SuspendLayout();
- this.groupBox8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markX1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markY1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markX2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markY4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markY2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markX4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markX3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markY3)).BeginInit();
- this.groupBox9.SuspendLayout();
- this.groupBox11.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bX1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bY1)).BeginInit();
- this.groupBox10.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.aX1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.aY1)).BeginInit();
- this.SuspendLayout();
- //
- // flpQualifiedPannel
- //
- this.flpQualifiedPannel.AutoScroll = true;
- this.flpQualifiedPannel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flpQualifiedPannel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
- this.flpQualifiedPannel.Location = new System.Drawing.Point(3, 17);
- this.flpQualifiedPannel.Margin = new System.Windows.Forms.Padding(2);
- this.flpQualifiedPannel.Name = "flpQualifiedPannel";
- this.flpQualifiedPannel.Padding = new System.Windows.Forms.Padding(3);
- this.flpQualifiedPannel.Size = new System.Drawing.Size(592, 416);
- this.flpQualifiedPannel.TabIndex = 1;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.flpQualifiedPannel);
- this.groupBox1.Location = new System.Drawing.Point(6, 194);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(598, 436);
- this.groupBox1.TabIndex = 2;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "测试标准";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(9, 51);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(143, 23);
- this.button1.TabIndex = 3;
- this.button1.Text = "加载图片并推理";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(608, 9);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(491, 119);
- this.textBox1.TabIndex = 4;
- //
- // gboxDefectList
- //
- this.gboxDefectList.Controls.Add(this.pnlBmpList);
- this.gboxDefectList.Location = new System.Drawing.Point(610, 207);
- this.gboxDefectList.Name = "gboxDefectList";
- this.gboxDefectList.Size = new System.Drawing.Size(489, 423);
- this.gboxDefectList.TabIndex = 5;
- this.gboxDefectList.TabStop = false;
- this.gboxDefectList.Tag = "0";
- this.gboxDefectList.Text = "小图";
- //
- // pnlBmpList
- //
- this.pnlBmpList.AutoScroll = true;
- this.pnlBmpList.AutoSize = true;
- this.pnlBmpList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlBmpList.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
- this.pnlBmpList.Location = new System.Drawing.Point(3, 17);
- this.pnlBmpList.Margin = new System.Windows.Forms.Padding(2);
- this.pnlBmpList.Name = "pnlBmpList";
- this.pnlBmpList.Padding = new System.Windows.Forms.Padding(3);
- this.pnlBmpList.Size = new System.Drawing.Size(483, 403);
- this.pnlBmpList.TabIndex = 1;
- this.pnlBmpList.WrapContents = false;
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(187, 53);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(393, 21);
- this.textBox3.TabIndex = 7;
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(187, 88);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(393, 21);
- this.textBox4.TabIndex = 8;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(9, 86);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(143, 23);
- this.button2.TabIndex = 9;
- this.button2.Text = "设置小图保存路径";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(187, 19);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(393, 20);
- this.comboBox1.TabIndex = 10;
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(99, 22);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 11;
- this.label1.Text = "模型选择";
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.Location = new System.Drawing.Point(158, 119);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(96, 16);
- this.checkBox1.TabIndex = 12;
- this.checkBox1.Text = "开启单边计算";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.numericUpDown2);
- this.groupBox3.Controls.Add(this.numericUpDown1);
- this.groupBox3.Location = new System.Drawing.Point(158, 141);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(163, 47);
- this.groupBox3.TabIndex = 13;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "切割大小";
- //
- // numericUpDown2
- //
- this.numericUpDown2.Location = new System.Drawing.Point(82, 19);
- this.numericUpDown2.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown2.Name = "numericUpDown2";
- this.numericUpDown2.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown2.TabIndex = 1;
- //
- // numericUpDown1
- //
- this.numericUpDown1.Location = new System.Drawing.Point(6, 20);
- this.numericUpDown1.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown1.Name = "numericUpDown1";
- this.numericUpDown1.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown1.TabIndex = 0;
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.numericUpDown3);
- this.groupBox4.Controls.Add(this.numericUpDown4);
- this.groupBox4.Location = new System.Drawing.Point(327, 141);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(163, 47);
- this.groupBox4.TabIndex = 14;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "重置大小";
- //
- // numericUpDown3
- //
- this.numericUpDown3.Location = new System.Drawing.Point(82, 19);
- this.numericUpDown3.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown3.Name = "numericUpDown3";
- this.numericUpDown3.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown3.TabIndex = 1;
- //
- // numericUpDown4
- //
- this.numericUpDown4.Location = new System.Drawing.Point(6, 20);
- this.numericUpDown4.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown4.Name = "numericUpDown4";
- this.numericUpDown4.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown4.TabIndex = 0;
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.numericUpDown6);
- this.groupBox5.Location = new System.Drawing.Point(496, 141);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(84, 47);
- this.groupBox5.TabIndex = 15;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "阈值";
- //
- // numericUpDown6
- //
- this.numericUpDown6.DecimalPlaces = 2;
- this.numericUpDown6.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numericUpDown6.Location = new System.Drawing.Point(6, 20);
- this.numericUpDown6.Maximum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numericUpDown6.Name = "numericUpDown6";
- this.numericUpDown6.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown6.TabIndex = 0;
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.numericUpDown5);
- this.groupBox6.Location = new System.Drawing.Point(68, 141);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(84, 47);
- this.groupBox6.TabIndex = 16;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "目数";
- //
- // numericUpDown5
- //
- this.numericUpDown5.Location = new System.Drawing.Point(6, 20);
- this.numericUpDown5.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown5.Name = "numericUpDown5";
- this.numericUpDown5.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown5.TabIndex = 0;
- this.numericUpDown5.Value = new decimal(new int[] {
- 500,
- 0,
- 0,
- 0});
- //
- // lstLog
- //
- this.lstLog.FormattingEnabled = true;
- this.lstLog.ItemHeight = 12;
- this.lstLog.Location = new System.Drawing.Point(608, 134);
- this.lstLog.Name = "lstLog";
- this.lstLog.Size = new System.Drawing.Size(491, 64);
- this.lstLog.TabIndex = 17;
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(6, 21);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(66, 16);
- this.checkBox2.TabIndex = 18;
- this.checkBox2.Text = "使用GPU";
- this.checkBox2.UseVisualStyleBackColor = true;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(2, 1);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1113, 661);
- this.tabControl1.TabIndex = 19;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.checkBox2);
- this.tabPage1.Controls.Add(this.groupBox1);
- this.tabPage1.Controls.Add(this.lstLog);
- this.tabPage1.Controls.Add(this.button1);
- this.tabPage1.Controls.Add(this.groupBox6);
- this.tabPage1.Controls.Add(this.textBox1);
- this.tabPage1.Controls.Add(this.groupBox5);
- this.tabPage1.Controls.Add(this.gboxDefectList);
- this.tabPage1.Controls.Add(this.groupBox4);
- this.tabPage1.Controls.Add(this.textBox3);
- this.tabPage1.Controls.Add(this.groupBox3);
- this.tabPage1.Controls.Add(this.textBox4);
- this.tabPage1.Controls.Add(this.checkBox1);
- this.tabPage1.Controls.Add(this.button2);
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Controls.Add(this.comboBox1);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(1105, 635);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "推理";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.groupBox9);
- this.tabPage2.Controls.Add(this.groupBox2);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(1105, 635);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "标定";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.label40);
- this.groupBox2.Controls.Add(this.btnNoMarkCal);
- this.groupBox2.Controls.Add(this.groupBox8);
- this.groupBox2.Controls.Add(this.groupBox7);
- this.groupBox2.Controls.Add(this.btnMarkCal);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.tbSFPath);
- this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Controls.Add(this.tbTZPath);
- this.groupBox2.Location = new System.Drawing.Point(6, 18);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(547, 611);
- this.groupBox2.TabIndex = 0;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "主机台标定";
- //
- // tbTZPath
- //
- this.tbTZPath.Location = new System.Drawing.Point(99, 39);
- this.tbTZPath.Multiline = true;
- this.tbTZPath.Name = "tbTZPath";
- this.tbTZPath.Size = new System.Drawing.Size(420, 41);
- this.tbTZPath.TabIndex = 8;
- this.tbTZPath.Click += new System.EventHandler(this.tbTZPath_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 42);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(89, 12);
- this.label2.TabIndex = 9;
- this.label2.Text = "图纸文件路径:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 89);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(89, 12);
- this.label3.TabIndex = 11;
- this.label3.Text = "算法文件路径:";
- //
- // tbSFPath
- //
- this.tbSFPath.Location = new System.Drawing.Point(99, 86);
- this.tbSFPath.Multiline = true;
- this.tbSFPath.Name = "tbSFPath";
- this.tbSFPath.Size = new System.Drawing.Size(420, 35);
- this.tbSFPath.TabIndex = 10;
- this.tbSFPath.Text = "C:\\Users\\user\\AppData\\Local\\Programs\\MVTec\\HALCON-21.05-Progress\\procedures\\User_" +
- "Data";
- this.tbSFPath.Click += new System.EventHandler(this.tbSFPath_Click);
- this.tbSFPath.TextChanged += new System.EventHandler(this.tbSFPath_TextChanged);
- //
- // markX1
- //
- this.markX1.DecimalPlaces = 4;
- this.markX1.Location = new System.Drawing.Point(93, 29);
- this.markX1.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.markX1.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.markX1.Name = "markX1";
- this.markX1.Size = new System.Drawing.Size(120, 21);
- this.markX1.TabIndex = 12;
- //
- // MarkY1
- //
- this.MarkY1.DecimalPlaces = 4;
- this.MarkY1.Location = new System.Drawing.Point(93, 56);
- this.MarkY1.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.MarkY1.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.MarkY1.Name = "MarkY1";
- this.MarkY1.Size = new System.Drawing.Size(120, 21);
- this.MarkY1.TabIndex = 13;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(26, 31);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(47, 12);
- this.label4.TabIndex = 14;
- this.label4.Text = "mark1 X";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(26, 58);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(47, 12);
- this.label5.TabIndex = 15;
- this.label5.Text = "mark1 Y";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(297, 58);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(47, 12);
- this.label6.TabIndex = 19;
- this.label6.Text = "mark2 Y";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(297, 31);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(47, 12);
- this.label7.TabIndex = 18;
- this.label7.Text = "mark2 X";
- //
- // MarkY2
- //
- this.MarkY2.DecimalPlaces = 4;
- this.MarkY2.Location = new System.Drawing.Point(364, 56);
- this.MarkY2.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.MarkY2.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.MarkY2.Name = "MarkY2";
- this.MarkY2.Size = new System.Drawing.Size(120, 21);
- this.MarkY2.TabIndex = 17;
- //
- // markX2
- //
- this.markX2.DecimalPlaces = 4;
- this.markX2.Location = new System.Drawing.Point(364, 29);
- this.markX2.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.markX2.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.markX2.Name = "markX2";
- this.markX2.Size = new System.Drawing.Size(120, 21);
- this.markX2.TabIndex = 16;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(26, 138);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(47, 12);
- this.label8.TabIndex = 23;
- this.label8.Text = "mark3 Y";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(26, 111);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(47, 12);
- this.label9.TabIndex = 22;
- this.label9.Text = "mark3 X";
- //
- // MarkY3
- //
- this.MarkY3.DecimalPlaces = 4;
- this.MarkY3.Location = new System.Drawing.Point(93, 136);
- this.MarkY3.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.MarkY3.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.MarkY3.Name = "MarkY3";
- this.MarkY3.Size = new System.Drawing.Size(120, 21);
- this.MarkY3.TabIndex = 21;
- //
- // markX3
- //
- this.markX3.DecimalPlaces = 4;
- this.markX3.Location = new System.Drawing.Point(93, 109);
- this.markX3.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.markX3.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.markX3.Name = "markX3";
- this.markX3.Size = new System.Drawing.Size(120, 21);
- this.markX3.TabIndex = 20;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(297, 138);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(47, 12);
- this.label10.TabIndex = 27;
- this.label10.Text = "mark4 Y";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(297, 111);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(47, 12);
- this.label11.TabIndex = 26;
- this.label11.Text = "mark4 X";
- //
- // MarkY4
- //
- this.MarkY4.DecimalPlaces = 4;
- this.MarkY4.Location = new System.Drawing.Point(364, 136);
- this.MarkY4.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.MarkY4.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.MarkY4.Name = "MarkY4";
- this.MarkY4.Size = new System.Drawing.Size(120, 21);
- this.MarkY4.TabIndex = 25;
- //
- // markX4
- //
- this.markX4.DecimalPlaces = 4;
- this.markX4.Location = new System.Drawing.Point(364, 109);
- this.markX4.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.markX4.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.markX4.Name = "markX4";
- this.markX4.Size = new System.Drawing.Size(120, 21);
- this.markX4.TabIndex = 24;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(26, 179);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(191, 12);
- this.label12.TabIndex = 29;
- this.label12.Text = "尺寸相机7.5X下对焦清晰,z轴坐标";
- //
- // ZPos
- //
- this.ZPos.DecimalPlaces = 4;
- this.ZPos.Location = new System.Drawing.Point(245, 177);
- this.ZPos.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.ZPos.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.ZPos.Name = "ZPos";
- this.ZPos.Size = new System.Drawing.Size(120, 21);
- this.ZPos.TabIndex = 28;
- //
- // btnMarkCal
- //
- this.btnMarkCal.Location = new System.Drawing.Point(34, 544);
- this.btnMarkCal.Name = "btnMarkCal";
- this.btnMarkCal.Size = new System.Drawing.Size(174, 23);
- this.btnMarkCal.TabIndex = 30;
- this.btnMarkCal.Text = "有Mark点标定计算";
- this.btnMarkCal.UseVisualStyleBackColor = true;
- this.btnMarkCal.Click += new System.EventHandler(this.btnMarkCal_Click);
- //
- // groupBox7
- //
- this.groupBox7.Controls.Add(this.label4);
- this.groupBox7.Controls.Add(this.markX1);
- this.groupBox7.Controls.Add(this.label12);
- this.groupBox7.Controls.Add(this.ZPos);
- this.groupBox7.Controls.Add(this.MarkY1);
- this.groupBox7.Controls.Add(this.label5);
- this.groupBox7.Controls.Add(this.label10);
- this.groupBox7.Controls.Add(this.markX2);
- this.groupBox7.Controls.Add(this.label11);
- this.groupBox7.Controls.Add(this.MarkY4);
- this.groupBox7.Controls.Add(this.MarkY2);
- this.groupBox7.Controls.Add(this.markX4);
- this.groupBox7.Controls.Add(this.label7);
- this.groupBox7.Controls.Add(this.label8);
- this.groupBox7.Controls.Add(this.label6);
- this.groupBox7.Controls.Add(this.label9);
- this.groupBox7.Controls.Add(this.markX3);
- this.groupBox7.Controls.Add(this.MarkY3);
- this.groupBox7.Location = new System.Drawing.Point(6, 135);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Size = new System.Drawing.Size(533, 210);
- this.groupBox7.TabIndex = 31;
- this.groupBox7.TabStop = false;
- this.groupBox7.Text = "尺寸相机参数";
- //
- // groupBox8
- //
- this.groupBox8.Controls.Add(this.label13);
- this.groupBox8.Controls.Add(this.qx_markX1);
- this.groupBox8.Controls.Add(this.qx_markY1);
- this.groupBox8.Controls.Add(this.label15);
- this.groupBox8.Controls.Add(this.label16);
- this.groupBox8.Controls.Add(this.qx_markX2);
- this.groupBox8.Controls.Add(this.label17);
- this.groupBox8.Controls.Add(this.qx_markY4);
- this.groupBox8.Controls.Add(this.qx_markY2);
- this.groupBox8.Controls.Add(this.qx_markX4);
- this.groupBox8.Controls.Add(this.label18);
- this.groupBox8.Controls.Add(this.label19);
- this.groupBox8.Controls.Add(this.label20);
- this.groupBox8.Controls.Add(this.label21);
- this.groupBox8.Controls.Add(this.qx_markX3);
- this.groupBox8.Controls.Add(this.qx_markY3);
- this.groupBox8.Location = new System.Drawing.Point(8, 351);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Size = new System.Drawing.Size(533, 175);
- this.groupBox8.TabIndex = 32;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "缺陷相机参数";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(24, 31);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(47, 12);
- this.label13.TabIndex = 14;
- this.label13.Text = "mark1 X";
- //
- // qx_markX1
- //
- this.qx_markX1.DecimalPlaces = 4;
- this.qx_markX1.Location = new System.Drawing.Point(91, 29);
- this.qx_markX1.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.qx_markX1.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.qx_markX1.Name = "qx_markX1";
- this.qx_markX1.Size = new System.Drawing.Size(120, 21);
- this.qx_markX1.TabIndex = 12;
- //
- // qx_markY1
- //
- this.qx_markY1.DecimalPlaces = 4;
- this.qx_markY1.Location = new System.Drawing.Point(91, 56);
- this.qx_markY1.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.qx_markY1.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.qx_markY1.Name = "qx_markY1";
- this.qx_markY1.Size = new System.Drawing.Size(120, 21);
- this.qx_markY1.TabIndex = 13;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(24, 58);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(47, 12);
- this.label15.TabIndex = 15;
- this.label15.Text = "mark1 Y";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(295, 138);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(47, 12);
- this.label16.TabIndex = 27;
- this.label16.Text = "mark4 Y";
- //
- // qx_markX2
- //
- this.qx_markX2.DecimalPlaces = 4;
- this.qx_markX2.Location = new System.Drawing.Point(362, 29);
- this.qx_markX2.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.qx_markX2.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.qx_markX2.Name = "qx_markX2";
- this.qx_markX2.Size = new System.Drawing.Size(120, 21);
- this.qx_markX2.TabIndex = 16;
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(295, 111);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(47, 12);
- this.label17.TabIndex = 26;
- this.label17.Text = "mark4 X";
- //
- // qx_markY4
- //
- this.qx_markY4.DecimalPlaces = 4;
- this.qx_markY4.Location = new System.Drawing.Point(362, 136);
- this.qx_markY4.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.qx_markY4.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.qx_markY4.Name = "qx_markY4";
- this.qx_markY4.Size = new System.Drawing.Size(120, 21);
- this.qx_markY4.TabIndex = 25;
- //
- // qx_markY2
- //
- this.qx_markY2.DecimalPlaces = 4;
- this.qx_markY2.Location = new System.Drawing.Point(362, 56);
- this.qx_markY2.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.qx_markY2.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.qx_markY2.Name = "qx_markY2";
- this.qx_markY2.Size = new System.Drawing.Size(120, 21);
- this.qx_markY2.TabIndex = 17;
- //
- // qx_markX4
- //
- this.qx_markX4.DecimalPlaces = 4;
- this.qx_markX4.Location = new System.Drawing.Point(362, 109);
- this.qx_markX4.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.qx_markX4.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.qx_markX4.Name = "qx_markX4";
- this.qx_markX4.Size = new System.Drawing.Size(120, 21);
- this.qx_markX4.TabIndex = 24;
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(295, 31);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(47, 12);
- this.label18.TabIndex = 18;
- this.label18.Text = "mark2 X";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(24, 138);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(47, 12);
- this.label19.TabIndex = 23;
- this.label19.Text = "mark3 Y";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(295, 58);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(47, 12);
- this.label20.TabIndex = 19;
- this.label20.Text = "mark2 Y";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(24, 111);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(47, 12);
- this.label21.TabIndex = 22;
- this.label21.Text = "mark3 X";
- //
- // qx_markX3
- //
- this.qx_markX3.DecimalPlaces = 4;
- this.qx_markX3.Location = new System.Drawing.Point(91, 109);
- this.qx_markX3.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.qx_markX3.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.qx_markX3.Name = "qx_markX3";
- this.qx_markX3.Size = new System.Drawing.Size(120, 21);
- this.qx_markX3.TabIndex = 20;
- //
- // qx_markY3
- //
- this.qx_markY3.DecimalPlaces = 4;
- this.qx_markY3.Location = new System.Drawing.Point(91, 136);
- this.qx_markY3.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.qx_markY3.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.qx_markY3.Name = "qx_markY3";
- this.qx_markY3.Size = new System.Drawing.Size(120, 21);
- this.qx_markY3.TabIndex = 21;
- //
- // btnNoMarkCal
- //
- this.btnNoMarkCal.Location = new System.Drawing.Point(305, 544);
- this.btnNoMarkCal.Name = "btnNoMarkCal";
- this.btnNoMarkCal.Size = new System.Drawing.Size(174, 23);
- this.btnNoMarkCal.TabIndex = 33;
- this.btnNoMarkCal.Text = "无Mark点标定计算";
- this.btnNoMarkCal.UseVisualStyleBackColor = true;
- this.btnNoMarkCal.Click += new System.EventHandler(this.btnNoMarkCal_Click);
- //
- // groupBox9
- //
- this.groupBox9.Controls.Add(this.button3);
- this.groupBox9.Controls.Add(this.groupBox10);
- this.groupBox9.Controls.Add(this.label41);
- this.groupBox9.Controls.Add(this.btnCal);
- this.groupBox9.Controls.Add(this.groupBox11);
- this.groupBox9.Location = new System.Drawing.Point(562, 18);
- this.groupBox9.Name = "groupBox9";
- this.groupBox9.Size = new System.Drawing.Size(547, 611);
- this.groupBox9.TabIndex = 1;
- this.groupBox9.TabStop = false;
- this.groupBox9.Text = "修复台标定";
- //
- // btnCal
- //
- this.btnCal.Location = new System.Drawing.Point(162, 456);
- this.btnCal.Name = "btnCal";
- this.btnCal.Size = new System.Drawing.Size(174, 23);
- this.btnCal.TabIndex = 33;
- this.btnCal.Text = "修复台标定计算";
- this.btnCal.UseVisualStyleBackColor = true;
- this.btnCal.Click += new System.EventHandler(this.btnCal_Click);
- //
- // groupBox11
- //
- this.groupBox11.Controls.Add(this.label29);
- this.groupBox11.Controls.Add(this.bX1);
- this.groupBox11.Controls.Add(this.bY1);
- this.groupBox11.Controls.Add(this.label31);
- this.groupBox11.Location = new System.Drawing.Point(8, 146);
- this.groupBox11.Name = "groupBox11";
- this.groupBox11.Size = new System.Drawing.Size(533, 103);
- this.groupBox11.TabIndex = 31;
- this.groupBox11.TabStop = false;
- this.groupBox11.Text = "修复台XY轴调整前坐标";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Location = new System.Drawing.Point(26, 48);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(47, 12);
- this.label29.TabIndex = 14;
- this.label29.Text = "Point X";
- //
- // bX1
- //
- this.bX1.DecimalPlaces = 4;
- this.bX1.Location = new System.Drawing.Point(93, 46);
- this.bX1.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.bX1.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.bX1.Name = "bX1";
- this.bX1.Size = new System.Drawing.Size(120, 21);
- this.bX1.TabIndex = 12;
- //
- // bY1
- //
- this.bY1.DecimalPlaces = 4;
- this.bY1.Location = new System.Drawing.Point(348, 46);
- this.bY1.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.bY1.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.bY1.Name = "bY1";
- this.bY1.Size = new System.Drawing.Size(120, 21);
- this.bY1.TabIndex = 13;
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Location = new System.Drawing.Point(281, 48);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(47, 12);
- this.label31.TabIndex = 15;
- this.label31.Text = "Point Y";
- //
- // label40
- //
- this.label40.AutoSize = true;
- this.label40.ForeColor = System.Drawing.Color.IndianRed;
- this.label40.Location = new System.Drawing.Point(99, 17);
- this.label40.Name = "label40";
- this.label40.Size = new System.Drawing.Size(125, 12);
- this.label40.TabIndex = 34;
- this.label40.Text = "请在主机台电脑上使用";
- //
- // label41
- //
- this.label41.AutoSize = true;
- this.label41.ForeColor = System.Drawing.Color.IndianRed;
- this.label41.Location = new System.Drawing.Point(99, 17);
- this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(125, 12);
- this.label41.TabIndex = 35;
- this.label41.Text = "请在修复台电脑上使用";
- //
- // groupBox10
- //
- this.groupBox10.Controls.Add(this.label14);
- this.groupBox10.Controls.Add(this.aX1);
- this.groupBox10.Controls.Add(this.aY1);
- this.groupBox10.Controls.Add(this.label22);
- this.groupBox10.Location = new System.Drawing.Point(8, 308);
- this.groupBox10.Name = "groupBox10";
- this.groupBox10.Size = new System.Drawing.Size(533, 103);
- this.groupBox10.TabIndex = 36;
- this.groupBox10.TabStop = false;
- this.groupBox10.Text = "修复台XY轴调整后坐标";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(26, 47);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(47, 12);
- this.label14.TabIndex = 14;
- this.label14.Text = "Point X";
- //
- // aX1
- //
- this.aX1.DecimalPlaces = 4;
- this.aX1.Location = new System.Drawing.Point(93, 45);
- this.aX1.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.aX1.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.aX1.Name = "aX1";
- this.aX1.Size = new System.Drawing.Size(120, 21);
- this.aX1.TabIndex = 12;
- //
- // aY1
- //
- this.aY1.DecimalPlaces = 4;
- this.aY1.Location = new System.Drawing.Point(348, 45);
- this.aY1.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.aY1.Minimum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.aY1.Name = "aY1";
- this.aY1.Size = new System.Drawing.Size(120, 21);
- this.aY1.TabIndex = 13;
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(281, 47);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(47, 12);
- this.label22.TabIndex = 15;
- this.label22.Text = "Point Y";
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(162, 67);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(174, 23);
- this.button3.TabIndex = 37;
- this.button3.Text = "修复台标定1";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1119, 664);
- this.Controls.Add(this.tabControl1);
- this.Name = "Form1";
- this.Text = "版博士推理工具";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.groupBox1.ResumeLayout(false);
- this.gboxDefectList.ResumeLayout(false);
- this.gboxDefectList.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
- this.groupBox4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
- this.groupBox5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
- this.groupBox6.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.markX1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MarkY1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MarkY2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.markX2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MarkY3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.markX3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MarkY4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.markX4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ZPos)).EndInit();
- this.groupBox7.ResumeLayout(false);
- this.groupBox7.PerformLayout();
- this.groupBox8.ResumeLayout(false);
- this.groupBox8.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markX1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markY1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markX2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markY4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markY2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markX4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markX3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.qx_markY3)).EndInit();
- this.groupBox9.ResumeLayout(false);
- this.groupBox9.PerformLayout();
- this.groupBox11.ResumeLayout(false);
- this.groupBox11.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bX1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bY1)).EndInit();
- this.groupBox10.ResumeLayout(false);
- this.groupBox10.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.aX1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.aY1)).EndInit();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.FlowLayoutPanel flpQualifiedPannel;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.GroupBox gboxDefectList;
- private System.Windows.Forms.FlowLayoutPanel pnlBmpList;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.NumericUpDown numericUpDown1;
- private System.Windows.Forms.NumericUpDown numericUpDown2;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.NumericUpDown numericUpDown3;
- private System.Windows.Forms.NumericUpDown numericUpDown4;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.NumericUpDown numericUpDown6;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.NumericUpDown numericUpDown5;
- private System.Windows.Forms.ListBox lstLog;
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.NumericUpDown markX1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbSFPath;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbTZPath;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.NumericUpDown MarkY1;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.NumericUpDown qx_markX1;
- private System.Windows.Forms.NumericUpDown qx_markY1;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.NumericUpDown qx_markX2;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.NumericUpDown qx_markY4;
- private System.Windows.Forms.NumericUpDown qx_markY2;
- private System.Windows.Forms.NumericUpDown qx_markX4;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.NumericUpDown qx_markX3;
- private System.Windows.Forms.NumericUpDown qx_markY3;
- private System.Windows.Forms.GroupBox groupBox7;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.NumericUpDown ZPos;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.NumericUpDown markX2;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.NumericUpDown MarkY4;
- private System.Windows.Forms.NumericUpDown MarkY2;
- private System.Windows.Forms.NumericUpDown markX4;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.NumericUpDown markX3;
- private System.Windows.Forms.NumericUpDown MarkY3;
- private System.Windows.Forms.Button btnMarkCal;
- private System.Windows.Forms.Button btnNoMarkCal;
- private System.Windows.Forms.GroupBox groupBox9;
- private System.Windows.Forms.GroupBox groupBox10;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.NumericUpDown aX1;
- private System.Windows.Forms.NumericUpDown aY1;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label41;
- private System.Windows.Forms.Button btnCal;
- private System.Windows.Forms.GroupBox groupBox11;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.NumericUpDown bX1;
- private System.Windows.Forms.NumericUpDown bY1;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Label label40;
- private System.Windows.Forms.Button button3;
- }
- }
-
|