123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278 |
-
- namespace Metis.AutoAnalysis
- {
- partial class AutoAnalysisDialog
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.panel1 = new System.Windows.Forms.Panel();
- this.grpFocus = new System.Windows.Forms.GroupBox();
- this.cmbFocusCount = new System.Windows.Forms.ComboBox();
- this.rbtFocusForecast = new System.Windows.Forms.RadioButton();
- this.cmbAutoFocusParm = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.rbtAutoFocus = new System.Windows.Forms.RadioButton();
- this.rbtWithoutFocus = new System.Windows.Forms.RadioButton();
- this.grpStage = new System.Windows.Forms.GroupBox();
- this.cmbSampleStageList = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.grpWorkOperate = new System.Windows.Forms.GroupBox();
- this.cmbProjuctSelect = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.btnStop = new System.Windows.Forms.Button();
- this.btnStart = new System.Windows.Forms.Button();
- this.btnPreview = new System.Windows.Forms.Button();
- this.rdbReplayAll = new System.Windows.Forms.RadioButton();
- this.rdbOnlyCurrent = new System.Windows.Forms.RadioButton();
- this.rdbStratFormCurrent = new System.Windows.Forms.RadioButton();
- this.btnOfflineTest = new System.Windows.Forms.Button();
- this.panel3 = new System.Windows.Forms.Panel();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.panel7 = new System.Windows.Forms.Panel();
- this.grpResult = new System.Windows.Forms.GroupBox();
- this.pnlScanGrid = new System.Windows.Forms.Panel();
- this.panel6 = new System.Windows.Forms.Panel();
- this.grpAnalysis = new System.Windows.Forms.GroupBox();
- this.panel15 = new System.Windows.Forms.Panel();
- this.lblResult = new System.Windows.Forms.Label();
- this.pnlTest = new System.Windows.Forms.Panel();
- this.grpAiOperate = new System.Windows.Forms.GroupBox();
- this.chkAutoUpload = new System.Windows.Forms.CheckBox();
- this.btnUpData = new System.Windows.Forms.Button();
- this.btnReport = new System.Windows.Forms.Button();
- this.btnLocate = new System.Windows.Forms.Button();
- this.btnAnalysis = new System.Windows.Forms.Button();
- this.btnLookBack = new System.Windows.Forms.Button();
- this.grpFilePath = new System.Windows.Forms.GroupBox();
- this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
- this.panel13 = new System.Windows.Forms.Panel();
- this.panel16 = new System.Windows.Forms.Panel();
- this.lblDisk = new System.Windows.Forms.Label();
- this.lblDiskUsed = new System.Windows.Forms.Label();
- this.panel12 = new System.Windows.Forms.Panel();
- this.btnChangDir = new System.Windows.Forms.Button();
- this.lblDirectory = new System.Windows.Forms.Label();
- this.grpRange = new System.Windows.Forms.GroupBox();
- this.panel11 = new System.Windows.Forms.Panel();
- this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
- this.lblStageSize = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.lblImageSize = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.lblTotal = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.panel10 = new System.Windows.Forms.Panel();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.label8 = new System.Windows.Forms.Label();
- this.nupVertical = new System.Windows.Forms.NumericUpDown();
- this.label9 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.nupHorizon = new System.Windows.Forms.NumericUpDown();
- this.cmbScanMode = new System.Windows.Forms.ComboBox();
- this.label6 = new System.Windows.Forms.Label();
- this.panel5 = new System.Windows.Forms.Panel();
- this.grpStageDisplay = new System.Windows.Forms.GroupBox();
- this.pnlStageDisplay = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.grpStageInfo = new System.Windows.Forms.GroupBox();
- this.dgvStageInfo = new System.Windows.Forms.DataGridView();
- this.panel9 = new System.Windows.Forms.Panel();
- this.btnAddInfo = new System.Windows.Forms.Button();
- this.btnDelInfo = new System.Windows.Forms.Button();
- this.lblInfo = new System.Windows.Forms.Label();
- this.panel8 = new System.Windows.Forms.Panel();
- this.btnDelUser = new System.Windows.Forms.Button();
- this.btnAddUser = new System.Windows.Forms.Button();
- this.cmbUser = new System.Windows.Forms.ComboBox();
- this.lblUser = new System.Windows.Forms.Label();
- this.tmrUpdateUI = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- this.grpFocus.SuspendLayout();
- this.grpStage.SuspendLayout();
- this.panel2.SuspendLayout();
- this.grpWorkOperate.SuspendLayout();
- this.panel3.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.panel7.SuspendLayout();
- this.grpResult.SuspendLayout();
- this.panel6.SuspendLayout();
- this.grpAnalysis.SuspendLayout();
- this.panel15.SuspendLayout();
- this.pnlTest.SuspendLayout();
- this.grpAiOperate.SuspendLayout();
- this.grpFilePath.SuspendLayout();
- this.tableLayoutPanel4.SuspendLayout();
- this.panel13.SuspendLayout();
- this.panel16.SuspendLayout();
- this.panel12.SuspendLayout();
- this.grpRange.SuspendLayout();
- this.panel11.SuspendLayout();
- this.tableLayoutPanel3.SuspendLayout();
- this.panel10.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupVertical)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupHorizon)).BeginInit();
- this.panel5.SuspendLayout();
- this.grpStageDisplay.SuspendLayout();
- this.panel4.SuspendLayout();
- this.grpStageInfo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvStageInfo)).BeginInit();
- this.panel9.SuspendLayout();
- this.panel8.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.grpFocus);
- this.panel1.Controls.Add(this.grpStage);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(8, 8);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(956, 54);
- this.panel1.TabIndex = 1;
- //
- // grpFocus
- //
- this.grpFocus.Controls.Add(this.cmbFocusCount);
- this.grpFocus.Controls.Add(this.rbtFocusForecast);
- this.grpFocus.Controls.Add(this.cmbAutoFocusParm);
- this.grpFocus.Controls.Add(this.label2);
- this.grpFocus.Controls.Add(this.rbtAutoFocus);
- this.grpFocus.Controls.Add(this.rbtWithoutFocus);
- this.grpFocus.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grpFocus.Location = new System.Drawing.Point(409, 0);
- this.grpFocus.Name = "grpFocus";
- this.grpFocus.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
- this.grpFocus.Size = new System.Drawing.Size(547, 54);
- this.grpFocus.TabIndex = 2;
- this.grpFocus.TabStop = false;
- this.grpFocus.Text = "聚焦设置";
- //
- // cmbFocusCount
- //
- this.cmbFocusCount.Dock = System.Windows.Forms.DockStyle.Left;
- this.cmbFocusCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbFocusCount.Enabled = false;
- this.cmbFocusCount.FormattingEnabled = true;
- this.cmbFocusCount.Location = new System.Drawing.Point(349, 24);
- this.cmbFocusCount.Name = "cmbFocusCount";
- this.cmbFocusCount.Size = new System.Drawing.Size(74, 20);
- this.cmbFocusCount.TabIndex = 5;
- //
- // rbtFocusForecast
- //
- this.rbtFocusForecast.AutoSize = true;
- this.rbtFocusForecast.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbtFocusForecast.Location = new System.Drawing.Point(268, 24);
- this.rbtFocusForecast.Name = "rbtFocusForecast";
- this.rbtFocusForecast.Padding = new System.Windows.Forms.Padding(10, 4, 0, 0);
- this.rbtFocusForecast.Size = new System.Drawing.Size(81, 20);
- this.rbtFocusForecast.TabIndex = 4;
- this.rbtFocusForecast.Text = "聚焦补偿";
- this.rbtFocusForecast.UseVisualStyleBackColor = true;
- this.rbtFocusForecast.CheckedChanged += new System.EventHandler(this.rbtFocusForecast_CheckedChanged);
- //
- // cmbAutoFocusParm
- //
- this.cmbAutoFocusParm.Dock = System.Windows.Forms.DockStyle.Left;
- this.cmbAutoFocusParm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbAutoFocusParm.FormattingEnabled = true;
- this.cmbAutoFocusParm.Items.AddRange(new object[] {
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10"});
- this.cmbAutoFocusParm.Location = new System.Drawing.Point(219, 24);
- this.cmbAutoFocusParm.Name = "cmbAutoFocusParm";
- this.cmbAutoFocusParm.Size = new System.Drawing.Size(49, 20);
- this.cmbAutoFocusParm.TabIndex = 3;
- this.cmbAutoFocusParm.SelectedIndexChanged += new System.EventHandler(this.cmbAutoFocusParm_SelectedIndexChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Dock = System.Windows.Forms.DockStyle.Left;
- this.label2.Location = new System.Drawing.Point(126, 24);
- this.label2.Name = "label2";
- this.label2.Padding = new System.Windows.Forms.Padding(10, 4, 0, 0);
- this.label2.Size = new System.Drawing.Size(93, 16);
- this.label2.TabIndex = 2;
- this.label2.Text = "自动聚焦选择:";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // rbtAutoFocus
- //
- this.rbtAutoFocus.AutoSize = true;
- this.rbtAutoFocus.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbtAutoFocus.Location = new System.Drawing.Point(55, 24);
- this.rbtAutoFocus.Name = "rbtAutoFocus";
- this.rbtAutoFocus.Size = new System.Drawing.Size(71, 20);
- this.rbtAutoFocus.TabIndex = 1;
- this.rbtAutoFocus.Text = "自动聚焦";
- this.rbtAutoFocus.UseVisualStyleBackColor = true;
- //
- // rbtWithoutFocus
- //
- this.rbtWithoutFocus.AutoSize = true;
- this.rbtWithoutFocus.Checked = true;
- this.rbtWithoutFocus.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbtWithoutFocus.Location = new System.Drawing.Point(20, 24);
- this.rbtWithoutFocus.Name = "rbtWithoutFocus";
- this.rbtWithoutFocus.Size = new System.Drawing.Size(35, 20);
- this.rbtWithoutFocus.TabIndex = 0;
- this.rbtWithoutFocus.TabStop = true;
- this.rbtWithoutFocus.Text = "无";
- this.rbtWithoutFocus.UseVisualStyleBackColor = true;
- //
- // grpStage
- //
- this.grpStage.Controls.Add(this.cmbSampleStageList);
- this.grpStage.Controls.Add(this.label1);
- this.grpStage.Dock = System.Windows.Forms.DockStyle.Left;
- this.grpStage.Location = new System.Drawing.Point(0, 0);
- this.grpStage.Name = "grpStage";
- this.grpStage.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
- this.grpStage.Size = new System.Drawing.Size(409, 54);
- this.grpStage.TabIndex = 1;
- this.grpStage.TabStop = false;
- this.grpStage.Text = "样品台";
- //
- // cmbSampleStageList
- //
- this.cmbSampleStageList.Dock = System.Windows.Forms.DockStyle.Left;
- this.cmbSampleStageList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbSampleStageList.FormattingEnabled = true;
- this.cmbSampleStageList.Location = new System.Drawing.Point(79, 24);
- this.cmbSampleStageList.Name = "cmbSampleStageList";
- this.cmbSampleStageList.Size = new System.Drawing.Size(146, 20);
- this.cmbSampleStageList.TabIndex = 1;
- this.cmbSampleStageList.SelectedIndexChanged += new System.EventHandler(this.cmbSampleStageList_SelectedIndexChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Dock = System.Windows.Forms.DockStyle.Left;
- this.label1.Location = new System.Drawing.Point(20, 24);
- this.label1.Name = "label1";
- this.label1.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
- this.label1.Size = new System.Drawing.Size(59, 16);
- this.label1.TabIndex = 0;
- this.label1.Text = "样品选择:";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.grpWorkOperate);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(8, 799);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(956, 54);
- this.panel2.TabIndex = 2;
- //
- // grpWorkOperate
- //
- this.grpWorkOperate.Controls.Add(this.cmbProjuctSelect);
- this.grpWorkOperate.Controls.Add(this.label3);
- this.grpWorkOperate.Controls.Add(this.btnStop);
- this.grpWorkOperate.Controls.Add(this.btnStart);
- this.grpWorkOperate.Controls.Add(this.btnPreview);
- this.grpWorkOperate.Controls.Add(this.rdbReplayAll);
- this.grpWorkOperate.Controls.Add(this.rdbOnlyCurrent);
- this.grpWorkOperate.Controls.Add(this.rdbStratFormCurrent);
- this.grpWorkOperate.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grpWorkOperate.Location = new System.Drawing.Point(0, 0);
- this.grpWorkOperate.Name = "grpWorkOperate";
- this.grpWorkOperate.Padding = new System.Windows.Forms.Padding(20, 5, 10, 5);
- this.grpWorkOperate.Size = new System.Drawing.Size(956, 54);
- this.grpWorkOperate.TabIndex = 0;
- this.grpWorkOperate.TabStop = false;
- this.grpWorkOperate.Text = "相关操作";
- //
- // cmbProjuctSelect
- //
- this.cmbProjuctSelect.FormattingEnabled = true;
- this.cmbProjuctSelect.Location = new System.Drawing.Point(553, 25);
- this.cmbProjuctSelect.Name = "cmbProjuctSelect";
- this.cmbProjuctSelect.Size = new System.Drawing.Size(124, 20);
- this.cmbProjuctSelect.TabIndex = 7;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(497, 28);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 6;
- this.label3.Text = "检测项目";
- //
- // btnStop
- //
- this.btnStop.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnStop.Location = new System.Drawing.Point(721, 19);
- this.btnStop.Name = "btnStop";
- this.btnStop.Size = new System.Drawing.Size(75, 30);
- this.btnStop.TabIndex = 5;
- this.btnStop.Text = "停止";
- this.btnStop.UseVisualStyleBackColor = true;
- this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
- //
- // btnStart
- //
- this.btnStart.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnStart.Location = new System.Drawing.Point(796, 19);
- this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(75, 30);
- this.btnStart.TabIndex = 4;
- this.btnStart.Text = "开始";
- this.btnStart.UseVisualStyleBackColor = true;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // btnPreview
- //
- this.btnPreview.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnPreview.Location = new System.Drawing.Point(871, 19);
- this.btnPreview.Name = "btnPreview";
- this.btnPreview.Size = new System.Drawing.Size(75, 30);
- this.btnPreview.TabIndex = 4;
- this.btnPreview.Text = "显示相机";
- this.btnPreview.UseVisualStyleBackColor = true;
- this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
- //
- // rdbReplayAll
- //
- this.rdbReplayAll.AutoSize = true;
- this.rdbReplayAll.Dock = System.Windows.Forms.DockStyle.Left;
- this.rdbReplayAll.Location = new System.Drawing.Point(246, 19);
- this.rdbReplayAll.Name = "rdbReplayAll";
- this.rdbReplayAll.Size = new System.Drawing.Size(95, 30);
- this.rdbReplayAll.TabIndex = 3;
- this.rdbReplayAll.Text = "全部重新检测";
- this.rdbReplayAll.UseVisualStyleBackColor = true;
- //
- // rdbOnlyCurrent
- //
- this.rdbOnlyCurrent.AutoSize = true;
- this.rdbOnlyCurrent.Dock = System.Windows.Forms.DockStyle.Left;
- this.rdbOnlyCurrent.Location = new System.Drawing.Point(139, 19);
- this.rdbOnlyCurrent.Name = "rdbOnlyCurrent";
- this.rdbOnlyCurrent.Size = new System.Drawing.Size(107, 30);
- this.rdbOnlyCurrent.TabIndex = 2;
- this.rdbOnlyCurrent.Text = "只检测当前位置";
- this.rdbOnlyCurrent.UseVisualStyleBackColor = true;
- //
- // rdbStratFormCurrent
- //
- this.rdbStratFormCurrent.AutoSize = true;
- this.rdbStratFormCurrent.Checked = true;
- this.rdbStratFormCurrent.Dock = System.Windows.Forms.DockStyle.Left;
- this.rdbStratFormCurrent.Location = new System.Drawing.Point(20, 19);
- this.rdbStratFormCurrent.Name = "rdbStratFormCurrent";
- this.rdbStratFormCurrent.Size = new System.Drawing.Size(119, 30);
- this.rdbStratFormCurrent.TabIndex = 1;
- this.rdbStratFormCurrent.TabStop = true;
- this.rdbStratFormCurrent.Text = "当前位置开始检测";
- this.rdbStratFormCurrent.UseVisualStyleBackColor = true;
- //
- // btnOfflineTest
- //
- this.btnOfflineTest.Location = new System.Drawing.Point(9, 12);
- this.btnOfflineTest.Name = "btnOfflineTest";
- this.btnOfflineTest.Size = new System.Drawing.Size(75, 30);
- this.btnOfflineTest.TabIndex = 5;
- this.btnOfflineTest.Text = "脱机运行";
- this.btnOfflineTest.UseVisualStyleBackColor = true;
- this.btnOfflineTest.Click += new System.EventHandler(this.btnOfflineTest_Click);
- //
- // panel3
- //
- this.panel3.Controls.Add(this.tableLayoutPanel1);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(8, 62);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(956, 737);
- this.panel3.TabIndex = 3;
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.625F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.375F));
- this.tableLayoutPanel1.Controls.Add(this.panel7, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.panel6, 1, 1);
- this.tableLayoutPanel1.Controls.Add(this.panel5, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 2;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.43419F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 59.56581F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(956, 737);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // panel7
- //
- this.panel7.Controls.Add(this.grpResult);
- this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel7.Location = new System.Drawing.Point(3, 300);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(544, 434);
- this.panel7.TabIndex = 3;
- //
- // grpResult
- //
- this.grpResult.Controls.Add(this.pnlScanGrid);
- this.grpResult.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grpResult.Location = new System.Drawing.Point(0, 0);
- this.grpResult.Name = "grpResult";
- this.grpResult.Size = new System.Drawing.Size(544, 434);
- this.grpResult.TabIndex = 3;
- this.grpResult.TabStop = false;
- this.grpResult.Text = "结果显示";
- //
- // pnlScanGrid
- //
- this.pnlScanGrid.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlScanGrid.Location = new System.Drawing.Point(3, 17);
- this.pnlScanGrid.Name = "pnlScanGrid";
- this.pnlScanGrid.Size = new System.Drawing.Size(538, 414);
- this.pnlScanGrid.TabIndex = 0;
- //
- // panel6
- //
- this.panel6.Controls.Add(this.grpAnalysis);
- this.panel6.Controls.Add(this.grpAiOperate);
- this.panel6.Controls.Add(this.grpFilePath);
- this.panel6.Controls.Add(this.grpRange);
- this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel6.Location = new System.Drawing.Point(553, 300);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(400, 434);
- this.panel6.TabIndex = 2;
- //
- // grpAnalysis
- //
- this.grpAnalysis.Controls.Add(this.panel15);
- this.grpAnalysis.Controls.Add(this.pnlTest);
- this.grpAnalysis.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grpAnalysis.Location = new System.Drawing.Point(0, 89);
- this.grpAnalysis.Name = "grpAnalysis";
- this.grpAnalysis.Size = new System.Drawing.Size(400, 179);
- this.grpAnalysis.TabIndex = 5;
- this.grpAnalysis.TabStop = false;
- this.grpAnalysis.Text = "图像分析结果";
- //
- // panel15
- //
- this.panel15.Controls.Add(this.lblResult);
- this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel15.Location = new System.Drawing.Point(99, 17);
- this.panel15.Name = "panel15";
- this.panel15.Size = new System.Drawing.Size(298, 159);
- this.panel15.TabIndex = 1;
- //
- // lblResult
- //
- this.lblResult.BackColor = System.Drawing.Color.White;
- this.lblResult.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblResult.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblResult.Location = new System.Drawing.Point(0, 0);
- this.lblResult.Name = "lblResult";
- this.lblResult.Size = new System.Drawing.Size(298, 159);
- this.lblResult.TabIndex = 0;
- this.lblResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // pnlTest
- //
- this.pnlTest.Controls.Add(this.btnOfflineTest);
- this.pnlTest.Dock = System.Windows.Forms.DockStyle.Left;
- this.pnlTest.Location = new System.Drawing.Point(3, 17);
- this.pnlTest.Name = "pnlTest";
- this.pnlTest.Size = new System.Drawing.Size(96, 159);
- this.pnlTest.TabIndex = 0;
- this.pnlTest.Visible = false;
- //
- // grpAiOperate
- //
- this.grpAiOperate.Controls.Add(this.chkAutoUpload);
- this.grpAiOperate.Controls.Add(this.btnUpData);
- this.grpAiOperate.Controls.Add(this.btnReport);
- this.grpAiOperate.Controls.Add(this.btnLocate);
- this.grpAiOperate.Controls.Add(this.btnAnalysis);
- this.grpAiOperate.Controls.Add(this.btnLookBack);
- this.grpAiOperate.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.grpAiOperate.Location = new System.Drawing.Point(0, 268);
- this.grpAiOperate.Name = "grpAiOperate";
- this.grpAiOperate.Padding = new System.Windows.Forms.Padding(8);
- this.grpAiOperate.Size = new System.Drawing.Size(400, 83);
- this.grpAiOperate.TabIndex = 4;
- this.grpAiOperate.TabStop = false;
- this.grpAiOperate.Text = "相关操作";
- //
- // chkAutoUpload
- //
- this.chkAutoUpload.AutoSize = true;
- this.chkAutoUpload.Location = new System.Drawing.Point(288, 23);
- this.chkAutoUpload.Name = "chkAutoUpload";
- this.chkAutoUpload.Size = new System.Drawing.Size(72, 16);
- this.chkAutoUpload.TabIndex = 5;
- this.chkAutoUpload.Text = "自动上传";
- this.chkAutoUpload.UseVisualStyleBackColor = true;
- //
- // btnUpData
- //
- this.btnUpData.Location = new System.Drawing.Point(281, 46);
- this.btnUpData.Name = "btnUpData";
- this.btnUpData.Size = new System.Drawing.Size(108, 26);
- this.btnUpData.TabIndex = 4;
- this.btnUpData.Text = "数据上传";
- this.btnUpData.UseVisualStyleBackColor = true;
- this.btnUpData.Click += new System.EventHandler(this.btnUpData_Click);
- //
- // btnReport
- //
- this.btnReport.Location = new System.Drawing.Point(144, 46);
- this.btnReport.Name = "btnReport";
- this.btnReport.Size = new System.Drawing.Size(130, 26);
- this.btnReport.TabIndex = 3;
- this.btnReport.Text = "生成报告";
- this.btnReport.UseVisualStyleBackColor = true;
- this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
- //
- // btnLocate
- //
- this.btnLocate.Location = new System.Drawing.Point(7, 46);
- this.btnLocate.Name = "btnLocate";
- this.btnLocate.Size = new System.Drawing.Size(130, 26);
- this.btnLocate.TabIndex = 2;
- this.btnLocate.Text = "定位相机";
- this.btnLocate.UseVisualStyleBackColor = true;
- this.btnLocate.Click += new System.EventHandler(this.btnLocate_Click);
- //
- // btnAnalysis
- //
- this.btnAnalysis.Location = new System.Drawing.Point(144, 18);
- this.btnAnalysis.Name = "btnAnalysis";
- this.btnAnalysis.Size = new System.Drawing.Size(130, 26);
- this.btnAnalysis.TabIndex = 1;
- this.btnAnalysis.Text = "分析过程";
- this.btnAnalysis.UseVisualStyleBackColor = true;
- this.btnAnalysis.Click += new System.EventHandler(this.btnAnalysis_Click);
- //
- // btnLookBack
- //
- this.btnLookBack.Location = new System.Drawing.Point(8, 18);
- this.btnLookBack.Name = "btnLookBack";
- this.btnLookBack.Size = new System.Drawing.Size(130, 26);
- this.btnLookBack.TabIndex = 0;
- this.btnLookBack.Text = "查看原图";
- this.btnLookBack.UseVisualStyleBackColor = true;
- this.btnLookBack.Click += new System.EventHandler(this.btnLookBack_Click);
- //
- // grpFilePath
- //
- this.grpFilePath.Controls.Add(this.tableLayoutPanel4);
- this.grpFilePath.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.grpFilePath.Location = new System.Drawing.Point(0, 351);
- this.grpFilePath.Name = "grpFilePath";
- this.grpFilePath.Size = new System.Drawing.Size(400, 83);
- this.grpFilePath.TabIndex = 3;
- this.grpFilePath.TabStop = false;
- this.grpFilePath.Text = "图像存储路径";
- //
- // tableLayoutPanel4
- //
- this.tableLayoutPanel4.ColumnCount = 1;
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel4.Controls.Add(this.panel13, 0, 1);
- this.tableLayoutPanel4.Controls.Add(this.panel12, 0, 0);
- this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 17);
- this.tableLayoutPanel4.Name = "tableLayoutPanel4";
- this.tableLayoutPanel4.RowCount = 2;
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel4.Size = new System.Drawing.Size(394, 63);
- this.tableLayoutPanel4.TabIndex = 0;
- //
- // panel13
- //
- this.panel13.Controls.Add(this.panel16);
- this.panel13.Controls.Add(this.lblDiskUsed);
- this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel13.Location = new System.Drawing.Point(3, 34);
- this.panel13.Name = "panel13";
- this.panel13.Padding = new System.Windows.Forms.Padding(4);
- this.panel13.Size = new System.Drawing.Size(388, 26);
- this.panel13.TabIndex = 1;
- //
- // panel16
- //
- this.panel16.BackColor = System.Drawing.Color.White;
- this.panel16.Controls.Add(this.lblDisk);
- this.panel16.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel16.Location = new System.Drawing.Point(93, 4);
- this.panel16.Name = "panel16";
- this.panel16.Size = new System.Drawing.Size(291, 18);
- this.panel16.TabIndex = 2;
- //
- // lblDisk
- //
- this.lblDisk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
- this.lblDisk.Dock = System.Windows.Forms.DockStyle.Left;
- this.lblDisk.Location = new System.Drawing.Point(0, 0);
- this.lblDisk.Name = "lblDisk";
- this.lblDisk.Size = new System.Drawing.Size(0, 18);
- this.lblDisk.TabIndex = 0;
- //
- // lblDiskUsed
- //
- this.lblDiskUsed.Dock = System.Windows.Forms.DockStyle.Left;
- this.lblDiskUsed.Location = new System.Drawing.Point(4, 4);
- this.lblDiskUsed.Name = "lblDiskUsed";
- this.lblDiskUsed.Size = new System.Drawing.Size(89, 18);
- this.lblDiskUsed.TabIndex = 1;
- this.lblDiskUsed.Text = "硬盘使用情况:";
- this.lblDiskUsed.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // panel12
- //
- this.panel12.Controls.Add(this.btnChangDir);
- this.panel12.Controls.Add(this.lblDirectory);
- this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel12.Location = new System.Drawing.Point(3, 3);
- this.panel12.Name = "panel12";
- this.panel12.Size = new System.Drawing.Size(388, 25);
- this.panel12.TabIndex = 0;
- //
- // btnChangDir
- //
- this.btnChangDir.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnChangDir.Location = new System.Drawing.Point(270, 0);
- this.btnChangDir.Margin = new System.Windows.Forms.Padding(0);
- this.btnChangDir.Name = "btnChangDir";
- this.btnChangDir.Size = new System.Drawing.Size(118, 25);
- this.btnChangDir.TabIndex = 1;
- this.btnChangDir.Text = "更改存储路径";
- this.btnChangDir.UseVisualStyleBackColor = true;
- this.btnChangDir.Click += new System.EventHandler(this.btnChangDir_Click);
- //
- // lblDirectory
- //
- this.lblDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblDirectory.Location = new System.Drawing.Point(0, 0);
- this.lblDirectory.Name = "lblDirectory";
- this.lblDirectory.Size = new System.Drawing.Size(388, 25);
- this.lblDirectory.TabIndex = 0;
- this.lblDirectory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // grpRange
- //
- this.grpRange.Controls.Add(this.panel11);
- this.grpRange.Controls.Add(this.panel10);
- this.grpRange.Dock = System.Windows.Forms.DockStyle.Top;
- this.grpRange.Location = new System.Drawing.Point(0, 0);
- this.grpRange.Name = "grpRange";
- this.grpRange.Size = new System.Drawing.Size(400, 89);
- this.grpRange.TabIndex = 6;
- this.grpRange.TabStop = false;
- this.grpRange.Text = "测定范围";
- //
- // panel11
- //
- this.panel11.Controls.Add(this.tableLayoutPanel3);
- this.panel11.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel11.Location = new System.Drawing.Point(204, 17);
- this.panel11.Name = "panel11";
- this.panel11.Size = new System.Drawing.Size(193, 69);
- this.panel11.TabIndex = 1;
- //
- // tableLayoutPanel3
- //
- this.tableLayoutPanel3.ColumnCount = 2;
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.93264F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 59.06736F));
- this.tableLayoutPanel3.Controls.Add(this.lblStageSize, 1, 2);
- this.tableLayoutPanel3.Controls.Add(this.label14, 0, 2);
- this.tableLayoutPanel3.Controls.Add(this.lblImageSize, 1, 1);
- this.tableLayoutPanel3.Controls.Add(this.label12, 0, 1);
- this.tableLayoutPanel3.Controls.Add(this.lblTotal, 1, 0);
- this.tableLayoutPanel3.Controls.Add(this.label10, 0, 0);
- this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel3.Name = "tableLayoutPanel3";
- this.tableLayoutPanel3.RowCount = 3;
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(193, 69);
- this.tableLayoutPanel3.TabIndex = 0;
- //
- // lblStageSize
- //
- this.lblStageSize.AutoSize = true;
- this.lblStageSize.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblStageSize.Location = new System.Drawing.Point(81, 48);
- this.lblStageSize.Name = "lblStageSize";
- this.lblStageSize.Size = new System.Drawing.Size(109, 21);
- this.lblStageSize.TabIndex = 5;
- this.lblStageSize.Text = "1000*1000";
- this.lblStageSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label14.Location = new System.Drawing.Point(3, 48);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(72, 21);
- this.label14.TabIndex = 4;
- this.label14.Text = "测量点大小";
- this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // lblImageSize
- //
- this.lblImageSize.AutoSize = true;
- this.lblImageSize.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblImageSize.Location = new System.Drawing.Point(81, 24);
- this.lblImageSize.Name = "lblImageSize";
- this.lblImageSize.Size = new System.Drawing.Size(109, 24);
- this.lblImageSize.TabIndex = 3;
- this.lblImageSize.Text = "1000*1000";
- this.lblImageSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label12.Location = new System.Drawing.Point(3, 24);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(72, 24);
- this.label12.TabIndex = 2;
- this.label12.Text = "拍照大小";
- this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // lblTotal
- //
- this.lblTotal.AutoSize = true;
- this.lblTotal.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblTotal.Location = new System.Drawing.Point(81, 0);
- this.lblTotal.Name = "lblTotal";
- this.lblTotal.Size = new System.Drawing.Size(109, 24);
- this.lblTotal.TabIndex = 1;
- this.lblTotal.Text = "1000";
- this.lblTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label10.Location = new System.Drawing.Point(3, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(72, 24);
- this.label10.TabIndex = 0;
- this.label10.Text = "总点数";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // panel10
- //
- this.panel10.Controls.Add(this.tableLayoutPanel2);
- this.panel10.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel10.Location = new System.Drawing.Point(3, 17);
- this.panel10.Name = "panel10";
- this.panel10.Size = new System.Drawing.Size(195, 69);
- this.panel10.TabIndex = 0;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 3;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.5F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72.5F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
- this.tableLayoutPanel2.Controls.Add(this.label8, 2, 1);
- this.tableLayoutPanel2.Controls.Add(this.nupVertical, 1, 1);
- this.tableLayoutPanel2.Controls.Add(this.label9, 0, 2);
- this.tableLayoutPanel2.Controls.Add(this.label7, 0, 1);
- this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.nupHorizon, 1, 0);
- this.tableLayoutPanel2.Controls.Add(this.cmbScanMode, 1, 2);
- this.tableLayoutPanel2.Controls.Add(this.label6, 2, 0);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 3;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(195, 69);
- this.tableLayoutPanel2.TabIndex = 0;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label8.Location = new System.Drawing.Point(163, 23);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(29, 23);
- this.label8.TabIndex = 10;
- this.label8.Text = "点";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // nupVertical
- //
- this.nupVertical.Dock = System.Windows.Forms.DockStyle.Fill;
- this.nupVertical.Location = new System.Drawing.Point(47, 26);
- this.nupVertical.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.nupVertical.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nupVertical.Name = "nupVertical";
- this.nupVertical.Size = new System.Drawing.Size(110, 21);
- this.nupVertical.TabIndex = 7;
- this.nupVertical.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nupVertical.ValueChanged += new System.EventHandler(this.nupHorizon_ValueChanged);
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label9.Location = new System.Drawing.Point(3, 46);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(38, 23);
- this.label9.TabIndex = 5;
- this.label9.Text = "模式:";
- this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label7.Location = new System.Drawing.Point(3, 23);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(38, 23);
- this.label7.TabIndex = 3;
- this.label7.Text = "纵向:";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label5.Location = new System.Drawing.Point(3, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(38, 23);
- this.label5.TabIndex = 0;
- this.label5.Text = "横向:";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // nupHorizon
- //
- this.nupHorizon.Dock = System.Windows.Forms.DockStyle.Fill;
- this.nupHorizon.Location = new System.Drawing.Point(47, 3);
- this.nupHorizon.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.nupHorizon.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nupHorizon.Name = "nupHorizon";
- this.nupHorizon.Size = new System.Drawing.Size(110, 21);
- this.nupHorizon.TabIndex = 6;
- this.nupHorizon.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nupHorizon.ValueChanged += new System.EventHandler(this.nupHorizon_ValueChanged);
- //
- // cmbScanMode
- //
- this.cmbScanMode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbScanMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbScanMode.FormattingEnabled = true;
- this.cmbScanMode.Location = new System.Drawing.Point(47, 49);
- this.cmbScanMode.Name = "cmbScanMode";
- this.cmbScanMode.Size = new System.Drawing.Size(110, 20);
- this.cmbScanMode.TabIndex = 8;
- this.cmbScanMode.SelectedIndexChanged += new System.EventHandler(this.cmbScanMode_SelectedIndexChanged);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label6.Location = new System.Drawing.Point(163, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(29, 23);
- this.label6.TabIndex = 9;
- this.label6.Text = "点";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // panel5
- //
- this.panel5.Controls.Add(this.grpStageDisplay);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel5.Location = new System.Drawing.Point(553, 3);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(400, 291);
- this.panel5.TabIndex = 1;
- //
- // grpStageDisplay
- //
- this.grpStageDisplay.Controls.Add(this.pnlStageDisplay);
- this.grpStageDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grpStageDisplay.Location = new System.Drawing.Point(0, 0);
- this.grpStageDisplay.Name = "grpStageDisplay";
- this.grpStageDisplay.Size = new System.Drawing.Size(400, 291);
- this.grpStageDisplay.TabIndex = 1;
- this.grpStageDisplay.TabStop = false;
- this.grpStageDisplay.Text = "样品台示意图";
- //
- // pnlStageDisplay
- //
- this.pnlStageDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlStageDisplay.Location = new System.Drawing.Point(3, 17);
- this.pnlStageDisplay.Name = "pnlStageDisplay";
- this.pnlStageDisplay.Size = new System.Drawing.Size(394, 271);
- this.pnlStageDisplay.TabIndex = 0;
- //
- // panel4
- //
- this.panel4.Controls.Add(this.grpStageInfo);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(3, 3);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(544, 291);
- this.panel4.TabIndex = 0;
- //
- // grpStageInfo
- //
- this.grpStageInfo.Controls.Add(this.dgvStageInfo);
- this.grpStageInfo.Controls.Add(this.panel9);
- this.grpStageInfo.Controls.Add(this.panel8);
- this.grpStageInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grpStageInfo.Location = new System.Drawing.Point(0, 0);
- this.grpStageInfo.Name = "grpStageInfo";
- this.grpStageInfo.Size = new System.Drawing.Size(544, 291);
- this.grpStageInfo.TabIndex = 0;
- this.grpStageInfo.TabStop = false;
- this.grpStageInfo.Text = "样品台系信息";
- //
- // dgvStageInfo
- //
- this.dgvStageInfo.AllowUserToAddRows = false;
- this.dgvStageInfo.AllowUserToDeleteRows = false;
- this.dgvStageInfo.AllowUserToResizeColumns = false;
- this.dgvStageInfo.AllowUserToResizeRows = false;
- this.dgvStageInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.dgvStageInfo.BackgroundColor = System.Drawing.Color.White;
- this.dgvStageInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvStageInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvStageInfo.Location = new System.Drawing.Point(3, 83);
- this.dgvStageInfo.MultiSelect = false;
- this.dgvStageInfo.Name = "dgvStageInfo";
- this.dgvStageInfo.RowHeadersVisible = false;
- this.dgvStageInfo.RowHeadersWidth = 51;
- this.dgvStageInfo.RowTemplate.Height = 23;
- this.dgvStageInfo.Size = new System.Drawing.Size(538, 205);
- this.dgvStageInfo.TabIndex = 0;
- //
- // panel9
- //
- this.panel9.Controls.Add(this.btnAddInfo);
- this.panel9.Controls.Add(this.btnDelInfo);
- this.panel9.Controls.Add(this.lblInfo);
- this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel9.Location = new System.Drawing.Point(3, 50);
- this.panel9.Name = "panel9";
- this.panel9.Padding = new System.Windows.Forms.Padding(6);
- this.panel9.Size = new System.Drawing.Size(538, 33);
- this.panel9.TabIndex = 2;
- //
- // btnAddInfo
- //
- this.btnAddInfo.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnAddInfo.Location = new System.Drawing.Point(439, 6);
- this.btnAddInfo.Name = "btnAddInfo";
- this.btnAddInfo.Size = new System.Drawing.Size(44, 21);
- this.btnAddInfo.TabIndex = 5;
- this.btnAddInfo.Text = "添加";
- this.btnAddInfo.UseVisualStyleBackColor = true;
- this.btnAddInfo.Click += new System.EventHandler(this.btnAddInfo_Click);
- //
- // btnDelInfo
- //
- this.btnDelInfo.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnDelInfo.Location = new System.Drawing.Point(483, 6);
- this.btnDelInfo.Name = "btnDelInfo";
- this.btnDelInfo.Size = new System.Drawing.Size(49, 21);
- this.btnDelInfo.TabIndex = 4;
- this.btnDelInfo.Text = "删除";
- this.btnDelInfo.UseVisualStyleBackColor = true;
- this.btnDelInfo.Click += new System.EventHandler(this.btnDelInfo_Click);
- //
- // lblInfo
- //
- this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left;
- this.lblInfo.Location = new System.Drawing.Point(6, 6);
- this.lblInfo.Name = "lblInfo";
- this.lblInfo.Size = new System.Drawing.Size(61, 21);
- this.lblInfo.TabIndex = 1;
- this.lblInfo.Text = "样品信息:";
- this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // panel8
- //
- this.panel8.Controls.Add(this.btnDelUser);
- this.panel8.Controls.Add(this.btnAddUser);
- this.panel8.Controls.Add(this.cmbUser);
- this.panel8.Controls.Add(this.lblUser);
- this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel8.Location = new System.Drawing.Point(3, 17);
- this.panel8.Name = "panel8";
- this.panel8.Padding = new System.Windows.Forms.Padding(6);
- this.panel8.Size = new System.Drawing.Size(538, 33);
- this.panel8.TabIndex = 1;
- //
- // btnDelUser
- //
- this.btnDelUser.Dock = System.Windows.Forms.DockStyle.Left;
- this.btnDelUser.Location = new System.Drawing.Point(240, 6);
- this.btnDelUser.Name = "btnDelUser";
- this.btnDelUser.Size = new System.Drawing.Size(41, 21);
- this.btnDelUser.TabIndex = 3;
- this.btnDelUser.Text = "删除";
- this.btnDelUser.UseVisualStyleBackColor = true;
- this.btnDelUser.Click += new System.EventHandler(this.btnDelUser_Click);
- //
- // btnAddUser
- //
- this.btnAddUser.Dock = System.Windows.Forms.DockStyle.Left;
- this.btnAddUser.Location = new System.Drawing.Point(196, 6);
- this.btnAddUser.Name = "btnAddUser";
- this.btnAddUser.Size = new System.Drawing.Size(44, 21);
- this.btnAddUser.TabIndex = 3;
- this.btnAddUser.Text = "添加";
- this.btnAddUser.UseVisualStyleBackColor = true;
- this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click);
- //
- // cmbUser
- //
- this.cmbUser.Dock = System.Windows.Forms.DockStyle.Left;
- this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbUser.FormattingEnabled = true;
- this.cmbUser.Location = new System.Drawing.Point(67, 6);
- this.cmbUser.Name = "cmbUser";
- this.cmbUser.Size = new System.Drawing.Size(129, 20);
- this.cmbUser.TabIndex = 2;
- //
- // lblUser
- //
- this.lblUser.Dock = System.Windows.Forms.DockStyle.Left;
- this.lblUser.Location = new System.Drawing.Point(6, 6);
- this.lblUser.Name = "lblUser";
- this.lblUser.Size = new System.Drawing.Size(61, 21);
- this.lblUser.TabIndex = 1;
- this.lblUser.Text = "检验人员:";
- this.lblUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tmrUpdateUI
- //
- this.tmrUpdateUI.Tick += new System.EventHandler(this.TmrUpdateUI_Tick);
- //
- // AutoAnalysisDialog
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(972, 861);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Name = "AutoAnalysisDialog";
- this.Padding = new System.Windows.Forms.Padding(8);
- this.ShowInTaskbar = true;
- this.Text = "自动分析";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AutoAnalysisDialog_FormClosing);
- this.Load += new System.EventHandler(this.AutoAnalysisDialog_Load);
- this.Controls.SetChildIndex(this.panel1, 0);
- this.Controls.SetChildIndex(this.panel2, 0);
- this.Controls.SetChildIndex(this.panel3, 0);
- this.panel1.ResumeLayout(false);
- this.grpFocus.ResumeLayout(false);
- this.grpFocus.PerformLayout();
- this.grpStage.ResumeLayout(false);
- this.grpStage.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.grpWorkOperate.ResumeLayout(false);
- this.grpWorkOperate.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.panel7.ResumeLayout(false);
- this.grpResult.ResumeLayout(false);
- this.panel6.ResumeLayout(false);
- this.grpAnalysis.ResumeLayout(false);
- this.panel15.ResumeLayout(false);
- this.pnlTest.ResumeLayout(false);
- this.grpAiOperate.ResumeLayout(false);
- this.grpAiOperate.PerformLayout();
- this.grpFilePath.ResumeLayout(false);
- this.tableLayoutPanel4.ResumeLayout(false);
- this.panel13.ResumeLayout(false);
- this.panel16.ResumeLayout(false);
- this.panel12.ResumeLayout(false);
- this.grpRange.ResumeLayout(false);
- this.panel11.ResumeLayout(false);
- this.tableLayoutPanel3.ResumeLayout(false);
- this.tableLayoutPanel3.PerformLayout();
- this.panel10.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- this.tableLayoutPanel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupVertical)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupHorizon)).EndInit();
- this.panel5.ResumeLayout(false);
- this.grpStageDisplay.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.grpStageInfo.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvStageInfo)).EndInit();
- this.panel9.ResumeLayout(false);
- this.panel8.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.GroupBox grpFocus;
- private System.Windows.Forms.GroupBox grpStage;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.GroupBox grpResult;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.GroupBox grpAnalysis;
- private System.Windows.Forms.GroupBox grpAiOperate;
- private System.Windows.Forms.GroupBox grpFilePath;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.GroupBox grpStageDisplay;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.GroupBox grpStageInfo;
- private System.Windows.Forms.DataGridView dgvStageInfo;
- private System.Windows.Forms.Panel panel9;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.GroupBox grpWorkOperate;
- private System.Windows.Forms.ComboBox cmbAutoFocusParm;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.RadioButton rbtAutoFocus;
- private System.Windows.Forms.RadioButton rbtWithoutFocus;
- private System.Windows.Forms.ComboBox cmbSampleStageList;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label lblInfo;
- private System.Windows.Forms.Button btnDelUser;
- private System.Windows.Forms.Button btnAddUser;
- private System.Windows.Forms.ComboBox cmbUser;
- private System.Windows.Forms.Label lblUser;
- private System.Windows.Forms.Button btnStart;
- private System.Windows.Forms.Button btnPreview;
- private System.Windows.Forms.RadioButton rdbReplayAll;
- private System.Windows.Forms.RadioButton rdbOnlyCurrent;
- private System.Windows.Forms.RadioButton rdbStratFormCurrent;
- private System.Windows.Forms.Button btnReport;
- private System.Windows.Forms.Button btnLocate;
- private System.Windows.Forms.Button btnAnalysis;
- private System.Windows.Forms.Button btnLookBack;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
- private System.Windows.Forms.Panel panel13;
- private System.Windows.Forms.Label lblDiskUsed;
- private System.Windows.Forms.Panel panel12;
- private System.Windows.Forms.Button btnChangDir;
- private System.Windows.Forms.Label lblDirectory;
- private System.Windows.Forms.Button btnAddInfo;
- private System.Windows.Forms.Button btnDelInfo;
- private System.Windows.Forms.Panel pnlStageDisplay;
- private System.Windows.Forms.Panel pnlScanGrid;
- private System.Windows.Forms.Button btnOfflineTest;
- private System.Windows.Forms.Panel pnlTest;
- private System.Windows.Forms.Panel panel15;
- private System.Windows.Forms.Panel panel16;
- private System.Windows.Forms.Label lblDisk;
- private System.Windows.Forms.Timer tmrUpdateUI;
- private System.Windows.Forms.Label lblResult;
- private System.Windows.Forms.GroupBox grpRange;
- private System.Windows.Forms.Panel panel11;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
- private System.Windows.Forms.Label lblStageSize;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label lblImageSize;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label lblTotal;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Panel panel10;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.NumericUpDown nupVertical;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.NumericUpDown nupHorizon;
- private System.Windows.Forms.ComboBox cmbScanMode;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Button btnStop;
- private System.Windows.Forms.ComboBox cmbProjuctSelect;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.RadioButton rbtFocusForecast;
- private System.Windows.Forms.ComboBox cmbFocusCount;
- private System.Windows.Forms.Button btnUpData;
- private System.Windows.Forms.CheckBox chkAutoUpload;
- }
- }
|