namespace VEPROMS { partial class frmAnnotationResults { /// /// 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.lblAnnotationResults = new System.Windows.Forms.Label(); this.lblResultTotal = new System.Windows.Forms.Label(); this.lblTotal = new System.Windows.Forms.Label(); this.lblType = new System.Windows.Forms.Label(); this.lblTypeTxt = new System.Windows.Forms.Label(); this.lblPlace1 = new System.Windows.Forms.Label(); this.lblPlace1Txt = new System.Windows.Forms.Label(); this.lblPlace2 = new System.Windows.Forms.Label(); this.lblPlace2Txt = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblAnnotationResults // this.lblAnnotationResults.AutoSize = true; this.lblAnnotationResults.Location = new System.Drawing.Point(63, 9); this.lblAnnotationResults.Name = "lblAnnotationResults"; this.lblAnnotationResults.Size = new System.Drawing.Size(138, 13); this.lblAnnotationResults.TabIndex = 0; this.lblAnnotationResults.Text = "Annotation Cleanup Results"; this.lblAnnotationResults.Click += new System.EventHandler(this.label1_Click); // // lblResultTotal // this.lblResultTotal.AutoSize = true; this.lblResultTotal.Location = new System.Drawing.Point(159, 37); this.lblResultTotal.Name = "lblResultTotal"; this.lblResultTotal.Size = new System.Drawing.Size(27, 13); this.lblResultTotal.TabIndex = 1; this.lblResultTotal.Text = "*****"; // // lblTotal // this.lblTotal.AutoSize = true; this.lblTotal.Location = new System.Drawing.Point(66, 37); this.lblTotal.Name = "lblTotal"; this.lblTotal.Size = new System.Drawing.Size(69, 13); this.lblTotal.TabIndex = 2; this.lblTotal.Text = "Total remved"; // // lblType // this.lblType.AutoSize = true; this.lblType.Location = new System.Drawing.Point(66, 60); this.lblType.Name = "lblType"; this.lblType.Size = new System.Drawing.Size(85, 13); this.lblType.TabIndex = 3; this.lblType.Text = "Annotation Type"; // // lblTypeTxt // this.lblTypeTxt.AutoSize = true; this.lblTypeTxt.Location = new System.Drawing.Point(159, 60); this.lblTypeTxt.Name = "lblTypeTxt"; this.lblTypeTxt.Size = new System.Drawing.Size(27, 13); this.lblTypeTxt.TabIndex = 4; this.lblTypeTxt.Text = "*****"; // // lblPlace1 // this.lblPlace1.AutoSize = true; this.lblPlace1.Location = new System.Drawing.Point(66, 87); this.lblPlace1.Name = "lblPlace1"; this.lblPlace1.Size = new System.Drawing.Size(43, 13); this.lblPlace1.TabIndex = 5; this.lblPlace1.Text = "Place 1"; // // lblPlace1Txt // this.lblPlace1Txt.AutoSize = true; this.lblPlace1Txt.Location = new System.Drawing.Point(159, 87); this.lblPlace1Txt.Name = "lblPlace1Txt"; this.lblPlace1Txt.Size = new System.Drawing.Size(27, 13); this.lblPlace1Txt.TabIndex = 6; this.lblPlace1Txt.Text = "*****"; // // lblPlace2 // this.lblPlace2.AutoSize = true; this.lblPlace2.Location = new System.Drawing.Point(66, 115); this.lblPlace2.Name = "lblPlace2"; this.lblPlace2.Size = new System.Drawing.Size(43, 13); this.lblPlace2.TabIndex = 7; this.lblPlace2.Text = "Place 2"; // // lblPlace2Txt // this.lblPlace2Txt.AutoSize = true; this.lblPlace2Txt.Location = new System.Drawing.Point(159, 115); this.lblPlace2Txt.Name = "lblPlace2Txt"; this.lblPlace2Txt.Size = new System.Drawing.Size(27, 13); this.lblPlace2Txt.TabIndex = 8; this.lblPlace2Txt.Text = "*****"; // // frmAnnotationResults // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(253, 157); this.Controls.Add(this.lblPlace2Txt); this.Controls.Add(this.lblPlace2); this.Controls.Add(this.lblPlace1Txt); this.Controls.Add(this.lblPlace1); this.Controls.Add(this.lblTypeTxt); this.Controls.Add(this.lblType); this.Controls.Add(this.lblTotal); this.Controls.Add(this.lblResultTotal); this.Controls.Add(this.lblAnnotationResults); this.Name = "frmAnnotationResults"; this.Text = "frmAnnotationResults"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblAnnotationResults; private System.Windows.Forms.Label lblResultTotal; private System.Windows.Forms.Label lblTotal; private System.Windows.Forms.Label lblType; private System.Windows.Forms.Label lblTypeTxt; private System.Windows.Forms.Label lblPlace1; private System.Windows.Forms.Label lblPlace1Txt; private System.Windows.Forms.Label lblPlace2; private System.Windows.Forms.Label lblPlace2Txt; } }