프로퍼티 | 타입 | 설명 | |
---|---|---|---|
uxAddressId | System.Windows.Forms.ComboBox | ||
uxAddressIdLabel | System.Windows.Forms.Label | ||
uxAddressTypeId | System.Windows.Forms.ComboBox | ||
uxAddressTypeIdLabel | System.Windows.Forms.Label | ||
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxCustomerId | System.Windows.Forms.ComboBox | ||
uxCustomerIdLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxRowguid | System.Windows.Forms.TextBox | ||
uxRowguidLabel | System.Windows.Forms.Label |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
메소드 | 설명 | |
---|---|---|
CustomerAddressEditControlBase ( ) |
Initializes a new instance of the CustomerAddressEditControlBase 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.ComboBox uxAddressId | ||
리턴 | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxAddressIdLabel | ||
리턴 | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxAddressTypeId | ||
리턴 | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxAddressTypeIdLabel | ||
리턴 | System.Windows.Forms.Label |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
리턴 | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.ComboBox uxCustomerId | ||
리턴 | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxCustomerIdLabel | ||
리턴 | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
리턴 | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
리턴 | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxModifiedDateLabel | ||
리턴 | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxRowguid | ||
리턴 | System.Windows.Forms.TextBox |