C# 클래스 OptionsHelper.Options.OptionsForm

Options form
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio

공개 메소드들

메소드 설명
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