⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form_about.h_bak

📁 多串口下载手机软件的软件
💻 H_BAK
字号:
//---------------------------------------------------------------------------

#ifndef form_AboutH
#define form_AboutH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm_AboutMD : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *GroupBox1;
        TLabel *lblLabel02;
        TLabel *lblLabel04;
        TLabel *lblAboutTitle;
        TImage *imgMediaTek;
        TBitBtn *BitBtn1;
        TMemo *memSwDes;
        TStaticText *StaticText1;
        TLabel *lblBromDllVer;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm_AboutMD(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm_AboutMD *Form_AboutMD;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -