C# Class PKStudio.Forms.BaseForms.ComponentEditor.ComponentEditorBaseForm

Inheritance: EditorBaseForm
Show file Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
ApplyChanges ( ) : bool

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

ComponentEditorBaseForm ( ) : WeifenLuo.WinFormsUI.Docking
Initialize ( ) : void

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

icomp_EditEvent ( object sender, ObjectEventArgs e ) : void
icomp_SelectionChangedEvent ( object sender, ObjectEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ControlModifiedEvent ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

PageTree_AfterSelect ( object sender, TreeViewEventArgs e ) : void
SaveBtn_Click ( object sender, System e ) : void

Method Details

ApplyChanges() public method

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

ComponentEditorBaseForm() public method

public ComponentEditorBaseForm ( ) : WeifenLuo.WinFormsUI.Docking
return WeifenLuo.WinFormsUI.Docking

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

icomp_EditEvent() public method

public icomp_EditEvent ( object sender, ObjectEventArgs e ) : void
sender object
e ObjectEventArgs
return void

icomp_SelectionChangedEvent() public method

public icomp_SelectionChangedEvent ( object sender, ObjectEventArgs e ) : void
sender object
e ObjectEventArgs
return void