C# Class FdoToolbox.Base.Controls.FdoConnectCtl

Inheritance: ViewContent, IFdoConnectView
ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
AddEnumerableProperty ( string name, string defaultValue, string values ) : void

Adds the enumerable property.

AddProperty ( FdoToolbox p ) : void

Adds the property.

FdoConnectCtl ( ) : System

Initializes a new instance of the FdoConnectCtl class.

FlagConfigError ( string msg ) : void

Flags the config error.

FlagNameError ( string msg ) : void

Flags the name error.

ResetGrid ( ) : void

Resets the grid.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Raises the E:System.Windows.Forms.UserControl.Load event.

Private Methods

Method Description
InitializeComponent ( ) : void

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

InitializeGrid ( ) : void
IsPasswordCell ( System.Windows.Forms.DataGridViewCell cell ) : bool
btnBrowse_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnConnect_Click ( object sender, EventArgs e ) : void
btnTest_Click ( object sender, EventArgs e ) : void
cmbProvider_SelectionChanged ( object sender, EventArgs e ) : void
grdProperties_CellMouseDown ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
grdProperties_CellPainting ( object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
grdProperties_EditingControlShowing ( object sender, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e ) : void
insertCurrentApplicationPathToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertDirectoryToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertFilePathOpenToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertFilePathSaveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AddEnumerableProperty() public method

Adds the enumerable property.
public AddEnumerableProperty ( string name, string defaultValue, string values ) : void
name string The name.
defaultValue string The default value.
values string The values.
return void

AddProperty() public method

Adds the property.
public AddProperty ( FdoToolbox p ) : void
p FdoToolbox The p.
return void

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

FdoConnectCtl() public method

Initializes a new instance of the FdoConnectCtl class.
public FdoConnectCtl ( ) : System
return System

FlagConfigError() public method

Flags the config error.
public FlagConfigError ( string msg ) : void
msg string The MSG.
return void

FlagNameError() public method

Flags the name error.
public FlagNameError ( string msg ) : void
msg string The MSG.
return void

OnLoad() protected method

Raises the E:System.Windows.Forms.UserControl.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void

ResetGrid() public method

Resets the grid.
public ResetGrid ( ) : void
return void