C# 클래스 FdoToolbox.Base.Controls.FdoConnectCtl

상속: ViewContent, IFdoConnectView
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

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

비공개 메소드들

메소드 설명
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

메소드 상세

AddEnumerableProperty() 공개 메소드

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.
리턴 void

AddProperty() 공개 메소드

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

Dispose() 보호된 메소드

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

FdoConnectCtl() 공개 메소드

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

FlagConfigError() 공개 메소드

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

FlagNameError() 공개 메소드

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

OnLoad() 보호된 메소드

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

ResetGrid() 공개 메소드

Resets the grid.
public ResetGrid ( ) : void
리턴 void