namespace CodeImp.DoomBuilder.Windows
{
	partial class EffectBrowserForm
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if(disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.GroupBox groupBox2;
			this.option7 = new System.Windows.Forms.ComboBox();
			this.option7label = new System.Windows.Forms.Label();
			this.option6 = new System.Windows.Forms.ComboBox();
			this.option6label = new System.Windows.Forms.Label();
			this.option5 = new System.Windows.Forms.ComboBox();
			this.option5label = new System.Windows.Forms.Label();
			this.option4 = new System.Windows.Forms.ComboBox();
			this.option4label = new System.Windows.Forms.Label();
			this.option3 = new System.Windows.Forms.ComboBox();
			this.option3label = new System.Windows.Forms.Label();
			this.option2 = new System.Windows.Forms.ComboBox();
			this.option2label = new System.Windows.Forms.Label();
			this.option1 = new System.Windows.Forms.ComboBox();
			this.option1label = new System.Windows.Forms.Label();
			this.option0 = new System.Windows.Forms.ComboBox();
			this.option0label = new System.Windows.Forms.Label();
			this.cancel = new System.Windows.Forms.Button();
			this.apply = new System.Windows.Forms.Button();
			this.tabs = new System.Windows.Forms.TabControl();
			this.tabeffects = new System.Windows.Forms.TabPage();
			this.filterPanel = new System.Windows.Forms.Panel();
			this.tbFilter = new System.Windows.Forms.TextBox();
			this.btnClearFilter = new System.Windows.Forms.Button();
			this.labelFilter = new System.Windows.Forms.Label();
			this.effects = new System.Windows.Forms.ListView();
			this.colnumber = new System.Windows.Forms.ColumnHeader();
			this.colname = new System.Windows.Forms.ColumnHeader();
			this.tabgeneralized = new System.Windows.Forms.TabPage();
			groupBox2 = new System.Windows.Forms.GroupBox();
			groupBox2.SuspendLayout();
			this.tabs.SuspendLayout();
			this.tabeffects.SuspendLayout();
			this.filterPanel.SuspendLayout();
			this.tabgeneralized.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox2
			// 
			groupBox2.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)));
			groupBox2.Controls.Add(this.option7);
			groupBox2.Controls.Add(this.option7label);
			groupBox2.Controls.Add(this.option6);
			groupBox2.Controls.Add(this.option6label);
			groupBox2.Controls.Add(this.option5);
			groupBox2.Controls.Add(this.option5label);
			groupBox2.Controls.Add(this.option4);
			groupBox2.Controls.Add(this.option4label);
			groupBox2.Controls.Add(this.option3);
			groupBox2.Controls.Add(this.option3label);
			groupBox2.Controls.Add(this.option2);
			groupBox2.Controls.Add(this.option2label);
			groupBox2.Controls.Add(this.option1);
			groupBox2.Controls.Add(this.option1label);
			groupBox2.Controls.Add(this.option0);
			groupBox2.Controls.Add(this.option0label);
			groupBox2.Location = new System.Drawing.Point(6, 6);
			groupBox2.Name = "groupBox2";
			groupBox2.Size = new System.Drawing.Size(379, 398);
			groupBox2.TabIndex = 1;
			groupBox2.TabStop = false;
			groupBox2.Text = " Options ";
			// 
			// option7
			// 
			this.option7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option7.FormattingEnabled = true;
			this.option7.Location = new System.Drawing.Point(118, 280);
			this.option7.Name = "option7";
			this.option7.Size = new System.Drawing.Size(199, 21);
			this.option7.TabIndex = 7;
			this.option7.Visible = false;
			// 
			// option7label
			// 
			this.option7label.Location = new System.Drawing.Point(3, 283);
			this.option7label.Name = "option7label";
			this.option7label.Size = new System.Drawing.Size(109, 19);
			this.option7label.TabIndex = 16;
			this.option7label.Text = "Option:";
			this.option7label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option7label.Visible = false;
			// 
			// option6
			// 
			this.option6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option6.FormattingEnabled = true;
			this.option6.Location = new System.Drawing.Point(118, 244);
			this.option6.Name = "option6";
			this.option6.Size = new System.Drawing.Size(199, 21);
			this.option6.TabIndex = 6;
			this.option6.Visible = false;
			// 
			// option6label
			// 
			this.option6label.Location = new System.Drawing.Point(3, 247);
			this.option6label.Name = "option6label";
			this.option6label.Size = new System.Drawing.Size(109, 19);
			this.option6label.TabIndex = 14;
			this.option6label.Text = "Option:";
			this.option6label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option6label.Visible = false;
			// 
			// option5
			// 
			this.option5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option5.FormattingEnabled = true;
			this.option5.Location = new System.Drawing.Point(118, 208);
			this.option5.Name = "option5";
			this.option5.Size = new System.Drawing.Size(199, 21);
			this.option5.TabIndex = 5;
			this.option5.Visible = false;
			// 
			// option5label
			// 
			this.option5label.Location = new System.Drawing.Point(3, 211);
			this.option5label.Name = "option5label";
			this.option5label.Size = new System.Drawing.Size(109, 19);
			this.option5label.TabIndex = 12;
			this.option5label.Text = "Option:";
			this.option5label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option5label.Visible = false;
			// 
			// option4
			// 
			this.option4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option4.FormattingEnabled = true;
			this.option4.Location = new System.Drawing.Point(118, 172);
			this.option4.Name = "option4";
			this.option4.Size = new System.Drawing.Size(199, 21);
			this.option4.TabIndex = 4;
			this.option4.Visible = false;
			// 
			// option4label
			// 
			this.option4label.Location = new System.Drawing.Point(3, 175);
			this.option4label.Name = "option4label";
			this.option4label.Size = new System.Drawing.Size(109, 19);
			this.option4label.TabIndex = 10;
			this.option4label.Text = "Option:";
			this.option4label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option4label.Visible = false;
			// 
			// option3
			// 
			this.option3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option3.FormattingEnabled = true;
			this.option3.Location = new System.Drawing.Point(118, 136);
			this.option3.Name = "option3";
			this.option3.Size = new System.Drawing.Size(199, 21);
			this.option3.TabIndex = 3;
			this.option3.Visible = false;
			// 
			// option3label
			// 
			this.option3label.Location = new System.Drawing.Point(3, 139);
			this.option3label.Name = "option3label";
			this.option3label.Size = new System.Drawing.Size(109, 19);
			this.option3label.TabIndex = 8;
			this.option3label.Text = "Option:";
			this.option3label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option3label.Visible = false;
			// 
			// option2
			// 
			this.option2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option2.FormattingEnabled = true;
			this.option2.Location = new System.Drawing.Point(118, 100);
			this.option2.Name = "option2";
			this.option2.Size = new System.Drawing.Size(199, 21);
			this.option2.TabIndex = 2;
			this.option2.Visible = false;
			// 
			// option2label
			// 
			this.option2label.Location = new System.Drawing.Point(3, 103);
			this.option2label.Name = "option2label";
			this.option2label.Size = new System.Drawing.Size(109, 19);
			this.option2label.TabIndex = 6;
			this.option2label.Text = "Option:";
			this.option2label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option2label.Visible = false;
			// 
			// option1
			// 
			this.option1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option1.FormattingEnabled = true;
			this.option1.Location = new System.Drawing.Point(118, 64);
			this.option1.Name = "option1";
			this.option1.Size = new System.Drawing.Size(199, 21);
			this.option1.TabIndex = 1;
			this.option1.Visible = false;
			// 
			// option1label
			// 
			this.option1label.Location = new System.Drawing.Point(3, 67);
			this.option1label.Name = "option1label";
			this.option1label.Size = new System.Drawing.Size(109, 19);
			this.option1label.TabIndex = 4;
			this.option1label.Text = "Option:";
			this.option1label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option1label.Visible = false;
			// 
			// option0
			// 
			this.option0.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option0.FormattingEnabled = true;
			this.option0.Location = new System.Drawing.Point(118, 28);
			this.option0.Name = "option0";
			this.option0.Size = new System.Drawing.Size(199, 21);
			this.option0.TabIndex = 0;
			this.option0.Visible = false;
			// 
			// option0label
			// 
			this.option0label.Location = new System.Drawing.Point(3, 31);
			this.option0label.Name = "option0label";
			this.option0label.Size = new System.Drawing.Size(109, 19);
			this.option0label.TabIndex = 2;
			this.option0label.Text = "Option:";
			this.option0label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option0label.Visible = false;
			// 
			// cancel
			// 
			this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancel.Location = new System.Drawing.Point(293, 457);
			this.cancel.Name = "cancel";
			this.cancel.Size = new System.Drawing.Size(112, 27);
			this.cancel.TabIndex = 2;
			this.cancel.Text = "Cancel";
			this.cancel.UseVisualStyleBackColor = true;
			this.cancel.Click += new System.EventHandler(this.cancel_Click);
			// 
			// apply
			// 
			this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.apply.Location = new System.Drawing.Point(175, 457);
			this.apply.Name = "apply";
			this.apply.Size = new System.Drawing.Size(112, 27);
			this.apply.TabIndex = 1;
			this.apply.Text = "OK";
			this.apply.UseVisualStyleBackColor = true;
			this.apply.Click += new System.EventHandler(this.apply_Click);
			// 
			// tabs
			// 
			this.tabs.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.tabs.Controls.Add(this.tabeffects);
			this.tabs.Controls.Add(this.tabgeneralized);
			this.tabs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.tabs.Location = new System.Drawing.Point(10, 10);
			this.tabs.Margin = new System.Windows.Forms.Padding(1);
			this.tabs.Name = "tabs";
			this.tabs.Padding = new System.Drawing.Point(24, 3);
			this.tabs.SelectedIndex = 0;
			this.tabs.Size = new System.Drawing.Size(399, 436);
			this.tabs.TabIndex = 0;
			// 
			// tabeffects
			// 
			this.tabeffects.Controls.Add(this.filterPanel);
			this.tabeffects.Controls.Add(this.effects);
			this.tabeffects.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabeffects.Location = new System.Drawing.Point(4, 22);
			this.tabeffects.Name = "tabeffects";
			this.tabeffects.Padding = new System.Windows.Forms.Padding(3);
			this.tabeffects.Size = new System.Drawing.Size(391, 410);
			this.tabeffects.TabIndex = 0;
			this.tabeffects.Text = "Predefined Effects";
			this.tabeffects.UseVisualStyleBackColor = true;
			// 
			// filterPanel
			// 
			this.filterPanel.Controls.Add(this.tbFilter);
			this.filterPanel.Controls.Add(this.btnClearFilter);
			this.filterPanel.Controls.Add(this.labelFilter);
			this.filterPanel.Location = new System.Drawing.Point(6, 3);
			this.filterPanel.Name = "filterPanel";
			this.filterPanel.Size = new System.Drawing.Size(379, 30);
			this.filterPanel.TabIndex = 32;
			// 
			// tbFilter
			// 
			this.tbFilter.Location = new System.Drawing.Point(47, 5);
			this.tbFilter.Name = "tbFilter";
			this.tbFilter.Size = new System.Drawing.Size(135, 20);
			this.tbFilter.TabIndex = 28;
			this.tbFilter.TextChanged += new System.EventHandler(this.tbFilter_TextChanged);
			this.tbFilter.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tbFilter_KeyUp);
			// 
			// btnClearFilter
			// 
			this.btnClearFilter.Image = global::CodeImp.DoomBuilder.Properties.Resources.SearchClear;
			this.btnClearFilter.Location = new System.Drawing.Point(188, 3);
			this.btnClearFilter.Name = "btnClearFilter";
			this.btnClearFilter.Size = new System.Drawing.Size(32, 24);
			this.btnClearFilter.TabIndex = 30;
			this.btnClearFilter.UseVisualStyleBackColor = true;
			this.btnClearFilter.Click += new System.EventHandler(this.btnClearFilter_Click);
			// 
			// labelFilter
			// 
			this.labelFilter.AutoSize = true;
			this.labelFilter.Location = new System.Drawing.Point(8, 8);
			this.labelFilter.Name = "labelFilter";
			this.labelFilter.Size = new System.Drawing.Size(32, 13);
			this.labelFilter.TabIndex = 29;
			this.labelFilter.Text = "Filter:";
			// 
			// effects
			// 
			this.effects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colnumber,
            this.colname});
			this.effects.FullRowSelect = true;
			this.effects.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.effects.HideSelection = false;
			this.effects.Location = new System.Drawing.Point(6, 34);
			this.effects.MultiSelect = false;
			this.effects.Name = "effects";
			this.effects.Size = new System.Drawing.Size(379, 369);
			this.effects.TabIndex = 0;
			this.effects.UseCompatibleStateImageBehavior = false;
			this.effects.View = System.Windows.Forms.View.Details;
			this.effects.DoubleClick += new System.EventHandler(this.effects_DoubleClick);
			this.effects.MouseEnter += new System.EventHandler(this.effects_MouseEnter);
			this.effects.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.effects_KeyPress);
			// 
			// colnumber
			// 
			this.colnumber.Text = "Effect";
			this.colnumber.Width = 70;
			// 
			// colname
			// 
			this.colname.Text = "Description";
			this.colname.Width = 280;
			// 
			// tabgeneralized
			// 
			this.tabgeneralized.Controls.Add(groupBox2);
			this.tabgeneralized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabgeneralized.Location = new System.Drawing.Point(4, 22);
			this.tabgeneralized.Name = "tabgeneralized";
			this.tabgeneralized.Padding = new System.Windows.Forms.Padding(3);
			this.tabgeneralized.Size = new System.Drawing.Size(391, 410);
			this.tabgeneralized.TabIndex = 1;
			this.tabgeneralized.Text = "Generalized Effects";
			this.tabgeneralized.UseVisualStyleBackColor = true;
			// 
			// EffectBrowserForm
			// 
			this.AcceptButton = this.apply;
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.CancelButton = this.cancel;
			this.ClientSize = new System.Drawing.Size(419, 496);
			this.Controls.Add(this.tabs);
			this.Controls.Add(this.cancel);
			this.Controls.Add(this.apply);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "EffectBrowserForm";
			this.Opacity = 0;
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Edit Effect";
			this.Shown += new System.EventHandler(this.EffectBrowserForm_Shown);
			groupBox2.ResumeLayout(false);
			this.tabs.ResumeLayout(false);
			this.tabeffects.ResumeLayout(false);
			this.filterPanel.ResumeLayout(false);
			this.filterPanel.PerformLayout();
			this.tabgeneralized.ResumeLayout(false);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Button cancel;
		private System.Windows.Forms.Button apply;
		private System.Windows.Forms.TabControl tabs;
		private System.Windows.Forms.TabPage tabeffects;
		private System.Windows.Forms.TabPage tabgeneralized;
		private System.Windows.Forms.ComboBox option7;
		private System.Windows.Forms.Label option7label;
		private System.Windows.Forms.ComboBox option6;
		private System.Windows.Forms.Label option6label;
		private System.Windows.Forms.ComboBox option5;
		private System.Windows.Forms.Label option5label;
		private System.Windows.Forms.ComboBox option4;
		private System.Windows.Forms.Label option4label;
		private System.Windows.Forms.ComboBox option3;
		private System.Windows.Forms.Label option3label;
		private System.Windows.Forms.ComboBox option2;
		private System.Windows.Forms.Label option2label;
		private System.Windows.Forms.ComboBox option1;
		private System.Windows.Forms.Label option1label;
		private System.Windows.Forms.ComboBox option0;
		private System.Windows.Forms.Label option0label;
		private System.Windows.Forms.ListView effects;
		private System.Windows.Forms.ColumnHeader colnumber;
		private System.Windows.Forms.ColumnHeader colname;
		private System.Windows.Forms.Panel filterPanel;
		private System.Windows.Forms.TextBox tbFilter;
		private System.Windows.Forms.Button btnClearFilter;
		private System.Windows.Forms.Label labelFilter;
	}
}