Method | Description | |
---|---|---|
AppLogViewer ( ) : System |
Initializes a new instance of the AppLogViewer class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BindControls ( ) : void |
Binds the controls.
|
|
BindLogTypeCombo ( ) : void |
Binds the log type combo.
|
|
BtnLoadLogFile_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnLoadLogFile control.
|
|
DateTimePicker_ValueChanged ( object sender, EventArgs e ) : void |
Handles the ValueChanged event of the dateTimePicker control.
|
|
DgvLogView_RowPrePaint ( object sender, DataGridViewRowPrePaintEventArgs e ) : void |
Handles the RowPrePaint event of the dgvLogView control.
|
|
GetFilterExpression ( ) : string |
Gets the filter expression.
|
|
GetLogType ( string logTypeText ) : LogType |
Gets the type of the log.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadLogData ( ) : void |
Loads the log data.
|
|
dgvLogView_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void |
Handles the CellDoubleClick event of the dgvLogView control.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |