Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Response OnCreated () id:Response_LibPTF_pnlTestController_OnCreated 
 | 
{ 
 | 
  #keys: '[104342.0.396404357]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Initialize default value and columns width 
 | 
    sharedRepositotyPath := LibPTF_GlobalParameters::GetSharedRepositoryPath(); 
 | 
    customCmdArgumentValue := CommandLine::Instance().StringArgument( "custom" ); 
 | 
     
 | 
    // If there is a custom defined path, we will use the custom defined path 
 | 
    if( customCmdArgumentValue <> "" ) 
 | 
    { 
 | 
      sharedRepositotyPath := customCmdArgumentValue; 
 | 
    } 
 | 
     
 | 
    edtSharedRepository.Text( sharedRepositotyPath ); 
 | 
     
 | 
    this.PTF_SetSharedRepositoryExistStatus(); 
 | 
     
 | 
    lstExecutionTestScript.SetColumnWidth( 0, 80 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 1, 60 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 2, 70 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 3, 70 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 4, 80 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 5, 80 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 6, 115 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 7, 115 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 8, 70 ); 
 | 
    lstExecutionTestScript.SetColumnWidth( 9, 70 ); 
 | 
     
 | 
    this.PTF_HideUIComponentsUsedForTimezoneConversion(); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_GUIComponent_OnCreated' 
 | 
} 
 |