C# Class CsvEditor.CsvEditorForm

Afficher le fichier Open project: Kajabity/Kajabity-Tools

Méthodes publiques

Méthode Description
CsvEditorForm ( ) : System

Constructor for the CSV Editor main form.

DocumentChanged ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
columnName ( int col ) : string

Convert a number into an alphabetic column header - A-Z, then AA, AB - ZZ, AAA...

This could be done much more efficiently, but not for this sample.

exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
newToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveAsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

CsvEditorForm() public méthode

Constructor for the CSV Editor main form.
public CsvEditorForm ( ) : 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

DocumentChanged() public méthode

public DocumentChanged ( ) : void
Résultat void