Property | Type | Description | |
---|---|---|---|
uxAverageLeadTime | System.Windows.Forms.TextBox | ||
uxAverageLeadTimeLabel | System.Windows.Forms.Label | ||
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxLastReceiptCost | System.Windows.Forms.TextBox | ||
uxLastReceiptCostLabel | System.Windows.Forms.Label | ||
uxLastReceiptDate | System.Windows.Forms.DateTimePicker | ||
uxLastReceiptDateLabel | System.Windows.Forms.Label | ||
uxMaxOrderQty | System.Windows.Forms.TextBox | ||
uxMaxOrderQtyLabel | System.Windows.Forms.Label | ||
uxMinOrderQty | System.Windows.Forms.TextBox | ||
uxMinOrderQtyLabel | System.Windows.Forms.Label | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxOnOrderQty | System.Windows.Forms.TextBox | ||
uxOnOrderQtyLabel | System.Windows.Forms.Label | ||
uxProductId | System.Windows.Forms.ComboBox | ||
uxProductIdLabel | System.Windows.Forms.Label | ||
uxStandardPrice | System.Windows.Forms.TextBox | ||
uxStandardPriceLabel | System.Windows.Forms.Label | ||
uxUnitMeasureCode | System.Windows.Forms.ComboBox | ||
uxUnitMeasureCodeLabel | 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.
|
|
ProductVendorEditControlBase ( ) |
Initializes a new instance of the ProductVendorEditControlBase 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.TextBox uxAverageLeadTime | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxAverageLeadTimeLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.TextBox uxLastReceiptCost | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxLastReceiptCostLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxLastReceiptDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxLastReceiptDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxMaxOrderQty | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxMaxOrderQtyLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxMinOrderQty | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxMinOrderQtyLabel | ||
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 uxOnOrderQty | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxOnOrderQtyLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxProductId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxProductIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxStandardPrice | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxStandardPriceLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxUnitMeasureCode | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxUnitMeasureCodeLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxVendorId | ||
return | System.Windows.Forms.ComboBox |