C# Class ArcGISCompare.dlgConstant

Inheritance: System.Windows.Forms.Form
Show file Open project: Zekiah/ArcGISCompare Class Usage Examples

Public Properties

Property Type Description
cbValues System.Windows.Forms.ComboBox
forNulls System.Windows.Forms.Label
lblDataType System.Windows.Forms.Label
lblEnum System.Windows.Forms.Label
lblInsertHere System.Windows.Forms.Label
lblLength System.Windows.Forms.Label
txtConst System.Windows.Forms.TextBox

Public Methods

Method Description
dlgConstant ( ) : 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.

btnCancel_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
forNulls_TextChanged ( object sender, EventArgs e ) : void
lblDataType_TextChanged ( object sender, EventArgs e ) : void
lblEnum_TextChanged ( object sender, EventArgs e ) : void
lblLength_TextChanged ( object sender, EventArgs e ) : 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

dlgConstant() public method

public dlgConstant ( ) : System
return System

Property Details

cbValues public property

public System.Windows.Forms.ComboBox cbValues
return System.Windows.Forms.ComboBox

forNulls public property

public System.Windows.Forms.Label forNulls
return System.Windows.Forms.Label

lblDataType public property

public System.Windows.Forms.Label lblDataType
return System.Windows.Forms.Label

lblEnum public property

public System.Windows.Forms.Label lblEnum
return System.Windows.Forms.Label

lblInsertHere public property

public System.Windows.Forms.Label lblInsertHere
return System.Windows.Forms.Label

lblLength public property

public System.Windows.Forms.Label lblLength
return System.Windows.Forms.Label

txtConst public property

public System.Windows.Forms.TextBox txtConst
return System.Windows.Forms.TextBox