C# Class HYDocumentMS.CreateNewFolderFrm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: huayancreate/HYPDM Class Usage Examples

Méthodes publiques

Méthode Description
CreateNewFolderFrm ( ) : System
addChecking ( ) : bool

添加文件夹check

modifyChecking ( ) : bool

验证修改文件夹

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CreateNewFolderFrm ( ) : System
Résultat System

Dispose() protected méthode

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

addChecking() public méthode

添加文件夹check
public addChecking ( ) : bool
Résultat bool

modifyChecking() public méthode

验证修改文件夹
public modifyChecking ( ) : bool
Résultat bool