namespace CCDCount.Forms { partial class ShuLiForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label2 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // button5 // this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button5.Location = new System.Drawing.Point(6, 113); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(209, 47); this.button5.TabIndex = 6; this.button5.Text = "保存识别参数"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button4.Location = new System.Drawing.Point(6, 60); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(209, 47); this.button4.TabIndex = 5; this.button4.Text = "停止相机测试"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button3.Location = new System.Drawing.Point(6, 7); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(209, 47); this.button3.TabIndex = 4; this.button3.Text = "相机测试"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // panel1 // this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(944, 606); this.panel1.TabIndex = 1; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(717, 606); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // panel2 // this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.button8); this.panel2.Controls.Add(this.button5); this.panel2.Controls.Add(this.panel3); this.panel2.Controls.Add(this.button3); this.panel2.Controls.Add(this.button4); this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.Location = new System.Drawing.Point(717, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(227, 606); this.panel2.TabIndex = 0; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(6, 221); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(209, 47); this.button1.TabIndex = 10; this.button1.Text = "关闭程序"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // button8 // this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button8.Location = new System.Drawing.Point(6, 166); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(209, 47); this.button8.TabIndex = 9; this.button8.Text = "查看历史记录"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // panel3 // this.panel3.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.panel3.Controls.Add(this.richTextBox1); this.panel3.Controls.Add(this.label2); this.panel3.Location = new System.Drawing.Point(0, 274); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(227, 332); this.panel3.TabIndex = 3; // // richTextBox1 // this.richTextBox1.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.richTextBox1.Location = new System.Drawing.Point(0, 50); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(227, 282); this.richTextBox1.TabIndex = 2; this.richTextBox1.Text = ""; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(20, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 17); this.label2.TabIndex = 0; this.label2.Text = "总数量"; // // ShuLiForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(944, 606); this.Controls.Add(this.panel1); this.MinimumSize = new System.Drawing.Size(962, 653); this.Name = "ShuLiForm"; this.Text = "ImageMoniShuLiForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageMoniShuLiForm_FormClosing); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button8; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Button button1; } }