about.cpp

来自「msp430的上位机程序」· C++ 代码 · 共 23 行

CPP
23
字号
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop
#include <algorithm>
using std::min;
using std::max;

#include "About.h"
#include "Main.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm_About *Form_About;
//---------------------------------------------------------------------------
__fastcall TForm_About::TForm_About(TComponent* Owner)
        : TForm(Owner)
{
}
//---------------------------------------------------------------------------


⌨️ 快捷键说明

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