Changed guids for different products
This commit is contained in:
@ -1240,7 +1240,7 @@ namespace CobXmlSupport
|
||||
if (!chkDisplays.Checked)
|
||||
{
|
||||
savedFile SF = new savedFile();
|
||||
SF.idConnect = "598A5F20-9A8A-415D-81B2-BBFE04465381";
|
||||
SF.idConnect = "313728E2-F78E-46CC-A448-F6A6F54319AB";
|
||||
SF.usageName = S.ettingActualFile.Substring(0, S.ettingActualFile.LastIndexOf(".")) + "_Unload";
|
||||
SF.fNameSaved = S.ettingActualFile.Substring(0, S.ettingActualFile.LastIndexOf(".")) + "_Unload.cbl";
|
||||
createXMLMoveCode(SF, true, inclAttr);
|
||||
@ -1533,7 +1533,7 @@ namespace CobXmlSupport
|
||||
genExtMoves.Labeltext = "Creating \"move to (with loop)\" Code";
|
||||
|
||||
savedFile SF = new savedFile();
|
||||
SF.idConnect = "6EFF8B31-7F88-4A81-B94E-41D54A3D3197";
|
||||
SF.idConnect = "5DC1D9E6-DD38-4DD7-9DCB-203ABCE96B47";
|
||||
SF.usageName = S.ettingActualFile.Substring(0, S.ettingActualFile.LastIndexOf(".")) + "_Load";
|
||||
SF.fNameSaved = S.ettingActualFile.Substring(0, S.ettingActualFile.LastIndexOf(".")) + "_Load.cbl";
|
||||
genExtMoves.SavedFile = SF;
|
||||
@ -2417,7 +2417,7 @@ namespace CobXmlSupport
|
||||
private void btnFrXMLTo_Click(object sender, EventArgs e)
|
||||
{
|
||||
savedFile SF = new savedFile();
|
||||
SF.idConnect = "598A5F20-9A8A-415D-81B2-BBFE04465381";
|
||||
SF.idConnect = "ECCF8A4D-64A6-4674-84F0-C62CEAD19632";
|
||||
SF.usageName = S.ettingActualFile.Substring(0, S.ettingActualFile.LastIndexOf(".")) + "_Transfer";
|
||||
SF.fNameSaved = S.ettingActualFile.Substring(0, S.ettingActualFile.LastIndexOf(".")) + "_Transfer.cbl";
|
||||
createXMLMoveCode(SF);
|
||||
|
||||
Reference in New Issue
Block a user