C# Класс OptionsHelper.Options.OptionsForm

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

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

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

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

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

Clean up any resources being used.

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

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

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

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

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

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

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

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

public LoadOptions ( ) : void
Результат void

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

public LoadOptions ( string path ) : void
path string
Результат void

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

Default constructor
public OptionsForm ( ) : System
Результат System

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

public SaveOptions ( ) : void
Результат void

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

public SaveOptions ( string path ) : void
path string
Результат void