www.pudn.com > FlashTool_src_v2.9.1006.zip > about.h


/***************************************************************************** 
*  Copyright Statement: 
*  -------------------- 
*  This software is protected by Copyright and the information contained 
*  herein is confidential. The software may not be copied and the information 
*  contained herein may not be used or disclosed except with the written 
*  permission of MediaTek Inc. (C) 2002 
* 
*****************************************************************************/ 
 
/******************************************************************************* 
* Filename: 
* --------- 
*  about.h 
* 
* Project: 
* -------- 
*  Flash tool set 
* 
* Description: 
* ------------ 
*  about window header 
* 
* Author: 
* ------- 
*  FZ Hsu (mtk00303) 
* 
*============================================================================== 
*           HISTORY 
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
*------------------------------------------------------------------------------ 
* $Revision:   1.5  $ 
* $Modtime:   Oct 19 2005 11:12:04  $ 
* $Log:   //mtkvs01/vmdata/flash_tool/archives/about.h-arc  $ 
 *  
 *    Rev 1.5   Oct 19 2005 14:47:14   mtk00539 
 *  1. [FlashTool][New] Adapt new BROM_DLL&DA v2.7.1008.  
 * Resolution for 141: [FlashTool v2.7.1008][New] Support NFB download and many new features. 
 *  
 *    Rev 1.4   Sep 26 2003 11:51:34   mtk00539 
 * fix version info 
 * Resolution for 29: [FlashTool v2.4.1001][New] See the reasons below. 
 *  
 *    Rev 1.3   Jun 30 2003 19:19:34   mtk00539 
 *  1. [FlashTool][Add Features] Split flashtool function into brom.dll 
 *  2. [FlashTool][Add Features] Format function: users can format any range you want without downloading procedure. 
 *  3. [FlashTool][Add Features] Report format percentage. 
 *  4. [FlashTool][Add Features] Check format range. 
 *  5. [FlashTool][Add Features] Merge FlashTool for Pluto version. 
 *  6. [FlashTool][Add Features] Runtime debug log: you can press (CTRL+ALT+T) to enable/disable debug log whenever you want. 
 *  7. [FlashTool][Add Features] Forcedly Stop hot-key: you can forcedly stop FlashTool by pressing CTRL+Z. 
 *  8. [FlashTool][BUG FIXED] Fix FlashTool MEM_CMD end_addr bug, FlashTool should use (begin_addr+length-1) as end_addr. 
 * Resolution for 11: [FlashTool v2.3.1001][New Version] Split flashtool function into brom.dll 
 *  
 *    Rev 1.2   May 20 2003 16:22:30   mtk00539 
 * Support 6205/6205B at 13MHz, 26MHz and 52MHz 
 * Resolution for 6: [FlashTool v2.2][AddFeature] Support 6205/6205B at 13MHz, 26MHz and 52MHz. 
 *  
 *    Rev 1.1   Jul 26 2002 11:52:14   admin 
 * ver 0726 
 *  
 *    Rev 1.0   Jul 20 2002 19:26:08   admin 
 * Initial revision. 
* 
*------------------------------------------------------------------------------ 
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
*============================================================================== 
*******************************************************************************/ 
 
 
//--------------------------------------------------------------------------- 
 
#ifndef aboutH 
#define aboutH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
//--------------------------------------------------------------------------- 
class TForm_About : public TForm 
{ 
__published:	// IDE-managed Components 
        TGroupBox *GroupBox1; 
        TButton *Button1; 
	TLabel *VersionInfo; 
        TLabel *lb_BuildDate; 
        TLabel *Label3; 
        TLabel *Label4; 
        TLabel *Label2; 
        TLabel *Label5; 
        TLabel *Label8; 
	TLabel *Label7; 
	TLabel *brom_dll_version; 
    TLabel *meta_dll_version; 
        void __fastcall Button1Click(TObject *Sender); 
        void __fastcall FormCreate(TObject *Sender); 
private:	// User declarations 
		int GetVersion( unsigned int *major_ver, unsigned int *minor_ver, unsigned int *build_num ); 
public:		// User declarations 
        __fastcall TForm_About(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TForm_About *Form_About; 
//--------------------------------------------------------------------------- 
#endif