/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent() {
     System.Resources.ResourceManager resources =
         new System.Resources.ResourceManager(typeof (StoredRegexPatternsForm));
     this.Label19 = new RegexExplorer.UnregisteredInfoControl();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabFavorites = new System.Windows.Forms.TabPage();
     this.lvRecentPatterns = new System.Windows.Forms.ListView();
     this.tabHistory = new System.Windows.Forms.TabPage();
     this.lvHistory = new System.Windows.Forms.ListView();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.tabPredefined = new System.Windows.Forms.TabPage();
     this.lvPredefined = new System.Windows.Forms.ListView();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnOpen = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnRemove = new System.Windows.Forms.Button();
     this.btnClearAll = new System.Windows.Forms.Button();
     this.regexPatternControl = new RegexExplorer.Controls.RegexPatternControl();
     this.tabControl.SuspendLayout();
     this.tabFavorites.SuspendLayout();
     this.tabHistory.SuspendLayout();
     this.tabPredefined.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     // 
     // Label19
     // 
     this.Label19.BackColor = System.Drawing.Color.Yellow;
     this.Label19.Comment = "In the unregistered copy only 5 patterns are available in the lists.";
     this.Label19.Dock = System.Windows.Forms.DockStyle.Top;
     this.Label19.Location = new System.Drawing.Point(0, 0);
     this.Label19.Name = "Label19";
     this.Label19.Size = new System.Drawing.Size(608, 80);
     this.Label19.TabIndex = 0;
     // 
     // columnHeader1
     // 
     this.columnHeader1.Text = "Regex pattern";
     this.columnHeader1.Width = 300;
     // 
     // columnHeader3
     // 
     this.columnHeader3.Text = "Description";
     this.columnHeader3.Width = 260;
     // 
     // tabControl
     // 
     this.tabControl.Controls.Add(this.tabFavorites);
     this.tabControl.Controls.Add(this.tabHistory);
     this.tabControl.Controls.Add(this.tabPredefined);
     this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location = new System.Drawing.Point(0, 80);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(608, 230);
     this.tabControl.TabIndex = 3;
     this.tabControl.TabStop = false;
     // 
     // tabFavorites
     // 
     this.tabFavorites.Controls.Add(this.lvRecentPatterns);
     this.tabFavorites.Location = new System.Drawing.Point(4, 22);
     this.tabFavorites.Name = "tabFavorites";
     this.tabFavorites.Size = new System.Drawing.Size(600, 204);
     this.tabFavorites.TabIndex = 1;
     this.tabFavorites.Text = "Favorites";
     // 
     // lvRecentPatterns
     // 
     this.lvRecentPatterns.AllowColumnReorder = true;
     this.lvRecentPatterns.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                        this.columnHeader1,
                                                                                        this.columnHeader3
                                                                                    });
     this.lvRecentPatterns.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvRecentPatterns.FullRowSelect = true;
     this.lvRecentPatterns.GridLines = true;
     this.lvRecentPatterns.HideSelection = false;
     this.lvRecentPatterns.Location = new System.Drawing.Point(0, 0);
     this.lvRecentPatterns.Name = "lvRecentPatterns";
     this.lvRecentPatterns.Size = new System.Drawing.Size(600, 204);
     this.lvRecentPatterns.TabIndex = 0;
     this.lvRecentPatterns.View = System.Windows.Forms.View.Details;
     // 
     // tabHistory
     // 
     this.tabHistory.Controls.Add(this.lvHistory);
     this.tabHistory.Location = new System.Drawing.Point(4, 22);
     this.tabHistory.Name = "tabHistory";
     this.tabHistory.Size = new System.Drawing.Size(600, 244);
     this.tabHistory.TabIndex = 2;
     this.tabHistory.Text = "History";
     this.tabHistory.Visible = false;
     // 
     // lvHistory
     // 
     this.lvHistory.AllowColumnReorder = true;
     this.lvHistory.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                 this.columnHeader2,
                                                                                 this.columnHeader5,
                                                                                 this.columnHeader4
                                                                             });
     this.lvHistory.Cursor = System.Windows.Forms.Cursors.Default;
     this.lvHistory.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvHistory.FullRowSelect = true;
     this.lvHistory.GridLines = true;
     this.lvHistory.HideSelection = false;
     this.lvHistory.Location = new System.Drawing.Point(0, 0);
     this.lvHistory.Name = "lvHistory";
     this.lvHistory.Size = new System.Drawing.Size(600, 244);
     this.lvHistory.TabIndex = 0;
     this.lvHistory.View = System.Windows.Forms.View.Details;
     // 
     // columnHeader2
     // 
     this.columnHeader2.Text = "Regex pattern";
     this.columnHeader2.Width = 352;
     // 
     // columnHeader5
     // 
     this.columnHeader5.Text = "Created on";
     this.columnHeader5.Width = 116;
     // 
     // columnHeader4
     // 
     this.columnHeader4.Text = "Description";
     this.columnHeader4.Width = 105;
     // 
     // tabPredefined
     // 
     this.tabPredefined.Controls.Add(this.lvPredefined);
     this.tabPredefined.Location = new System.Drawing.Point(4, 22);
     this.tabPredefined.Name = "tabPredefined";
     this.tabPredefined.Size = new System.Drawing.Size(600, 244);
     this.tabPredefined.TabIndex = 3;
     this.tabPredefined.Text = "Predefined";
     this.tabPredefined.Visible = false;
     // 
     // lvPredefined
     // 
     this.lvPredefined.AllowColumnReorder = true;
     this.lvPredefined.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                    this.columnHeader6,
                                                                                    this.columnHeader7
                                                                                });
     this.lvPredefined.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPredefined.FullRowSelect = true;
     this.lvPredefined.GridLines = true;
     this.lvPredefined.HideSelection = false;
     this.lvPredefined.Location = new System.Drawing.Point(0, 0);
     this.lvPredefined.Name = "lvPredefined";
     this.lvPredefined.Size = new System.Drawing.Size(600, 244);
     this.lvPredefined.TabIndex = 0;
     this.lvPredefined.View = System.Windows.Forms.View.Details;
     // 
     // columnHeader6
     // 
     this.columnHeader6.Text = "Regex pattern";
     this.columnHeader6.Width = 300;
     // 
     // columnHeader7
     // 
     this.columnHeader7.Text = "Description";
     this.columnHeader7.Width = 260;
     // 
     // panel1
     // 
     this.panel1.Controls.Add(this.btnOpen);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnRemove);
     this.panel1.Controls.Add(this.btnClearAll);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 310);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(608, 40);
     this.panel1.TabIndex = 4;
     // 
     // btnOpen
     // 
     this.btnOpen.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnOpen.Location = new System.Drawing.Point(8, 8);
     this.btnOpen.Name = "btnOpen";
     this.btnOpen.Size = new System.Drawing.Size(64, 24);
     this.btnOpen.TabIndex = 0;
     this.btnOpen.Text = "Open";
     // 
     // btnCancel
     // 
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location = new System.Drawing.Point(80, 8);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(64, 24);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "Cancel";
     // 
     // btnRemove
     // 
     this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRemove.Location = new System.Drawing.Point(448, 8);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(64, 24);
     this.btnRemove.TabIndex = 2;
     this.btnRemove.Text = "Remove";
     // 
     // btnClearAll
     // 
     this.btnClearAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClearAll.Location = new System.Drawing.Point(520, 8);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(80, 24);
     this.btnClearAll.TabIndex = 3;
     this.btnClearAll.Text = "Clear all";
     // 
     // regexPatternControl
     // 
     this.regexPatternControl.DescriptionIsVisible = true;
     this.regexPatternControl.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.regexPatternControl.Location = new System.Drawing.Point(0, 350);
     this.regexPatternControl.Name = "regexPatternControl";
     this.regexPatternControl.ReadOnlyDescription = true;
     this.regexPatternControl.ReadOnlyRegexPattern = true;
     this.regexPatternControl.ReadOnlyResult = true;
     this.regexPatternControl.RegexPatternFont =
         new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular,
                                 System.Drawing.GraphicsUnit.Point, ((System.Byte) (204)));
     this.regexPatternControl.ResultIsVisible = true;
     this.regexPatternControl.Size = new System.Drawing.Size(608, 112);
     this.regexPatternControl.TabIndex = 5;
     this.regexPatternControl.TabStop = false;
     // 
     // StoredRegexPatternsForm
     // 
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(608, 462);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.regexPatternControl);
     this.Controls.Add(this.Label19);
     this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon")));
     this.Name = "StoredRegexPatternsForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Regex patterns";
     this.tabControl.ResumeLayout(false);
     this.tabFavorites.ResumeLayout(false);
     this.tabHistory.ResumeLayout(false);
     this.tabPredefined.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PreferencesForm));
            this.btnSave = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.pnlSaveCancelButtons = new System.Windows.Forms.Panel();
            this.Label7 = new RegexExplorer.UnregisteredInfoControl();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabMain = new System.Windows.Forms.TabPage();
            this.cbAdvancedPreferences = new System.Windows.Forms.CheckBox();
            this.gbConfirmations = new System.Windows.Forms.GroupBox();
            this.cbConfirmOnDeletion = new System.Windows.Forms.CheckBox();
            this.cbConfirmOnExit = new System.Windows.Forms.CheckBox();
            this.gbView = new System.Windows.Forms.GroupBox();
            this.cbRegexOptions = new System.Windows.Forms.CheckBox();
            this.cbHighlightResultsInList = new System.Windows.Forms.CheckBox();
            this.cbToolBars = new System.Windows.Forms.CheckBox();
            this.tabAdvanced = new System.Windows.Forms.TabPage();
            this.cbShowAllModesTabs = new System.Windows.Forms.CheckBox();
            this.gbOpenRegexPatternDialog = new System.Windows.Forms.GroupBox();
            this.cbReplaceDuplicatesInHistory = new System.Windows.Forms.CheckBox();
            this.numMaxRegexPatternHistory = new System.Windows.Forms.NumericUpDown();
            this.cbShowAllTabPagesInRegexPatternsDialog = new System.Windows.Forms.CheckBox();
            this.lblPatternsInHistory = new System.Windows.Forms.Label();
            this.lblPatternsInFavorites = new System.Windows.Forms.Label();
            this.numMaxRegexPatternFavorites = new System.Windows.Forms.NumericUpDown();
            this.gbOpenFileDialog = new System.Windows.Forms.GroupBox();
            this.numMaxRecentFiles = new System.Windows.Forms.NumericUpDown();
            this.cbShowOpenFileDialog = new System.Windows.Forms.CheckBox();
            this.lblRecentFiles = new System.Windows.Forms.Label();
            this.tabLanguage = new System.Windows.Forms.TabPage();
            this.gbAddContent = new System.Windows.Forms.GroupBox();
            this.cbListView = new System.Windows.Forms.CheckBox();
            this.cbStatusBar = new System.Windows.Forms.CheckBox();
            this.cbListControl = new System.Windows.Forms.CheckBox();
            this.cbDomainUpDown = new System.Windows.Forms.CheckBox();
            this.cbTextBox = new System.Windows.Forms.CheckBox();
            this.cbAddNewCaptionsToResources = new System.Windows.Forms.CheckBox();
            this.pnlSaveCancelButtons.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.tabMain.SuspendLayout();
            this.gbConfirmations.SuspendLayout();
            this.gbView.SuspendLayout();
            this.tabAdvanced.SuspendLayout();
            this.gbOpenRegexPatternDialog.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numMaxRegexPatternHistory)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numMaxRegexPatternFavorites)).BeginInit();
            this.gbOpenFileDialog.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numMaxRecentFiles)).BeginInit();
            this.tabLanguage.SuspendLayout();
            this.gbAddContent.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnSave
            // 
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnSave.Location = new System.Drawing.Point(8, 8);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(64, 24);
            this.btnSave.TabIndex = 0;
            this.btnSave.Text = "Save";
            // 
            // btnCancel
            // 
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(80, 8);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(64, 24);
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "Cancel";
            // 
            // pnlSaveCancelButtons
            // 
            this.pnlSaveCancelButtons.Controls.Add(this.btnSave);
            this.pnlSaveCancelButtons.Controls.Add(this.btnCancel);
            this.pnlSaveCancelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pnlSaveCancelButtons.Location = new System.Drawing.Point(0, 374);
            this.pnlSaveCancelButtons.Name = "pnlSaveCancelButtons";
            this.pnlSaveCancelButtons.Size = new System.Drawing.Size(256, 40);
            this.pnlSaveCancelButtons.TabIndex = 1;
            // 
            // Label7
            // 
            this.Label7.BackColor = System.Drawing.Color.Yellow;
            this.Label7.Comment = "In the registered copy advanced futures are available.";
            this.Label7.Dock = System.Windows.Forms.DockStyle.Top;
            this.Label7.Location = new System.Drawing.Point(0, 0);
            this.Label7.Name = "Label7";
            this.Label7.Size = new System.Drawing.Size(256, 80);
            this.Label7.TabIndex = 2;
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.tabMain);
            this.tabControl.Controls.Add(this.tabAdvanced);
            this.tabControl.Controls.Add(this.tabLanguage);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Top;
            this.tabControl.Location = new System.Drawing.Point(0, 80);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(256, 280);
            this.tabControl.TabIndex = 3;
            // 
            // tabMain
            // 
            this.tabMain.Controls.Add(this.cbAdvancedPreferences);
            this.tabMain.Controls.Add(this.gbConfirmations);
            this.tabMain.Controls.Add(this.gbView);
            this.tabMain.Location = new System.Drawing.Point(4, 22);
            this.tabMain.Name = "tabMain";
            this.tabMain.Size = new System.Drawing.Size(248, 254);
            this.tabMain.TabIndex = 0;
            this.tabMain.Text = "Main";
            // 
            // cbAdvancedPreferences
            // 
            this.cbAdvancedPreferences.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbAdvancedPreferences.Location = new System.Drawing.Point(8, 224);
            this.cbAdvancedPreferences.Name = "cbAdvancedPreferences";
            this.cbAdvancedPreferences.Size = new System.Drawing.Size(232, 24);
            this.cbAdvancedPreferences.TabIndex = 2;
            this.cbAdvancedPreferences.Text = "Advanced preferences";
            // 
            // gbConfirmations
            // 
            this.gbConfirmations.Controls.Add(this.cbConfirmOnDeletion);
            this.gbConfirmations.Controls.Add(this.cbConfirmOnExit);
            this.gbConfirmations.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbConfirmations.Location = new System.Drawing.Point(0, 104);
            this.gbConfirmations.Name = "gbConfirmations";
            this.gbConfirmations.Size = new System.Drawing.Size(248, 72);
            this.gbConfirmations.TabIndex = 1;
            this.gbConfirmations.TabStop = false;
            this.gbConfirmations.Text = "Confirmations";
            // 
            // cbConfirmOnDeletion
            // 
            this.cbConfirmOnDeletion.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbConfirmOnDeletion.Location = new System.Drawing.Point(8, 16);
            this.cbConfirmOnDeletion.Name = "cbConfirmOnDeletion";
            this.cbConfirmOnDeletion.Size = new System.Drawing.Size(232, 24);
            this.cbConfirmOnDeletion.TabIndex = 0;
            this.cbConfirmOnDeletion.Text = "Confirm on deletion";
            // 
            // cbConfirmOnExit
            // 
            this.cbConfirmOnExit.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbConfirmOnExit.Location = new System.Drawing.Point(8, 40);
            this.cbConfirmOnExit.Name = "cbConfirmOnExit";
            this.cbConfirmOnExit.Size = new System.Drawing.Size(232, 24);
            this.cbConfirmOnExit.TabIndex = 1;
            this.cbConfirmOnExit.Text = "Confirm on exit";
            // 
            // gbView
            // 
            this.gbView.Controls.Add(this.cbRegexOptions);
            this.gbView.Controls.Add(this.cbHighlightResultsInList);
            this.gbView.Controls.Add(this.cbToolBars);
            this.gbView.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbView.Location = new System.Drawing.Point(0, 0);
            this.gbView.Name = "gbView";
            this.gbView.Size = new System.Drawing.Size(248, 96);
            this.gbView.TabIndex = 0;
            this.gbView.TabStop = false;
            this.gbView.Text = "View";
            // 
            // cbRegexOptions
            // 
            this.cbRegexOptions.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbRegexOptions.Location = new System.Drawing.Point(8, 40);
            this.cbRegexOptions.Name = "cbRegexOptions";
            this.cbRegexOptions.Size = new System.Drawing.Size(232, 24);
            this.cbRegexOptions.TabIndex = 1;
            this.cbRegexOptions.Text = "Regex options";
            // 
            // cbHighlightResultsInList
            // 
            this.cbHighlightResultsInList.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbHighlightResultsInList.Location = new System.Drawing.Point(8, 64);
            this.cbHighlightResultsInList.Name = "cbHighlightResultsInList";
            this.cbHighlightResultsInList.Size = new System.Drawing.Size(232, 24);
            this.cbHighlightResultsInList.TabIndex = 2;
            this.cbHighlightResultsInList.Text = "Colors in target list";
            // 
            // cbToolBars
            // 
            this.cbToolBars.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbToolBars.Location = new System.Drawing.Point(8, 16);
            this.cbToolBars.Name = "cbToolBars";
            this.cbToolBars.Size = new System.Drawing.Size(232, 24);
            this.cbToolBars.TabIndex = 0;
            this.cbToolBars.Text = "Toolbars";
            // 
            // tabAdvanced
            // 
            this.tabAdvanced.Controls.Add(this.cbShowAllModesTabs);
            this.tabAdvanced.Controls.Add(this.gbOpenRegexPatternDialog);
            this.tabAdvanced.Controls.Add(this.gbOpenFileDialog);
            this.tabAdvanced.Location = new System.Drawing.Point(4, 22);
            this.tabAdvanced.Name = "tabAdvanced";
            this.tabAdvanced.Size = new System.Drawing.Size(248, 254);
            this.tabAdvanced.TabIndex = 1;
            this.tabAdvanced.Text = "Advanced";
            this.tabAdvanced.Visible = false;
            // 
            // cbShowAllModesTabs
            // 
            this.cbShowAllModesTabs.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbShowAllModesTabs.Location = new System.Drawing.Point(8, 228);
            this.cbShowAllModesTabs.Name = "cbShowAllModesTabs";
            this.cbShowAllModesTabs.Size = new System.Drawing.Size(232, 16);
            this.cbShowAllModesTabs.TabIndex = 2;
            this.cbShowAllModesTabs.Text = "Show all modes tab pages";
            // 
            // gbOpenRegexPatternDialog
            // 
            this.gbOpenRegexPatternDialog.Controls.Add(this.cbReplaceDuplicatesInHistory);
            this.gbOpenRegexPatternDialog.Controls.Add(this.numMaxRegexPatternHistory);
            this.gbOpenRegexPatternDialog.Controls.Add(this.cbShowAllTabPagesInRegexPatternsDialog);
            this.gbOpenRegexPatternDialog.Controls.Add(this.lblPatternsInHistory);
            this.gbOpenRegexPatternDialog.Controls.Add(this.lblPatternsInFavorites);
            this.gbOpenRegexPatternDialog.Controls.Add(this.numMaxRegexPatternFavorites);
            this.gbOpenRegexPatternDialog.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbOpenRegexPatternDialog.Location = new System.Drawing.Point(0, 80);
            this.gbOpenRegexPatternDialog.Name = "gbOpenRegexPatternDialog";
            this.gbOpenRegexPatternDialog.Size = new System.Drawing.Size(248, 128);
            this.gbOpenRegexPatternDialog.TabIndex = 1;
            this.gbOpenRegexPatternDialog.TabStop = false;
            this.gbOpenRegexPatternDialog.Text = "Open regex pattern dialog";
            // 
            // cbReplaceDuplicatesInHistory
            // 
            this.cbReplaceDuplicatesInHistory.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbReplaceDuplicatesInHistory.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.cbReplaceDuplicatesInHistory.Location = new System.Drawing.Point(8, 48);
            this.cbReplaceDuplicatesInHistory.Name = "cbReplaceDuplicatesInHistory";
            this.cbReplaceDuplicatesInHistory.Size = new System.Drawing.Size(232, 16);
            this.cbReplaceDuplicatesInHistory.TabIndex = 1;
            this.cbReplaceDuplicatesInHistory.Text = "Replace duplicates in history";
            // 
            // numMaxRegexPatternHistory
            // 
            this.numMaxRegexPatternHistory.Location = new System.Drawing.Point(8, 72);
            this.numMaxRegexPatternHistory.Maximum = new System.Decimal(new int[] {
                                                                                      50,
                                                                                      0,
                                                                                      0,
                                                                                      0});
            this.numMaxRegexPatternHistory.Name = "numMaxRegexPatternHistory";
            this.numMaxRegexPatternHistory.ReadOnly = true;
            this.numMaxRegexPatternHistory.Size = new System.Drawing.Size(40, 20);
            this.numMaxRegexPatternHistory.TabIndex = 2;
            // 
            // cbShowAllTabPagesInRegexPatternsDialog
            // 
            this.cbShowAllTabPagesInRegexPatternsDialog.Enabled = false;
            this.cbShowAllTabPagesInRegexPatternsDialog.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbShowAllTabPagesInRegexPatternsDialog.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.cbShowAllTabPagesInRegexPatternsDialog.Location = new System.Drawing.Point(8, 24);
            this.cbShowAllTabPagesInRegexPatternsDialog.Name = "cbShowAllTabPagesInRegexPatternsDialog";
            this.cbShowAllTabPagesInRegexPatternsDialog.Size = new System.Drawing.Size(232, 16);
            this.cbShowAllTabPagesInRegexPatternsDialog.TabIndex = 0;
            this.cbShowAllTabPagesInRegexPatternsDialog.Text = "Show all tab pages";
            // 
            // lblPatternsInHistory
            // 
            this.lblPatternsInHistory.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.lblPatternsInHistory.Location = new System.Drawing.Point(48, 72);
            this.lblPatternsInHistory.Name = "lblPatternsInHistory";
            this.lblPatternsInHistory.Size = new System.Drawing.Size(192, 16);
            this.lblPatternsInHistory.TabIndex = 3;
            this.lblPatternsInHistory.Text = "patterns in history";
            this.lblPatternsInHistory.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // lblPatternsInFavorites
            // 
            this.lblPatternsInFavorites.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.lblPatternsInFavorites.Location = new System.Drawing.Point(48, 104);
            this.lblPatternsInFavorites.Name = "lblPatternsInFavorites";
            this.lblPatternsInFavorites.Size = new System.Drawing.Size(192, 16);
            this.lblPatternsInFavorites.TabIndex = 3;
            this.lblPatternsInFavorites.Text = "patterns in favorites";
            this.lblPatternsInFavorites.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // numMaxRegexPatternFavorites
            // 
            this.numMaxRegexPatternFavorites.Location = new System.Drawing.Point(8, 104);
            this.numMaxRegexPatternFavorites.Maximum = new System.Decimal(new int[] {
                                                                                        50,
                                                                                        0,
                                                                                        0,
                                                                                        0});
            this.numMaxRegexPatternFavorites.Name = "numMaxRegexPatternFavorites";
            this.numMaxRegexPatternFavorites.ReadOnly = true;
            this.numMaxRegexPatternFavorites.Size = new System.Drawing.Size(40, 20);
            this.numMaxRegexPatternFavorites.TabIndex = 2;
            // 
            // gbOpenFileDialog
            // 
            this.gbOpenFileDialog.Controls.Add(this.numMaxRecentFiles);
            this.gbOpenFileDialog.Controls.Add(this.cbShowOpenFileDialog);
            this.gbOpenFileDialog.Controls.Add(this.lblRecentFiles);
            this.gbOpenFileDialog.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbOpenFileDialog.Location = new System.Drawing.Point(0, 0);
            this.gbOpenFileDialog.Name = "gbOpenFileDialog";
            this.gbOpenFileDialog.Size = new System.Drawing.Size(248, 72);
            this.gbOpenFileDialog.TabIndex = 0;
            this.gbOpenFileDialog.TabStop = false;
            this.gbOpenFileDialog.Text = "Open file dialog";
            // 
            // numMaxRecentFiles
            // 
            this.numMaxRecentFiles.Location = new System.Drawing.Point(8, 40);
            this.numMaxRecentFiles.Maximum = new System.Decimal(new int[] {
                                                                              20,
                                                                              0,
                                                                              0,
                                                                              0});
            this.numMaxRecentFiles.Name = "numMaxRecentFiles";
            this.numMaxRecentFiles.ReadOnly = true;
            this.numMaxRecentFiles.Size = new System.Drawing.Size(40, 20);
            this.numMaxRecentFiles.TabIndex = 1;
            // 
            // cbShowOpenFileDialog
            // 
            this.cbShowOpenFileDialog.Enabled = false;
            this.cbShowOpenFileDialog.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbShowOpenFileDialog.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.cbShowOpenFileDialog.Location = new System.Drawing.Point(8, 16);
            this.cbShowOpenFileDialog.Name = "cbShowOpenFileDialog";
            this.cbShowOpenFileDialog.Size = new System.Drawing.Size(232, 24);
            this.cbShowOpenFileDialog.TabIndex = 0;
            this.cbShowOpenFileDialog.Text = "Show open file dialog";
            // 
            // lblRecentFiles
            // 
            this.lblRecentFiles.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.lblRecentFiles.Location = new System.Drawing.Point(48, 40);
            this.lblRecentFiles.Name = "lblRecentFiles";
            this.lblRecentFiles.Size = new System.Drawing.Size(192, 16);
            this.lblRecentFiles.TabIndex = 3;
            this.lblRecentFiles.Text = "recent files";
            this.lblRecentFiles.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // tabLanguage
            // 
            this.tabLanguage.Controls.Add(this.gbAddContent);
            this.tabLanguage.Controls.Add(this.cbAddNewCaptionsToResources);
            this.tabLanguage.Location = new System.Drawing.Point(4, 22);
            this.tabLanguage.Name = "tabLanguage";
            this.tabLanguage.Size = new System.Drawing.Size(248, 254);
            this.tabLanguage.TabIndex = 2;
            this.tabLanguage.Text = "Language";
            this.tabLanguage.Visible = false;
            // 
            // gbAddContent
            // 
            this.gbAddContent.Controls.Add(this.cbListView);
            this.gbAddContent.Controls.Add(this.cbStatusBar);
            this.gbAddContent.Controls.Add(this.cbListControl);
            this.gbAddContent.Controls.Add(this.cbDomainUpDown);
            this.gbAddContent.Controls.Add(this.cbTextBox);
            this.gbAddContent.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbAddContent.Location = new System.Drawing.Point(0, 48);
            this.gbAddContent.Name = "gbAddContent";
            this.gbAddContent.Size = new System.Drawing.Size(248, 144);
            this.gbAddContent.TabIndex = 5;
            this.gbAddContent.TabStop = false;
            this.gbAddContent.Text = "Add content from controls";
            this.gbAddContent.Visible = false;
            // 
            // cbListView
            // 
            this.cbListView.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbListView.Location = new System.Drawing.Point(8, 64);
            this.cbListView.Name = "cbListView";
            this.cbListView.Size = new System.Drawing.Size(232, 24);
            this.cbListView.TabIndex = 1;
            this.cbListView.Text = "ListView";
            // 
            // cbStatusBar
            // 
            this.cbStatusBar.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbStatusBar.Location = new System.Drawing.Point(8, 88);
            this.cbStatusBar.Name = "cbStatusBar";
            this.cbStatusBar.Size = new System.Drawing.Size(232, 24);
            this.cbStatusBar.TabIndex = 2;
            this.cbStatusBar.Text = "StatusBar";
            // 
            // cbListControl
            // 
            this.cbListControl.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbListControl.Location = new System.Drawing.Point(8, 40);
            this.cbListControl.Name = "cbListControl";
            this.cbListControl.Size = new System.Drawing.Size(232, 24);
            this.cbListControl.TabIndex = 0;
            this.cbListControl.Text = "ListControl (ListBox, ComboBox, etc.)";
            // 
            // cbDomainUpDown
            // 
            this.cbDomainUpDown.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbDomainUpDown.Location = new System.Drawing.Point(8, 112);
            this.cbDomainUpDown.Name = "cbDomainUpDown";
            this.cbDomainUpDown.Size = new System.Drawing.Size(232, 24);
            this.cbDomainUpDown.TabIndex = 2;
            this.cbDomainUpDown.Text = "DomainUpDown";
            // 
            // cbTextBox
            // 
            this.cbTextBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbTextBox.Location = new System.Drawing.Point(8, 16);
            this.cbTextBox.Name = "cbTextBox";
            this.cbTextBox.Size = new System.Drawing.Size(232, 24);
            this.cbTextBox.TabIndex = 0;
            this.cbTextBox.Text = "TextBox";
            // 
            // cbAddNewCaptionsToResources
            // 
            this.cbAddNewCaptionsToResources.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
            this.cbAddNewCaptionsToResources.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbAddNewCaptionsToResources.Location = new System.Drawing.Point(8, 8);
            this.cbAddNewCaptionsToResources.Name = "cbAddNewCaptionsToResources";
            this.cbAddNewCaptionsToResources.Size = new System.Drawing.Size(232, 32);
            this.cbAddNewCaptionsToResources.TabIndex = 4;
            this.cbAddNewCaptionsToResources.Text = "Add new GUI captions to the language resources";
            this.cbAddNewCaptionsToResources.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            // 
            // PreferencesForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(256, 414);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.Label7);
            this.Controls.Add(this.pnlSaveCancelButtons);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "PreferencesForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Preferences";
            this.pnlSaveCancelButtons.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.tabMain.ResumeLayout(false);
            this.gbConfirmations.ResumeLayout(false);
            this.gbView.ResumeLayout(false);
            this.tabAdvanced.ResumeLayout(false);
            this.gbOpenRegexPatternDialog.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numMaxRegexPatternHistory)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numMaxRegexPatternFavorites)).EndInit();
            this.gbOpenFileDialog.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numMaxRecentFiles)).EndInit();
            this.tabLanguage.ResumeLayout(false);
            this.gbAddContent.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        private void InitializeComponent() {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SpecialSymbolsForm));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.gbCustom = new System.Windows.Forms.GroupBox();
            this.label9 = new System.Windows.Forms.Label();
            this.txtCustomExpression = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.btnEnter = new System.Windows.Forms.Button();
            this.Label35 = new RegexExplorer.UnregisteredInfoControl();
            this.pnlSpecialSymbols = new System.Windows.Forms.Panel();
            this.pnlCustomExpressions = new System.Windows.Forms.Panel();
            this.pnlCommand = new System.Windows.Forms.Panel();
            this.groupBox1.SuspendLayout();
            this.gbCustom.SuspendLayout();
            this.pnlSpecialSymbols.SuspendLayout();
            this.pnlCustomExpressions.SuspendLayout();
            this.pnlCommand.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.button3);
            this.groupBox1.Controls.Add(this.button4);
            this.groupBox1.Controls.Add(this.button5);
            this.groupBox1.Controls.Add(this.button6);
            this.groupBox1.Controls.Add(this.button8);
            this.groupBox1.Controls.Add(this.button9);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(528, 176);
            this.groupBox1.TabIndex = 9;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Special symbols";
            // 
            // label14
            // 
            this.label14.Location = new System.Drawing.Point(8, 120);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(496, 56);
            this.label14.TabIndex = 2;
            this.label14.Text = @"Note :  The escaped character \b is a special case. In a regular expression, \b denotes a word boundary (between \w and \W characters) except within a [] character class, where \b refers to the backspace character. In a replacement pattern, \b always denotes a backspace.";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(40, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(208, 24);
            this.label1.TabIndex = 1;
            this.label1.Text = "Matches a bell (alarm) \\u0007";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // button2
            // 
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.button2.Location = new System.Drawing.Point(8, 40);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(24, 24);
            this.button2.TabIndex = 0;
            this.button2.TabStop = false;
            this.button2.Text = "\\b ";
            // 
            // button1
            // 
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.button1.Location = new System.Drawing.Point(8, 16);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(24, 24);
            this.button1.TabIndex = 0;
            this.button1.TabStop = false;
            this.button1.Text = "\\a ";
            // 
            // button3
            // 
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.button3.Location = new System.Drawing.Point(8, 64);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(24, 24);
            this.button3.TabIndex = 0;
            this.button3.TabStop = false;
            this.button3.Text = "\\t ";
            // 
            // button4
            // 
            this.button4.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.button4.Location = new System.Drawing.Point(8, 88);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(24, 24);
            this.button4.TabIndex = 0;
            this.button4.TabStop = false;
            this.button4.Text = "\\n ";
            // 
            // button5
            // 
            this.button5.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.button5.Location = new System.Drawing.Point(256, 16);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(24, 24);
            this.button5.TabIndex = 0;
            this.button5.TabStop = false;
            this.button5.Text = "\\r ";
            // 
            // button6
            // 
            this.button6.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.button6.Location = new System.Drawing.Point(256, 40);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(24, 24);
            this.button6.TabIndex = 0;
            this.button6.TabStop = false;
            this.button6.Text = "\\v ";
            // 
            // button8
            // 
            this.button8.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.button8.Location = new System.Drawing.Point(256, 64);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(24, 24);
            this.button8.TabIndex = 0;
            this.button8.TabStop = false;
            this.button8.Text = "\\f ";
            // 
            // button9
            // 
            this.button9.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.button9.Location = new System.Drawing.Point(256, 88);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(24, 24);
            this.button9.TabIndex = 0;
            this.button9.TabStop = false;
            this.button9.Text = "\\e ";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(40, 40);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(208, 24);
            this.label2.TabIndex = 1;
            this.label2.Text = "Matches a backspace \\u0008";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(40, 64);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(208, 24);
            this.label3.TabIndex = 1;
            this.label3.Text = "Matches a tab \\u0009";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(40, 88);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(208, 24);
            this.label4.TabIndex = 1;
            this.label4.Text = "Matches a new line \\u000A";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(288, 16);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(216, 24);
            this.label5.TabIndex = 1;
            this.label5.Text = "Matches a carriage return \\u000D";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(288, 64);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(216, 24);
            this.label6.TabIndex = 1;
            this.label6.Text = "Matches a form feed \\u000C";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(288, 40);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(216, 24);
            this.label7.TabIndex = 1;
            this.label7.Text = "Matches a vertical tab \\u000B";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(288, 88);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(216, 24);
            this.label8.TabIndex = 1;
            this.label8.Text = "Matches an escape \\u001B";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // btnCancel
            // 
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(24, 8);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(64, 24);
            this.btnCancel.TabIndex = 8;
            this.btnCancel.TabStop = false;
            this.btnCancel.Text = "Cancel";
            // 
            // gbCustom
            // 
            this.gbCustom.Controls.Add(this.label9);
            this.gbCustom.Controls.Add(this.txtCustomExpression);
            this.gbCustom.Controls.Add(this.label10);
            this.gbCustom.Controls.Add(this.label11);
            this.gbCustom.Controls.Add(this.label12);
            this.gbCustom.Controls.Add(this.label13);
            this.gbCustom.Controls.Add(this.btnEnter);
            this.gbCustom.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gbCustom.Location = new System.Drawing.Point(0, 0);
            this.gbCustom.Name = "gbCustom";
            this.gbCustom.Size = new System.Drawing.Size(528, 224);
            this.gbCustom.TabIndex = 10;
            this.gbCustom.TabStop = false;
            this.gbCustom.Text = "Custom expression";
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(8, 48);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(496, 40);
            this.label9.TabIndex = 1;
            this.label9.Text = "\\040 - Matches an ASCII character as octal (up to three digits); numbers with no " +
                "leading zero are backreferences if they have only one digit or if they correspon" +
                "d to a capturing group number.";
            // 
            // txtCustomExpression
            // 
            this.txtCustomExpression.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.txtCustomExpression.Location = new System.Drawing.Point(8, 16);
            this.txtCustomExpression.Name = "txtCustomExpression";
            this.txtCustomExpression.Size = new System.Drawing.Size(424, 20);
            this.txtCustomExpression.TabIndex = 2;
            this.txtCustomExpression.TabStop = false;
            this.txtCustomExpression.Text = "";
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(8, 88);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(496, 32);
            this.label10.TabIndex = 1;
            this.label10.Text = "\\x20 - Matches an ASCII character using hexadecimal representation (exactly two d" +
                "igits).";
            // 
            // label11
            // 
            this.label11.Location = new System.Drawing.Point(8, 120);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(496, 24);
            this.label11.TabIndex = 1;
            this.label11.Text = "\\cC - Matches an ASCII control character; for example, \\cC is control-C.";
            // 
            // label12
            // 
            this.label12.Location = new System.Drawing.Point(8, 144);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(496, 32);
            this.label12.TabIndex = 1;
            this.label12.Text = "\\u0020 - Matches a Unicode character using hexadecimal representation (exactly fo" +
                "ur digits).";
            // 
            // label13
            // 
            this.label13.Location = new System.Drawing.Point(8, 176);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(496, 40);
            this.label13.TabIndex = 1;
            this.label13.Text = "\\ - When followed by a character that is not recognized as an escaped character, " +
                "matches that character. For example, \\* is the same as \\x2A";
            // 
            // btnEnter
            // 
            this.btnEnter.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnEnter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.btnEnter.Location = new System.Drawing.Point(440, 16);
            this.btnEnter.Name = "btnEnter";
            this.btnEnter.Size = new System.Drawing.Size(64, 24);
            this.btnEnter.TabIndex = 0;
            this.btnEnter.TabStop = false;
            this.btnEnter.Text = "Enter";
            // 
            // Label35
            // 
            this.Label35.BackColor = System.Drawing.Color.Yellow;
            this.Label35.Comment = "In the registered copy custom expressions are available";
            this.Label35.Dock = System.Windows.Forms.DockStyle.Top;
            this.Label35.Location = new System.Drawing.Point(0, 0);
            this.Label35.Name = "Label35";
            this.Label35.Size = new System.Drawing.Size(528, 80);
            this.Label35.TabIndex = 7;
            // 
            // pnlSpecialSymbols
            // 
            this.pnlSpecialSymbols.Controls.Add(this.groupBox1);
            this.pnlSpecialSymbols.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlSpecialSymbols.Location = new System.Drawing.Point(0, 80);
            this.pnlSpecialSymbols.Name = "pnlSpecialSymbols";
            this.pnlSpecialSymbols.Size = new System.Drawing.Size(528, 176);
            this.pnlSpecialSymbols.TabIndex = 11;
            // 
            // pnlCustomExpressions
            // 
            this.pnlCustomExpressions.Controls.Add(this.gbCustom);
            this.pnlCustomExpressions.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlCustomExpressions.Location = new System.Drawing.Point(0, 256);
            this.pnlCustomExpressions.Name = "pnlCustomExpressions";
            this.pnlCustomExpressions.Size = new System.Drawing.Size(528, 224);
            this.pnlCustomExpressions.TabIndex = 12;
            // 
            // pnlCommand
            // 
            this.pnlCommand.Controls.Add(this.btnCancel);
            this.pnlCommand.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlCommand.Location = new System.Drawing.Point(0, 480);
            this.pnlCommand.Name = "pnlCommand";
            this.pnlCommand.Size = new System.Drawing.Size(528, 40);
            this.pnlCommand.TabIndex = 13;
            // 
            // SpecialSymbolsForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(528, 518);
            this.Controls.Add(this.pnlCommand);
            this.Controls.Add(this.pnlCustomExpressions);
            this.Controls.Add(this.pnlSpecialSymbols);
            this.Controls.Add(this.Label35);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SpecialSymbolsForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Paste special symbol";
            this.groupBox1.ResumeLayout(false);
            this.gbCustom.ResumeLayout(false);
            this.pnlSpecialSymbols.ResumeLayout(false);
            this.pnlCustomExpressions.ResumeLayout(false);
            this.pnlCommand.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Beispiel #4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OpenFileForm));
            this.Label10 = new RegexExplorer.UnregisteredInfoControl();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabHistory = new System.Windows.Forms.TabPage();
            this.lvRecentFiles = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.splitter2 = new System.Windows.Forms.Splitter();
            this.matchesFileItemControl = new RegexExplorer.MatchesFileItemControl();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnOpen = new System.Windows.Forms.Button();
            this.btnBrowse = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnRemove = new System.Windows.Forms.Button();
            this.btnClearAll = new System.Windows.Forms.Button();
            this.tabControl.SuspendLayout();
            this.tabHistory.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // Label10
            // 
            this.Label10.BackColor = System.Drawing.Color.Yellow;
            this.Label10.Comment = "In the unregistered copy only 5 files are available in the lists.";
            this.Label10.Dock = System.Windows.Forms.DockStyle.Top;
            this.Label10.Location = new System.Drawing.Point(0, 0);
            this.Label10.Name = "Label10";
            this.Label10.Size = new System.Drawing.Size(736, 80);
            this.Label10.TabIndex = 0;
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.tabHistory);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location = new System.Drawing.Point(0, 80);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(466, 326);
            this.tabControl.TabIndex = 8;
            this.tabControl.TabStop = false;
            // 
            // tabHistory
            // 
            this.tabHistory.Controls.Add(this.lvRecentFiles);
            this.tabHistory.Location = new System.Drawing.Point(4, 22);
            this.tabHistory.Name = "tabHistory";
            this.tabHistory.Size = new System.Drawing.Size(458, 300);
            this.tabHistory.TabIndex = 1;
            this.tabHistory.Text = "Recent";
            // 
            // lvRecentFiles
            // 
            this.lvRecentFiles.AllowColumnReorder = true;
            this.lvRecentFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                            this.columnHeader1,
                                                                                            this.columnHeader2});
            this.lvRecentFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvRecentFiles.FullRowSelect = true;
            this.lvRecentFiles.GridLines = true;
            this.lvRecentFiles.Location = new System.Drawing.Point(0, 0);
            this.lvRecentFiles.MultiSelect = false;
            this.lvRecentFiles.Name = "lvRecentFiles";
            this.lvRecentFiles.Size = new System.Drawing.Size(458, 300);
            this.lvRecentFiles.TabIndex = 0;
            this.lvRecentFiles.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "File name";
            this.columnHeader1.Width = 280;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Loaded on";
            this.columnHeader2.Width = 151;
            // 
            // splitter2
            // 
            this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
            this.splitter2.Location = new System.Drawing.Point(466, 80);
            this.splitter2.Name = "splitter2";
            this.splitter2.Size = new System.Drawing.Size(3, 326);
            this.splitter2.TabIndex = 12;
            this.splitter2.TabStop = false;
            // 
            // matchesFileItemControl
            // 
            this.matchesFileItemControl.Dock = System.Windows.Forms.DockStyle.Right;
            this.matchesFileItemControl.Location = new System.Drawing.Point(469, 80);
            this.matchesFileItemControl.Name = "matchesFileItemControl";
            this.matchesFileItemControl.Size = new System.Drawing.Size(264, 326);
            this.matchesFileItemControl.TabIndex = 11;
            this.matchesFileItemControl.TabStop = false;
            this.matchesFileItemControl.TitleText = "";
            this.matchesFileItemControl.Value = null;
            // 
            // splitter1
            // 
            this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
            this.splitter1.Location = new System.Drawing.Point(733, 80);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 326);
            this.splitter1.TabIndex = 10;
            this.splitter1.TabStop = false;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnOpen);
            this.panel1.Controls.Add(this.btnBrowse);
            this.panel1.Controls.Add(this.btnCancel);
            this.panel1.Controls.Add(this.btnRemove);
            this.panel1.Controls.Add(this.btnClearAll);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 406);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(736, 40);
            this.panel1.TabIndex = 9;
            // 
            // btnOpen
            // 
            this.btnOpen.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnOpen.Location = new System.Drawing.Point(8, 8);
            this.btnOpen.Name = "btnOpen";
            this.btnOpen.Size = new System.Drawing.Size(64, 24);
            this.btnOpen.TabIndex = 0;
            this.btnOpen.Text = "Open";
            // 
            // btnBrowse
            // 
            this.btnBrowse.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnBrowse.Location = new System.Drawing.Point(80, 8);
            this.btnBrowse.Name = "btnBrowse";
            this.btnBrowse.Size = new System.Drawing.Size(64, 24);
            this.btnBrowse.TabIndex = 1;
            this.btnBrowse.Text = "Browse";
            // 
            // btnCancel
            // 
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(152, 8);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(64, 24);
            this.btnCancel.TabIndex = 2;
            this.btnCancel.Text = "Cancel";
            // 
            // btnRemove
            // 
            this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnRemove.Location = new System.Drawing.Point(312, 8);
            this.btnRemove.Name = "btnRemove";
            this.btnRemove.Size = new System.Drawing.Size(64, 24);
            this.btnRemove.TabIndex = 3;
            this.btnRemove.Text = "Remove";
            // 
            // btnClearAll
            // 
            this.btnClearAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnClearAll.Location = new System.Drawing.Point(384, 8);
            this.btnClearAll.Name = "btnClearAll";
            this.btnClearAll.Size = new System.Drawing.Size(80, 24);
            this.btnClearAll.TabIndex = 4;
            this.btnClearAll.Text = "Clear all";
            // 
            // OpenFileForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(736, 446);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.splitter2);
            this.Controls.Add(this.matchesFileItemControl);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.Label10);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "OpenFileForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Open file";
            this.tabControl.ResumeLayout(false);
            this.tabHistory.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }