namespace Bro.UI.Config { partial class FrmEditModel { /// /// 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.plImage = new System.Windows.Forms.Panel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tpEditModel = new System.Windows.Forms.TabPage(); this.pgCreateModel = new System.Windows.Forms.PropertyGrid(); this.btnSaveModel = new System.Windows.Forms.Button(); this.btnCreateModel = new System.Windows.Forms.Button(); this.btnLoadImage = new System.Windows.Forms.Button(); this.tpTestModel = new System.Windows.Forms.TabPage(); this.dgvImages = new System.Windows.Forms.DataGridView(); this.clName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clMatchNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pgFindConfig = new System.Windows.Forms.PropertyGrid(); this.lblImageFolder = new System.Windows.Forms.Label(); this.lblModel = new System.Windows.Forms.Label(); this.btnLoadImageFolder = new System.Windows.Forms.Button(); this.btnTestAll = new System.Windows.Forms.Button(); this.btnTestNext = new System.Windows.Forms.Button(); this.btnTestCurrent = new System.Windows.Forms.Button(); this.btnLoadModel = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tpEditModel.SuspendLayout(); this.tpTestModel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvImages)).BeginInit(); this.SuspendLayout(); // // plImage // this.plImage.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.plImage.Location = new System.Drawing.Point(4, 2); this.plImage.Name = "plImage"; this.plImage.Size = new System.Drawing.Size(535, 448); this.plImage.TabIndex = 0; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tpEditModel); this.tabControl1.Controls.Add(this.tpTestModel); this.tabControl1.Location = new System.Drawing.Point(545, 2); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(253, 448); this.tabControl1.TabIndex = 1; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tpEditModel // this.tpEditModel.Controls.Add(this.pgCreateModel); this.tpEditModel.Controls.Add(this.btnSaveModel); this.tpEditModel.Controls.Add(this.btnCreateModel); this.tpEditModel.Controls.Add(this.btnLoadImage); this.tpEditModel.Location = new System.Drawing.Point(4, 22); this.tpEditModel.Name = "tpEditModel"; this.tpEditModel.Padding = new System.Windows.Forms.Padding(3); this.tpEditModel.Size = new System.Drawing.Size(245, 422); this.tpEditModel.TabIndex = 0; this.tpEditModel.Text = "编辑模板"; this.tpEditModel.UseVisualStyleBackColor = true; // // pgCreateModel // this.pgCreateModel.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.pgCreateModel.Location = new System.Drawing.Point(7, 36); this.pgCreateModel.Name = "pgCreateModel"; this.pgCreateModel.Size = new System.Drawing.Size(232, 349); this.pgCreateModel.TabIndex = 1; // // btnSaveModel // this.btnSaveModel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSaveModel.Location = new System.Drawing.Point(164, 391); this.btnSaveModel.Name = "btnSaveModel"; this.btnSaveModel.Size = new System.Drawing.Size(75, 23); this.btnSaveModel.TabIndex = 0; this.btnSaveModel.Text = "保存模板"; this.btnSaveModel.UseVisualStyleBackColor = true; this.btnSaveModel.Click += new System.EventHandler(this.btnSaveModel_Click); // // btnCreateModel // this.btnCreateModel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCreateModel.Location = new System.Drawing.Point(7, 391); this.btnCreateModel.Name = "btnCreateModel"; this.btnCreateModel.Size = new System.Drawing.Size(75, 23); this.btnCreateModel.TabIndex = 0; this.btnCreateModel.Text = "建立模板"; this.btnCreateModel.UseVisualStyleBackColor = true; this.btnCreateModel.Click += new System.EventHandler(this.btnCreateModel_Click); // // btnLoadImage // this.btnLoadImage.Location = new System.Drawing.Point(6, 6); this.btnLoadImage.Name = "btnLoadImage"; this.btnLoadImage.Size = new System.Drawing.Size(75, 23); this.btnLoadImage.TabIndex = 0; this.btnLoadImage.Text = "载入图片"; this.btnLoadImage.UseVisualStyleBackColor = true; this.btnLoadImage.Click += new System.EventHandler(this.btnLoadImage_Click); // // tpTestModel // this.tpTestModel.Controls.Add(this.dgvImages); this.tpTestModel.Controls.Add(this.pgFindConfig); this.tpTestModel.Controls.Add(this.lblImageFolder); this.tpTestModel.Controls.Add(this.lblModel); this.tpTestModel.Controls.Add(this.btnLoadImageFolder); this.tpTestModel.Controls.Add(this.btnTestAll); this.tpTestModel.Controls.Add(this.btnTestNext); this.tpTestModel.Controls.Add(this.btnTestCurrent); this.tpTestModel.Controls.Add(this.btnLoadModel); this.tpTestModel.Location = new System.Drawing.Point(4, 22); this.tpTestModel.Name = "tpTestModel"; this.tpTestModel.Padding = new System.Windows.Forms.Padding(3); this.tpTestModel.Size = new System.Drawing.Size(245, 422); this.tpTestModel.TabIndex = 1; this.tpTestModel.Text = "测试模板"; this.tpTestModel.UseVisualStyleBackColor = true; // // dgvImages // this.dgvImages.AllowUserToAddRows = false; this.dgvImages.AllowUserToDeleteRows = false; this.dgvImages.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.dgvImages.BackgroundColor = System.Drawing.SystemColors.Control; this.dgvImages.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvImages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.clName, this.clMatchNum}); this.dgvImages.Location = new System.Drawing.Point(6, 150); this.dgvImages.MultiSelect = false; this.dgvImages.Name = "dgvImages"; this.dgvImages.ReadOnly = true; this.dgvImages.RowHeadersVisible = false; this.dgvImages.RowTemplate.Height = 23; this.dgvImages.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvImages.Size = new System.Drawing.Size(233, 115); this.dgvImages.TabIndex = 4; this.dgvImages.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvImages_CellDoubleClick); // // clName // this.clName.DataPropertyName = "Name"; this.clName.HeaderText = "图片名称"; this.clName.Name = "clName"; this.clName.ReadOnly = true; // // clMatchNum // this.clMatchNum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.clMatchNum.DataPropertyName = "ModelMatchNum"; this.clMatchNum.HeaderText = "匹配数量"; this.clMatchNum.Name = "clMatchNum"; this.clMatchNum.ReadOnly = true; this.clMatchNum.Width = 80; // // pgFindConfig // this.pgFindConfig.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pgFindConfig.Location = new System.Drawing.Point(6, 271); this.pgFindConfig.Name = "pgFindConfig"; this.pgFindConfig.Size = new System.Drawing.Size(233, 143); this.pgFindConfig.TabIndex = 3; this.pgFindConfig.ToolbarVisible = false; // // lblImageFolder // this.lblImageFolder.AutoSize = true; this.lblImageFolder.Location = new System.Drawing.Point(10, 89); this.lblImageFolder.Name = "lblImageFolder"; this.lblImageFolder.Size = new System.Drawing.Size(22, 13); this.lblImageFolder.TabIndex = 1; this.lblImageFolder.Text = " "; // // lblModel // this.lblModel.AutoSize = true; this.lblModel.Location = new System.Drawing.Point(10, 39); this.lblModel.Name = "lblModel"; this.lblModel.Size = new System.Drawing.Size(22, 13); this.lblModel.TabIndex = 1; this.lblModel.Text = " "; // // btnLoadImageFolder // this.btnLoadImageFolder.Location = new System.Drawing.Point(6, 57); this.btnLoadImageFolder.Name = "btnLoadImageFolder"; this.btnLoadImageFolder.Size = new System.Drawing.Size(113, 23); this.btnLoadImageFolder.TabIndex = 0; this.btnLoadImageFolder.Text = "载入图片文件夹"; this.btnLoadImageFolder.UseVisualStyleBackColor = true; this.btnLoadImageFolder.Click += new System.EventHandler(this.btnLoadImageFolder_Click); // // btnTestAll // this.btnTestAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnTestAll.Location = new System.Drawing.Point(164, 121); this.btnTestAll.Name = "btnTestAll"; this.btnTestAll.Size = new System.Drawing.Size(75, 23); this.btnTestAll.TabIndex = 0; this.btnTestAll.Text = "测试全部"; this.btnTestAll.UseVisualStyleBackColor = true; this.btnTestAll.Click += new System.EventHandler(this.btnTestAll_Click); // // btnTestNext // this.btnTestNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnTestNext.Location = new System.Drawing.Point(85, 121); this.btnTestNext.Name = "btnTestNext"; this.btnTestNext.Size = new System.Drawing.Size(75, 23); this.btnTestNext.TabIndex = 0; this.btnTestNext.Text = "测试下一项"; this.btnTestNext.UseVisualStyleBackColor = true; this.btnTestNext.Click += new System.EventHandler(this.btnTestNext_Click); // // btnTestCurrent // this.btnTestCurrent.Location = new System.Drawing.Point(6, 121); this.btnTestCurrent.Name = "btnTestCurrent"; this.btnTestCurrent.Size = new System.Drawing.Size(75, 23); this.btnTestCurrent.TabIndex = 0; this.btnTestCurrent.Text = "测试当前项"; this.btnTestCurrent.UseVisualStyleBackColor = true; this.btnTestCurrent.Click += new System.EventHandler(this.btnTestCurrent_Click); // // btnLoadModel // this.btnLoadModel.Location = new System.Drawing.Point(6, 6); this.btnLoadModel.Name = "btnLoadModel"; this.btnLoadModel.Size = new System.Drawing.Size(75, 23); this.btnLoadModel.TabIndex = 0; this.btnLoadModel.Text = "载入模板"; this.btnLoadModel.UseVisualStyleBackColor = true; this.btnLoadModel.Click += new System.EventHandler(this.btnLoadModel_Click); // // FrmEditModel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.tabControl1); this.Controls.Add(this.plImage); this.Name = "FrmEditModel"; this.Text = "FrmEditModel"; this.tabControl1.ResumeLayout(false); this.tpEditModel.ResumeLayout(false); this.tpTestModel.ResumeLayout(false); this.tpTestModel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvImages)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel plImage; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tpEditModel; private System.Windows.Forms.TabPage tpTestModel; private System.Windows.Forms.PropertyGrid pgCreateModel; private System.Windows.Forms.Button btnSaveModel; private System.Windows.Forms.Button btnCreateModel; private System.Windows.Forms.Button btnLoadImage; private System.Windows.Forms.Label lblImageFolder; private System.Windows.Forms.Label lblModel; private System.Windows.Forms.Button btnLoadImageFolder; private System.Windows.Forms.Button btnLoadModel; private System.Windows.Forms.PropertyGrid pgFindConfig; private System.Windows.Forms.Button btnTestNext; private System.Windows.Forms.Button btnTestCurrent; private System.Windows.Forms.DataGridView dgvImages; private System.Windows.Forms.DataGridViewTextBoxColumn clName; private System.Windows.Forms.DataGridViewTextBoxColumn clMatchNum; private System.Windows.Forms.Button btnTestAll; } }