C# Class VAGSuite.CompareResults

Afficher le fichier Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
gridControl1 DevExpress.XtraGrid.GridControl

Méthodes publiques

Méthode Description
CompareResults ( ) : System
OpenGridViewGroups ( GridControl ctrl, int groupleveltoexpand ) : void
SetFilterMode ( bool IsHexMode ) : void
SetGridWidth ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CastDifferenceEvent ( int m_map_address, int m_map_length, string m_map_name, int symbolnumber1, int symbolnumber2, int codeblock1, int codeblock2 ) : void
CastSelectEvent ( int m_map_address, int m_map_length, string m_map_name, int symbolnumber1, int symbolnumber2, int codeblock1, int codeblock2 ) : void
HideMissingSymbolIndicators ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

StartTableViewer ( ) : void
exportToExcelToolStripMenuItem_Click ( object sender, EventArgs e ) : void
gridView1_CustomDrawCell ( object sender, DevExpress e ) : void
gridView1_DoubleClick ( object sender, EventArgs e ) : void
gridView1_KeyDown ( object sender, KeyEventArgs e ) : void
saveLayoutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showDifferenceMapToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

CompareResults() public méthode

public CompareResults ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OpenGridViewGroups() public méthode

public OpenGridViewGroups ( GridControl ctrl, int groupleveltoexpand ) : void
ctrl GridControl
groupleveltoexpand int
Résultat void

SetFilterMode() public méthode

public SetFilterMode ( bool IsHexMode ) : void
IsHexMode bool
Résultat void

SetGridWidth() public méthode

public SetGridWidth ( ) : void
Résultat void

Property Details

gridControl1 public_oe property

public DevExpress.XtraGrid.GridControl gridControl1
Résultat DevExpress.XtraGrid.GridControl