C# 클래스 ResumeFactory.Forms.FormDetails

파일 보기 프로젝트 열기: vincentlauvlwj/FrameDAL

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

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

刷新完成状态图标

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

左侧选项卡点击事件

메소드 상세

BackToMain() 공개 메소드

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

Dispose() 보호된 메소드

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

FormDetails() 공개 메소드

public FormDetails ( ) : System
리턴 System

NextPage() 공개 메소드

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

OnBringToFront() 공개 메소드

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

RefreshIcon() 공개 메소드

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

프로퍼티 상세

panelCertificate 공개적으로 프로퍼티

public Common.ResumeItemPanel panelCertificate
리턴 Common.ResumeItemPanel

panelCoverLetter 공개적으로 프로퍼티

public Common.ResumeItemPanel panelCoverLetter
리턴 Common.ResumeItemPanel

panelEduBackground 공개적으로 프로퍼티

public Common.ResumeItemPanel panelEduBackground
리턴 Common.ResumeItemPanel

panelExpect 공개적으로 프로퍼티

public Common.ResumeItemPanel panelExpect
리턴 Common.ResumeItemPanel

panelLanguageSkill 공개적으로 프로퍼티

public Common.ResumeItemPanel panelLanguageSkill
리턴 Common.ResumeItemPanel

panelLearningSituation 공개적으로 프로퍼티

public Common.ResumeItemPanel panelLearningSituation
리턴 Common.ResumeItemPanel

panelOtherInfo 공개적으로 프로퍼티

public Common.ResumeItemPanel panelOtherInfo
리턴 Common.ResumeItemPanel

panelPersonInfo 공개적으로 프로퍼티

public Common.ResumeItemPanel panelPersonInfo
리턴 Common.ResumeItemPanel

panelProfessionalSkill 공개적으로 프로퍼티

public Common.ResumeItemPanel panelProfessionalSkill
리턴 Common.ResumeItemPanel

panelProjectExp 공개적으로 프로퍼티

public Common.ResumeItemPanel panelProjectExp
리턴 Common.ResumeItemPanel

panelSelfEvaluation 공개적으로 프로퍼티

public Common.ResumeItemPanel panelSelfEvaluation
리턴 Common.ResumeItemPanel

panelSocialPractice 공개적으로 프로퍼티

public Common.ResumeItemPanel panelSocialPractice
리턴 Common.ResumeItemPanel

panelTrainExp 공개적으로 프로퍼티

public Common.ResumeItemPanel panelTrainExp
리턴 Common.ResumeItemPanel

panelWorkExp 공개적으로 프로퍼티

public Common.ResumeItemPanel panelWorkExp
리턴 Common.ResumeItemPanel

splitContainer 공개적으로 프로퍼티

public System.Windows.Forms.SplitContainer splitContainer
리턴 System.Windows.Forms.SplitContainer