C# Class Pilgrim.Template.Dialog.DataConnectionSourceDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: juanplopes/pilgrim

Méthodes publiques

Méthode Description
DataConnectionSourceDialog ( ) : System
DataConnectionSourceDialog ( DataConnectionDialog mainDialog ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFontChanged ( EventArgs e ) : void
OnHelpRequested ( System.Windows.Forms.HelpEventArgs hevent ) : void
OnLoad ( EventArgs e ) : void
OnRightToLeftChanged ( EventArgs e ) : void
OnRightToLeftLayoutChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
ChangeDataProvider ( object sender, EventArgs e ) : void
ChangeDataSource ( object sender, EventArgs e ) : void
ConfigureDescription ( ) : void
DoOk ( object sender, EventArgs e ) : void
FormatDataProvider ( object sender, System.Windows.Forms.ListControlConvertEventArgs e ) : void
FormatDataSource ( object sender, System.Windows.Forms.ListControlConvertEventArgs e ) : void
InitializeComponent ( ) : void

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

SelectDataSource ( object sender, EventArgs e ) : void
SetDataProviderDropDownWidth ( object sender, EventArgs e ) : void
SetOkButtonStatus ( ) : void
SetSaveSelection ( object sender, EventArgs e ) : void

Method Details

DataConnectionSourceDialog() public méthode

public DataConnectionSourceDialog ( ) : System
Résultat System

DataConnectionSourceDialog() public méthode

public DataConnectionSourceDialog ( DataConnectionDialog mainDialog ) : System
mainDialog DataConnectionDialog
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnFontChanged() protected méthode

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

OnHelpRequested() protected méthode

protected OnHelpRequested ( System.Windows.Forms.HelpEventArgs hevent ) : void
hevent System.Windows.Forms.HelpEventArgs
Résultat void

OnLoad() protected méthode

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

OnRightToLeftChanged() protected méthode

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

OnRightToLeftLayoutChanged() protected méthode

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

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void