namespace M423project { partial class CtrlSetBatteryCheckROI { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.nudEndX = new System.Windows.Forms.NumericUpDown(); this.nudEndY = new System.Windows.Forms.NumericUpDown(); this.nudStartX = new System.Windows.Forms.NumericUpDown(); this.nudStartY = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.nudMax = new System.Windows.Forms.NumericUpDown(); this.nudMin = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnSave = new System.Windows.Forms.Button(); this.plDisplay = new System.Windows.Forms.Panel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.txtImgPath = new System.Windows.Forms.TextBox(); this.btnNext = new System.Windows.Forms.Button(); this.btnPre = new System.Windows.Forms.Button(); this.btnLoadImageFolder = new System.Windows.Forms.Button(); this.btnLoadSingleImage = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudEndX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudEndY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudStartX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudStartY)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudMin)).BeginInit(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.nudEndX); this.groupBox1.Controls.Add(this.nudEndY); this.groupBox1.Controls.Add(this.nudStartX); this.groupBox1.Controls.Add(this.nudStartY); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(357, 17); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 141); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "ROI"; // // nudEndX // this.nudEndX.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.nudEndX.DecimalPlaces = 2; this.nudEndX.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.nudEndX.Location = new System.Drawing.Point(84, 109); this.nudEndX.Maximum = new decimal(new int[] { 4000, 0, 0, 0}); this.nudEndX.Minimum = new decimal(new int[] { 4000, 0, 0, -2147483648}); this.nudEndX.Name = "nudEndX"; this.nudEndX.Size = new System.Drawing.Size(110, 21); this.nudEndX.TabIndex = 1; // // nudEndY // this.nudEndY.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.nudEndY.DecimalPlaces = 2; this.nudEndY.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.nudEndY.Location = new System.Drawing.Point(84, 79); this.nudEndY.Maximum = new decimal(new int[] { 4000, 0, 0, 0}); this.nudEndY.Minimum = new decimal(new int[] { 4000, 0, 0, -2147483648}); this.nudEndY.Name = "nudEndY"; this.nudEndY.Size = new System.Drawing.Size(110, 21); this.nudEndY.TabIndex = 1; // // nudStartX // this.nudStartX.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.nudStartX.DecimalPlaces = 2; this.nudStartX.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.nudStartX.Location = new System.Drawing.Point(84, 49); this.nudStartX.Maximum = new decimal(new int[] { 4000, 0, 0, 0}); this.nudStartX.Minimum = new decimal(new int[] { 4000, 0, 0, -2147483648}); this.nudStartX.Name = "nudStartX"; this.nudStartX.Size = new System.Drawing.Size(110, 21); this.nudStartX.TabIndex = 1; // // nudStartY // this.nudStartY.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.nudStartY.DecimalPlaces = 2; this.nudStartY.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.nudStartY.Location = new System.Drawing.Point(84, 19); this.nudStartY.Maximum = new decimal(new int[] { 4000, 0, 0, 0}); this.nudStartY.Minimum = new decimal(new int[] { 4000, 0, 0, -2147483648}); this.nudStartY.Name = "nudStartY"; this.nudStartY.Size = new System.Drawing.Size(110, 21); this.nudStartY.TabIndex = 1; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(17, 111); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(59, 12); this.label6.TabIndex = 0; this.label6.Text = "End.Col/X"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 81); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(59, 12); this.label5.TabIndex = 0; this.label5.Text = "End.Row/Y"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(5, 51); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 12); this.label4.TabIndex = 0; this.label4.Text = "Start.Col/X"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(5, 21); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 12); this.label3.TabIndex = 0; this.label3.Text = "Start.Row/Y"; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.nudMax); this.groupBox2.Controls.Add(this.nudMin); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(357, 164); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(200, 114); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "电池面积阈值"; // // nudMax // this.nudMax.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.nudMax.Location = new System.Drawing.Point(7, 85); this.nudMax.Maximum = new decimal(new int[] { 4000000, 0, 0, 0}); this.nudMax.Name = "nudMax"; this.nudMax.Size = new System.Drawing.Size(187, 21); this.nudMax.TabIndex = 1; this.nudMax.Value = new decimal(new int[] { 10, 0, 0, 0}); // // nudMin // this.nudMin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.nudMin.Location = new System.Drawing.Point(7, 35); this.nudMin.Maximum = new decimal(new int[] { 4000000, 0, 0, 0}); this.nudMin.Name = "nudMin"; this.nudMin.Size = new System.Drawing.Size(187, 21); this.nudMin.TabIndex = 1; this.nudMin.Value = new decimal(new int[] { 10, 0, 0, 0}); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 70); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 12); this.label2.TabIndex = 0; this.label2.Text = "Max:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 0; this.label1.Text = "Min:"; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(441, 454); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(116, 23); this.btnSave.TabIndex = 7; this.btnSave.Text = "保 存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // plDisplay // this.plDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.plDisplay.Location = new System.Drawing.Point(0, 0); this.plDisplay.Name = "plDisplay"; this.plDisplay.Size = new System.Drawing.Size(351, 477); this.plDisplay.TabIndex = 8; // // groupBox3 // this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox3.Controls.Add(this.txtImgPath); this.groupBox3.Controls.Add(this.btnNext); this.groupBox3.Controls.Add(this.btnPre); this.groupBox3.Controls.Add(this.btnLoadImageFolder); this.groupBox3.Controls.Add(this.btnLoadSingleImage); this.groupBox3.Location = new System.Drawing.Point(357, 290); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(200, 153); this.groupBox3.TabIndex = 9; this.groupBox3.TabStop = false; this.groupBox3.Text = "图片载入"; // // txtImgPath // this.txtImgPath.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtImgPath.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtImgPath.Location = new System.Drawing.Point(7, 123); this.txtImgPath.Multiline = true; this.txtImgPath.Name = "txtImgPath"; this.txtImgPath.ReadOnly = true; this.txtImgPath.Size = new System.Drawing.Size(185, 21); this.txtImgPath.TabIndex = 1; // // btnNext // this.btnNext.Location = new System.Drawing.Point(127, 79); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(65, 37); this.btnNext.TabIndex = 0; this.btnNext.Text = ">"; this.btnNext.UseVisualStyleBackColor = true; this.btnNext.Visible = false; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // btnPre // this.btnPre.Location = new System.Drawing.Point(13, 79); this.btnPre.Name = "btnPre"; this.btnPre.Size = new System.Drawing.Size(65, 37); this.btnPre.TabIndex = 0; this.btnPre.Text = "<"; this.btnPre.UseVisualStyleBackColor = true; this.btnPre.Visible = false; this.btnPre.Click += new System.EventHandler(this.btnPre_Click); // // btnLoadImageFolder // this.btnLoadImageFolder.Location = new System.Drawing.Point(9, 50); this.btnLoadImageFolder.Name = "btnLoadImageFolder"; this.btnLoadImageFolder.Size = new System.Drawing.Size(183, 23); this.btnLoadImageFolder.TabIndex = 0; this.btnLoadImageFolder.Text = "载入图片文件夹"; this.btnLoadImageFolder.UseVisualStyleBackColor = true; this.btnLoadImageFolder.Click += new System.EventHandler(this.btnLoadImageFolder_Click); // // btnLoadSingleImage // this.btnLoadSingleImage.Location = new System.Drawing.Point(9, 21); this.btnLoadSingleImage.Name = "btnLoadSingleImage"; this.btnLoadSingleImage.Size = new System.Drawing.Size(183, 23); this.btnLoadSingleImage.TabIndex = 0; this.btnLoadSingleImage.Text = "载入单张图片"; this.btnLoadSingleImage.UseVisualStyleBackColor = true; this.btnLoadSingleImage.Click += new System.EventHandler(this.btnLoadSingleImage_Click); // // CtrlSetBatteryCheckROI // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox3); this.Controls.Add(this.plDisplay); this.Controls.Add(this.btnSave); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "CtrlSetBatteryCheckROI"; this.Size = new System.Drawing.Size(569, 480); this.Load += new System.EventHandler(this.CtrlSetBatteryCheckROI_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudEndX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudEndY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudStartX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudStartY)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudMin)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Panel plDisplay; private System.Windows.Forms.NumericUpDown nudMax; private System.Windows.Forms.NumericUpDown nudMin; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnLoadSingleImage; private System.Windows.Forms.Button btnNext; private System.Windows.Forms.Button btnPre; private System.Windows.Forms.Button btnLoadImageFolder; private System.Windows.Forms.TextBox txtImgPath; private System.Windows.Forms.NumericUpDown nudEndX; private System.Windows.Forms.NumericUpDown nudEndY; private System.Windows.Forms.NumericUpDown nudStartX; private System.Windows.Forms.NumericUpDown nudStartY; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; } }