Method | Description | |
---|---|---|
FormWorkExperience ( ) : System | ||
OnBringToFront ( object data ) : void |
进入工作经历界面,刷新数据,进入新增记录状态
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
FormWorkExperience_Load ( object sender, |
窗口加载,初始化界面
|
|
GetExperienceFromDgv ( int rowIndex ) : |
从DataGridView中根据行号获取工作经历
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NewRecord ( ) : void |
进入新增记录状态
|
|
ReadInfo ( ) : void |
从空间中读取内容
|
|
RefreshData ( ) : void |
刷新DataGridView数据
|
|
SetInfo ( ) : void |
设置控件内容
|
|
btnSaveAndAdd_Click ( object sender, |
保存并新增按钮点击
|
|
btnSave_Click ( object sender, |
保存按钮点击
|
|
dgvExp_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void |
DataGridView单元格内容点击事件
|
|
linkBack_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void |
返回主窗口
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |