C# Class ResumeFactory.Forms.FormDetails

Show file Open project: vincentlauvlwj/FrameDAL

Public Properties

Property 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

Public Methods

Method 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

刷新完成状态图标

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

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

FormDetails() public method

public FormDetails ( ) : System
return System

NextPage() public method

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

OnBringToFront() public method

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

RefreshIcon() public method

刷新完成状态图标
public RefreshIcon ( ) : void
return void

Property Details

panelCertificate public property

public Common.ResumeItemPanel panelCertificate
return Common.ResumeItemPanel

panelCoverLetter public property

public Common.ResumeItemPanel panelCoverLetter
return Common.ResumeItemPanel

panelEduBackground public property

public Common.ResumeItemPanel panelEduBackground
return Common.ResumeItemPanel

panelExpect public property

public Common.ResumeItemPanel panelExpect
return Common.ResumeItemPanel

panelLanguageSkill public property

public Common.ResumeItemPanel panelLanguageSkill
return Common.ResumeItemPanel

panelLearningSituation public property

public Common.ResumeItemPanel panelLearningSituation
return Common.ResumeItemPanel

panelOtherInfo public property

public Common.ResumeItemPanel panelOtherInfo
return Common.ResumeItemPanel

panelPersonInfo public property

public Common.ResumeItemPanel panelPersonInfo
return Common.ResumeItemPanel

panelProfessionalSkill public property

public Common.ResumeItemPanel panelProfessionalSkill
return Common.ResumeItemPanel

panelProjectExp public property

public Common.ResumeItemPanel panelProjectExp
return Common.ResumeItemPanel

panelSelfEvaluation public property

public Common.ResumeItemPanel panelSelfEvaluation
return Common.ResumeItemPanel

panelSocialPractice public property

public Common.ResumeItemPanel panelSocialPractice
return Common.ResumeItemPanel

panelTrainExp public property

public Common.ResumeItemPanel panelTrainExp
return Common.ResumeItemPanel

panelWorkExp public property

public Common.ResumeItemPanel panelWorkExp
return Common.ResumeItemPanel

splitContainer public property

public System.Windows.Forms.SplitContainer splitContainer
return System.Windows.Forms.SplitContainer