Свойство | Type | Description | |
---|---|---|---|
uxAverageRate | System.Windows.Forms.TextBox | ||
uxAverageRateLabel | System.Windows.Forms.Label | ||
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxCurrencyRateDate | System.Windows.Forms.DateTimePicker | ||
uxCurrencyRateDateLabel | System.Windows.Forms.Label | ||
uxCurrencyRateId | System.Windows.Forms.TextBox | ||
uxCurrencyRateIdLabel | System.Windows.Forms.Label | ||
uxEndOfDayRate | System.Windows.Forms.TextBox | ||
uxEndOfDayRateLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxFromCurrencyCode | System.Windows.Forms.ComboBox | ||
uxFromCurrencyCodeLabel | System.Windows.Forms.Label | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxToCurrencyCode | System.Windows.Forms.ComboBox | ||
uxToCurrencyCodeLabel | System.Windows.Forms.Label |
Свойство | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Méthode | Description | |
---|---|---|
CurrencyRateEditControlBase ( ) |
Initializes a new instance of the CurrencyRateEditControlBase class.
|
|
InitializeComponent ( ) : void |
Initializes the component.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | 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. |
Résultat | void |
protected System.Windows.Forms.TextBox uxAverageRate | ||
Résultat | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxAverageRateLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
Résultat | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DateTimePicker uxCurrencyRateDate | ||
Résultat | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxCurrencyRateDateLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxCurrencyRateId | ||
Résultat | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxCurrencyRateIdLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxEndOfDayRate | ||
Résultat | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxEndOfDayRateLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
Résultat | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.ComboBox uxFromCurrencyCode | ||
Résultat | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxFromCurrencyCodeLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
Résultat | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxModifiedDateLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxToCurrencyCode | ||
Résultat | System.Windows.Forms.ComboBox |