전자실메일양식 통일 및 정리 작업
This commit is contained in:
@@ -19,8 +19,17 @@ namespace FPJ0000
|
||||
fn_fpcolsize = util.MakeFilePath(util.CurrentPath, "formSetting", "fp_" + this.Name + ".ini");
|
||||
this.dsMSSQL.Projects.TableNewRow += Projects_TableNewRow;
|
||||
this.FormClosed += __Closed;
|
||||
this.KeyPreview = true;
|
||||
this.KeyDown += (s1, e1) => {
|
||||
if(e1.KeyCode == Keys.F5)
|
||||
{
|
||||
btSearch.PerformClick();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
void __Closed(object sender, FormClosedEventArgs e)
|
||||
{
|
||||
timer1.Stop();
|
||||
|
||||
Reference in New Issue
Block a user