f_cinfo.cpp
来自「一个移动通信用SMPP协议写的.非常经典!」· C++ 代码 · 共 23 行
CPP
23 行
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "f_cinfo.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
Tn_cinfo *n_cinfo;
//---------------------------------------------------------------------------
__fastcall Tn_cinfo::Tn_cinfo(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall Tn_cinfo::FormClose(TObject *Sender, TCloseAction &Action)
{
Close();
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?