Example #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();
     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();
            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();

        }