C# Class OptionsHelper.Options.OptionsForm

Options form
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
Initialize ( ) : void

Ru: Инициализирует форму. Просматривает все добавленные контролы опций, добавляет их в дерево и производит их инициализацию. En: Initializes the form. Viewing the complete list of options controls, adds them to a tree and produces their initialization.

LoadOptions ( ) : void
LoadOptions ( string path ) : void
OptionsForm ( ) : System

Default constructor

SaveOptions ( ) : void
SaveOptions ( string path ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ApplyBtn_Click ( object sender, EventArgs e ) : void
ApplyChanges ( ) : bool

Ru: Сохранить изменения в открытом контроле En: Save changes in active(focused) control

CancelBtn_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LoadBtn_Click ( object sender, EventArgs e ) : void
OKBtn_Click ( object sender, EventArgs e ) : void
OnAfterApplyChanges ( ) : void
OnBeforeApplyChanges ( ) : void
OptionModifiedEvent ( object sender, EventArgs e ) : void
SaveBtn_Click ( object sender, EventArgs e ) : void
treeView1_AfterSelect ( object sender, TreeViewEventArgs 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

Initialize() public method

Ru: Инициализирует форму. Просматривает все добавленные контролы опций, добавляет их в дерево и производит их инициализацию. En: Initializes the form. Viewing the complete list of options controls, adds them to a tree and produces their initialization.
public Initialize ( ) : void
return void

LoadOptions() public method

public LoadOptions ( ) : void
return void

LoadOptions() public method

public LoadOptions ( string path ) : void
path string
return void

OptionsForm() public method

Default constructor
public OptionsForm ( ) : System
return System

SaveOptions() public method

public SaveOptions ( ) : void
return void

SaveOptions() public method

public SaveOptions ( string path ) : void
path string
return void