10 lines
		
	
	
		
			466 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			466 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-16"?>
 | |
| <MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 | |
|   <MySubMain>true</MySubMain>
 | |
|   <MainForm>Frm_monitor</MainForm>
 | |
|   <SingleInstance>false</SingleInstance>
 | |
|   <ShutdownMode>0</ShutdownMode>
 | |
|   <EnableVisualStyles>true</EnableVisualStyles>
 | |
|   <AuthenticationMode>0</AuthenticationMode>
 | |
|   <SaveMySettingsOnExit>true</SaveMySettingsOnExit>
 | |
| </MyApplicationData> | 
