Property | Type | Description | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxErrorLine | System.Windows.Forms.TextBox | ||
uxErrorLineLabel | System.Windows.Forms.Label | ||
uxErrorLogId | System.Windows.Forms.TextBox | ||
uxErrorLogIdLabel | System.Windows.Forms.Label | ||
uxErrorMessage | System.Windows.Forms.TextBox | ||
uxErrorMessageLabel | System.Windows.Forms.Label | ||
uxErrorNumber | System.Windows.Forms.TextBox | ||
uxErrorNumberLabel | System.Windows.Forms.Label | ||
uxErrorProcedure | System.Windows.Forms.TextBox | ||
uxErrorProcedureLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxErrorSeverity | System.Windows.Forms.TextBox | ||
uxErrorSeverityLabel | System.Windows.Forms.Label | ||
uxErrorState | System.Windows.Forms.TextBox | ||
uxErrorStateLabel | System.Windows.Forms.Label | ||
uxErrorTime | System.Windows.Forms.DateTimePicker | ||
uxErrorTimeLabel | System.Windows.Forms.Label | ||
uxUserName | System.Windows.Forms.TextBox | ||
uxUserNameLabel | System.Windows.Forms.Label |
Property | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Method | Description | |
---|---|---|
ErrorLogEditControlBase ( ) |
Initializes a new instance of the ErrorLogEditControlBase class.
|
|
InitializeComponent ( ) : void |
Initializes the component.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BindControls ( ) : void |
Binds the controls.
|
|
uxBindingSource_currentItemChanged ( object sender, System e ) : void |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.TextBox uxErrorLine | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxErrorLineLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxErrorLogId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxErrorLogIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxErrorMessage | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxErrorMessageLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxErrorNumber | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxErrorNumberLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxErrorProcedure | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxErrorProcedureLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.TextBox uxErrorSeverity | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxErrorSeverityLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxErrorState | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxErrorStateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxErrorTime | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxErrorTimeLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxUserName | ||
return | System.Windows.Forms.TextBox |