C# Class OptionsHelper.Options.OptionsForm

Options form
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: AlexandrSurkov/PKStudio

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Initialize() public méthode

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

LoadOptions() public méthode

public LoadOptions ( ) : void
Résultat void

LoadOptions() public méthode

public LoadOptions ( string path ) : void
path string
Résultat void

OptionsForm() public méthode

Default constructor
public OptionsForm ( ) : System
Résultat System

SaveOptions() public méthode

public SaveOptions ( ) : void
Résultat void

SaveOptions() public méthode

public SaveOptions ( string path ) : void
path string
Résultat void