Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione AGA patch 218 sul main trunk git-svn-id: svn://10.65.10.50/trunk@10087 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			22 lines
		
	
	
		
			352 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			352 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __CE3400_H
 | |
| #define __CE3400_H
 | |
| 
 | |
| #ifndef __FORM_H
 | |
| #include <form.h>
 | |
| #endif
 | |
| 
 | |
| class TCespi_list_form : public TForm
 | |
| { 
 | |
| public:
 | |
|   void print_section(TPrint_section& sec);
 | |
|   void print_row(char spc = ' ');
 | |
|   void print_separator();
 | |
| 
 | |
|   void set_testata(const TMask& m);
 | |
| 
 | |
|   TCespi_list_form(const char* name);
 | |
|   virtual ~TCespi_list_form();
 | |
| };
 | |
| 
 | |
| #endif
 |