C# Class ResumeFactory.Forms.FormDetails

Afficher le fichier Open project: vincentlauvlwj/FrameDAL

Méthodes publiques

Свойство Type Description
panelCertificate Common.ResumeItemPanel
panelCoverLetter Common.ResumeItemPanel
panelEduBackground Common.ResumeItemPanel
panelExpect Common.ResumeItemPanel
panelLanguageSkill Common.ResumeItemPanel
panelLearningSituation Common.ResumeItemPanel
panelOtherInfo Common.ResumeItemPanel
panelPersonInfo Common.ResumeItemPanel
panelProfessionalSkill Common.ResumeItemPanel
panelProjectExp Common.ResumeItemPanel
panelSelfEvaluation Common.ResumeItemPanel
panelSocialPractice Common.ResumeItemPanel
panelTrainExp Common.ResumeItemPanel
panelWorkExp Common.ResumeItemPanel
splitContainer System.Windows.Forms.SplitContainer

Méthodes publiques

Méthode Description
BackToMain ( ) : void

Author: Vincent Lau 返回主界面,在简历填写子窗口的调用示例如下: (this.Owner as FormDetails).BackToMain();

FormDetails ( ) : System
NextPage ( ) : void

Author: Vincent Lau 跳到下一个子窗口,在简历填写子窗口的调用示例如下: (this.Owner as FormDetails).NextPage();

OnBringToFront ( object data ) : void

进入编辑简历窗口,获取所编辑的简历

RefreshIcon ( ) : void

刷新完成状态图标

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

resumeItemPanel_Selected ( object sender, EventArgs e ) : void

左侧选项卡点击事件

Method Details

BackToMain() public méthode

Author: Vincent Lau 返回主界面,在简历填写子窗口的调用示例如下: (this.Owner as FormDetails).BackToMain();
public BackToMain ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FormDetails() public méthode

public FormDetails ( ) : System
Résultat System

NextPage() public méthode

Author: Vincent Lau 跳到下一个子窗口,在简历填写子窗口的调用示例如下: (this.Owner as FormDetails).NextPage();
public NextPage ( ) : void
Résultat void

OnBringToFront() public méthode

进入编辑简历窗口,获取所编辑的简历
public OnBringToFront ( object data ) : void
data object
Résultat void

RefreshIcon() public méthode

刷新完成状态图标
public RefreshIcon ( ) : void
Résultat void

Property Details

panelCertificate public_oe property

public Common.ResumeItemPanel panelCertificate
Résultat Common.ResumeItemPanel

panelCoverLetter public_oe property

public Common.ResumeItemPanel panelCoverLetter
Résultat Common.ResumeItemPanel

panelEduBackground public_oe property

public Common.ResumeItemPanel panelEduBackground
Résultat Common.ResumeItemPanel

panelExpect public_oe property

public Common.ResumeItemPanel panelExpect
Résultat Common.ResumeItemPanel

panelLanguageSkill public_oe property

public Common.ResumeItemPanel panelLanguageSkill
Résultat Common.ResumeItemPanel

panelLearningSituation public_oe property

public Common.ResumeItemPanel panelLearningSituation
Résultat Common.ResumeItemPanel

panelOtherInfo public_oe property

public Common.ResumeItemPanel panelOtherInfo
Résultat Common.ResumeItemPanel

panelPersonInfo public_oe property

public Common.ResumeItemPanel panelPersonInfo
Résultat Common.ResumeItemPanel

panelProfessionalSkill public_oe property

public Common.ResumeItemPanel panelProfessionalSkill
Résultat Common.ResumeItemPanel

panelProjectExp public_oe property

public Common.ResumeItemPanel panelProjectExp
Résultat Common.ResumeItemPanel

panelSelfEvaluation public_oe property

public Common.ResumeItemPanel panelSelfEvaluation
Résultat Common.ResumeItemPanel

panelSocialPractice public_oe property

public Common.ResumeItemPanel panelSocialPractice
Résultat Common.ResumeItemPanel

panelTrainExp public_oe property

public Common.ResumeItemPanel panelTrainExp
Résultat Common.ResumeItemPanel

panelWorkExp public_oe property

public Common.ResumeItemPanel panelWorkExp
Résultat Common.ResumeItemPanel

splitContainer public_oe property

public System.Windows.Forms.SplitContainer splitContainer
Résultat System.Windows.Forms.SplitContainer