C# Class CSReportEditor.fSimpleConnect

Inheritance: System.Windows.Forms.Form
显示文件 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
fSimpleConnect ( ) : System
getOk ( ) : bool
getStrConnect ( ) : string
getUser ( ) : string
setConnectTypeToNT ( ) : void
setConnectTypeToSQL ( ) : void
setDataBase ( string value ) : void
setPassword ( string value ) : void
setServer ( string value ) : void
setUser ( string value ) : void

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.

cmd_apply_Click ( object sender, EventArgs e ) : void
cmd_cancel_Click ( object sender, EventArgs e ) : void
fSimpleConnect_Load ( object sender, EventArgs e ) : void
op_sqlConnection_CheckedChanged ( object sender, EventArgs e ) : void
op_trustedConnection_CheckedChanged ( object sender, EventArgs e ) : void
setEnabledUserAndPassword ( ) : void

Method Details

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

fSimpleConnect() public method

public fSimpleConnect ( ) : System
return System

getOk() public method

public getOk ( ) : bool
return bool

getStrConnect() public method

public getStrConnect ( ) : string
return string

getUser() public method

public getUser ( ) : string
return string

setConnectTypeToNT() public method

public setConnectTypeToNT ( ) : void
return void

setConnectTypeToSQL() public method

public setConnectTypeToSQL ( ) : void
return void

setDataBase() public method

public setDataBase ( string value ) : void
value string
return void

setPassword() public method

public setPassword ( string value ) : void
value string
return void

setServer() public method

public setServer ( string value ) : void
value string
return void

setUser() public method

public setUser ( string value ) : void
value string
return void