Property | Type | Description | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxChangeNumber | System.Windows.Forms.TextBox | ||
uxChangeNumberLabel | System.Windows.Forms.Label | ||
uxDocument | System.Windows.Forms.TextBox | ||
uxDocumentId | System.Windows.Forms.TextBox | ||
uxDocumentIdLabel | System.Windows.Forms.Label | ||
uxDocumentLabel | System.Windows.Forms.Label | ||
uxDocumentSummary | System.Windows.Forms.TextBox | ||
uxDocumentSummaryLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxFileExtension | System.Windows.Forms.TextBox | ||
uxFileExtensionLabel | System.Windows.Forms.Label | ||
uxFileName | System.Windows.Forms.TextBox | ||
uxFileNameLabel | System.Windows.Forms.Label | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxRevision | System.Windows.Forms.TextBox | ||
uxRevisionLabel | System.Windows.Forms.Label | ||
uxStatus | System.Windows.Forms.TextBox | ||
uxStatusLabel | System.Windows.Forms.Label | ||
uxTitle | System.Windows.Forms.TextBox | ||
uxTitleLabel | System.Windows.Forms.Label |
Property | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Method | Description | |
---|---|---|
DocumentEditControlBase ( ) |
Initializes a new instance of the DocumentEditControlBase 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 uxChangeNumber | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxChangeNumberLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxDocument | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.TextBox uxDocumentId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxDocumentIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.Label uxDocumentLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxDocumentSummary | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxDocumentSummaryLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.TextBox uxFileExtension | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxFileExtensionLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxFileName | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxFileNameLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxModifiedDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxRevision | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxRevisionLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxStatus | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxStatusLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxTitle | ||
return | System.Windows.Forms.TextBox |