C# Class FdoToolbox.Express.Controls.CreateRdbmsCtl

Show file Open project: jumpinjackie/fdotoolbox

Protected Properties

Property Type Description
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
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
txtCSWkt System.Windows.Forms.TextBox

Public Methods

Method Description
CreateDefaultSpatialContext ( ) : SpatialContextInfo
CreateRdbmsCtl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

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
btnOK_Click ( object sender, EventArgs e ) : void
btnTest_Click ( object sender, EventArgs e ) : void
chkConnect_CheckedChanged ( object sender, EventArgs e ) : void
cmbExtentType_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtConnectionName_TextChanged ( object sender, EventArgs e ) : void
txtName_TextChanged ( object sender, EventArgs e ) : void

Method Details

CreateDefaultSpatialContext() public method

public CreateDefaultSpatialContext ( ) : SpatialContextInfo
return SpatialContextInfo

CreateRdbmsCtl() public method

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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Property Details

label2 protected property

protected System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 protected property

protected System.Windows.Forms.Label label3
return System.Windows.Forms.Label

lblConfig protected property

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

lblConnectionName protected property

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

lblDataStore protected property

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

lblPassword protected property

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

lblService protected property

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

lblUsername protected property

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

txtCSWkt protected property

protected System.Windows.Forms.TextBox txtCSWkt
return System.Windows.Forms.TextBox