C# Class Karabow.Steg.GUI.WinForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: Chieze-Franklin/Steg-Studio

Public Methods

Method Description
CheckForNeededFilesAndDirectories ( ) : void

Ensures certain needed files exist

OnAbout ( ) : void
OnBack ( ) : void
OnCloseAllDocs ( ) : void
OnCloseApplication ( ) : void
OnCloseCurrentDoc ( ) : void
OnDec ( ) : void
OnEnc ( ) : void
OnForward ( ) : void
OnHelpTopics ( ) : void
OnHome ( ) : void
OnStop ( ) : void
OnUpdate_Refresh ( ) : void
OpenStartTabPage ( ) : void
WinForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HideToolTip ( Control control ) : void
Init ( ) : void
InitializeComponent ( ) : void

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

Steganographer_Feedback ( object sender, FeedbackEventArgs e ) : void
WinForm_Paint ( object sender, PaintEventArgs e ) : void
browserBack_Click ( object sender, EventArgs e ) : void
browserForward_Click ( object sender, EventArgs e ) : void
browserHome_Click ( object sender, EventArgs e ) : void
browserRefresh_Click ( object sender, EventArgs e ) : void
browserStop_Click ( object sender, EventArgs e ) : void
helpAbout_Click ( object sender, EventArgs e ) : void
helpUserGuide_Click ( object sender, EventArgs e ) : void
taskCloseAll_Click ( object sender, EventArgs e ) : void
taskClose_Click ( object sender, EventArgs e ) : void
taskDec_Click ( object sender, EventArgs e ) : void
taskEnc_Click ( object sender, EventArgs e ) : void
taskExit_Click ( object sender, EventArgs e ) : void

Method Details

CheckForNeededFilesAndDirectories() public static method

Ensures certain needed files exist
public static CheckForNeededFilesAndDirectories ( ) : void
return void

Dispose() protected method

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

OnAbout() public method

public OnAbout ( ) : void
return void

OnBack() public method

public OnBack ( ) : void
return void

OnCloseAllDocs() public method

public OnCloseAllDocs ( ) : void
return void

OnCloseApplication() public method

public OnCloseApplication ( ) : void
return void

OnCloseCurrentDoc() public method

public OnCloseCurrentDoc ( ) : void
return void

OnDec() public method

public OnDec ( ) : void
return void

OnEnc() public method

public OnEnc ( ) : void
return void

OnForward() public method

public OnForward ( ) : void
return void

OnHelpTopics() public method

public OnHelpTopics ( ) : void
return void

OnHome() public method

public OnHome ( ) : void
return void

OnStop() public method

public OnStop ( ) : void
return void

OnUpdate_Refresh() public method

public OnUpdate_Refresh ( ) : void
return void

OpenStartTabPage() public method

public OpenStartTabPage ( ) : void
return void

WinForm() public method

public WinForm ( ) : System
return System