C# Class FdoToolbox.Express.Controls.ConnectRdbmsCtl

显示文件 Open project: jumpinjackie/fdotoolbox

Protected Properties

Property Type Description
lblConfig System.Windows.Forms.Label
lblConnectionName System.Windows.Forms.Label
lblDataStore System.Windows.Forms.Label
lblPassword System.Windows.Forms.Label
lblService System.Windows.Forms.Label
lblUsername System.Windows.Forms.Label

Public Methods

Method Description
ConnectRdbmsCtl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnBrowse_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnConnect_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void

Method Details

ConnectRdbmsCtl() public method

public ConnectRdbmsCtl ( ) : System
return System

Dispose() protected method

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

Property Details

lblConfig protected_oe property

protected System.Windows.Forms.Label lblConfig
return System.Windows.Forms.Label

lblConnectionName protected_oe property

protected System.Windows.Forms.Label lblConnectionName
return System.Windows.Forms.Label

lblDataStore protected_oe property

protected System.Windows.Forms.Label lblDataStore
return System.Windows.Forms.Label

lblPassword protected_oe property

protected System.Windows.Forms.Label lblPassword
return System.Windows.Forms.Label

lblService protected_oe property

protected System.Windows.Forms.Label lblService
return System.Windows.Forms.Label

lblUsername protected_oe property

protected System.Windows.Forms.Label lblUsername
return System.Windows.Forms.Label