C# Class NFe.UI.Formularios.NFSe.FormMunicipio

Inheritance: MetroFramework.Forms.MetroForm
Afficher le fichier Open project: akretion/uninfe Class Usage Examples

Méthodes publiques

Свойство Type Description
edtPadrao MetroFramework.Controls.MetroComboBox
edtUF MetroFramework.Controls.MetroComboBox

Méthodes publiques

Méthode Description
FormMunicipio ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void
OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

edtCodMun_KeyPress ( object sender, KeyPressEventArgs e ) : void
edtCodMun_Leave ( object sender, EventArgs e ) : void
edtMunicipio_TextChanged ( object sender, EventArgs e ) : void
metroButton1_Click ( object sender, EventArgs e ) : void

Method Details

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

FormMunicipio() public méthode

public FormMunicipio ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

edtPadrao public_oe property

public MetroFramework.Controls.MetroComboBox edtPadrao
Résultat MetroFramework.Controls.MetroComboBox

edtUF public_oe property

public MetroFramework.Controls.MetroComboBox edtUF
Résultat MetroFramework.Controls.MetroComboBox