C# Class wTail.wTailForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: kjk/kjkpub

Public Methods

Method Description
wTailForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddTxt ( string txt ) : void
ClearTxt ( ) : void
FileClose ( ) : void
FileOpen ( ) : void
GetFileSize ( string filePath ) : long
InitializeComponent ( ) : void

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

Main ( ) : void
OnChanged ( object source, FileSystemEventArgs e ) : void
ReadFromFile ( string filePath, long startPos, long endPos ) : string
SetFontSizeNameForAllStyles ( string fontName, int fontSize ) : void
btClear_Click ( object sender, System e ) : void
btClose_Click ( object sender, System e ) : void
btOpen_Click ( object sender, System e ) : void
menuFileClose_Click ( object sender, System e ) : void
menuFileExit_Click ( object sender, System e ) : void
menuFileOpen_Click ( object sender, System e ) : void
menuHelpAbout_Click ( object sender, System e ) : void
menuHelpWebsite_Click ( object sender, System e ) : void
menuItem2_Click ( object sender, System e ) : void
menuToolsFont_Click ( object sender, System e ) : void
menuToolsWrap_Click ( object sender, System e ) : void
setWrap ( bool fOn ) : void
toggleWrap ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

wTailForm() public method

public wTailForm ( ) : System
return System