Property | Type | Description | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxEmployeeId | System.Windows.Forms.ComboBox | ||
uxEmployeeIdLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxFreight | System.Windows.Forms.TextBox | ||
uxFreightLabel | System.Windows.Forms.Label | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxOrderDate | System.Windows.Forms.DateTimePicker | ||
uxOrderDateLabel | System.Windows.Forms.Label | ||
uxPurchaseOrderId | System.Windows.Forms.TextBox | ||
uxPurchaseOrderIdLabel | System.Windows.Forms.Label | ||
uxRevisionNumber | System.Windows.Forms.TextBox | ||
uxRevisionNumberLabel | System.Windows.Forms.Label | ||
uxShipDate | System.Windows.Forms.DateTimePicker | ||
uxShipDateLabel | System.Windows.Forms.Label | ||
uxShipMethodId | System.Windows.Forms.ComboBox | ||
uxShipMethodIdLabel | System.Windows.Forms.Label | ||
uxStatus | System.Windows.Forms.TextBox | ||
uxStatusLabel | System.Windows.Forms.Label | ||
uxSubTotal | System.Windows.Forms.TextBox | ||
uxSubTotalLabel | System.Windows.Forms.Label | ||
uxTaxAmt | System.Windows.Forms.TextBox | ||
uxTaxAmtLabel | System.Windows.Forms.Label | ||
uxTotalDue | System.Windows.Forms.TextBox | ||
uxTotalDueLabel | System.Windows.Forms.Label | ||
uxVendorId | System.Windows.Forms.ComboBox | ||
uxVendorIdLabel | System.Windows.Forms.Label |
Property | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Initializes the component.
|
|
PurchaseOrderHeaderEditControlBase ( ) |
Initializes a new instance of the PurchaseOrderHeaderEditControlBase class.
|
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.ComboBox uxEmployeeId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxEmployeeIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.TextBox uxFreight | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxFreightLabel | ||
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.DateTimePicker uxOrderDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxOrderDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxPurchaseOrderId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxPurchaseOrderIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxRevisionNumber | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxRevisionNumberLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxShipDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxShipDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxShipMethodId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxShipMethodIdLabel | ||
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 uxSubTotal | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxSubTotalLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxTaxAmt | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxTaxAmtLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxTotalDue | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxTotalDueLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxVendorId | ||
return | System.Windows.Forms.ComboBox |