C# Класс FuseboxFreedom.GUI

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
GUI ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GUI() публичный Метод

public GUI ( ) : System
Результат System