namespace VEPROMS
{
	partial class dlgAnnotationsSelect
	{
		/// 
		/// 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.lstUnselected = new System.Windows.Forms.ListBox();
			this.lstSelected = new System.Windows.Forms.ListBox();
			this.btnSelect = new System.Windows.Forms.Button();
			this.btnSelectAll = new System.Windows.Forms.Button();
			this.btnDeselectAll = new System.Windows.Forms.Button();
			this.btnDeselect = new System.Windows.Forms.Button();
			this.btnUpdate = new System.Windows.Forms.Button();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.btnCancel = new System.Windows.Forms.Button();
			this.lblMessage = new System.Windows.Forms.Label();
			this.lblAvailableTypes = new System.Windows.Forms.Label();
			this.lblSelected = new System.Windows.Forms.Label();
			this.tableLayoutPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// lstUnselected
			// 
			this.lstUnselected.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lstUnselected.FormattingEnabled = true;
			this.lstUnselected.IntegralHeight = false;
			this.lstUnselected.ItemHeight = 16;
			this.lstUnselected.Location = new System.Drawing.Point(3, 3);
			this.lstUnselected.Name = "lstUnselected";
			this.tableLayoutPanel1.SetRowSpan(this.lstUnselected, 4);
			this.lstUnselected.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.lstUnselected.Size = new System.Drawing.Size(287, 347);
			this.lstUnselected.TabIndex = 0;
			this.lstUnselected.SelectedIndexChanged += new System.EventHandler(this.lst_SelectedIndexChanged);
			// 
			// lstSelected
			// 
			this.lstSelected.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lstSelected.FormattingEnabled = true;
			this.lstSelected.IntegralHeight = false;
			this.lstSelected.ItemHeight = 16;
			this.lstSelected.Location = new System.Drawing.Point(334, 3);
			this.lstSelected.Name = "lstSelected";
			this.tableLayoutPanel1.SetRowSpan(this.lstSelected, 4);
			this.lstSelected.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.lstSelected.Size = new System.Drawing.Size(288, 347);
			this.lstSelected.TabIndex = 1;
			this.lstSelected.SelectedIndexChanged += new System.EventHandler(this.lst_SelectedIndexChanged);
			// 
			// btnSelect
			// 
			this.btnSelect.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.btnSelect.Location = new System.Drawing.Point(298, 32);
			this.btnSelect.Name = "btnSelect";
			this.btnSelect.Size = new System.Drawing.Size(28, 23);
			this.btnSelect.TabIndex = 2;
			this.btnSelect.Text = ">";
			this.btnSelect.UseVisualStyleBackColor = true;
			this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
			// 
			// btnSelectAll
			// 
			this.btnSelectAll.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.btnSelectAll.Location = new System.Drawing.Point(296, 120);
			this.btnSelectAll.Name = "btnSelectAll";
			this.btnSelectAll.Size = new System.Drawing.Size(32, 23);
			this.btnSelectAll.TabIndex = 3;
			this.btnSelectAll.Text = ">>";
			this.btnSelectAll.UseVisualStyleBackColor = true;
			this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
			// 
			// btnDeselectAll
			// 
			this.btnDeselectAll.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.btnDeselectAll.Location = new System.Drawing.Point(297, 207);
			this.btnDeselectAll.Name = "btnDeselectAll";
			this.btnDeselectAll.Size = new System.Drawing.Size(30, 26);
			this.btnDeselectAll.TabIndex = 5;
			this.btnDeselectAll.Text = "<<";
			this.btnDeselectAll.UseVisualStyleBackColor = true;
			this.btnDeselectAll.Click += new System.EventHandler(this.btnDeselectAll_Click);
			// 
			// btnDeselect
			// 
			this.btnDeselect.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.btnDeselect.Location = new System.Drawing.Point(298, 297);
			this.btnDeselect.Name = "btnDeselect";
			this.btnDeselect.Size = new System.Drawing.Size(28, 23);
			this.btnDeselect.TabIndex = 4;
			this.btnDeselect.Text = "<";
			this.btnDeselect.UseVisualStyleBackColor = true;
			this.btnDeselect.Click += new System.EventHandler(this.btnDeselect_Click);
			// 
			// btnUpdate
			// 
			this.btnUpdate.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.btnUpdate.Location = new System.Drawing.Point(536, 422);
			this.btnUpdate.Name = "btnUpdate";
			this.btnUpdate.Size = new System.Drawing.Size(100, 35);
			this.btnUpdate.TabIndex = 8;
			this.btnUpdate.Text = "Save";
			this.btnUpdate.UseVisualStyleBackColor = true;
			this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
			// 
			// tableLayoutPanel1
			// 
			this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 3;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 38F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel1.Controls.Add(this.lstUnselected, 0, 0);
			this.tableLayoutPanel1.Controls.Add(this.lstSelected, 2, 0);
			this.tableLayoutPanel1.Controls.Add(this.btnDeselect, 1, 3);
			this.tableLayoutPanel1.Controls.Add(this.btnDeselectAll, 1, 2);
			this.tableLayoutPanel1.Controls.Add(this.btnSelect, 1, 0);
			this.tableLayoutPanel1.Controls.Add(this.btnSelectAll, 1, 1);
			this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 62);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 4;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(625, 353);
			this.tableLayoutPanel1.TabIndex = 6;
			// 
			// btnCancel
			// 
			this.btnCancel.Location = new System.Drawing.Point(411, 422);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(100, 35);
			this.btnCancel.TabIndex = 9;
			this.btnCancel.Text = "Close";
			this.btnCancel.UseVisualStyleBackColor = true;
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
			// 
			// lblMessage
			// 
			this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblMessage.Location = new System.Drawing.Point(43, 12);
			this.lblMessage.Name = "lblMessage";
			this.lblMessage.Size = new System.Drawing.Size(317, 16);
			this.lblMessage.TabIndex = 10;
			this.lblMessage.Text = "Updates will appear when PROMS is restarted.";
			// 
			// lblAvailableTypes
			// 
			this.lblAvailableTypes.AutoSize = true;
			this.lblAvailableTypes.Location = new System.Drawing.Point(12, 43);
			this.lblAvailableTypes.Name = "lblAvailableTypes";
			this.lblAvailableTypes.Size = new System.Drawing.Size(110, 16);
			this.lblAvailableTypes.TabIndex = 11;
			this.lblAvailableTypes.Text = "Types Available ";
			// 
			// lblSelected
			// 
			this.lblSelected.AutoSize = true;
			this.lblSelected.Location = new System.Drawing.Point(343, 43);
			this.lblSelected.Name = "lblSelected";
			this.lblSelected.Size = new System.Drawing.Size(104, 16);
			this.lblSelected.TabIndex = 12;
			this.lblSelected.Text = "Types Selected";
			// 
			// dlgAnnotationsSelect
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(653, 466);
			this.Controls.Add(this.lblSelected);
			this.Controls.Add(this.lblAvailableTypes);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.tableLayoutPanel1);
			this.Controls.Add(this.btnUpdate);
			this.Controls.Add(this.lblMessage);
			this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "dlgAnnotationsSelect";
			this.Text = "Filter Annotation Types";
			this.Load += new System.EventHandler(this.DlgAnnotationsSelect_Load);
			this.tableLayoutPanel1.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();
		}
		#endregion
		private System.Windows.Forms.ListBox lstUnselected;
		private System.Windows.Forms.ListBox lstSelected;
		private System.Windows.Forms.Button btnSelect;
		private System.Windows.Forms.Button btnSelectAll;
		private System.Windows.Forms.Button btnDeselectAll;
		private System.Windows.Forms.Button btnDeselect;
		private System.Windows.Forms.Button btnUpdate;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
		private System.Windows.Forms.Button btnCancel;
		private System.Windows.Forms.Label lblMessage;
		private System.Windows.Forms.Label lblAvailableTypes;
		private System.Windows.Forms.Label lblSelected;
	}
}