C# Class FuseboxFreedom.GUI

Inheritance: System.Windows.Forms.Form
Show file Open project: jamie-pate/FuseBoxFreedom

Private Properties

Property Type Description
AddRecent void
GUI_FormClosing void
GUI_Load void
HideProgress void
InitializeComponent void
LoadSettingsFile void
LoadSettingsXML void
MakeRecent System.Windows.Forms.ToolStripMenuItem
Program_WatchNotify void
ProgressHideTimer_Tick void
SaveSettingsFile void
SaveSettingsXML System.Xml.Linq.XDocument
Unwatch void
Watch void
WatchProgress System.IO.FileSystemWatcher
btn_load_ButtonClick void
btn_process_Click void
btn_save_Click void
chk_watch_CheckedChanged void
dgv_paths_CellClick void
dgv_paths_CellEndEdit void
mnu_load_item_Click void
toolStripButton1_Click void
txt_input_TextChanged void
txt_output_TextChanged void
txt_root_TextChanged void

Public Methods

Method Description
GUI ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddRecent ( string path ) : void
GUI_FormClosing ( object sender, FormClosingEventArgs e ) : void
GUI_Load ( object sender, EventArgs earg ) : void
HideProgress ( bool hide ) : void
InitializeComponent ( ) : void

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

LoadSettingsFile ( string path = null ) : void
LoadSettingsXML ( System.Xml.Linq.XDocument sdoc ) : void
MakeRecent ( string path ) : ToolStripMenuItem
Program_WatchNotify ( object sender, Program e ) : void
ProgressHideTimer_Tick ( object sender, EventArgs e ) : void
SaveSettingsFile ( string path = null ) : void
SaveSettingsXML ( ) : System.Xml.Linq.XDocument
Unwatch ( ) : void
Watch ( ) : void
WatchProgress ( PathSetting ps ) : FileSystemWatcher
btn_load_ButtonClick ( object sender, EventArgs e ) : void
btn_process_Click ( object sender, EventArgs e ) : void
btn_save_Click ( object sender, EventArgs e ) : void
chk_watch_CheckedChanged ( object sender, EventArgs e ) : void
dgv_paths_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dgv_paths_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
mnu_load_item_Click ( object sender, EventArgs e ) : void
toolStripButton1_Click ( object sender, EventArgs e ) : void
txt_input_TextChanged ( object sender, EventArgs e ) : void
txt_output_TextChanged ( object sender, EventArgs e ) : void
txt_root_TextChanged ( object sender, EventArgs e ) : void

Method Details

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

GUI() public method

public GUI ( ) : System
return System