form_about.h_bak

来自「多串口下载手机软件的软件」· H_BAK 代码 · 共 37 行

H_BAK
37
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?