Свойство | Тип | Описание | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxContactId | System.Windows.Forms.ComboBox | ||
uxContactIdLabel | System.Windows.Forms.Label | ||
uxCreditCardId | System.Windows.Forms.ComboBox | ||
uxCreditCardIdLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label |
Свойство | Тип | Описание | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Метод | Описание | |
---|---|---|
ContactCreditCardEditControlBase ( ) |
Initializes a new instance of the ContactCreditCardEditControlBase class.
|
|
InitializeComponent ( ) : void |
Initializes the component.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
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. |
Результат | void |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
Результат | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.ComboBox uxContactId | ||
Результат | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxContactIdLabel | ||
Результат | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxCreditCardId | ||
Результат | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxCreditCardIdLabel | ||
Результат | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
Результат | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
Результат | System.Windows.Forms.DateTimePicker |