コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmAddEditTextEditor));
     this.btnOK                 = new System.Windows.Forms.Button();
     this.btnCancel             = new System.Windows.Forms.Button();
     this.btnBrowse             = new FileSearch.Windows.Controls.PictureButton();
     this.txtFileType           = new System.Windows.Forms.TextBox();
     this.txtTextEditorLocation = new System.Windows.Forms.TextBox();
     this.txtCmdLineArgs        = new System.Windows.Forms.TextBox();
     this.lblFileType           = new System.Windows.Forms.Label();
     this.lblAllTypesMessage    = new System.Windows.Forms.Label();
     this.lblCmdLineArgs        = new System.Windows.Forms.Label();
     this.lblCmdOptionsView     = new System.Windows.Forms.Label();
     this.lblTextEditorLocation = new System.Windows.Forms.Label();
     this.lblCmdOptions         = new System.Windows.Forms.Label();
     this.HoverTips             = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Location     = new System.Drawing.Point(290, 225);
     this.btnOK.Name         = "btnOK";
     this.btnOK.TabIndex     = 5;
     this.btnOK.Text         = "&OK";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location     = new System.Drawing.Point(370, 225);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.TabIndex     = 6;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // btnBrowse
     //
     this.btnBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBrowse.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnBrowse.Image    = ((System.Drawing.Image)(resources.GetObject("btnBrowse.Image")));
     this.btnBrowse.Location = new System.Drawing.Point(424, 66);
     this.btnBrowse.Name     = "btnBrowse";
     this.btnBrowse.Size     = new System.Drawing.Size(16, 16);
     this.btnBrowse.TabIndex = 3;
     this.btnBrowse.TabStop  = false;
     this.btnBrowse.Click   += new System.EventHandler(this.btnBrowse_Click);
     //
     // txtFileType
     //
     this.txtFileType.Location     = new System.Drawing.Point(120, 8);
     this.txtFileType.Name         = "txtFileType";
     this.txtFileType.Size         = new System.Drawing.Size(88, 20);
     this.txtFileType.TabIndex     = 1;
     this.txtFileType.Text         = "";
     this.txtFileType.TextChanged += new System.EventHandler(this.txtFileType_TextChanged);
     //
     // txtTextEditorLocation
     //
     this.txtTextEditorLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTextEditorLocation.Location = new System.Drawing.Point(120, 64);
     this.txtTextEditorLocation.Name     = "txtTextEditorLocation";
     this.txtTextEditorLocation.Size     = new System.Drawing.Size(296, 20);
     this.txtTextEditorLocation.TabIndex = 2;
     this.txtTextEditorLocation.Text     = "";
     //
     // txtCmdLineArgs
     //
     this.txtCmdLineArgs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCmdLineArgs.Location     = new System.Drawing.Point(120, 168);
     this.txtCmdLineArgs.Name         = "txtCmdLineArgs";
     this.txtCmdLineArgs.Size         = new System.Drawing.Size(320, 20);
     this.txtCmdLineArgs.TabIndex     = 4;
     this.txtCmdLineArgs.Text         = "";
     this.txtCmdLineArgs.TextChanged += new System.EventHandler(this.txtCmdLineArgs_TextChanged);
     //
     // lblFileType
     //
     this.lblFileType.Location  = new System.Drawing.Point(8, 8);
     this.lblFileType.Name      = "lblFileType";
     this.lblFileType.TabIndex  = 1;
     this.lblFileType.Text      = "File Type";
     this.lblFileType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblAllTypesMessage
     //
     this.lblAllTypesMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.lblAllTypesMessage.Location = new System.Drawing.Point(216, 8);
     this.lblAllTypesMessage.Name     = "lblAllTypesMessage";
     this.lblAllTypesMessage.Size     = new System.Drawing.Size(224, 48);
     this.lblAllTypesMessage.TabIndex = 22;
     this.lblAllTypesMessage.Text     = "A Text Editor can be used for all unknown types by using a * for the file type.";
     //
     // lblCmdLineArgs
     //
     this.lblCmdLineArgs.Location  = new System.Drawing.Point(8, 168);
     this.lblCmdLineArgs.Name      = "lblCmdLineArgs";
     this.lblCmdLineArgs.TabIndex  = 4;
     this.lblCmdLineArgs.Text      = "Command Line";
     this.lblCmdLineArgs.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblCmdOptionsView
     //
     this.lblCmdOptionsView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCmdOptionsView.Location  = new System.Drawing.Point(8, 225);
     this.lblCmdOptionsView.Name      = "lblCmdOptionsView";
     this.lblCmdOptionsView.Size      = new System.Drawing.Size(280, 23);
     this.lblCmdOptionsView.TabIndex  = 20;
     this.lblCmdOptionsView.Text      = "Preview:";
     this.lblCmdOptionsView.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTextEditorLocation
     //
     this.lblTextEditorLocation.Location  = new System.Drawing.Point(8, 64);
     this.lblTextEditorLocation.Name      = "lblTextEditorLocation";
     this.lblTextEditorLocation.Size      = new System.Drawing.Size(112, 23);
     this.lblTextEditorLocation.TabIndex  = 3;
     this.lblTextEditorLocation.Text      = "Text Editor Location";
     this.lblTextEditorLocation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblCmdOptions
     //
     this.lblCmdOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCmdOptions.Location = new System.Drawing.Point(120, 96);
     this.lblCmdOptions.Name     = "lblCmdOptions";
     this.lblCmdOptions.Size     = new System.Drawing.Size(320, 64);
     this.lblCmdOptions.TabIndex = 21;
     this.lblCmdOptions.Text     = "Command Line Options:";
     //
     // frmAddEditTextEditor
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(450, 255);
     this.Controls.Add(this.lblCmdOptions);
     this.Controls.Add(this.lblTextEditorLocation);
     this.Controls.Add(this.lblCmdOptionsView);
     this.Controls.Add(this.lblCmdLineArgs);
     this.Controls.Add(this.lblAllTypesMessage);
     this.Controls.Add(this.lblFileType);
     this.Controls.Add(this.txtCmdLineArgs);
     this.Controls.Add(this.txtTextEditorLocation);
     this.Controls.Add(this.txtFileType);
     this.Controls.Add(this.btnBrowse);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAddEditTextEditor";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Text Editors";
     this.Load           += new System.EventHandler(this.frmAddEditTextEditor_Load);
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: frmMain.cs プロジェクト: NikolayIT/NStudio
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
      System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMain));
      this.pnlSearch = new System.Windows.Forms.Panel();
      this.pnlSearchOptions = new System.Windows.Forms.Panel();
      this.PanelOptionsContainer = new System.Windows.Forms.Panel();
      this.lblContextLines = new System.Windows.Forms.Label();
      this.txtContextLines = new System.Windows.Forms.NumericUpDown();
      this.chkWholeWordOnly = new System.Windows.Forms.CheckBox();
      this.chkRegularExpressions = new System.Windows.Forms.CheckBox();
      this.chkNegation = new System.Windows.Forms.CheckBox();
      this.chkLineNumbers = new System.Windows.Forms.CheckBox();
      this.chkFileNamesOnly = new System.Windows.Forms.CheckBox();
      this.chkRecurse = new System.Windows.Forms.CheckBox();
      this.chkCaseSensitive = new System.Windows.Forms.CheckBox();
      this.lnkSearchOptions = new System.Windows.Forms.LinkLabel();
      this.pnlMainSearch = new System.Windows.Forms.Panel();
      this.picBrowse = new FileSearch.Windows.Controls.PictureButton();
      this.btnSearch = new System.Windows.Forms.Button();
      this.btnCancel = new System.Windows.Forms.Button();
      this.cboFilePath = new System.Windows.Forms.ComboBox();
      this.cboFileName = new System.Windows.Forms.ComboBox();
      this.cboSearchForText = new System.Windows.Forms.ComboBox();
      this.lblSearchText = new System.Windows.Forms.Label();
      this.lblFileTypes = new System.Windows.Forms.Label();
      this.lblSearchPath = new System.Windows.Forms.Label();
      this.lblSearchHeading = new System.Windows.Forms.Label();
      this.pnlRightSide = new System.Windows.Forms.Panel();
      this.txtHits = new System.Windows.Forms.RichTextBox();
      this.splitUpDown = new System.Windows.Forms.Splitter();
      this.lstFileNames = new System.Windows.Forms.ListView();
      this.splitLeftRight = new System.Windows.Forms.Splitter();
      this.mnuAll = new System.Windows.Forms.MainMenu();
      this.mnuFile = new System.Windows.Forms.MenuItem();
      this.mnuBrowse = new System.Windows.Forms.MenuItem();
      this.mnuFileSep2 = new System.Windows.Forms.MenuItem();
      this.mnuSaveResults = new System.Windows.Forms.MenuItem();
      this.mnuPrintResults = new System.Windows.Forms.MenuItem();
      this.mnuFileSep = new System.Windows.Forms.MenuItem();
      this.mnuExit = new System.Windows.Forms.MenuItem();
      this.mnuEdit = new System.Windows.Forms.MenuItem();
      this.mnuSelectAll = new System.Windows.Forms.MenuItem();
      this.mnuOpenSelected = new System.Windows.Forms.MenuItem();
      this.mnuTools = new System.Windows.Forms.MenuItem();
      this.mnuClearMRU = new System.Windows.Forms.MenuItem();
      this.mnuToolsSep = new System.Windows.Forms.MenuItem();
      this.mnuSaveSearchSettings = new System.Windows.Forms.MenuItem();
      this.mnuOptions = new System.Windows.Forms.MenuItem();
      this.mnuHelp = new System.Windows.Forms.MenuItem();
      this.mnuAbout = new System.Windows.Forms.MenuItem();
      this.stbStatus = new System.Windows.Forms.StatusBar();
      this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
      this.ListViewImageList = new System.Windows.Forms.ImageList(this.components);
      this.pnlSearch.SuspendLayout();
      this.pnlSearchOptions.SuspendLayout();
      this.PanelOptionsContainer.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.txtContextLines)).BeginInit();
      this.pnlMainSearch.SuspendLayout();
      this.pnlRightSide.SuspendLayout();
      this.SuspendLayout();
      //
      // pnlSearch
      //
      this.pnlSearch.AutoScroll = true;
      this.pnlSearch.BackColor = System.Drawing.SystemColors.Window;
      this.pnlSearch.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
      this.pnlSearch.Controls.Add(this.pnlSearchOptions);
      this.pnlSearch.Controls.Add(this.pnlMainSearch);
      this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Left;
      this.pnlSearch.Location = new System.Drawing.Point(0, 0);
      this.pnlSearch.Name = "pnlSearch";
      this.pnlSearch.Size = new System.Drawing.Size(240, 484);
      this.pnlSearch.TabIndex = 0;
      //
      // pnlSearchOptions
      //
      this.pnlSearchOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.pnlSearchOptions.Controls.Add(this.PanelOptionsContainer);
      this.pnlSearchOptions.Controls.Add(this.lnkSearchOptions);
      this.pnlSearchOptions.Location = new System.Drawing.Point(16, 208);
      this.pnlSearchOptions.Name = "pnlSearchOptions";
      this.pnlSearchOptions.Size = new System.Drawing.Size(200, 224);
      this.pnlSearchOptions.TabIndex = 1;
      //
      // PanelOptionsContainer
      //
      this.PanelOptionsContainer.Controls.Add(this.lblContextLines);
      this.PanelOptionsContainer.Controls.Add(this.txtContextLines);
      this.PanelOptionsContainer.Controls.Add(this.chkWholeWordOnly);
      this.PanelOptionsContainer.Controls.Add(this.chkRegularExpressions);
      this.PanelOptionsContainer.Controls.Add(this.chkNegation);
      this.PanelOptionsContainer.Controls.Add(this.chkLineNumbers);
      this.PanelOptionsContainer.Controls.Add(this.chkFileNamesOnly);
      this.PanelOptionsContainer.Controls.Add(this.chkRecurse);
      this.PanelOptionsContainer.Controls.Add(this.chkCaseSensitive);
      this.PanelOptionsContainer.Dock = System.Windows.Forms.DockStyle.Fill;
      this.PanelOptionsContainer.Location = new System.Drawing.Point(0, 16);
      this.PanelOptionsContainer.Name = "PanelOptionsContainer";
      this.PanelOptionsContainer.Size = new System.Drawing.Size(200, 208);
      this.PanelOptionsContainer.TabIndex = 1;
      //
      // lblContextLines
      //
      this.lblContextLines.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.lblContextLines.Location = new System.Drawing.Point(56, 175);
      this.lblContextLines.Name = "lblContextLines";
      this.lblContextLines.Size = new System.Drawing.Size(127, 20);
      this.lblContextLines.TabIndex = 8;
      this.lblContextLines.Text = "Context Lines";
      this.lblContextLines.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.toolTip1.SetToolTip(this.lblContextLines, "Show lines above and below the word matched");
      //
      // txtContextLines
      //
      this.txtContextLines.Location = new System.Drawing.Point(7, 175);
      this.txtContextLines.Name = "txtContextLines";
      this.txtContextLines.Size = new System.Drawing.Size(41, 20);
      this.txtContextLines.TabIndex = 13;
      this.toolTip1.SetToolTip(this.txtContextLines, "Show lines above and below the word matched");
      //
      // chkWholeWordOnly
      //
      this.chkWholeWordOnly.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.chkWholeWordOnly.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.chkWholeWordOnly.Location = new System.Drawing.Point(7, 56);
      this.chkWholeWordOnly.Name = "chkWholeWordOnly";
      this.chkWholeWordOnly.Size = new System.Drawing.Size(178, 16);
      this.chkWholeWordOnly.TabIndex = 8;
      this.chkWholeWordOnly.Text = "&Whole Word";
      this.toolTip1.SetToolTip(this.chkWholeWordOnly, "Only match entire words (not parts of words)");
      //
      // chkRegularExpressions
      //
      this.chkRegularExpressions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.chkRegularExpressions.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.chkRegularExpressions.Location = new System.Drawing.Point(7, 8);
      this.chkRegularExpressions.Name = "chkRegularExpressions";
      this.chkRegularExpressions.Size = new System.Drawing.Size(178, 16);
      this.chkRegularExpressions.TabIndex = 6;
      this.chkRegularExpressions.Text = "Regular &Expressions";
      this.toolTip1.SetToolTip(this.chkRegularExpressions, "Use \"regular expression\" matching");
      //
      // chkNegation
      //
      this.chkNegation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.chkNegation.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.chkNegation.Location = new System.Drawing.Point(7, 128);
      this.chkNegation.Name = "chkNegation";
      this.chkNegation.Size = new System.Drawing.Size(178, 16);
      this.chkNegation.TabIndex = 11;
      this.chkNegation.Text = "&Negation";
      this.toolTip1.SetToolTip(this.chkNegation, "Find the files without the Search Text in them");
      //
      // chkLineNumbers
      //
      this.chkLineNumbers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.chkLineNumbers.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.chkLineNumbers.Location = new System.Drawing.Point(7, 152);
      this.chkLineNumbers.Name = "chkLineNumbers";
      this.chkLineNumbers.Size = new System.Drawing.Size(178, 16);
      this.chkLineNumbers.TabIndex = 12;
      this.chkLineNumbers.Text = "&Line Numbers";
      this.toolTip1.SetToolTip(this.chkLineNumbers, "Include line numbers before each match");
      //
      // chkFileNamesOnly
      //
      this.chkFileNamesOnly.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.chkFileNamesOnly.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.chkFileNamesOnly.Location = new System.Drawing.Point(7, 104);
      this.chkFileNamesOnly.Name = "chkFileNamesOnly";
      this.chkFileNamesOnly.Size = new System.Drawing.Size(178, 16);
      this.chkFileNamesOnly.TabIndex = 10;
      this.chkFileNamesOnly.Text = "Show File Names &Only";
      this.toolTip1.SetToolTip(this.chkFileNamesOnly, "Show names but not contents of files that have matches (may be faster on large fi" +
     "les)");
      //
      // chkRecurse
      //
      this.chkRecurse.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.chkRecurse.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.chkRecurse.Location = new System.Drawing.Point(7, 80);
      this.chkRecurse.Name = "chkRecurse";
      this.chkRecurse.Size = new System.Drawing.Size(178, 16);
      this.chkRecurse.TabIndex = 9;
      this.chkRecurse.Text = "&Recurse";
      this.toolTip1.SetToolTip(this.chkRecurse, "Search in subdirectories");
      //
      // chkCaseSensitive
      //
      this.chkCaseSensitive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.chkCaseSensitive.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.chkCaseSensitive.Location = new System.Drawing.Point(7, 32);
      this.chkCaseSensitive.Name = "chkCaseSensitive";
      this.chkCaseSensitive.Size = new System.Drawing.Size(178, 16);
      this.chkCaseSensitive.TabIndex = 7;
      this.chkCaseSensitive.Text = "&Case Sensitive";
      this.toolTip1.SetToolTip(this.chkCaseSensitive, "Match upper and lower case letters exactly");
      //
      // lnkSearchOptions
      //
      this.lnkSearchOptions.ActiveLinkColor = System.Drawing.SystemColors.ActiveCaption;
      this.lnkSearchOptions.Dock = System.Windows.Forms.DockStyle.Top;
      this.lnkSearchOptions.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.lnkSearchOptions.LinkColor = System.Drawing.SystemColors.ActiveCaption;
      this.lnkSearchOptions.Location = new System.Drawing.Point(0, 0);
      this.lnkSearchOptions.Name = "lnkSearchOptions";
      this.lnkSearchOptions.Size = new System.Drawing.Size(200, 16);
      this.lnkSearchOptions.TabIndex = 5;
      this.lnkSearchOptions.TabStop = true;
      this.lnkSearchOptions.Text = "Search Options >>";
      this.lnkSearchOptions.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.lnkSearchOptions.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSearchOptions_LinkClicked);
      //
      // pnlMainSearch
      //
      this.pnlMainSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.pnlMainSearch.Controls.Add(this.picBrowse);
      this.pnlMainSearch.Controls.Add(this.btnSearch);
      this.pnlMainSearch.Controls.Add(this.btnCancel);
      this.pnlMainSearch.Controls.Add(this.cboFilePath);
      this.pnlMainSearch.Controls.Add(this.cboFileName);
      this.pnlMainSearch.Controls.Add(this.cboSearchForText);
      this.pnlMainSearch.Controls.Add(this.lblSearchText);
      this.pnlMainSearch.Controls.Add(this.lblFileTypes);
      this.pnlMainSearch.Controls.Add(this.lblSearchPath);
      this.pnlMainSearch.Controls.Add(this.lblSearchHeading);
      this.pnlMainSearch.Location = new System.Drawing.Point(16, 8);
      this.pnlMainSearch.Name = "pnlMainSearch";
      this.pnlMainSearch.Size = new System.Drawing.Size(200, 192);
      this.pnlMainSearch.TabIndex = 0;
      //
      // picBrowse
      //
      this.picBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.picBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
      this.picBrowse.Image = ((System.Drawing.Image)(resources.GetObject("picBrowse.Image")));
      this.picBrowse.Location = new System.Drawing.Point(176, 42);
      this.picBrowse.Name = "picBrowse";
      this.picBrowse.Size = new System.Drawing.Size(16, 16);
      this.picBrowse.TabIndex = 6;
      this.picBrowse.TabStop = false;
      this.picBrowse.Click += new System.EventHandler(this.picBrowse_Click);
      //
      // btnSearch
      //
      this.btnSearch.BackColor = System.Drawing.SystemColors.Control;
      this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnSearch.Location = new System.Drawing.Point(8, 160);
      this.btnSearch.Name = "btnSearch";
      this.btnSearch.TabIndex = 0;
      this.btnSearch.Text = "&Search";
      this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
      //
      // btnCancel
      //
      this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.btnCancel.BackColor = System.Drawing.SystemColors.Control;
      this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.btnCancel.Enabled = false;
      this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnCancel.Location = new System.Drawing.Point(115, 160);
      this.btnCancel.Name = "btnCancel";
      this.btnCancel.TabIndex = 4;
      this.btnCancel.Text = "&Cancel";
      this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
      //
      // cboFilePath
      //
      this.cboFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.cboFilePath.Location = new System.Drawing.Point(8, 40);
      this.cboFilePath.Name = "cboFilePath";
      this.cboFilePath.Size = new System.Drawing.Size(160, 21);
      this.cboFilePath.TabIndex = 1;
      //
      // cboFileName
      //
      this.cboFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.cboFileName.Location = new System.Drawing.Point(8, 80);
      this.cboFileName.Name = "cboFileName";
      this.cboFileName.Size = new System.Drawing.Size(184, 21);
      this.cboFileName.TabIndex = 2;
      //
      // cboSearchForText
      //
      this.cboSearchForText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.cboSearchForText.Location = new System.Drawing.Point(8, 120);
      this.cboSearchForText.Name = "cboSearchForText";
      this.cboSearchForText.Size = new System.Drawing.Size(184, 21);
      this.cboSearchForText.TabIndex = 3;
      //
      // lblSearchText
      //
      this.lblSearchText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.lblSearchText.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.lblSearchText.Location = new System.Drawing.Point(8, 104);
      this.lblSearchText.Name = "lblSearchText";
      this.lblSearchText.Size = new System.Drawing.Size(180, 16);
      this.lblSearchText.TabIndex = 3;
      this.lblSearchText.Text = "Search Text";
      //
      // lblFileTypes
      //
      this.lblFileTypes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.lblFileTypes.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.lblFileTypes.Location = new System.Drawing.Point(8, 64);
      this.lblFileTypes.Name = "lblFileTypes";
      this.lblFileTypes.Size = new System.Drawing.Size(180, 16);
      this.lblFileTypes.TabIndex = 2;
      this.lblFileTypes.Text = "File Types";
      //
      // lblSearchPath
      //
      this.lblSearchPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.lblSearchPath.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.lblSearchPath.Location = new System.Drawing.Point(8, 24);
      this.lblSearchPath.Name = "lblSearchPath";
      this.lblSearchPath.Size = new System.Drawing.Size(180, 16);
      this.lblSearchPath.TabIndex = 1;
      this.lblSearchPath.Text = "Search Path";
      //
      // lblSearchHeading
      //
      this.lblSearchHeading.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
      this.lblSearchHeading.BackColor = System.Drawing.SystemColors.ActiveCaption;
      this.lblSearchHeading.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
      this.lblSearchHeading.Location = new System.Drawing.Point(0, 0);
      this.lblSearchHeading.Name = "lblSearchHeading";
      this.lblSearchHeading.Size = new System.Drawing.Size(202, 16);
      this.lblSearchHeading.TabIndex = 0;
      this.lblSearchHeading.Text = "FileSearch Search";
      this.lblSearchHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      //
      // pnlRightSide
      //
      this.pnlRightSide.Controls.Add(this.txtHits);
      this.pnlRightSide.Controls.Add(this.splitUpDown);
      this.pnlRightSide.Controls.Add(this.lstFileNames);
      this.pnlRightSide.Dock = System.Windows.Forms.DockStyle.Fill;
      this.pnlRightSide.DockPadding.Left = 8;
      this.pnlRightSide.Location = new System.Drawing.Point(240, 0);
      this.pnlRightSide.Name = "pnlRightSide";
      this.pnlRightSide.Size = new System.Drawing.Size(544, 484);
      this.pnlRightSide.TabIndex = 1;
      //
      // txtHits
      //
      this.txtHits.DetectUrls = false;
      this.txtHits.Dock = System.Windows.Forms.DockStyle.Fill;
      this.txtHits.Location = new System.Drawing.Point(8, 200);
      this.txtHits.Name = "txtHits";
      this.txtHits.ReadOnly = true;
      this.txtHits.Size = new System.Drawing.Size(536, 284);
      this.txtHits.TabIndex = 1;
      this.txtHits.Text = "";
      this.txtHits.WordWrap = false;
      //
      // splitUpDown
      //
      this.splitUpDown.Dock = System.Windows.Forms.DockStyle.Top;
      this.splitUpDown.Location = new System.Drawing.Point(8, 192);
      this.splitUpDown.Name = "splitUpDown";
      this.splitUpDown.Size = new System.Drawing.Size(536, 8);
      this.splitUpDown.TabIndex = 2;
      this.splitUpDown.TabStop = false;
      //
      // lstFileNames
      //
      this.lstFileNames.Dock = System.Windows.Forms.DockStyle.Top;
      this.lstFileNames.FullRowSelect = true;
      this.lstFileNames.HideSelection = false;
      this.lstFileNames.Location = new System.Drawing.Point(8, 0);
      this.lstFileNames.Name = "lstFileNames";
      this.lstFileNames.Size = new System.Drawing.Size(536, 192);
      this.lstFileNames.TabIndex = 0;
      this.lstFileNames.View = System.Windows.Forms.View.Details;
      this.lstFileNames.SelectedIndexChanged += new System.EventHandler(this.lstFileNames_SelectedIndexChanged);
      //
      // splitLeftRight
      //
      this.splitLeftRight.Location = new System.Drawing.Point(240, 0);
      this.splitLeftRight.MinExtra = 100;
      this.splitLeftRight.MinSize = 240;
      this.splitLeftRight.Name = "splitLeftRight";
      this.splitLeftRight.Size = new System.Drawing.Size(8, 484);
      this.splitLeftRight.TabIndex = 2;
      this.splitLeftRight.TabStop = false;
      //
      // mnuAll
      //
      this.mnuAll.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                        this.mnuFile,
                                                                        this.mnuEdit,
                                                                        this.mnuTools,
                                                                        this.mnuHelp});
      //
      // mnuFile
      //
      this.mnuFile.Index = 0;
      this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                         this.mnuBrowse,
                                                                         this.mnuFileSep2,
                                                                         this.mnuSaveResults,
                                                                         this.mnuPrintResults,
                                                                         this.mnuFileSep,
                                                                         this.mnuExit});
      this.mnuFile.Text = "&File";
      //
      // mnuBrowse
      //
      this.mnuBrowse.Index = 0;
      this.mnuBrowse.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
      this.mnuBrowse.Text = "Select Sea&rch Path...";
      this.mnuBrowse.Click += new System.EventHandler(this.mnuBrowse_Click);
      //
      // mnuFileSep2
      //
      this.mnuFileSep2.Index = 1;
      this.mnuFileSep2.Text = "-";
      //
      // mnuSaveResults
      //
      this.mnuSaveResults.Index = 2;
      this.mnuSaveResults.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
      this.mnuSaveResults.Text = "&Save Results";
      this.mnuSaveResults.Click += new System.EventHandler(this.mnuSaveResults_Click);
      //
      // mnuPrintResults
      //
      this.mnuPrintResults.Index = 3;
      this.mnuPrintResults.Shortcut = System.Windows.Forms.Shortcut.CtrlP;
      this.mnuPrintResults.Text = "&Print Results";
      this.mnuPrintResults.Click += new System.EventHandler(this.mnuPrintResults_Click);
      //
      // mnuFileSep
      //
      this.mnuFileSep.Index = 4;
      this.mnuFileSep.Text = "-";
      //
      // mnuExit
      //
      this.mnuExit.Index = 5;
      this.mnuExit.Shortcut = System.Windows.Forms.Shortcut.CtrlQ;
      this.mnuExit.Text = "E&xit";
      this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
      //
      // mnuEdit
      //
      this.mnuEdit.Index = 1;
      this.mnuEdit.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                         this.mnuSelectAll,
                                                                         this.mnuOpenSelected});
      this.mnuEdit.Text = "&Edit";
      //
      // mnuSelectAll
      //
      this.mnuSelectAll.Index = 0;
      this.mnuSelectAll.Text = "&Select All Files";
      this.mnuSelectAll.Click += new System.EventHandler(this.mnuSelectAll_Click);
      //
      // mnuOpenSelected
      //
      this.mnuOpenSelected.Index = 1;
      this.mnuOpenSelected.Text = "&Open Selected Files";
      this.mnuOpenSelected.Click += new System.EventHandler(this.mnuOpenSelected_Click);
      //
      // mnuTools
      //
      this.mnuTools.Index = 2;
      this.mnuTools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                          this.mnuClearMRU,
                                                                          this.mnuToolsSep,
                                                                          this.mnuSaveSearchSettings,
                                                                          this.mnuOptions});
      this.mnuTools.Text = "&Tools";
      //
      // mnuClearMRU
      //
      this.mnuClearMRU.Index = 0;
      this.mnuClearMRU.Text = "&Clear Most Recently Used Lists";
      this.mnuClearMRU.Click += new System.EventHandler(this.mnuClearMRU_Click);
      //
      // mnuToolsSep
      //
      this.mnuToolsSep.Index = 1;
      this.mnuToolsSep.Text = "-";
      //
      // mnuSaveSearchSettings
      //
      this.mnuSaveSearchSettings.Index = 2;
      this.mnuSaveSearchSettings.Text = "&Save Search Options";
      this.mnuSaveSearchSettings.Click += new System.EventHandler(this.mnuSaveSearchSettings_Click);
      //
      // mnuOptions
      //
      this.mnuOptions.Index = 3;
      this.mnuOptions.Shortcut = System.Windows.Forms.Shortcut.F9;
      this.mnuOptions.Text = "&Options...";
      this.mnuOptions.Click += new System.EventHandler(this.mnuOptions_Click);
      //
      // mnuHelp
      //
      this.mnuHelp.Index = 3;
      this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                         this.mnuAbout});
      this.mnuHelp.Text = "&Help";
      //
      // mnuAbout
      //
      this.mnuAbout.Index = 0;
      this.mnuAbout.Text = "&About...";
      this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
      //
      // stbStatus
      //
      this.stbStatus.Location = new System.Drawing.Point(0, 484);
      this.stbStatus.Name = "stbStatus";
      this.stbStatus.Size = new System.Drawing.Size(784, 22);
      this.stbStatus.TabIndex = 3;
      //
      // ListViewImageList
      //
      this.ListViewImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
      this.ListViewImageList.ImageSize = new System.Drawing.Size(16, 16);
      this.ListViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListViewImageList.ImageStream")));
      this.ListViewImageList.TransparentColor = System.Drawing.Color.Transparent;
      //
      // frmMain
      //
      this.AcceptButton = this.btnSearch;
      this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
      this.CancelButton = this.btnCancel;
      this.ClientSize = new System.Drawing.Size(784, 506);
      this.Controls.Add(this.splitLeftRight);
      this.Controls.Add(this.pnlRightSide);
      this.Controls.Add(this.pnlSearch);
      this.Controls.Add(this.stbStatus);
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.Menu = this.mnuAll;
      this.Name = "frmMain";
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
      this.Text = "FileSearch";
      this.Load += new System.EventHandler(this.frmMain_Load);
      this.pnlSearch.ResumeLayout(false);
      this.pnlSearchOptions.ResumeLayout(false);
      this.PanelOptionsContainer.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.txtContextLines)).EndInit();
      this.pnlMainSearch.ResumeLayout(false);
      this.pnlRightSide.ResumeLayout(false);
      this.ResumeLayout(false);
 }