using VEPROMS.CSLA.Library; using Volian.Base.Library; namespace VEPROMS { partial class frmAnnotationsCleanup { /// /// 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.components = new System.ComponentModel.Container(); this.lbAnnotationTypes = new System.Windows.Forms.ListBox(); this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.lblAnnotationsList = new System.Windows.Forms.Label(); this.btnClean = new System.Windows.Forms.Button(); this.lblCountNumber = new System.Windows.Forms.Label(); this.lblCount = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).BeginInit(); this.SuspendLayout(); // // lbAnnotationTypes // this.lbAnnotationTypes.DataSource = this.itemAnnotationsBindingSource; this.lbAnnotationTypes.FormattingEnabled = true; this.lbAnnotationTypes.Location = new System.Drawing.Point(25, 48); this.lbAnnotationTypes.Name = "lbAnnotationTypes"; this.lbAnnotationTypes.Size = new System.Drawing.Size(295, 433); this.lbAnnotationTypes.TabIndex = 0; // // lblAnnotationsList // this.lblAnnotationsList.AutoSize = true; this.lblAnnotationsList.Location = new System.Drawing.Point(26, 21); this.lblAnnotationsList.Name = "lblAnnotationsList"; this.lblAnnotationsList.Size = new System.Drawing.Size(175, 13); this.lblAnnotationsList.TabIndex = 1; this.lblAnnotationsList.Text = "Select an Annotation Type to Clean"; // // btnClean // this.btnClean.Location = new System.Drawing.Point(365, 164); this.btnClean.Name = "btnClean"; this.btnClean.Size = new System.Drawing.Size(131, 36); this.btnClean.TabIndex = 2; this.btnClean.Text = "Proceed?"; this.btnClean.UseVisualStyleBackColor = true; this.btnClean.Click += new System.EventHandler(this.button1_Click); // // lblCountNumber // this.lblCountNumber.AutoSize = true; this.lblCountNumber.Location = new System.Drawing.Point(395, 100); this.lblCountNumber.Name = "lblCountNumber"; this.lblCountNumber.Size = new System.Drawing.Size(69, 13); this.lblCountNumber.TabIndex = 3; this.lblCountNumber.Text = "Delete Count"; this.lblCountNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblCount // this.lblCount.AutoSize = true; this.lblCount.Location = new System.Drawing.Point(331, 70); this.lblCount.Name = "lblCount"; this.lblCount.Size = new System.Drawing.Size(206, 13); this.lblCount.TabIndex = 4; this.lblCount.Text = "Number of Annotations that will be deleted"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(397, 457); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 5; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // frmAnnotationsCleanup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(549, 535); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblCount); this.Controls.Add(this.lblCountNumber); this.Controls.Add(this.btnClean); this.Controls.Add(this.lblAnnotationsList); this.Controls.Add(this.lbAnnotationTypes); this.Name = "frmAnnotationsCleanup"; this.Text = "Clean Annotations"; ((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox lbAnnotationTypes; private System.Windows.Forms.Label lblAnnotationsList; private System.Windows.Forms.BindingSource itemAnnotationsBindingSource; private System.Windows.Forms.Button btnClean; private System.Windows.Forms.Label lblCountNumber; private System.Windows.Forms.Label lblCount; private System.Windows.Forms.Button btnClose; } }