Property | Type | Description | |
---|---|---|---|
uxActualCost | System.Windows.Forms.TextBox | ||
uxActualCostLabel | System.Windows.Forms.Label | ||
uxActualEndDate | System.Windows.Forms.DateTimePicker | ||
uxActualEndDateLabel | System.Windows.Forms.Label | ||
uxActualResourceHrs | System.Windows.Forms.TextBox | ||
uxActualResourceHrsLabel | System.Windows.Forms.Label | ||
uxActualStartDate | System.Windows.Forms.DateTimePicker | ||
uxActualStartDateLabel | System.Windows.Forms.Label | ||
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxLocationId | System.Windows.Forms.ComboBox | ||
uxLocationIdLabel | System.Windows.Forms.Label | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxOperationSequence | System.Windows.Forms.TextBox | ||
uxOperationSequenceLabel | System.Windows.Forms.Label | ||
uxPlannedCost | System.Windows.Forms.TextBox | ||
uxPlannedCostLabel | System.Windows.Forms.Label | ||
uxProductId | System.Windows.Forms.TextBox | ||
uxProductIdLabel | System.Windows.Forms.Label | ||
uxScheduledEndDate | System.Windows.Forms.DateTimePicker | ||
uxScheduledEndDateLabel | System.Windows.Forms.Label | ||
uxScheduledStartDate | System.Windows.Forms.DateTimePicker | ||
uxScheduledStartDateLabel | System.Windows.Forms.Label | ||
uxWorkOrderId | System.Windows.Forms.ComboBox | ||
uxWorkOrderIdLabel | System.Windows.Forms.Label |
Property | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Initializes the component.
|
|
WorkOrderRoutingEditControlBase ( ) |
Initializes a new instance of the WorkOrderRoutingEditControlBase 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 uxActualCost | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxActualCostLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxActualEndDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxActualEndDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxActualResourceHrs | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxActualResourceHrsLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxActualStartDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxActualStartDateLabel | ||
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.ComboBox uxLocationId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxLocationIdLabel | ||
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 uxOperationSequence | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxOperationSequenceLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxPlannedCost | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxPlannedCostLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxProductId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxProductIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxScheduledEndDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxScheduledEndDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxScheduledStartDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxScheduledStartDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxWorkOrderId | ||
return | System.Windows.Forms.ComboBox |