private void InitializeComponent()

in frontend/windows/WBControls/FindPanel.Designer.cs [29:368]


    private void InitializeComponent()
    {
      this.components = new System.ComponentModel.Container();
      this.replaceTextBox = new System.Windows.Forms.TextBox();
      this.searchTextBox = new System.Windows.Forms.TextBox();
      this.optionsButton = new System.Windows.Forms.Button();
      this.optionsMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
      this.stringMatchingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.regularExpressionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
      this.ignoreCaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.matchWholeWordsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.wrapAroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
      this.recentSearchesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
      this.clearRecentSearchesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
      this.searchClearButton = new System.Windows.Forms.Button();
      this.modeComboBox = new System.Windows.Forms.ComboBox();
      this.replaceAllButton = new System.Windows.Forms.Button();
      this.replaceButton = new System.Windows.Forms.Button();
      this.navButtonNext = new System.Windows.Forms.Button();
      this.navButtonBack = new System.Windows.Forms.Button();
      this.layoutPanel = new System.Windows.Forms.TableLayoutPanel();
      this.panel1 = new System.Windows.Forms.Panel();
      this.doneButton = new System.Windows.Forms.Button();
      this.optionsMenuStrip.SuspendLayout();
      this.layoutPanel.SuspendLayout();
      this.panel1.SuspendLayout();
      this.SuspendLayout();
      // 
      // replaceTextBox
      // 
      this.replaceTextBox.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.replaceTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.replaceTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.replaceTextBox.Location = new System.Drawing.Point(219, 33);
      this.replaceTextBox.Margin = new System.Windows.Forms.Padding(1, 2, 3, 0);
      this.replaceTextBox.Name = "replaceTextBox";
      this.replaceTextBox.Size = new System.Drawing.Size(783, 23);
      this.replaceTextBox.TabIndex = 1;
      this.replaceTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
      // 
      // searchTextBox
      // 
      this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.searchTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
      this.searchTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.searchTextBox.Location = new System.Drawing.Point(36, 2);
      this.searchTextBox.Margin = new System.Windows.Forms.Padding(0);
      this.searchTextBox.Multiline = true;
      this.searchTextBox.Name = "searchTextBox";
      this.searchTextBox.Size = new System.Drawing.Size(725, 23);
      this.searchTextBox.TabIndex = 0;
      this.searchTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
      // 
      // optionsButton
      // 
      this.optionsButton.Dock = System.Windows.Forms.DockStyle.Left;
      this.optionsButton.FlatAppearance.BorderSize = 0;
      this.optionsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
      this.optionsButton.Image = global::MySQL.Controls.Properties.Resources.search_dropdown;
      this.optionsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.optionsButton.Location = new System.Drawing.Point(0, 0);
      this.optionsButton.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
      this.optionsButton.Name = "optionsButton";
      this.optionsButton.Size = new System.Drawing.Size(36, 24);
      this.optionsButton.TabIndex = 4;
      this.optionsButton.TabStop = false;
      this.optionsButton.UseVisualStyleBackColor = true;
      this.optionsButton.Click += new System.EventHandler(this.optionsButton_Click);
      // 
      // optionsMenuStrip
      // 
      this.optionsMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.stringMatchingToolStripMenuItem,
            this.regularExpressionToolStripMenuItem,
            this.toolStripSeparator1,
            this.ignoreCaseToolStripMenuItem,
            this.matchWholeWordsToolStripMenuItem,
            this.wrapAroundToolStripMenuItem,
            this.toolStripMenuItem1,
            this.recentSearchesToolStripMenuItem,
            this.toolStripMenuItem2,
            this.clearRecentSearchesToolStripMenuItem});
      this.optionsMenuStrip.Name = "contextMenuStrip1";
      this.optionsMenuStrip.Size = new System.Drawing.Size(224, 190);
      this.optionsMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.optionsMenuStrip_ItemClicked);
      // 
      // stringMatchingToolStripMenuItem
      // 
      this.stringMatchingToolStripMenuItem.Checked = true;
      this.stringMatchingToolStripMenuItem.CheckOnClick = true;
      this.stringMatchingToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
      this.stringMatchingToolStripMenuItem.Name = "stringMatchingToolStripMenuItem";
      this.stringMatchingToolStripMenuItem.Size = new System.Drawing.Size(223, 24);
      this.stringMatchingToolStripMenuItem.Text = "String Matching";
      // 
      // regularExpressionToolStripMenuItem
      // 
      this.regularExpressionToolStripMenuItem.CheckOnClick = true;
      this.regularExpressionToolStripMenuItem.Name = "regularExpressionToolStripMenuItem";
      this.regularExpressionToolStripMenuItem.Size = new System.Drawing.Size(223, 24);
      this.regularExpressionToolStripMenuItem.Text = "Regular Expression";
      // 
      // toolStripSeparator1
      // 
      this.toolStripSeparator1.Name = "toolStripSeparator1";
      this.toolStripSeparator1.Size = new System.Drawing.Size(220, 6);
      // 
      // ignoreCaseToolStripMenuItem
      // 
      this.ignoreCaseToolStripMenuItem.Checked = true;
      this.ignoreCaseToolStripMenuItem.CheckOnClick = true;
      this.ignoreCaseToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
      this.ignoreCaseToolStripMenuItem.Name = "ignoreCaseToolStripMenuItem";
      this.ignoreCaseToolStripMenuItem.Size = new System.Drawing.Size(223, 24);
      this.ignoreCaseToolStripMenuItem.Text = "Ignore Case";
      // 
      // matchWholeWordsToolStripMenuItem
      // 
      this.matchWholeWordsToolStripMenuItem.CheckOnClick = true;
      this.matchWholeWordsToolStripMenuItem.Name = "matchWholeWordsToolStripMenuItem";
      this.matchWholeWordsToolStripMenuItem.Size = new System.Drawing.Size(223, 24);
      this.matchWholeWordsToolStripMenuItem.Text = "Match Whole Words";
      // 
      // wrapAroundToolStripMenuItem
      // 
      this.wrapAroundToolStripMenuItem.Checked = true;
      this.wrapAroundToolStripMenuItem.CheckOnClick = true;
      this.wrapAroundToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
      this.wrapAroundToolStripMenuItem.Name = "wrapAroundToolStripMenuItem";
      this.wrapAroundToolStripMenuItem.Size = new System.Drawing.Size(223, 24);
      this.wrapAroundToolStripMenuItem.Text = "Wrap Around";
      // 
      // toolStripMenuItem1
      // 
      this.toolStripMenuItem1.Name = "toolStripMenuItem1";
      this.toolStripMenuItem1.Size = new System.Drawing.Size(220, 6);
      // 
      // recentSearchesToolStripMenuItem
      // 
      this.recentSearchesToolStripMenuItem.Enabled = false;
      this.recentSearchesToolStripMenuItem.Name = "recentSearchesToolStripMenuItem";
      this.recentSearchesToolStripMenuItem.Size = new System.Drawing.Size(223, 24);
      this.recentSearchesToolStripMenuItem.Text = "Recent Searches";
      // 
      // toolStripMenuItem2
      // 
      this.toolStripMenuItem2.Name = "toolStripMenuItem2";
      this.toolStripMenuItem2.Size = new System.Drawing.Size(220, 6);
      // 
      // clearRecentSearchesToolStripMenuItem
      // 
      this.clearRecentSearchesToolStripMenuItem.Name = "clearRecentSearchesToolStripMenuItem";
      this.clearRecentSearchesToolStripMenuItem.Size = new System.Drawing.Size(223, 24);
      this.clearRecentSearchesToolStripMenuItem.Text = "Clear Recent Searches";
      // 
      // searchClearButton
      // 
      this.searchClearButton.AutoSize = true;
      this.searchClearButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.searchClearButton.BackColor = System.Drawing.Color.White;
      this.searchClearButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
      this.searchClearButton.Dock = System.Windows.Forms.DockStyle.Right;
      this.searchClearButton.FlatAppearance.BorderSize = 0;
      this.searchClearButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
      this.searchClearButton.Image = global::MySQL.Controls.Properties.Resources.search_clear;
      this.searchClearButton.Location = new System.Drawing.Point(761, 0);
      this.searchClearButton.Margin = new System.Windows.Forms.Padding(0);
      this.searchClearButton.Name = "searchClearButton";
      this.searchClearButton.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
      this.searchClearButton.Size = new System.Drawing.Size(20, 24);
      this.searchClearButton.TabIndex = 3;
      this.searchClearButton.TabStop = false;
      this.toolTip1.SetToolTip(this.searchClearButton, "Clear search text");
      this.searchClearButton.UseVisualStyleBackColor = false;
      this.searchClearButton.Click += new System.EventHandler(this.searchClearButton_Click);
      // 
      // modeComboBox
      // 
      this.modeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.layoutPanel.SetColumnSpan(this.modeComboBox, 2);
      this.modeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.modeComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.modeComboBox.FormattingEnabled = true;
      this.modeComboBox.ItemHeight = 17;
      this.modeComboBox.Items.AddRange(new object[] {
            "Find",
            "Find & Replace"});
      this.modeComboBox.Location = new System.Drawing.Point(5, 3);
      this.modeComboBox.Margin = new System.Windows.Forms.Padding(5, 1, 1, 0);
      this.modeComboBox.MaxDropDownItems = 2;
      this.modeComboBox.Name = "modeComboBox";
      this.modeComboBox.Size = new System.Drawing.Size(162, 25);
      this.modeComboBox.TabIndex = 3;
      this.modeComboBox.SelectedIndexChanged += new System.EventHandler(this.modeComboBox_SelectedIndexChanged);
      // 
      // replaceAllButton
      // 
      this.replaceAllButton.AutoSize = true;
      this.replaceAllButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.replaceAllButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.replaceAllButton.Location = new System.Drawing.Point(3, 31);
      this.replaceAllButton.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
      this.replaceAllButton.Name = "replaceAllButton";
      this.replaceAllButton.Size = new System.Drawing.Size(89, 27);
      this.replaceAllButton.TabIndex = 6;
      this.replaceAllButton.Tag = "3";
      this.replaceAllButton.Text = "Replace All";
      this.replaceAllButton.UseVisualStyleBackColor = true;
      this.replaceAllButton.Click += new System.EventHandler(this.button_Click);
      // 
      // replaceButton
      // 
      this.replaceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.replaceButton.AutoSize = true;
      this.replaceButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.replaceButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.replaceButton.Location = new System.Drawing.Point(98, 31);
      this.replaceButton.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
      this.replaceButton.Name = "replaceButton";
      this.replaceButton.Size = new System.Drawing.Size(70, 27);
      this.replaceButton.TabIndex = 7;
      this.replaceButton.Tag = "4";
      this.replaceButton.Text = "Replace";
      this.replaceButton.UseVisualStyleBackColor = true;
      this.replaceButton.Click += new System.EventHandler(this.button_Click);
      // 
      // navButtonNext
      // 
      this.navButtonNext.Image = global::MySQL.Controls.Properties.Resources.Next;
      this.navButtonNext.Location = new System.Drawing.Point(193, 2);
      this.navButtonNext.Margin = new System.Windows.Forms.Padding(0);
      this.navButtonNext.Name = "navButtonNext";
      this.navButtonNext.Size = new System.Drawing.Size(25, 28);
      this.navButtonNext.TabIndex = 5;
      this.navButtonNext.Tag = "2";
      this.navButtonNext.UseVisualStyleBackColor = true;
      this.navButtonNext.Click += new System.EventHandler(this.button_Click);
      // 
      // navButtonBack
      // 
      this.navButtonBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.navButtonBack.Image = global::MySQL.Controls.Properties.Resources.Back;
      this.navButtonBack.Location = new System.Drawing.Point(168, 2);
      this.navButtonBack.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
      this.navButtonBack.Name = "navButtonBack";
      this.navButtonBack.Size = new System.Drawing.Size(25, 28);
      this.navButtonBack.TabIndex = 4;
      this.navButtonBack.Tag = "1";
      this.navButtonBack.UseVisualStyleBackColor = true;
      this.navButtonBack.Click += new System.EventHandler(this.button_Click);
      // 
      // layoutPanel
      // 
      this.layoutPanel.AutoSize = true;
      this.layoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.layoutPanel.ColumnCount = 6;
      this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
      this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
      this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
      this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
      this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
      this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
      this.layoutPanel.Controls.Add(this.replaceAllButton, 0, 1);
      this.layoutPanel.Controls.Add(this.replaceButton, 1, 1);
      this.layoutPanel.Controls.Add(this.navButtonNext, 3, 0);
      this.layoutPanel.Controls.Add(this.modeComboBox, 0, 0);
      this.layoutPanel.Controls.Add(this.replaceTextBox, 4, 1);
      this.layoutPanel.Controls.Add(this.panel1, 4, 0);
      this.layoutPanel.Controls.Add(this.doneButton, 5, 0);
      this.layoutPanel.Controls.Add(this.navButtonBack, 2, 0);
      this.layoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
      this.layoutPanel.Location = new System.Drawing.Point(0, 0);
      this.layoutPanel.Margin = new System.Windows.Forms.Padding(0);
      this.layoutPanel.Name = "layoutPanel";
      this.layoutPanel.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2);
      this.layoutPanel.RowCount = 2;
      this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
      this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
      this.layoutPanel.Size = new System.Drawing.Size(1063, 60);
      this.layoutPanel.TabIndex = 11;
      // 
      // panel1
      // 
      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.panel1.BackColor = System.Drawing.SystemColors.Window;
      this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.panel1.Controls.Add(this.searchTextBox);
      this.panel1.Controls.Add(this.optionsButton);
      this.panel1.Controls.Add(this.searchClearButton);
      this.panel1.Location = new System.Drawing.Point(219, 3);
      this.panel1.Margin = new System.Windows.Forms.Padding(1, 1, 3, 0);
      this.panel1.Name = "panel1";
      this.panel1.Size = new System.Drawing.Size(783, 26);
      this.panel1.TabIndex = 0;
      this.panel1.TabStop = true;
      // 
      // doneButton
      // 
      this.doneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.doneButton.AutoSize = true;
      this.doneButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.doneButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.doneButton.Location = new System.Drawing.Point(1008, 2);
      this.doneButton.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
      this.doneButton.Name = "doneButton";
      this.doneButton.Size = new System.Drawing.Size(52, 27);
      this.doneButton.TabIndex = 2;
      this.doneButton.Text = "Done";
      this.doneButton.UseVisualStyleBackColor = true;
      this.doneButton.Click += new System.EventHandler(this.doneButton_Click);
      // 
      // FindPanel
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
      this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.BackColor = System.Drawing.SystemColors.ControlLight;
      this.Controls.Add(this.layoutPanel);
      this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F);
      this.Name = "FindPanel";
      this.Size = new System.Drawing.Size(1063, 77);
      this.optionsMenuStrip.ResumeLayout(false);
      this.layoutPanel.ResumeLayout(false);
      this.layoutPanel.PerformLayout();
      this.panel1.ResumeLayout(false);
      this.panel1.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }