VAGSuite.CompareResults.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.gcMissingInOriFile = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcMissingInCompareFile = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.showDifferenceMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportToExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveLayoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            //
            // gcMissingInOriFile
            //
            this.gcMissingInOriFile.Caption = "Missing in original file";
            this.gcMissingInOriFile.FieldName = "MissingInOriFile";
            this.gcMissingInOriFile.Name = "gcMissingInOriFile";
            //
            // gcMissingInCompareFile
            //
            this.gcMissingInCompareFile.Caption = "Missing in compare file";
            this.gcMissingInCompareFile.FieldName = "MissingInCompareFile";
            this.gcMissingInCompareFile.Name = "gcMissingInCompareFile";
            //
            // gridControl1
            //
            this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.LookAndFeel.SkinName = "Black";
            this.gridControl1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(728, 487);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            //
            // contextMenuStrip1
            //
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showDifferenceMapToolStripMenuItem,
            this.exportToExcelToolStripMenuItem,
            this.saveLayoutToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(192, 70);
            //
            // showDifferenceMapToolStripMenuItem
            //
            this.showDifferenceMapToolStripMenuItem.Name = "showDifferenceMapToolStripMenuItem";
            this.showDifferenceMapToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
            this.showDifferenceMapToolStripMenuItem.Text = "Show differences map";
            this.showDifferenceMapToolStripMenuItem.Click += new System.EventHandler(this.showDifferenceMapToolStripMenuItem_Click);
            //
            // exportToExcelToolStripMenuItem
            //
            this.exportToExcelToolStripMenuItem.Enabled = false;
            this.exportToExcelToolStripMenuItem.Name = "exportToExcelToolStripMenuItem";
            this.exportToExcelToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
            this.exportToExcelToolStripMenuItem.Text = "Export to Excel";
            this.exportToExcelToolStripMenuItem.Click += new System.EventHandler(this.exportToExcelToolStripMenuItem_Click);
            //
            // saveLayoutToolStripMenuItem
            //
            this.saveLayoutToolStripMenuItem.Enabled = false;
            this.saveLayoutToolStripMenuItem.Name = "saveLayoutToolStripMenuItem";
            this.saveLayoutToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
            this.saveLayoutToolStripMenuItem.Text = "Save layout";
            this.saveLayoutToolStripMenuItem.Click += new System.EventHandler(this.saveLayoutToolStripMenuItem_Click);
            //
            // gridView1
            //
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn13,
            this.gridColumn14,
            this.gcMissingInOriFile,
            this.gcMissingInCompareFile});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Salmon;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.gcMissingInOriFile;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = "True";
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.gcMissingInCompareFile;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = "True";
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.GroupFormat = "{0}: {1} {2}";
            this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Category", null, "({0})")});
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowIncrementalSearch = true;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Standard;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.OptionsView.ShowIndicator = false;
            this.gridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyDown);
            this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
            this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
            //
            // gridColumn1
            //
            this.gridColumn1.Caption = "Symbol ";
            this.gridColumn1.FieldName = "SYMBOLNAME";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 520;
            //
            // gridColumn2
            //
            this.gridColumn2.Caption = "SRAM address";
            this.gridColumn2.FieldName = "SRAMADDRESS";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Width = 89;
            //
            // gridColumn3
            //
            this.gridColumn3.Caption = "Flash address";
            this.gridColumn3.FieldName = "FLASHADDRESS";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Width = 89;
            //
            // gridColumn4
            //
            this.gridColumn4.Caption = "Length (bytes)";
            this.gridColumn4.FieldName = "LENGTHBYTES";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 1;
            this.gridColumn4.Width = 90;
            //
            // gridColumn5
            //
            this.gridColumn5.Caption = "Length (values)";
            this.gridColumn5.FieldName = "LENGTHVALUES";
            this.gridColumn5.Name = "gridColumn5";
            //
            // gridColumn6
            //
            this.gridColumn6.Caption = "Description";
            this.gridColumn6.FieldName = "DESCRIPTION";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Width = 384;
            //
            // gridColumn7
            //
            this.gridColumn7.Caption = "Percentage of values different";
            this.gridColumn7.DisplayFormat.FormatString = "{0:F1}";
            this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.gridColumn7.FieldName = "DIFFPERCENTAGE";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 3;
            this.gridColumn7.Width = 66;
            //
            // gridColumn8
            //
            this.gridColumn8.Caption = "Number of values different";
            this.gridColumn8.FieldName = "DIFFABSOLUTE";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 4;
            this.gridColumn8.Width = 66;
            //
            // gridColumn9
            //
            this.gridColumn9.Caption = "Average difference";
            this.gridColumn9.DisplayFormat.FormatString = "{0:F1}";
            this.gridColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.gridColumn9.FieldName = "DIFFAVERAGE";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 2;
            this.gridColumn9.Width = 116;
            //
            // gridColumn10
            //
            this.gridColumn10.Caption = "Category";
            this.gridColumn10.FieldName = "CATEGORYNAME";
            this.gridColumn10.Name = "gridColumn10";
            //
            // gridColumn11
            //
            this.gridColumn11.Caption = "Subcategory";
            this.gridColumn11.FieldName = "SUBCATEGORYNAME";
            this.gridColumn11.Name = "gridColumn11";
            //
            // gridColumn12
            //
            this.gridColumn12.Caption = "Symbolnumber #1";
            this.gridColumn12.FieldName = "SymbolNumber1";
            this.gridColumn12.Name = "gridColumn12";
            //
            // gridColumn13
            //
            this.gridColumn13.Caption = "Symbolnumber #2";
            this.gridColumn13.FieldName = "SymbolNumber2";
            this.gridColumn13.Name = "gridColumn13";
            //
            // gridColumn14
            //
            this.gridColumn14.Caption = "User description";
            this.gridColumn14.FieldName = "Userdescription";
            this.gridColumn14.Name = "gridColumn14";
            //
            // CompareResults
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gridControl1);
            this.LookAndFeel.SkinName = "Black";
            this.Name = "CompareResults";
            this.Size = new System.Drawing.Size(728, 487);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.ResumeLayout(false);
        }