C# 클래스 PKStudio.Forms.BaseForms.ComponentEditor.ComponentEditorBaseForm

상속: EditorBaseForm
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

ApplyChanges() 공개 메소드

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

ComponentEditorBaseForm() 공개 메소드

public ComponentEditorBaseForm ( ) : WeifenLuo.WinFormsUI.Docking
리턴 WeifenLuo.WinFormsUI.Docking

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

icomp_EditEvent() 공개 메소드

public icomp_EditEvent ( object sender, ObjectEventArgs e ) : void
sender object
e ObjectEventArgs
리턴 void

icomp_SelectionChangedEvent() 공개 메소드

public icomp_SelectionChangedEvent ( object sender, ObjectEventArgs e ) : void
sender object
e ObjectEventArgs
리턴 void