C# Class HYDocumentMS.CreateNewFolderFrm

Inheritance: System.Windows.Forms.Form
Show file Open project: huayancreate/HYPDM Class Usage Examples

Public Methods

Method Description
CreateNewFolderFrm ( ) : System
addChecking ( ) : bool

添加文件夹check

modifyChecking ( ) : bool

验证修改文件夹

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Cancel_Click ( object sender, EventArgs e ) : void
Cancel_Paint ( object sender, PaintEventArgs e ) : void
CreateNewFolderFrm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OK_Click ( object sender, EventArgs e ) : void
OK_Paint ( object sender, PaintEventArgs e ) : void
OK_Paint_1 ( object sender, PaintEventArgs e ) : void
min_Click ( object sender, EventArgs e ) : void
panel_Exit_Click ( object sender, EventArgs e ) : void
panel_Title_Paint ( object sender, PaintEventArgs e ) : void
txtLastFolder_TextChanged ( object sender, EventArgs e ) : void
txtNewFolder_KeyPress ( object sender, KeyPressEventArgs e ) : void

回车事件

txtNewFolder_TextChanged ( object sender, EventArgs e ) : void

Method Details

CreateNewFolderFrm() public method

public CreateNewFolderFrm ( ) : System
return System

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

addChecking() public method

添加文件夹check
public addChecking ( ) : bool
return bool

modifyChecking() public method

验证修改文件夹
public modifyChecking ( ) : bool
return bool