/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlugIn1));
			DevExpress.CodeRush.Core.Parameter parameter1 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.StringParameterType());
			this.actRestoreView = new DevExpress.CodeRush.Core.Action(this.components);
			((System.ComponentModel.ISupportInitialize)(this.actRestoreView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// actRestoreView
			// 
			this.actRestoreView.ActionName = "RestoreView";
			this.actRestoreView.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
			this.actRestoreView.Description = "Restores the specified view.";
			this.actRestoreView.Image = ((System.Drawing.Bitmap)(resources.GetObject("actRestoreView.Image")));
			this.actRestoreView.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
			parameter1.DefaultValue = "";
			parameter1.Description = "The name of the view to restore.";
			parameter1.Name = "ViewName";
			parameter1.Optional = false;
			this.actRestoreView.Parameters.Add(parameter1);
			this.actRestoreView.ToolbarItem.ButtonIsPressed = false;
			this.actRestoreView.ToolbarItem.Caption = null;
			this.actRestoreView.ToolbarItem.Image = null;
			this.actRestoreView.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actRestoreView_Execute);
			((System.ComponentModel.ISupportInitialize)(this.actRestoreView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
		/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlugIn1));
			DevExpress.CodeRush.Core.Parameter parameter4 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.StringParameterType());
			DevExpress.CodeRush.Core.Parameter parameter5 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.StringParameterType());
			DevExpress.CodeRush.Core.Parameter parameter6 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.BooleanParameterType());
			this.actQuickPair = new DevExpress.CodeRush.Core.Action(this.components);
			((System.ComponentModel.ISupportInitialize)(this.actQuickPair)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// actQuickPair
			// 
			this.actQuickPair.ActionName = "QuickPair";
			this.actQuickPair.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
			this.actQuickPair.Description = "Adds a pair of specified delimiters at the caret (or surrounds a selection), opti" +
    "onally placing the caret (or selection) inside the delimiters.";
			this.actQuickPair.Image = ((System.Drawing.Bitmap)(resources.GetObject("actQuickPair.Image")));
			this.actQuickPair.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
			parameter4.DefaultValue = "";
			parameter4.Description = "The left delimiter";
			parameter4.Name = "Left";
			parameter4.Optional = false;
			parameter5.DefaultValue = "";
			parameter5.Description = "The right delimiter.";
			parameter5.Name = "Right";
			parameter5.Optional = false;
			parameter6.DefaultValue = false;
			parameter6.Description = "If true, the caret (or selection) will be positioned between the delimiters after" +
    " this command executes.";
			parameter6.Name = "CaretBetween";
			parameter6.Optional = true;
			this.actQuickPair.Parameters.Add(parameter4);
			this.actQuickPair.Parameters.Add(parameter5);
			this.actQuickPair.Parameters.Add(parameter6);
			this.actQuickPair.ToolbarItem.ButtonIsPressed = false;
			this.actQuickPair.ToolbarItem.Caption = null;
			this.actQuickPair.ToolbarItem.Image = null;
			this.actQuickPair.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actQuickPair_Execute);
			
			((System.ComponentModel.ISupportInitialize)(this.actQuickPair)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Example #3
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();
            DevExpress.CodeRush.Core.Parameter parameter1 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.IntegerParameterType());
            DevExpress.CodeRush.Core.Parameter parameter2 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.StringParameterType());
            DevExpress.CodeRush.Core.Parameter parameter3 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.IntegerParameterType());
            DevExpress.CodeRush.Core.Parameter parameter4 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.IntegerParameterType());
            DevExpress.CodeRush.Core.Parameter parameter5 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.StringParameterType());
            this.txtCmdLoop = new DevExpress.CodeRush.Core.TextCommand(this.components);
            this.strLoopIterationValue = new DevExpress.CodeRush.Extensions.StringProvider(this.components);
            this.LoopLiteral = new DevExpress.CodeRush.Extensions.StringProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.txtCmdLoop)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.strLoopIterationValue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LoopLiteral)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // txtCmdLoop
            // 
            this.txtCmdLoop.CommandName = "Loop";
            this.txtCmdLoop.Description = "Calls a specified template a specified number of times.";
            parameter1.DefaultValue = 0;
            parameter1.Description = "The number of times to loop.";
            parameter1.Name = "Count";
            parameter1.Optional = false;
            parameter2.DefaultValue = "";
            parameter2.Description = "The template to expand once for each iteration through the loop.";
            parameter2.Name = "Template";
            parameter2.Optional = false;
            this.txtCmdLoop.Parameters.Add(parameter1);
            this.txtCmdLoop.Parameters.Add(parameter2);
            this.txtCmdLoop.Execute += new DevExpress.CodeRush.Core.ExecuteEventHandler(this.txtCmdLoop_Execute);
            // 
            // strLoopIterationValue
            // 
            this.strLoopIterationValue.Description = "Gets the value of the count for the Loop TextCommand";
            parameter3.DefaultValue = 0;
            parameter3.Description = "The offset to add to the counter value.";
            parameter3.Name = "Offset";
            parameter3.Optional = true;
            this.strLoopIterationValue.Parameters.Add(parameter3);
            this.strLoopIterationValue.ProviderName = "LoopIterationValue";
            this.strLoopIterationValue.Register = true;
            this.strLoopIterationValue.GetString += new DevExpress.CodeRush.Core.GetStringEventHandler(this.strLoopIterationValue_GetString);
            // 
            // LoopLiteral
            // 
            this.LoopLiteral.Description = "";
            parameter4.DefaultValue = 0;
            parameter4.Description = null;
            parameter4.Name = "Count";
            parameter4.Optional = false;
            parameter5.DefaultValue = "";
            parameter5.Description = null;
            parameter5.Name = "Text";
            parameter5.Optional = false;
            this.LoopLiteral.Parameters.Add(parameter4);
            this.LoopLiteral.Parameters.Add(parameter5);
            this.LoopLiteral.ProviderName = "LoopLiteral";
            this.LoopLiteral.Register = true;
            this.LoopLiteral.GetString += new DevExpress.CodeRush.Core.GetStringEventHandler(this.LoopLiteral_GetString);
            ((System.ComponentModel.ISupportInitialize)(this.txtCmdLoop)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.strLoopIterationValue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LoopLiteral)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
    /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FullyImplemented));
      DevExpress.CodeRush.Core.Parameter parameter1 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.StringParameterType());
      this.actReSharperExtendSelection = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperShrinkSelection = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperDuplicateLine = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharper_ShowQuickFixesAndContextActions = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperFindUsages = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperHighlightUsages = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGenerateCode = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperNavigateFromHere = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToType = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToFile = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToFileMember = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToSymbol = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToContainingDeclaration = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToBase = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToInheritor = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToNextMemberOrTag = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToPreviousMemberOrTag = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperPreviousUsage = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperNextUsage = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToLastEditLocation = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToDeclaration = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperViewRecentFiles = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperRefactorThis = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperRename = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperExtractMethod = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperIntroduceVariable = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperEncapsulateField = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperCommentWithLineComment = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToBookmark = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperSetRemoveBookmark = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToImplementation = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToNextHighlight = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperGoToPreviousHighlight = new DevExpress.CodeRush.Core.Action(this.components);
      this.actReSharperTurnCodeAnalysisOnOff = new DevExpress.CodeRush.Core.Action(this.components);
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperExtendSelection)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperShrinkSelection)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperDuplicateLine)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharper_ShowQuickFixesAndContextActions)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperFindUsages)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperHighlightUsages)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGenerateCode)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperNavigateFromHere)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToType)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToFile)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToFileMember)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToSymbol)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToContainingDeclaration)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToBase)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToInheritor)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToNextMemberOrTag)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToPreviousMemberOrTag)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperPreviousUsage)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperNextUsage)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToLastEditLocation)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToDeclaration)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperViewRecentFiles)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperRefactorThis)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperRename)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperExtractMethod)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperIntroduceVariable)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperEncapsulateField)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperCommentWithLineComment)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToBookmark)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperSetRemoveBookmark)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToImplementation)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToNextHighlight)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToPreviousHighlight)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperTurnCodeAnalysisOnOff)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
      // 
      // actReSharperExtendSelection
      // 
      this.actReSharperExtendSelection.ActionName = "ReSharper.ExtendSelection";
      this.actReSharperExtendSelection.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperExtendSelection.Description = "Compatible with ReSharper\'s \"Extend Selection\" feature.";
      this.actReSharperExtendSelection.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperExtendSelection.Image")));
      this.actReSharperExtendSelection.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperExtendSelection.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperExtendSelection.ToolbarItem.Caption = null;
      this.actReSharperExtendSelection.ToolbarItem.Image = null;
      this.actReSharperExtendSelection.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperExtendSelection_Execute);
      // 
      // actReSharperShrinkSelection
      // 
      this.actReSharperShrinkSelection.ActionName = "ReSharper.ShrinkSelection";
      this.actReSharperShrinkSelection.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperShrinkSelection.Description = "Compatible with ReSharper\'s \"Shrink Selection\" feature.";
      this.actReSharperShrinkSelection.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperShrinkSelection.Image")));
      this.actReSharperShrinkSelection.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperShrinkSelection.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperShrinkSelection.ToolbarItem.Caption = null;
      this.actReSharperShrinkSelection.ToolbarItem.Image = null;
      this.actReSharperShrinkSelection.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperShrinkSelection_Execute);
      // 
      // actReSharperDuplicateLine
      // 
      this.actReSharperDuplicateLine.ActionName = "ReSharper.DuplicateLine";
      this.actReSharperDuplicateLine.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperDuplicateLine.Description = "Compatible with ReSharper\'s \"DuplicateLine\" feature.";
      this.actReSharperDuplicateLine.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperDuplicateLine.Image")));
      this.actReSharperDuplicateLine.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperDuplicateLine.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperDuplicateLine.ToolbarItem.Caption = null;
      this.actReSharperDuplicateLine.ToolbarItem.Image = null;
      this.actReSharperDuplicateLine.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperDuplicateLine_Execute);
      // 
      // actReSharper_ShowQuickFixesAndContextActions
      // 
      this.actReSharper_ShowQuickFixesAndContextActions.ActionName = "ReSharper.ShowQuickFixes";
      this.actReSharper_ShowQuickFixesAndContextActions.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharper_ShowQuickFixesAndContextActions.Description = "Compatible with ReSharper\'s \"Show quick-fixes and context actions\" feature.";
      this.actReSharper_ShowQuickFixesAndContextActions.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharper_ShowQuickFixesAndContextActions.Image")));
      this.actReSharper_ShowQuickFixesAndContextActions.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharper_ShowQuickFixesAndContextActions.ToolbarItem.ButtonIsPressed = false;
      this.actReSharper_ShowQuickFixesAndContextActions.ToolbarItem.Caption = null;
      this.actReSharper_ShowQuickFixesAndContextActions.ToolbarItem.Image = null;
      this.actReSharper_ShowQuickFixesAndContextActions.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharper_ShowQuickFixesAndContextActions_Execute);
      // 
      // actReSharperFindUsages
      // 
      this.actReSharperFindUsages.ActionName = "ReSharper.FindUsages";
      this.actReSharperFindUsages.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperFindUsages.Description = "Compatible with ReSharper\'s \"Find usages\" feature.";
      this.actReSharperFindUsages.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperFindUsages.Image")));
      this.actReSharperFindUsages.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperFindUsages.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperFindUsages.ToolbarItem.Caption = null;
      this.actReSharperFindUsages.ToolbarItem.Image = null;
      this.actReSharperFindUsages.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperFindUsages_Execute);
      // 
      // actReSharperHighlightUsages
      // 
      this.actReSharperHighlightUsages.ActionName = "ReSharper.HighlightUsages";
      this.actReSharperHighlightUsages.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperHighlightUsages.Description = "Compatible with ReSharper\'s \"Highlight usages in file\" feature.";
      this.actReSharperHighlightUsages.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperHighlightUsages.Image")));
      this.actReSharperHighlightUsages.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperHighlightUsages.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperHighlightUsages.ToolbarItem.Caption = null;
      this.actReSharperHighlightUsages.ToolbarItem.Image = null;
      this.actReSharperHighlightUsages.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperHighlightUsages_Execute);
      // 
      // actReSharperGenerateCode
      // 
      this.actReSharperGenerateCode.ActionName = "ReSharper.GenerateCode";
      this.actReSharperGenerateCode.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGenerateCode.Description = "Compatible with ReSharper\'s \"Generate code (constructors, properties, implementin" +
          "g/overriding members, etc)\" feature.";
      this.actReSharperGenerateCode.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGenerateCode.Image")));
      this.actReSharperGenerateCode.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGenerateCode.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGenerateCode.ToolbarItem.Caption = null;
      this.actReSharperGenerateCode.ToolbarItem.Image = null;
      this.actReSharperGenerateCode.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGenerateCode_Execute);
      // 
      // actReSharperNavigateFromHere
      // 
      this.actReSharperNavigateFromHere.ActionName = "ReSharper.NavigateFromHere";
      this.actReSharperNavigateFromHere.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperNavigateFromHere.Description = "Compatible with ReSharper\'s \"Navigate from here\" feature.";
      this.actReSharperNavigateFromHere.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperNavigateFromHere.Image")));
      this.actReSharperNavigateFromHere.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperNavigateFromHere.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperNavigateFromHere.ToolbarItem.Caption = null;
      this.actReSharperNavigateFromHere.ToolbarItem.Image = null;
      this.actReSharperNavigateFromHere.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperNavigateFromHere_Execute);
      // 
      // actReSharperGoToType
      // 
      this.actReSharperGoToType.ActionName = "ReSharper.GoToType";
      this.actReSharperGoToType.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToType.Description = "Compatible with ReSharper\'s \"Go to type\" feature.";
      this.actReSharperGoToType.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToType.Image")));
      this.actReSharperGoToType.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToType.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToType.ToolbarItem.Caption = null;
      this.actReSharperGoToType.ToolbarItem.Image = null;
      this.actReSharperGoToType.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToType_Execute);
      // 
      // actReSharperGoToFile
      // 
      this.actReSharperGoToFile.ActionName = "ReSharper.GoToFile";
      this.actReSharperGoToFile.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToFile.Description = "Compatible with ReSharper\'s \"Go to file\" feature.";
      this.actReSharperGoToFile.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToFile.Image")));
      this.actReSharperGoToFile.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToFile.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToFile.ToolbarItem.Caption = null;
      this.actReSharperGoToFile.ToolbarItem.Image = null;
      this.actReSharperGoToFile.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToFile_Execute);
      // 
      // actReSharperGoToFileMember
      // 
      this.actReSharperGoToFileMember.ActionName = "ReSharper.GoToFileMember";
      this.actReSharperGoToFileMember.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToFileMember.Description = "Compatible with ReSharper\'s \"Go to file member\" feature.";
      this.actReSharperGoToFileMember.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToFileMember.Image")));
      this.actReSharperGoToFileMember.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToFileMember.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToFileMember.ToolbarItem.Caption = null;
      this.actReSharperGoToFileMember.ToolbarItem.Image = null;
      this.actReSharperGoToFileMember.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToFileMember_Execute);
      // 
      // actReSharperGoToSymbol
      // 
      this.actReSharperGoToSymbol.ActionName = "ReSharper.GoToSymbol";
      this.actReSharperGoToSymbol.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToSymbol.Description = "Compatible with ReSharper\'s \"Go to symbol\" feature.";
      this.actReSharperGoToSymbol.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToSymbol.Image")));
      this.actReSharperGoToSymbol.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToSymbol.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToSymbol.ToolbarItem.Caption = null;
      this.actReSharperGoToSymbol.ToolbarItem.Image = null;
      this.actReSharperGoToSymbol.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToSymbol_Execute);
      // 
      // actReSharperGoToContainingDeclaration
      // 
      this.actReSharperGoToContainingDeclaration.ActionName = "ReSharper.GoToContainingDeclaration";
      this.actReSharperGoToContainingDeclaration.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToContainingDeclaration.Description = "Compatible with ReSharper\'s \"Go to containing declaration\" feature.";
      this.actReSharperGoToContainingDeclaration.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToContainingDeclaration.Image")));
      this.actReSharperGoToContainingDeclaration.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToContainingDeclaration.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToContainingDeclaration.ToolbarItem.Caption = null;
      this.actReSharperGoToContainingDeclaration.ToolbarItem.Image = null;
      this.actReSharperGoToContainingDeclaration.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToContainingDeclaration_Execute);
      // 
      // actReSharperGoToBase
      // 
      this.actReSharperGoToBase.ActionName = "ReSharper.GoToBase";
      this.actReSharperGoToBase.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToBase.Description = "Compatible with ReSharper\'s \"Go to base\" feature.";
      this.actReSharperGoToBase.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToBase.Image")));
      this.actReSharperGoToBase.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToBase.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToBase.ToolbarItem.Caption = null;
      this.actReSharperGoToBase.ToolbarItem.Image = null;
      this.actReSharperGoToBase.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToBase_Execute);
      // 
      // actReSharperGoToInheritor
      // 
      this.actReSharperGoToInheritor.ActionName = "ReSharper.GoToInheritor";
      this.actReSharperGoToInheritor.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToInheritor.Description = "Compatible with ReSharper\'s \"Go to inheritor\" feature.";
      this.actReSharperGoToInheritor.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToInheritor.Image")));
      this.actReSharperGoToInheritor.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToInheritor.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToInheritor.ToolbarItem.Caption = null;
      this.actReSharperGoToInheritor.ToolbarItem.Image = null;
      this.actReSharperGoToInheritor.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToInheritor_Execute);
      // 
      // actReSharperGoToNextMemberOrTag
      // 
      this.actReSharperGoToNextMemberOrTag.ActionName = "ReSharper.GoToNextMemberOrTag";
      this.actReSharperGoToNextMemberOrTag.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToNextMemberOrTag.Description = "Compatible with ReSharper\'s \"Go to next member/tag\" feature.";
      this.actReSharperGoToNextMemberOrTag.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToNextMemberOrTag.Image")));
      this.actReSharperGoToNextMemberOrTag.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToNextMemberOrTag.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToNextMemberOrTag.ToolbarItem.Caption = null;
      this.actReSharperGoToNextMemberOrTag.ToolbarItem.Image = null;
      this.actReSharperGoToNextMemberOrTag.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToNextMemberOrTag_Execute);
      // 
      // actReSharperGoToPreviousMemberOrTag
      // 
      this.actReSharperGoToPreviousMemberOrTag.ActionName = "ReSharper.GoToPreviousMemberOrTag";
      this.actReSharperGoToPreviousMemberOrTag.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToPreviousMemberOrTag.Description = "Compatible with ReSharper\'s \"Go to previous member/tag\" feature.";
      this.actReSharperGoToPreviousMemberOrTag.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToPreviousMemberOrTag.Image")));
      this.actReSharperGoToPreviousMemberOrTag.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToPreviousMemberOrTag.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToPreviousMemberOrTag.ToolbarItem.Caption = null;
      this.actReSharperGoToPreviousMemberOrTag.ToolbarItem.Image = null;
      this.actReSharperGoToPreviousMemberOrTag.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToPreviousMemberOrTag_Execute);
      // 
      // actReSharperPreviousUsage
      // 
      this.actReSharperPreviousUsage.ActionName = "ReSharper.PreviousUsage";
      this.actReSharperPreviousUsage.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperPreviousUsage.Description = "Compatible with ReSharper\'s \"Go to previous usage\" feature.";
      this.actReSharperPreviousUsage.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperPreviousUsage.Image")));
      this.actReSharperPreviousUsage.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperPreviousUsage.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperPreviousUsage.ToolbarItem.Caption = null;
      this.actReSharperPreviousUsage.ToolbarItem.Image = null;
      this.actReSharperPreviousUsage.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperPreviousUsage_Execute);
      // 
      // actReSharperNextUsage
      // 
      this.actReSharperNextUsage.ActionName = "ReSharper.NextUsage";
      this.actReSharperNextUsage.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperNextUsage.Description = "Compatible with ReSharper\'s \"Go to next usage\" feature.";
      this.actReSharperNextUsage.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperNextUsage.Image")));
      this.actReSharperNextUsage.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperNextUsage.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperNextUsage.ToolbarItem.Caption = null;
      this.actReSharperNextUsage.ToolbarItem.Image = null;
      this.actReSharperNextUsage.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperNextUsage_Execute);
      // 
      // actReSharperGoToLastEditLocation
      // 
      this.actReSharperGoToLastEditLocation.ActionName = "ReSharper.GoToLastEditLocation";
      this.actReSharperGoToLastEditLocation.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToLastEditLocation.Description = "Compatible with ReSharper\'s \"Go to last edit location\" feature.";
      this.actReSharperGoToLastEditLocation.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToLastEditLocation.Image")));
      this.actReSharperGoToLastEditLocation.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToLastEditLocation.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToLastEditLocation.ToolbarItem.Caption = null;
      this.actReSharperGoToLastEditLocation.ToolbarItem.Image = null;
      this.actReSharperGoToLastEditLocation.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToLastEditLocation_Execute);
      // 
      // actReSharperGoToDeclaration
      // 
      this.actReSharperGoToDeclaration.ActionName = "ReSharper.GoToDeclaration";
      this.actReSharperGoToDeclaration.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToDeclaration.Description = "Compatible with ReSharper\'s \"Go to declaration\" feature.";
      this.actReSharperGoToDeclaration.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToDeclaration.Image")));
      this.actReSharperGoToDeclaration.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToDeclaration.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToDeclaration.ToolbarItem.Caption = null;
      this.actReSharperGoToDeclaration.ToolbarItem.Image = null;
      this.actReSharperGoToDeclaration.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToDeclaration_Execute);
      // 
      // actReSharperViewRecentFiles
      // 
      this.actReSharperViewRecentFiles.ActionName = "ReSharper.ViewRecentFiles";
      this.actReSharperViewRecentFiles.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperViewRecentFiles.Description = "Compatible with ReSharper\'s \"View recent files\" feature.";
      this.actReSharperViewRecentFiles.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperViewRecentFiles.Image")));
      this.actReSharperViewRecentFiles.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperViewRecentFiles.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperViewRecentFiles.ToolbarItem.Caption = null;
      this.actReSharperViewRecentFiles.ToolbarItem.Image = null;
      this.actReSharperViewRecentFiles.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperViewRecentFiles_Execute);
      // 
      // actReSharperRefactorThis
      // 
      this.actReSharperRefactorThis.ActionName = "ReSharper.RefactorThis";
      this.actReSharperRefactorThis.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperRefactorThis.Description = "Compatible with ReSharper\'s \"Refactor this\" feature.";
      this.actReSharperRefactorThis.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperRefactorThis.Image")));
      this.actReSharperRefactorThis.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperRefactorThis.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperRefactorThis.ToolbarItem.Caption = null;
      this.actReSharperRefactorThis.ToolbarItem.Image = null;
      this.actReSharperRefactorThis.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperRefactorThis_Execute);
      // 
      // actReSharperRename
      // 
      this.actReSharperRename.ActionName = "ReSharper.Rename";
      this.actReSharperRename.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperRename.Description = "Compatible with ReSharper\'s \"Rename\" refactoring.";
      this.actReSharperRename.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperRename.Image")));
      this.actReSharperRename.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperRename.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperRename.ToolbarItem.Caption = null;
      this.actReSharperRename.ToolbarItem.Image = null;
      this.actReSharperRename.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperRename_Execute);
      // 
      // actReSharperExtractMethod
      // 
      this.actReSharperExtractMethod.ActionName = "ReSharper.ExtractMethod";
      this.actReSharperExtractMethod.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperExtractMethod.Description = "Compatible with ReSharper\'s \"Extract method\" refactoring.";
      this.actReSharperExtractMethod.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperExtractMethod.Image")));
      this.actReSharperExtractMethod.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperExtractMethod.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperExtractMethod.ToolbarItem.Caption = null;
      this.actReSharperExtractMethod.ToolbarItem.Image = null;
      this.actReSharperExtractMethod.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperExtractMethod_Execute);
      // 
      // actReSharperIntroduceVariable
      // 
      this.actReSharperIntroduceVariable.ActionName = "ReSharper.IntroduceVariable";
      this.actReSharperIntroduceVariable.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperIntroduceVariable.Description = "Compatible with ReSharper\'s \"Introduce variable\" refactoring.";
      this.actReSharperIntroduceVariable.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperIntroduceVariable.Image")));
      this.actReSharperIntroduceVariable.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperIntroduceVariable.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperIntroduceVariable.ToolbarItem.Caption = null;
      this.actReSharperIntroduceVariable.ToolbarItem.Image = null;
      this.actReSharperIntroduceVariable.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperIntroduceVariable_Execute);
      // 
      // actReSharperEncapsulateField
      // 
      this.actReSharperEncapsulateField.ActionName = "ReSharper.EncapsulateField";
      this.actReSharperEncapsulateField.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperEncapsulateField.Description = "Compatible with ReSharper\'s \"Encapsulate field\" refactoring.";
      this.actReSharperEncapsulateField.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperEncapsulateField.Image")));
      this.actReSharperEncapsulateField.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperEncapsulateField.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperEncapsulateField.ToolbarItem.Caption = null;
      this.actReSharperEncapsulateField.ToolbarItem.Image = null;
      this.actReSharperEncapsulateField.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperEncapsulateField_Execute);
      // 
      // actReSharperCommentWithLineComment
      // 
      this.actReSharperCommentWithLineComment.ActionName = "ReSharper.CommentWithLineComment";
      this.actReSharperCommentWithLineComment.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperCommentWithLineComment.Description = "Compatible with ReSharper\'s \"Comment with line comment\" feature.";
      this.actReSharperCommentWithLineComment.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperCommentWithLineComment.Image")));
      this.actReSharperCommentWithLineComment.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperCommentWithLineComment.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperCommentWithLineComment.ToolbarItem.Caption = null;
      this.actReSharperCommentWithLineComment.ToolbarItem.Image = null;
      this.actReSharperCommentWithLineComment.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperCommentWithLineComment_Execute);
      // 
      // actReSharperGoToBookmark
      // 
      this.actReSharperGoToBookmark.ActionName = "ReSharper.GoToBookmark";
      this.actReSharperGoToBookmark.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToBookmark.Description = "Compatible with ReSharper\'s \"Go to bookmark\" feature.";
      this.actReSharperGoToBookmark.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToBookmark.Image")));
      this.actReSharperGoToBookmark.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      parameter1.DefaultValue = "";
      parameter1.Description = null;
      parameter1.Name = "IndexName";
      parameter1.Optional = false;
      this.actReSharperGoToBookmark.Parameters.Add(parameter1);
      this.actReSharperGoToBookmark.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToBookmark.ToolbarItem.Caption = null;
      this.actReSharperGoToBookmark.ToolbarItem.Image = null;
      this.actReSharperGoToBookmark.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToBookmark_Execute);
      // 
      // actReSharperSetRemoveBookmark
      // 
      this.actReSharperSetRemoveBookmark.ActionName = "ReSharper.SetRemoveBookmark";
      this.actReSharperSetRemoveBookmark.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperSetRemoveBookmark.Description = "Compatible with ReSharper\'s \"Set/Remove bookmark\" feature.";
      this.actReSharperSetRemoveBookmark.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperSetRemoveBookmark.Image")));
      this.actReSharperSetRemoveBookmark.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperSetRemoveBookmark.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperSetRemoveBookmark.ToolbarItem.Caption = null;
      this.actReSharperSetRemoveBookmark.ToolbarItem.Image = null;
      this.actReSharperSetRemoveBookmark.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperSetRemoveBookmark_Execute);
      // 
      // actReSharperGoToImplementation
      // 
      this.actReSharperGoToImplementation.ActionName = "ReSharper.GoToImplementation";
      this.actReSharperGoToImplementation.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToImplementation.Description = "Compatible with ReSharper\'s \"Go to implementation\" feature.";
      this.actReSharperGoToImplementation.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToImplementation.Image")));
      this.actReSharperGoToImplementation.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToImplementation.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToImplementation.ToolbarItem.Caption = null;
      this.actReSharperGoToImplementation.ToolbarItem.Image = null;
      this.actReSharperGoToImplementation.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToImplementation_Execute);
      // 
      // actReSharperGoToNextHighlight
      // 
      this.actReSharperGoToNextHighlight.ActionName = "ReSharper.GoToNextHighlight";
      this.actReSharperGoToNextHighlight.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToNextHighlight.Description = "Compatible with ReSharper\'s \"Go to next highlight\" feature.";
      this.actReSharperGoToNextHighlight.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToNextHighlight.Image")));
      this.actReSharperGoToNextHighlight.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToNextHighlight.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToNextHighlight.ToolbarItem.Caption = null;
      this.actReSharperGoToNextHighlight.ToolbarItem.Image = null;
      this.actReSharperGoToNextHighlight.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToNextHighlight_Execute);
      // 
      // actReSharperGoToPreviousHighlight
      // 
      this.actReSharperGoToPreviousHighlight.ActionName = "ReSharper.GoToPreviousHighlight";
      this.actReSharperGoToPreviousHighlight.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperGoToPreviousHighlight.Description = "Compatible with ReSharper\'s \"Go to previous highlight\" feature.";
      this.actReSharperGoToPreviousHighlight.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperGoToPreviousHighlight.Image")));
      this.actReSharperGoToPreviousHighlight.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperGoToPreviousHighlight.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperGoToPreviousHighlight.ToolbarItem.Caption = null;
      this.actReSharperGoToPreviousHighlight.ToolbarItem.Image = null;
      this.actReSharperGoToPreviousHighlight.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperGoToPreviousHighlight_Execute);
      // 
      // actReSharperTurnCodeAnalysisOnOff
      // 
      this.actReSharperTurnCodeAnalysisOnOff.ActionName = "ReSharper.TurnCodeAnalysisOnOffsHighlight";
      this.actReSharperTurnCodeAnalysisOnOff.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
      this.actReSharperTurnCodeAnalysisOnOff.Description = "Compatible with ReSharper\'s \"Turn code analysis on/off\" feature.";
      this.actReSharperTurnCodeAnalysisOnOff.Image = ((System.Drawing.Bitmap)(resources.GetObject("actReSharperTurnCodeAnalysisOnOff.Image")));
      this.actReSharperTurnCodeAnalysisOnOff.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
      this.actReSharperTurnCodeAnalysisOnOff.ToolbarItem.ButtonIsPressed = false;
      this.actReSharperTurnCodeAnalysisOnOff.ToolbarItem.Caption = null;
      this.actReSharperTurnCodeAnalysisOnOff.ToolbarItem.Image = null;
      this.actReSharperTurnCodeAnalysisOnOff.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.actReSharperTurnCodeAnalysisOnOff_Execute);
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperExtendSelection)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperShrinkSelection)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperDuplicateLine)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharper_ShowQuickFixesAndContextActions)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperFindUsages)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperHighlightUsages)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGenerateCode)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperNavigateFromHere)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToType)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToFile)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToFileMember)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToSymbol)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToContainingDeclaration)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToBase)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToInheritor)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToNextMemberOrTag)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToPreviousMemberOrTag)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperPreviousUsage)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperNextUsage)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToLastEditLocation)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToDeclaration)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperViewRecentFiles)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperRefactorThis)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperRename)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperExtractMethod)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperIntroduceVariable)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperEncapsulateField)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperCommentWithLineComment)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToBookmark)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperSetRemoveBookmark)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToImplementation)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToNextHighlight)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperGoToPreviousHighlight)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.actReSharperTurnCodeAnalysisOnOff)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

    }
Example #5
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();
     DevExpress.CodeRush.Core.Parameter parameter1 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.IntegerParameterType());
     DevExpress.CodeRush.Core.Parameter parameter2 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.StringParameterType());
     DevExpress.CodeRush.Core.Parameter parameter3 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.IntegerParameterType());
     DevExpress.CodeRush.Core.Parameter parameter4 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.IntegerParameterType());
     DevExpress.CodeRush.Core.Parameter parameter5 = new DevExpress.CodeRush.Core.Parameter(new DevExpress.CodeRush.Core.StringParameterType());
     this.txtCmdLoop            = new DevExpress.CodeRush.Core.TextCommand(this.components);
     this.strLoopIterationValue = new DevExpress.CodeRush.Extensions.StringProvider(this.components);
     this.LoopLiteral           = new DevExpress.CodeRush.Extensions.StringProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.txtCmdLoop)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.strLoopIterationValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoopLiteral)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // txtCmdLoop
     //
     this.txtCmdLoop.CommandName = "Loop";
     this.txtCmdLoop.Description = "Calls a specified template a specified number of times.";
     parameter1.DefaultValue     = 0;
     parameter1.Description      = "The number of times to loop.";
     parameter1.Name             = "Count";
     parameter1.Optional         = false;
     parameter2.DefaultValue     = "";
     parameter2.Description      = "The template to expand once for each iteration through the loop.";
     parameter2.Name             = "Template";
     parameter2.Optional         = false;
     this.txtCmdLoop.Parameters.Add(parameter1);
     this.txtCmdLoop.Parameters.Add(parameter2);
     this.txtCmdLoop.Execute += new DevExpress.CodeRush.Core.ExecuteEventHandler(this.txtCmdLoop_Execute);
     //
     // strLoopIterationValue
     //
     this.strLoopIterationValue.Description = "Gets the value of the count for the Loop TextCommand";
     parameter3.DefaultValue = 0;
     parameter3.Description  = "The offset to add to the counter value.";
     parameter3.Name         = "Offset";
     parameter3.Optional     = true;
     this.strLoopIterationValue.Parameters.Add(parameter3);
     this.strLoopIterationValue.ProviderName = "LoopIterationValue";
     this.strLoopIterationValue.Register     = true;
     this.strLoopIterationValue.GetString   += new DevExpress.CodeRush.Core.GetStringEventHandler(this.strLoopIterationValue_GetString);
     //
     // LoopLiteral
     //
     this.LoopLiteral.Description = "";
     parameter4.DefaultValue      = 0;
     parameter4.Description       = null;
     parameter4.Name         = "Count";
     parameter4.Optional     = false;
     parameter5.DefaultValue = "";
     parameter5.Description  = null;
     parameter5.Name         = "Text";
     parameter5.Optional     = false;
     this.LoopLiteral.Parameters.Add(parameter4);
     this.LoopLiteral.Parameters.Add(parameter5);
     this.LoopLiteral.ProviderName = "LoopLiteral";
     this.LoopLiteral.Register     = true;
     this.LoopLiteral.GetString   += new DevExpress.CodeRush.Core.GetStringEventHandler(this.LoopLiteral_GetString);
     ((System.ComponentModel.ISupportInitialize)(this.txtCmdLoop)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.strLoopIterationValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoopLiteral)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }