C# 클래스 _3PA.MainFeatures.Appli.Pages.Set.SetFileInfo

상속: YamuiFramework.Controls.YamuiPage
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
OnShow ( ) : void
SetFileInfo ( ) : System
UpdateInfo ( ) : void

Call this method to update the content of the form according to the current document

비공개 메소드들

메소드 설명
BtCancelOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
BtClearOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
BtDefaultOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
BtDeleteOnButtonPressed ( object sender, EventArgs eventArgs ) : void
BtOkOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
BtTodayOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
FileHasChanged ( ) : void
Save ( string filename ) : void

Save the info

SelectedIndexChanged ( object sender, EventArgs e ) : void

called when the user changes the value of the combo box

UpdateModel ( ) : void
UpdateView ( ) : void
YamuiTextBoxOnTextChanged ( object sender, EventArgs eventArgs ) : void

메소드 상세

OnShow() 공개 메소드

public OnShow ( ) : void
리턴 void

SetFileInfo() 공개 메소드

public SetFileInfo ( ) : System
리턴 System

UpdateInfo() 공개 메소드

Call this method to update the content of the form according to the current document
public UpdateInfo ( ) : void
리턴 void