C# Class PurplePen.ChangeMapFile

Inheritance: OkCancelDialog
Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Свойство Type Description
mapFileNameTextBox System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
ChangeMapFile ( ) : System
ShowOpenFileDialogOnly ( IWin32Window owner ) : DialogResult

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.

IsOK ( ) : bool
UpdateMapFile ( ) : void
UpdateOKButton ( ) : void
buttonChooseFile_Click ( object sender, EventArgs e ) : void
openFileDialog_FileOk ( object sender, CancelEventArgs e ) : void
textBoxDpi_TextChanged ( object sender, EventArgs e ) : void
textBoxScale_TextChanged ( object sender, EventArgs e ) : void

Method Details

ChangeMapFile() public méthode

public ChangeMapFile ( ) : 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

ShowOpenFileDialogOnly() public méthode

public ShowOpenFileDialogOnly ( IWin32Window owner ) : DialogResult
owner IWin32Window
Résultat DialogResult

Property Details

mapFileNameTextBox public_oe property

public System.Windows.Forms.TextBox mapFileNameTextBox
Résultat System.Windows.Forms.TextBox