This commit is contained in:
@@ -19,6 +19,7 @@ namespace VEPROMS
|
||||
{
|
||||
// Default values
|
||||
private string _DefaultFormatName = null;
|
||||
private string _DefaultROPath = null;
|
||||
private string _DefaultROGraficFileExtension = null;
|
||||
private string _DefaultROPrefix = null;
|
||||
private string _DefaultImagePrefix = null;
|
||||
@@ -103,6 +104,9 @@ namespace VEPROMS
|
||||
ppLblChgBarUserMsgTwoDefault.Text = string.Format("{0}", _DefaultChgBarUsrMsg2);
|
||||
}
|
||||
|
||||
// Get the ro path - there is no 'default'
|
||||
_DefaultROPath = _DocVersionConfig.RODefaults_ropath;
|
||||
|
||||
// Get the default RO Graphic file extension
|
||||
_DefaultROGraficFileExtension = _DocVersionConfig.Graphics_defaultext;
|
||||
SetupDefault(_DefaultROGraficFileExtension, ppLblGraphicFileExtDefault, ppCmbxGrphFileExt);
|
||||
@@ -195,6 +199,7 @@ namespace VEPROMS
|
||||
ppCmbxProcSetType.ValueMember = "EValue";
|
||||
ppCmbxProcSetType.Enabled = false; // maybe enable this if used for version creation
|
||||
|
||||
documentInfoListBindingSource.DataSource = DocumentInfoList.GetLibraries();
|
||||
}
|
||||
|
||||
#region General tab
|
||||
@@ -226,7 +231,7 @@ namespace VEPROMS
|
||||
/// <summary>
|
||||
/// This is a temporary function for demo purposes...
|
||||
/// Display the standard folder selection dialog to have the user select the location of the Referenced Objects folder.
|
||||
/// From this, we will use the RO.FST to populate the RO and Image Accessory ID cobmo boxes.
|
||||
/// From this, we will use the RO.FST to populate the RO and Image Accessory ID combo boxes.
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
|
Reference in New Issue
Block a user