예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.events     = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // events
     //
     this.events.BeginShutdown          += new DevExpress.CodeRush.Core.DefaultHandler(this.events_BeginShutdown);
     this.events.OptionsChanged         += new DevExpress.CodeRush.Core.OptionsChangedEventHandler(this.events_OptionsChanged);
     this.events.MarkerCollected        += new DevExpress.CodeRush.Core.MarkerEventHandler(this.events_MarkerCollected);
     this.events.EditorMouseDoubleClick += new DevExpress.CodeRush.Core.EditorMouseEventHandler(this.events_EditorMouseDoubleClick);
     this.events.EditorPaint            += new DevExpress.CodeRush.Core.EditorPaintEventHandler(this.events_EditorPaint);
     this.events.EditorScrolled         += new DevExpress.CodeRush.Core.EditorScrolledEventHandler(this.events_EditorScrolled);
     this.events.TextViewActivated      += new DevExpress.CodeRush.Core.TextViewHandler(this.events_TextViewActivated);
     this.events.TextChanged            += new DevExpress.CodeRush.Core.TextChangedEventHandler(this.events_TextChanged);
     //
     // CodeToolWindow
     //
     this.BackColor      = System.Drawing.Color.White;
     this.DoubleBuffered = true;
     this.Image          = global::MiniCodeColumn.Properties.Resources.Button;
     this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.Name           = "CodeToolWindow";
     this.Size           = new System.Drawing.Size(111, 264);
     this.MouseLeave    += new System.EventHandler(this.CodeToolWindow_MouseLeave);
     this.MouseMove     += new System.Windows.Forms.MouseEventHandler(this.CodeToolWindow_MouseMove);
     this.MouseDown     += new System.Windows.Forms.MouseEventHandler(this.CodeToolWindow_MouseDown);
     this.MouseUp       += new System.Windows.Forms.MouseEventHandler(this.CodeToolWindow_MouseUp);
     ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
		/// <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();
			this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
			this.listView1 = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
			((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			this.SuspendLayout();
			// 
			// listView1
			// 
			this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
			this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.listView1.Location = new System.Drawing.Point(0, 0);
			this.listView1.Name = "listView1";
			this.listView1.Size = new System.Drawing.Size(301, 310);
			this.listView1.TabIndex = 1;
			this.listView1.UseCompatibleStateImageBehavior = false;
			this.listView1.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Name";
			this.columnHeader1.Width = 114;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Installed";
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "Version";
			this.columnHeader3.Width = 108;
			// 
			// ToolWindow
			// 
			this.Controls.Add(this.listView1);
			this.Name = "ToolWindow";
			this.Size = new System.Drawing.Size(301, 310);
			((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();
			this.ResumeLayout(false);

		}
 /// <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();
     this.events        = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
     this.listView1     = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this.listView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Location = new System.Drawing.Point(0, 0);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(301, 310);
     this.listView1.TabIndex = 1;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 114;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Installed";
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Version";
     this.columnHeader3.Width = 108;
     //
     // ToolWindow
     //
     this.Controls.Add(this.listView1);
     this.Name = "ToolWindow";
     this.Size = new System.Drawing.Size(301, 310);
     ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
예제 #4
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();
            this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 25;
            this.listBox1.Location = new System.Drawing.Point(40, 88);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(371, 304);
            this.listBox1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(35, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(67, 25);
            this.label1.TabIndex = 1;
            this.label1.Text = "label1";
            // 
            // ToolWindow1
            // 
            this.Controls.Add(this.label1);
            this.Controls.Add(this.listBox1);
            this.Name = "ToolWindow1";
            this.Size = new System.Drawing.Size(449, 434);
            ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <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();
            this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // events
            // 
            this.events.BeginShutdown += new DevExpress.CodeRush.Core.DefaultHandler(this.events_BeginShutdown);
            this.events.OptionsChanged += new DevExpress.CodeRush.Core.OptionsChangedEventHandler(this.events_OptionsChanged);
            this.events.MarkerCollected += new DevExpress.CodeRush.Core.MarkerEventHandler(this.events_MarkerCollected);
            this.events.EditorMouseDoubleClick += new DevExpress.CodeRush.Core.EditorMouseEventHandler(this.events_EditorMouseDoubleClick);
            this.events.EditorPaint += new DevExpress.CodeRush.Core.EditorPaintEventHandler(this.events_EditorPaint);
            this.events.EditorScrolled += new DevExpress.CodeRush.Core.EditorScrolledEventHandler(this.events_EditorScrolled);
            this.events.TextViewActivated += new DevExpress.CodeRush.Core.TextViewHandler(this.events_TextViewActivated);
            this.events.TextChanged += new DevExpress.CodeRush.Core.TextChangedEventHandler(this.events_TextChanged);
            // 
            // CodeToolWindow
            // 
            this.BackColor = System.Drawing.Color.White;
            this.DoubleBuffered = true;
            this.Image = global::MiniCodeColumn.Properties.Resources.Button;
            this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Name = "CodeToolWindow";
            this.Size = new System.Drawing.Size(111, 264);
            this.MouseLeave += new System.EventHandler(this.CodeToolWindow_MouseLeave);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.CodeToolWindow_MouseMove);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.CodeToolWindow_MouseDown);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.CodeToolWindow_MouseUp);
            ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
예제 #6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolWindow1));
            this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
            this.gridControl1 = new DevExpress.DXCore.Controls.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.DXCore.Controls.XtraGrid.Views.Grid.GridView();
            this.gridColumnName = new DevExpress.DXCore.Controls.XtraGrid.Columns.GridColumn();
            this.textEdit1 = new DevExpress.DXCore.Controls.XtraEditors.TextEdit();
            this.openModelEditorAction = new DevExpress.CodeRush.Core.Action(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.openModelEditorAction)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(709, 356);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.DXCore.Controls.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.DXCore.Controls.XtraGrid.Columns.GridColumn[] {
            this.gridColumnName});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsCustomization.AllowColumnMoving = false;
            this.gridView1.OptionsCustomization.AllowColumnResizing = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsFilter.AllowFilterEditor = false;
            this.gridView1.OptionsMenu.EnableColumnMenu = false;
            this.gridView1.OptionsMenu.EnableFooterMenu = false;
            this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
            this.gridView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyUp);
            // 
            // gridColumnName
            // 
            this.gridColumnName.Caption = "Models";
            this.gridColumnName.FieldName = "Name";
            this.gridColumnName.Name = "gridColumnName";
            this.gridColumnName.OptionsFilter.AutoFilterCondition = DevExpress.DXCore.Controls.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.gridColumnName.Visible = true;
            this.gridColumnName.VisibleIndex = 0;
            // 
            // textEdit1
            // 
            this.textEdit1.Location = new System.Drawing.Point(309, 282);
            this.textEdit1.Name = "textEdit1";
            this.textEdit1.Size = new System.Drawing.Size(100, 22);
            this.textEdit1.TabIndex = 1;
            // 
            // openModelEditorAction
            // 
            this.openModelEditorAction.ActionName = "OpenModelEditor";
            this.openModelEditorAction.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
            this.openModelEditorAction.Image = ((System.Drawing.Bitmap)(resources.GetObject("openModelEditorAction.Image")));
            this.openModelEditorAction.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
            this.openModelEditorAction.RegisterInVS = true;
            this.openModelEditorAction.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.openModelEditorAction_Execute);
            // 
            // ToolWindow1
            // 
            this.Controls.Add(this.gridControl1);
            this.Controls.Add(this.textEdit1);
            this.Image = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
            this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.Name = "ToolWindow1";
            this.Size = new System.Drawing.Size(709, 356);
            ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.openModelEditorAction)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
예제 #7
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.DXCore.Controls.XtraGrid.GridGroupSummaryItem gridGroupSummaryItem1 = new DevExpress.DXCore.Controls.XtraGrid.GridGroupSummaryItem();
     System.ComponentModel.ComponentResourceManager           resources             = new System.ComponentModel.ComponentResourceManager(typeof(ToolWindow1));
     this.events             = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
     this.gridControl1       = new DevExpress.DXCore.Controls.XtraGrid.GridControl();
     this.gridView1          = new DevExpress.DXCore.Controls.XtraGrid.Views.Grid.GridView();
     this.locatorBeacon1     = new DevExpress.CodeRush.PlugInCore.LocatorBeacon(this.components);
     this.toolStrip1         = new System.Windows.Forms.ToolStrip();
     this.btnSolutionIssues  = new System.Windows.Forms.ToolStripButton();
     this.btnProjectIssues   = new System.Windows.Forms.ToolStripButton();
     this.btnFileIssues      = new System.Windows.Forms.ToolStripButton();
     this.btnExportHTMLTable = new System.Windows.Forms.ToolStripButton();
     this.progressBar        = new System.Windows.Forms.ProgressBar();
     this.btnCancel          = new System.Windows.Forms.Button();
     this.cmbLayouts         = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.locatorBeacon1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(0, 25);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(625, 375);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.DXCore.Controls.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl          = this.gridControl1;
     gridGroupSummaryItem1.DisplayFormat = "(Count = {0})";
     gridGroupSummaryItem1.FieldName     = "Type";
     gridGroupSummaryItem1.SummaryType   = DevExpress.DXCore.Controls.Data.SummaryItemType.Custom;
     this.gridView1.GroupSummary.AddRange(new DevExpress.DXCore.Controls.XtraGrid.GridSummaryItem[] {
         gridGroupSummaryItem1
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsFilter.MaxCheckedListItemCount = 2000;
     this.gridView1.OptionsView.ColumnAutoWidth           = false;
     this.gridView1.CustomSummaryCalculate += new DevExpress.DXCore.Controls.Data.CustomSummaryEventHandler(this.gridView1_CustomSummaryCalculate);
     this.gridView1.DoubleClick            += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // locatorBeacon1
     //
     this.locatorBeacon1.StepFactor = -1D;
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnSolutionIssues,
         this.btnProjectIssues,
         this.btnFileIssues,
         this.btnExportHTMLTable
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(625, 25);
     this.toolStrip1.TabIndex = 3;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnSolutionIssues
     //
     this.btnSolutionIssues.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnSolutionIssues.Image                 = ((System.Drawing.Image)(resources.GetObject("btnSolutionIssues.Image")));
     this.btnSolutionIssues.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSolutionIssues.Name        = "btnSolutionIssues";
     this.btnSolutionIssues.Size        = new System.Drawing.Size(23, 22);
     this.btnSolutionIssues.Text        = "toolStripButton1";
     this.btnSolutionIssues.ToolTipText = "Get Solution Issues";
     this.btnSolutionIssues.Click      += new System.EventHandler(this.btnSolutionIssues_Click);
     //
     // btnProjectIssues
     //
     this.btnProjectIssues.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnProjectIssues.Image                 = ((System.Drawing.Image)(resources.GetObject("btnProjectIssues.Image")));
     this.btnProjectIssues.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnProjectIssues.Name        = "btnProjectIssues";
     this.btnProjectIssues.Size        = new System.Drawing.Size(23, 22);
     this.btnProjectIssues.Text        = "toolStripButton2";
     this.btnProjectIssues.ToolTipText = "Get Project Issues";
     this.btnProjectIssues.Click      += new System.EventHandler(this.btnProjectIssues_Click);
     //
     // btnFileIssues
     //
     this.btnFileIssues.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFileIssues.Image                 = ((System.Drawing.Image)(resources.GetObject("btnFileIssues.Image")));
     this.btnFileIssues.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFileIssues.Name        = "btnFileIssues";
     this.btnFileIssues.Size        = new System.Drawing.Size(23, 22);
     this.btnFileIssues.Text        = "toolStripButton1";
     this.btnFileIssues.ToolTipText = "Rescan Current File";
     this.btnFileIssues.Click      += new System.EventHandler(this.btnFileIssues_Click);
     //
     // btnExportHTMLTable
     //
     this.btnExportHTMLTable.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnExportHTMLTable.Image                 = ((System.Drawing.Image)(resources.GetObject("btnExportHTMLTable.Image")));
     this.btnExportHTMLTable.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnExportHTMLTable.Name   = "btnExportHTMLTable";
     this.btnExportHTMLTable.Size   = new System.Drawing.Size(23, 22);
     this.btnExportHTMLTable.Text   = "Export To HTML Table";
     this.btnExportHTMLTable.Click += new System.EventHandler(this.btnExportHTMLTable_Click);
     //
     // progressBar
     //
     this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar.Location = new System.Drawing.Point(0, 0);
     this.progressBar.Name     = "progressBar";
     this.progressBar.Size     = new System.Drawing.Size(562, 25);
     this.progressBar.TabIndex = 4;
     this.progressBar.Visible  = false;
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(562, 0);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(63, 25);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Visible = false;
     this.btnCancel.Click  += new System.EventHandler(this.btnCancel_Click);
     //
     // cmbLayouts
     //
     this.cmbLayouts.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbLayouts.FormattingEnabled = true;
     this.cmbLayouts.Location          = new System.Drawing.Point(443, 2);
     this.cmbLayouts.Name                  = "cmbLayouts";
     this.cmbLayouts.Size                  = new System.Drawing.Size(177, 21);
     this.cmbLayouts.TabIndex              = 6;
     this.cmbLayouts.SelectedValueChanged += new System.EventHandler(this.cmbLayouts_SelectedValueChanged);
     //
     // ToolWindow1
     //
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.cmbLayouts);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.gridControl1);
     this.Image          = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
     this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.Name           = "ToolWindow1";
     this.Size           = new System.Drawing.Size(625, 400);
     ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.locatorBeacon1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <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();
			this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
			this.panel1 = new System.Windows.Forms.Panel();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.cmdCopyOriginal = new System.Windows.Forms.Button();
			this.cmdCopyTranslation = new System.Windows.Forms.Button();
			this.optSourceFile = new System.Windows.Forms.RadioButton();
			this.optSourceMember = new System.Windows.Forms.RadioButton();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.optLanguageCpp = new System.Windows.Forms.RadioButton();
			this.optLanguageBasic = new System.Windows.Forms.RadioButton();
			this.optLanguageJavaScript = new System.Windows.Forms.RadioButton();
			this.optLanguageCSharp = new System.Windows.Forms.RadioButton();
			this.codeView1 = new DevExpress.CodeRush.UserControls.CodeView();
			((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
			this.panel1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.codeView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			this.SuspendLayout();
			// 
			// events
			// 
			this.events.LanguageElementActivated += new DevExpress.CodeRush.Core.LanguageElementActivatedEventHandler(this.events_LanguageElementActivated);
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.groupBox2);
			this.panel1.Controls.Add(this.groupBox1);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(642, 40);
			this.panel1.TabIndex = 0;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.cmdCopyOriginal);
			this.groupBox2.Controls.Add(this.cmdCopyTranslation);
			this.groupBox2.Controls.Add(this.optSourceFile);
			this.groupBox2.Controls.Add(this.optSourceMember);
			this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupBox2.Location = new System.Drawing.Point(280, 0);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(362, 40);
			this.groupBox2.TabIndex = 1;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Source";
			// 
			// cmdCopyOriginal
			// 
			this.cmdCopyOriginal.Location = new System.Drawing.Point(244, 13);
			this.cmdCopyOriginal.Name = "cmdCopyOriginal";
			this.cmdCopyOriginal.Size = new System.Drawing.Size(89, 23);
			this.cmdCopyOriginal.TabIndex = 2;
			this.cmdCopyOriginal.Text = "Copy Original";
			this.cmdCopyOriginal.UseVisualStyleBackColor = true;
			this.cmdCopyOriginal.Click += new System.EventHandler(this.cmdCopyOriginal_Click);
			// 
			// cmdCopyTranslation
			// 
			this.cmdCopyTranslation.Location = new System.Drawing.Point(141, 13);
			this.cmdCopyTranslation.Name = "cmdCopyTranslation";
			this.cmdCopyTranslation.Size = new System.Drawing.Size(97, 23);
			this.cmdCopyTranslation.TabIndex = 1;
			this.cmdCopyTranslation.Text = "Copy Translation";
			this.cmdCopyTranslation.UseVisualStyleBackColor = true;
			this.cmdCopyTranslation.Click += new System.EventHandler(this.cmdCopyTranslation_Click);
			// 
			// optSourceFile
			// 
			this.optSourceFile.AutoSize = true;
			this.optSourceFile.Location = new System.Drawing.Point(94, 16);
			this.optSourceFile.Name = "optSourceFile";
			this.optSourceFile.Size = new System.Drawing.Size(41, 17);
			this.optSourceFile.TabIndex = 0;
			this.optSourceFile.Text = "File";
			this.optSourceFile.UseVisualStyleBackColor = true;
			this.optSourceFile.CheckedChanged += new System.EventHandler(this.SourceChanged);
			// 
			// optSourceMember
			// 
			this.optSourceMember.AutoSize = true;
			this.optSourceMember.Checked = true;
			this.optSourceMember.Location = new System.Drawing.Point(25, 16);
			this.optSourceMember.Name = "optSourceMember";
			this.optSourceMember.Size = new System.Drawing.Size(63, 17);
			this.optSourceMember.TabIndex = 0;
			this.optSourceMember.TabStop = true;
			this.optSourceMember.Text = "Member";
			this.optSourceMember.UseVisualStyleBackColor = true;
			this.optSourceMember.CheckedChanged += new System.EventHandler(this.SourceChanged);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.optLanguageCpp);
			this.groupBox1.Controls.Add(this.optLanguageBasic);
			this.groupBox1.Controls.Add(this.optLanguageJavaScript);
			this.groupBox1.Controls.Add(this.optLanguageCSharp);
			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
			this.groupBox1.Location = new System.Drawing.Point(0, 0);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(280, 40);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Language";
			// 
			// optLanguageCpp
			// 
			this.optLanguageCpp.AutoSize = true;
			this.optLanguageCpp.Location = new System.Drawing.Point(208, 16);
			this.optLanguageCpp.Name = "optLanguageCpp";
			this.optLanguageCpp.Size = new System.Drawing.Size(59, 17);
			this.optLanguageCpp.TabIndex = 0;
			this.optLanguageCpp.Text = "C/C++";
			this.optLanguageCpp.UseVisualStyleBackColor = true;
			this.optLanguageCpp.Click += new System.EventHandler(this.TranslationLanguageChanged);
			// 
			// optLanguageBasic
			// 
			this.optLanguageBasic.AutoSize = true;
			this.optLanguageBasic.Checked = true;
			this.optLanguageBasic.Location = new System.Drawing.Point(6, 16);
			this.optLanguageBasic.Name = "optLanguageBasic";
			this.optLanguageBasic.Size = new System.Drawing.Size(49, 17);
			this.optLanguageBasic.TabIndex = 0;
			this.optLanguageBasic.TabStop = true;
			this.optLanguageBasic.Text = "Basic";
			this.optLanguageBasic.UseVisualStyleBackColor = true;
			this.optLanguageBasic.Click += new System.EventHandler(this.TranslationLanguageChanged);
			// 
			// optLanguageJavaScript
			// 
			this.optLanguageJavaScript.AutoSize = true;
			this.optLanguageJavaScript.Location = new System.Drawing.Point(127, 16);
			this.optLanguageJavaScript.Name = "optLanguageJavaScript";
			this.optLanguageJavaScript.Size = new System.Drawing.Size(75, 17);
			this.optLanguageJavaScript.TabIndex = 0;
			this.optLanguageJavaScript.Text = "JavaScript";
			this.optLanguageJavaScript.UseVisualStyleBackColor = true;
			this.optLanguageJavaScript.Click += new System.EventHandler(this.TranslationLanguageChanged);
			// 
			// optLanguageCSharp
			// 
			this.optLanguageCSharp.AutoSize = true;
			this.optLanguageCSharp.Location = new System.Drawing.Point(61, 16);
			this.optLanguageCSharp.Name = "optLanguageCSharp";
			this.optLanguageCSharp.Size = new System.Drawing.Size(60, 17);
			this.optLanguageCSharp.TabIndex = 0;
			this.optLanguageCSharp.Text = "CSharp";
			this.optLanguageCSharp.UseVisualStyleBackColor = true;
			this.optLanguageCSharp.Click += new System.EventHandler(this.TranslationLanguageChanged);
			// 
			// codeView1
			// 
			this.codeView1.BorderColor = System.Drawing.Color.Empty;
			this.codeView1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.codeView1.LanguageID = "CSharp";
			this.codeView1.LeftPixel = 0;
			this.codeView1.Location = new System.Drawing.Point(0, 40);
			this.codeView1.Name = "codeView1";
			this.codeView1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.codeView1.Size = new System.Drawing.Size(642, 110);
			this.codeView1.TabIndex = 1;
			this.codeView1.TextChangeEffect = DevExpress.CodeRush.UserControls.TextChangeEffect.None;
			this.codeView1.TopLine = 0;
			this.codeView1.TransitionTime = 900;
			// 
			// ToolWindow1
			// 
			this.Controls.Add(this.codeView1);
			this.Controls.Add(this.panel1);
			this.Name = "ToolWindow1";
			this.Size = new System.Drawing.Size(642, 150);
			((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
			this.panel1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.codeView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();
			this.ResumeLayout(false);

		}
		/// <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(FavoriteViews));
			this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
			this.btnSaveCurrentView = new System.Windows.Forms.Button();
			this.lstViews = new System.Windows.Forms.ListBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.btnDeleteSelectedView = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			this.SuspendLayout();
			// 
			// events
			// 
			this.events.AfterClosingSolution += new DevExpress.CodeRush.Core.DefaultHandler(this.events_AfterClosingSolution);
			this.events.SolutionOpened += new DevExpress.CodeRush.Core.DefaultHandler(this.events_SolutionOpened);
			// 
			// btnSaveCurrentView
			// 
			this.btnSaveCurrentView.Location = new System.Drawing.Point(0, 0);
			this.btnSaveCurrentView.Name = "btnSaveCurrentView";
			this.btnSaveCurrentView.Size = new System.Drawing.Size(125, 23);
			this.btnSaveCurrentView.TabIndex = 0;
			this.btnSaveCurrentView.Text = "Save Current View";
			this.btnSaveCurrentView.UseVisualStyleBackColor = true;
			this.btnSaveCurrentView.Click += new System.EventHandler(this.btnSaveCurrentView_Click);
			// 
			// lstViews
			// 
			this.lstViews.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lstViews.FormattingEnabled = true;
			this.lstViews.Location = new System.Drawing.Point(3, 29);
			this.lstViews.Name = "lstViews";
			this.lstViews.Size = new System.Drawing.Size(283, 264);
			this.lstViews.TabIndex = 1;
			this.lstViews.SelectedIndexChanged += new System.EventHandler(this.lstViews_SelectedIndexChanged);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(131, 5);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(38, 13);
			this.label1.TabIndex = 2;
			this.label1.Text = "Name:";
			// 
			// textBox1
			// 
			this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.textBox1.Location = new System.Drawing.Point(172, 2);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(114, 20);
			this.textBox1.TabIndex = 3;
			this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
			// 
			// label2
			// 
			this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(0, 313);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(142, 13);
			this.label2.TabIndex = 4;
			this.label2.Text = "Ctrl+click a view to restore it.";
			// 
			// btnDeleteSelectedView
			// 
			this.btnDeleteSelectedView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnDeleteSelectedView.Location = new System.Drawing.Point(0, 326);
			this.btnDeleteSelectedView.Name = "btnDeleteSelectedView";
			this.btnDeleteSelectedView.Size = new System.Drawing.Size(123, 23);
			this.btnDeleteSelectedView.TabIndex = 0;
			this.btnDeleteSelectedView.Text = "Delete Selected View";
			this.btnDeleteSelectedView.UseVisualStyleBackColor = true;
			this.btnDeleteSelectedView.Click += new System.EventHandler(this.btnDeleteSelectedView_Click);
			// 
			// FavoriteViews
			// 
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textBox1);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.lstViews);
			this.Controls.Add(this.btnDeleteSelectedView);
			this.Controls.Add(this.btnSaveCurrentView);
			this.Image = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
			this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
			this.Name = "FavoriteViews";
			this.Size = new System.Drawing.Size(289, 349);
			((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		/// <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(MarkersToolWindow));
			this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.lstMarkers = new System.Windows.Forms.ListBox();
			this.codePreview = new DevExpress.CodeRush.UserControls.CodeView();
			((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.codePreview)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			this.SuspendLayout();
			// 
			// events
			// 
			this.events.DocumentClosing += new DevExpress.CodeRush.Core.DocumentEventHandler(this.events_DocumentClosing);
			this.events.MarkerDropped += new DevExpress.CodeRush.Core.MarkerEventHandler(this.events_MarkerDropped);
			this.events.MarkerCollected += new DevExpress.CodeRush.Core.MarkerEventHandler(this.events_MarkerCollected);
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
			this.splitContainer1.Name = "splitContainer1";
			this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.lstMarkers);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.codePreview);
			this.splitContainer1.Size = new System.Drawing.Size(318, 417);
			this.splitContainer1.SplitterDistance = 106;
			this.splitContainer1.TabIndex = 0;
			// 
			// lstMarkers
			// 
			this.lstMarkers.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lstMarkers.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.lstMarkers.FormattingEnabled = true;
			this.lstMarkers.ItemHeight = 16;
			this.lstMarkers.Location = new System.Drawing.Point(0, 0);
			this.lstMarkers.Name = "lstMarkers";
			this.lstMarkers.Size = new System.Drawing.Size(318, 106);
			this.lstMarkers.TabIndex = 0;
			this.lstMarkers.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstMarkers_DrawItem);
			this.lstMarkers.SelectedIndexChanged += new System.EventHandler(this.lstMarkers_SelectedIndexChanged);
			this.lstMarkers.DoubleClick += new System.EventHandler(this.lstMarkers_DoubleClick);
			// 
			// codePreview
			// 
			this.codePreview.BorderColor = System.Drawing.Color.Empty;
			this.codePreview.Dock = System.Windows.Forms.DockStyle.Fill;
			this.codePreview.EmphasisRange = ((DevExpress.CodeRush.StructuralParser.SourceRange)(resources.GetObject("codePreview.EmphasisRange")));
			this.codePreview.LanguageID = "CSharp";
			this.codePreview.LeftPixel = 0;
			this.codePreview.Location = new System.Drawing.Point(0, 0);
			this.codePreview.Name = "codePreview";
			this.codePreview.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.codePreview.Size = new System.Drawing.Size(318, 307);
			this.codePreview.TabIndex = 0;
			this.codePreview.TextChangeEffect = DevExpress.CodeRush.UserControls.TextChangeEffect.None;
			this.codePreview.TopLine = 0;
			this.codePreview.TransitionTime = 900;
			this.codePreview.Painted += new System.Windows.Forms.PaintEventHandler(this.codePreview_Painted);
			// 
			// MarkersToolWindow
			// 
			this.Controls.Add(this.splitContainer1);
			this.Image = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
			this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
			this.Name = "MarkersToolWindow";
			this.Size = new System.Drawing.Size(318, 417);
			((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
			this.splitContainer1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.codePreview)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();
			this.ResumeLayout(false);

		}
        /// <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.DXCore.Controls.XtraGrid.GridGroupSummaryItem gridGroupSummaryItem1 = new DevExpress.DXCore.Controls.XtraGrid.GridGroupSummaryItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolWindow1));
            this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
            this.gridControl1 = new DevExpress.DXCore.Controls.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.DXCore.Controls.XtraGrid.Views.Grid.GridView();
            this.locatorBeacon1 = new DevExpress.CodeRush.PlugInCore.LocatorBeacon(this.components);
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.btnSolutionIssues = new System.Windows.Forms.ToolStripButton();
            this.btnProjectIssues = new System.Windows.Forms.ToolStripButton();
            this.btnFileIssues = new System.Windows.Forms.ToolStripButton();
            this.btnExportHTMLTable = new System.Windows.Forms.ToolStripButton();
            this.progressBar = new System.Windows.Forms.ProgressBar();
            this.btnCancel = new System.Windows.Forms.Button();
            this.cmbLayouts = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.locatorBeacon1)).BeginInit();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // gridControl1
            // 
            this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            // 
            // 
            // 
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 25);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(625, 375);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.DXCore.Controls.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.GridControl = this.gridControl1;
            gridGroupSummaryItem1.DisplayFormat = "(Count = {0})";
            gridGroupSummaryItem1.FieldName = "Type";
            gridGroupSummaryItem1.SummaryType = DevExpress.DXCore.Controls.Data.SummaryItemType.Custom;
            this.gridView1.GroupSummary.AddRange(new DevExpress.DXCore.Controls.XtraGrid.GridSummaryItem[] {
            gridGroupSummaryItem1});
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsFilter.MaxCheckedListItemCount = 2000;
            this.gridView1.OptionsView.ColumnAutoWidth = false;
            this.gridView1.CustomSummaryCalculate += new DevExpress.DXCore.Controls.Data.CustomSummaryEventHandler(this.gridView1_CustomSummaryCalculate);
            this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
            // 
            // locatorBeacon1
            // 
            this.locatorBeacon1.StepFactor = -1D;
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnSolutionIssues,
            this.btnProjectIssues,
            this.btnFileIssues,
            this.btnExportHTMLTable});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(625, 25);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // btnSolutionIssues
            // 
            this.btnSolutionIssues.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnSolutionIssues.Image = ((System.Drawing.Image)(resources.GetObject("btnSolutionIssues.Image")));
            this.btnSolutionIssues.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnSolutionIssues.Name = "btnSolutionIssues";
            this.btnSolutionIssues.Size = new System.Drawing.Size(23, 22);
            this.btnSolutionIssues.Text = "toolStripButton1";
            this.btnSolutionIssues.ToolTipText = "Get Solution Issues";
            this.btnSolutionIssues.Click += new System.EventHandler(this.btnSolutionIssues_Click);
            // 
            // btnProjectIssues
            // 
            this.btnProjectIssues.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnProjectIssues.Image = ((System.Drawing.Image)(resources.GetObject("btnProjectIssues.Image")));
            this.btnProjectIssues.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnProjectIssues.Name = "btnProjectIssues";
            this.btnProjectIssues.Size = new System.Drawing.Size(23, 22);
            this.btnProjectIssues.Text = "toolStripButton2";
            this.btnProjectIssues.ToolTipText = "Get Project Issues";
            this.btnProjectIssues.Click += new System.EventHandler(this.btnProjectIssues_Click);
            // 
            // btnFileIssues
            // 
            this.btnFileIssues.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnFileIssues.Image = ((System.Drawing.Image)(resources.GetObject("btnFileIssues.Image")));
            this.btnFileIssues.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnFileIssues.Name = "btnFileIssues";
            this.btnFileIssues.Size = new System.Drawing.Size(23, 22);
            this.btnFileIssues.Text = "toolStripButton1";
            this.btnFileIssues.ToolTipText = "Rescan Current File";
            this.btnFileIssues.Click += new System.EventHandler(this.btnFileIssues_Click);
            // 
            // btnExportHTMLTable
            // 
            this.btnExportHTMLTable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnExportHTMLTable.Image = ((System.Drawing.Image)(resources.GetObject("btnExportHTMLTable.Image")));
            this.btnExportHTMLTable.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnExportHTMLTable.Name = "btnExportHTMLTable";
            this.btnExportHTMLTable.Size = new System.Drawing.Size(23, 22);
            this.btnExportHTMLTable.Text = "Export To HTML Table";
            this.btnExportHTMLTable.Click += new System.EventHandler(this.btnExportHTMLTable_Click);
            // 
            // progressBar
            // 
            this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar.Location = new System.Drawing.Point(0, 0);
            this.progressBar.Name = "progressBar";
            this.progressBar.Size = new System.Drawing.Size(562, 25);
            this.progressBar.TabIndex = 4;
            this.progressBar.Visible = false;
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.Location = new System.Drawing.Point(562, 0);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(63, 25);
            this.btnCancel.TabIndex = 5;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Visible = false;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // cmbLayouts
            // 
            this.cmbLayouts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbLayouts.FormattingEnabled = true;
            this.cmbLayouts.Location = new System.Drawing.Point(443, 2);
            this.cmbLayouts.Name = "cmbLayouts";
            this.cmbLayouts.Size = new System.Drawing.Size(177, 21);
            this.cmbLayouts.TabIndex = 6;
            this.cmbLayouts.SelectedValueChanged += new System.EventHandler(this.cmbLayouts_SelectedValueChanged);
            // 
            // ToolWindow1
            // 
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.progressBar);
            this.Controls.Add(this.cmbLayouts);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.gridControl1);
            this.Image = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
            this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.Name = "ToolWindow1";
            this.Size = new System.Drawing.Size(625, 400);
            ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.locatorBeacon1)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <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(CCNetStatusWindow));
            this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
            this.lvProjectStatus = new System.Windows.Forms.ListView();
            this.chProject = new System.Windows.Forms.ColumnHeader();
            this.chStatus = new System.Windows.Forms.ColumnHeader();
            this.chLastBuild = new System.Windows.Forms.ColumnHeader();
            this.cmViewOptions = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ilBuildStatusIconsLarge = new System.Windows.Forms.ImageList(this.components);
            this.ilBuildStatusIconsSmall = new System.Windows.Forms.ImageList(this.components);
            this.tmrUpdate = new System.Windows.Forms.Timer(this.components);
            this.bwStatusUpdater = new System.ComponentModel.BackgroundWorker();
            ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
            this.cmViewOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // lvProjectStatus
            // 
            this.lvProjectStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.chProject,
            this.chStatus,
            this.chLastBuild});
            this.lvProjectStatus.ContextMenuStrip = this.cmViewOptions;
            this.lvProjectStatus.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvProjectStatus.GridLines = true;
            this.lvProjectStatus.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvProjectStatus.LargeImageList = this.ilBuildStatusIconsLarge;
            this.lvProjectStatus.Location = new System.Drawing.Point(0, 0);
            this.lvProjectStatus.Name = "lvProjectStatus";
            this.lvProjectStatus.Size = new System.Drawing.Size(407, 161);
            this.lvProjectStatus.SmallImageList = this.ilBuildStatusIconsSmall;
            this.lvProjectStatus.TabIndex = 0;
            this.lvProjectStatus.UseCompatibleStateImageBehavior = false;
            // 
            // chProject
            // 
            this.chProject.Text = "Project";
            this.chProject.Width = 150;
            // 
            // chStatus
            // 
            this.chStatus.Text = "Status";
            // 
            // chLastBuild
            // 
            this.chLastBuild.Text = "Last Build Time";
            this.chLastBuild.Width = 100;
            // 
            // cmViewOptions
            // 
            this.cmViewOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewToolStripMenuItem,
            this.refreshToolStripMenuItem});
            this.cmViewOptions.Name = "cmViewOptions";
            this.cmViewOptions.Size = new System.Drawing.Size(124, 48);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconsToolStripMenuItem,
            this.smallIconsToolStripMenuItem,
            this.listToolStripMenuItem,
            this.detailsToolStripMenuItem});
            this.viewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("viewToolStripMenuItem.Image")));
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // largeIconsToolStripMenuItem
            // 
            this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
            this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
            this.largeIconsToolStripMenuItem.Text = "Large Icons";
            this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
            // 
            // smallIconsToolStripMenuItem
            // 
            this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
            this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
            this.smallIconsToolStripMenuItem.Text = "Small Icons";
            this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
            // 
            // listToolStripMenuItem
            // 
            this.listToolStripMenuItem.Name = "listToolStripMenuItem";
            this.listToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
            this.listToolStripMenuItem.Text = "List";
            this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
            // 
            // detailsToolStripMenuItem
            // 
            this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
            this.detailsToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
            this.detailsToolStripMenuItem.Text = "Details";
            this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripMenuItem.Image")));
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.refreshToolStripMenuItem.Text = "Refresh";
            this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // ilBuildStatusIconsLarge
            // 
            this.ilBuildStatusIconsLarge.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilBuildStatusIconsLarge.ImageStream")));
            this.ilBuildStatusIconsLarge.TransparentColor = System.Drawing.Color.Transparent;
            this.ilBuildStatusIconsLarge.Images.SetKeyName(0, "help2.ico");
            this.ilBuildStatusIconsLarge.Images.SetKeyName(1, "check.ico");
            this.ilBuildStatusIconsLarge.Images.SetKeyName(2, "delete.ico");
            this.ilBuildStatusIconsLarge.Images.SetKeyName(3, "nav_right_green.ico");
            this.ilBuildStatusIconsLarge.Images.SetKeyName(4, "nav_right_red.ico");
            // 
            // ilBuildStatusIconsSmall
            // 
            this.ilBuildStatusIconsSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilBuildStatusIconsSmall.ImageStream")));
            this.ilBuildStatusIconsSmall.TransparentColor = System.Drawing.Color.Transparent;
            this.ilBuildStatusIconsSmall.Images.SetKeyName(0, "help2.ico");
            this.ilBuildStatusIconsSmall.Images.SetKeyName(1, "check.ico");
            this.ilBuildStatusIconsSmall.Images.SetKeyName(2, "delete.ico");
            this.ilBuildStatusIconsSmall.Images.SetKeyName(3, "nav_right_green.ico");
            this.ilBuildStatusIconsSmall.Images.SetKeyName(4, "nav_right_red.ico");
            // 
            // tmrUpdate
            // 
            this.tmrUpdate.Tick += new System.EventHandler(this.tmrUpdate_Tick);
            // 
            // bwStatusUpdater
            // 
            this.bwStatusUpdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwStatusUpdater_DoWork);
            // 
            // CCNetStatusWindow
            // 
            this.Controls.Add(this.lvProjectStatus);
            this.Image = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
            this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.Name = "CCNetStatusWindow";
            this.Size = new System.Drawing.Size(407, 161);
            this.Load += new System.EventHandler(this.CCNetStatusWindow_Load);
            ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
            this.cmViewOptions.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
예제 #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(METoolWindow));
     this.events                = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
     this.gridControl1          = new DevExpress.DXCore.Controls.XtraGrid.GridControl();
     this.gridView1             = new DevExpress.DXCore.Controls.XtraGrid.Views.Grid.GridView();
     this.gridColumnName        = new DevExpress.DXCore.Controls.XtraGrid.Columns.GridColumn();
     this.textEdit1             = new DevExpress.DXCore.Controls.XtraEditors.TextEdit();
     this.openModelEditorAction = new DevExpress.CodeRush.Core.Action(this.components);
     this.label1                = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.openModelEditorAction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(709, 385);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.DXCore.Controls.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.DXCore.Controls.XtraGrid.Columns.GridColumn[] {
         this.gridColumnName
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowColumnMoving   = false;
     this.gridView1.OptionsCustomization.AllowColumnResizing = false;
     this.gridView1.OptionsCustomization.AllowGroup          = false;
     this.gridView1.OptionsFilter.AllowFilterEditor          = false;
     this.gridView1.OptionsMenu.EnableColumnMenu             = false;
     this.gridView1.OptionsMenu.EnableFooterMenu             = false;
     this.gridView1.OptionsMenu.EnableGroupPanelMenu         = false;
     this.gridView1.OptionsView.ShowAutoFilterRow            = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyUp);
     this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // gridColumnName
     //
     this.gridColumnName.Caption   = "Models";
     this.gridColumnName.FieldName = "Name";
     this.gridColumnName.Name      = "gridColumnName";
     this.gridColumnName.OptionsFilter.AutoFilterCondition = DevExpress.DXCore.Controls.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumnName.Visible      = true;
     this.gridColumnName.VisibleIndex = 0;
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(309, 282);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Size     = new System.Drawing.Size(100, 22);
     this.textEdit1.TabIndex = 1;
     //
     // openModelEditorAction
     //
     this.openModelEditorAction.ActionName     = "OpenModelEditor";
     this.openModelEditorAction.CommonMenu     = DevExpress.CodeRush.Menus.VsCommonBar.None;
     this.openModelEditorAction.Image          = ((System.Drawing.Bitmap)(resources.GetObject("openModelEditorAction.Image")));
     this.openModelEditorAction.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
     this.openModelEditorAction.RegisterInVS   = true;
     this.openModelEditorAction.ToolbarItem.ButtonIsPressed = false;
     this.openModelEditorAction.ToolbarItem.Caption         = null;
     this.openModelEditorAction.ToolbarItem.Image           = null;
     this.openModelEditorAction.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.openModelEditorAction_Execute);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.label1.Location = new System.Drawing.Point(0, 385);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(187, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "CTRL+Return-->builds selection";
     //
     // METoolWindow
     //
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.label1);
     this.Image          = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
     this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.Name           = "METoolWindow";
     this.Size           = new System.Drawing.Size(709, 398);
     ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.openModelEditorAction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <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(ContextWindow));
			this.events = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
			this.contextList = new System.Windows.Forms.ListBox();
			this.contextPolling = new System.Windows.Forms.CheckBox();
			this.evaluateContextAction = new DevExpress.CodeRush.Core.Action(this.components);
			this.pollingTimer = new System.Windows.Forms.Timer(this.components);
			((System.ComponentModel.ISupportInitialize)(this.Images16x16)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.evaluateContextAction)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			this.SuspendLayout();
			// 
			// contextList
			// 
			this.contextList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.contextList.FormattingEnabled = true;
			this.contextList.Location = new System.Drawing.Point(3, 29);
			this.contextList.Name = "contextList";
			this.contextList.Size = new System.Drawing.Size(144, 368);
			this.contextList.Sorted = true;
			this.contextList.TabIndex = 0;
			// 
			// contextPolling
			// 
			this.contextPolling.AutoSize = true;
			this.contextPolling.Location = new System.Drawing.Point(4, 4);
			this.contextPolling.Name = "contextPolling";
			this.contextPolling.Size = new System.Drawing.Size(131, 17);
			this.contextPolling.TabIndex = 1;
			this.contextPolling.Text = "Enable context polling";
			this.contextPolling.UseVisualStyleBackColor = true;
			this.contextPolling.CheckedChanged += new System.EventHandler(this.ContextPolling_CheckedChanged);
			// 
			// evaluateContextAction
			// 
			this.evaluateContextAction.ActionName = "Update Context Lab";
			this.evaluateContextAction.ButtonText = "Update Context Lab";
			this.evaluateContextAction.CommonMenu = DevExpress.CodeRush.Menus.VsCommonBar.None;
			this.evaluateContextAction.Description = "Manually updates the Context Lab plugin with the caret\'s current context.";
			this.evaluateContextAction.Image = ((System.Drawing.Bitmap)(resources.GetObject("evaluateContextAction.Image")));
			this.evaluateContextAction.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
			this.evaluateContextAction.ToolbarItem.ButtonIsPressed = false;
			this.evaluateContextAction.ToolbarItem.Image = null;
			this.evaluateContextAction.Execute += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.EvaluateContextAction_Execute);
			this.evaluateContextAction.QueryStatus += new DevExpress.CodeRush.Core.QueryStatusEventHandler(this.EvaluateContextAction_QueryStatus);
			// 
			// pollingTimer
			// 
			this.pollingTimer.Interval = 1000;
			this.pollingTimer.Tick += new System.EventHandler(this.PollingTimer_Tick);
			// 
			// ContextWindow
			// 
			this.Controls.Add(this.contextPolling);
			this.Controls.Add(this.contextList);
			this.Image = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
			this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.Name = "ContextWindow";
			this.Size = new System.Drawing.Size(150, 400);
			((System.ComponentModel.ISupportInitialize)(this.Images16x16)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.evaluateContextAction)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
예제 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CCNetStatusWindow));
     this.events                      = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
     this.lvProjectStatus             = new System.Windows.Forms.ListView();
     this.chProject                   = new System.Windows.Forms.ColumnHeader();
     this.chStatus                    = new System.Windows.Forms.ColumnHeader();
     this.chLastBuild                 = new System.Windows.Forms.ColumnHeader();
     this.cmViewOptions               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.viewToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.detailsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.ilBuildStatusIconsLarge     = new System.Windows.Forms.ImageList(this.components);
     this.ilBuildStatusIconsSmall     = new System.Windows.Forms.ImageList(this.components);
     this.tmrUpdate                   = new System.Windows.Forms.Timer(this.components);
     this.bwStatusUpdater             = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
     this.cmViewOptions.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // lvProjectStatus
     //
     this.lvProjectStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chProject,
         this.chStatus,
         this.chLastBuild
     });
     this.lvProjectStatus.ContextMenuStrip = this.cmViewOptions;
     this.lvProjectStatus.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lvProjectStatus.GridLines        = true;
     this.lvProjectStatus.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvProjectStatus.LargeImageList   = this.ilBuildStatusIconsLarge;
     this.lvProjectStatus.Location         = new System.Drawing.Point(0, 0);
     this.lvProjectStatus.Name             = "lvProjectStatus";
     this.lvProjectStatus.Size             = new System.Drawing.Size(407, 161);
     this.lvProjectStatus.SmallImageList   = this.ilBuildStatusIconsSmall;
     this.lvProjectStatus.TabIndex         = 0;
     this.lvProjectStatus.UseCompatibleStateImageBehavior = false;
     //
     // chProject
     //
     this.chProject.Text  = "Project";
     this.chProject.Width = 150;
     //
     // chStatus
     //
     this.chStatus.Text = "Status";
     //
     // chLastBuild
     //
     this.chLastBuild.Text  = "Last Build Time";
     this.chLastBuild.Width = 100;
     //
     // cmViewOptions
     //
     this.cmViewOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.viewToolStripMenuItem,
         this.refreshToolStripMenuItem
     });
     this.cmViewOptions.Name = "cmViewOptions";
     this.cmViewOptions.Size = new System.Drawing.Size(124, 48);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.largeIconsToolStripMenuItem,
         this.smallIconsToolStripMenuItem,
         this.listToolStripMenuItem,
         this.detailsToolStripMenuItem
     });
     this.viewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("viewToolStripMenuItem.Image")));
     this.viewToolStripMenuItem.Name  = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size  = new System.Drawing.Size(123, 22);
     this.viewToolStripMenuItem.Text  = "View";
     //
     // largeIconsToolStripMenuItem
     //
     this.largeIconsToolStripMenuItem.Name   = "largeIconsToolStripMenuItem";
     this.largeIconsToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     this.largeIconsToolStripMenuItem.Text   = "Large Icons";
     this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     //
     // smallIconsToolStripMenuItem
     //
     this.smallIconsToolStripMenuItem.Name   = "smallIconsToolStripMenuItem";
     this.smallIconsToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     this.smallIconsToolStripMenuItem.Text   = "Small Icons";
     this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     //
     // listToolStripMenuItem
     //
     this.listToolStripMenuItem.Name   = "listToolStripMenuItem";
     this.listToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     this.listToolStripMenuItem.Text   = "List";
     this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
     //
     // detailsToolStripMenuItem
     //
     this.detailsToolStripMenuItem.Name   = "detailsToolStripMenuItem";
     this.detailsToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     this.detailsToolStripMenuItem.Text   = "Details";
     this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("refreshToolStripMenuItem.Image")));
     this.refreshToolStripMenuItem.Name   = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size   = new System.Drawing.Size(123, 22);
     this.refreshToolStripMenuItem.Text   = "Refresh";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // ilBuildStatusIconsLarge
     //
     this.ilBuildStatusIconsLarge.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilBuildStatusIconsLarge.ImageStream")));
     this.ilBuildStatusIconsLarge.TransparentColor = System.Drawing.Color.Transparent;
     this.ilBuildStatusIconsLarge.Images.SetKeyName(0, "help2.ico");
     this.ilBuildStatusIconsLarge.Images.SetKeyName(1, "check.ico");
     this.ilBuildStatusIconsLarge.Images.SetKeyName(2, "delete.ico");
     this.ilBuildStatusIconsLarge.Images.SetKeyName(3, "nav_right_green.ico");
     this.ilBuildStatusIconsLarge.Images.SetKeyName(4, "nav_right_red.ico");
     //
     // ilBuildStatusIconsSmall
     //
     this.ilBuildStatusIconsSmall.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilBuildStatusIconsSmall.ImageStream")));
     this.ilBuildStatusIconsSmall.TransparentColor = System.Drawing.Color.Transparent;
     this.ilBuildStatusIconsSmall.Images.SetKeyName(0, "help2.ico");
     this.ilBuildStatusIconsSmall.Images.SetKeyName(1, "check.ico");
     this.ilBuildStatusIconsSmall.Images.SetKeyName(2, "delete.ico");
     this.ilBuildStatusIconsSmall.Images.SetKeyName(3, "nav_right_green.ico");
     this.ilBuildStatusIconsSmall.Images.SetKeyName(4, "nav_right_red.ico");
     //
     // tmrUpdate
     //
     this.tmrUpdate.Tick += new System.EventHandler(this.tmrUpdate_Tick);
     //
     // bwStatusUpdater
     //
     this.bwStatusUpdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwStatusUpdater_DoWork);
     //
     // CCNetStatusWindow
     //
     this.Controls.Add(this.lvProjectStatus);
     this.Image          = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
     this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.Name           = "CCNetStatusWindow";
     this.Size           = new System.Drawing.Size(407, 161);
     this.Load          += new System.EventHandler(this.CCNetStatusWindow_Load);
     ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
     this.cmViewOptions.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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(ContextWindow));
     this.events                = new DevExpress.DXCore.PlugInCore.DXCoreEvents(this.components);
     this.contextList           = new System.Windows.Forms.ListBox();
     this.contextPolling        = new System.Windows.Forms.CheckBox();
     this.evaluateContextAction = new DevExpress.CodeRush.Core.Action(this.components);
     this.pollingTimer          = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.Images16x16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.evaluateContextAction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // contextList
     //
     this.contextList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.contextList.FormattingEnabled = true;
     this.contextList.Location          = new System.Drawing.Point(3, 29);
     this.contextList.Name     = "contextList";
     this.contextList.Size     = new System.Drawing.Size(144, 368);
     this.contextList.Sorted   = true;
     this.contextList.TabIndex = 0;
     //
     // contextPolling
     //
     this.contextPolling.AutoSize = true;
     this.contextPolling.Location = new System.Drawing.Point(4, 4);
     this.contextPolling.Name     = "contextPolling";
     this.contextPolling.Size     = new System.Drawing.Size(131, 17);
     this.contextPolling.TabIndex = 1;
     this.contextPolling.Text     = "Enable context polling";
     this.contextPolling.UseVisualStyleBackColor = true;
     this.contextPolling.CheckedChanged         += new System.EventHandler(this.ContextPolling_CheckedChanged);
     //
     // evaluateContextAction
     //
     this.evaluateContextAction.ActionName     = "Update Context Lab";
     this.evaluateContextAction.ButtonText     = "Update Context Lab";
     this.evaluateContextAction.CommonMenu     = DevExpress.CodeRush.Menus.VsCommonBar.None;
     this.evaluateContextAction.Description    = "Manually updates the Context Lab plugin with the caret\'s current context.";
     this.evaluateContextAction.Image          = ((System.Drawing.Bitmap)(resources.GetObject("evaluateContextAction.Image")));
     this.evaluateContextAction.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(254)))), ((int)(((byte)(0)))));
     this.evaluateContextAction.ToolbarItem.ButtonIsPressed = false;
     this.evaluateContextAction.ToolbarItem.Image           = null;
     this.evaluateContextAction.Execute     += new DevExpress.CodeRush.Core.CommandExecuteEventHandler(this.EvaluateContextAction_Execute);
     this.evaluateContextAction.QueryStatus += new DevExpress.CodeRush.Core.QueryStatusEventHandler(this.EvaluateContextAction_QueryStatus);
     //
     // pollingTimer
     //
     this.pollingTimer.Interval = 1000;
     this.pollingTimer.Tick    += new System.EventHandler(this.PollingTimer_Tick);
     //
     // ContextWindow
     //
     this.Controls.Add(this.contextPolling);
     this.Controls.Add(this.contextList);
     this.Image          = ((System.Drawing.Bitmap)(resources.GetObject("$this.Image")));
     this.ImageBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.Name           = "ContextWindow";
     this.Size           = new System.Drawing.Size(150, 400);
     ((System.ComponentModel.ISupportInitialize)(this.Images16x16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.evaluateContextAction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }