sinplong.cpp

来自「BORLAND公司C语言对话框开发程序」· C++ 代码 · 共 19 行

CPP
19
字号
/*------------------------------------------------------------*/
/* filename -       sinplong.cpp                              */
/*                                                            */
/* Registeration object for the class TInputLong              */
/*------------------------------------------------------------*/

#define Uses_TInputLong
#define Uses_TInputLine
#define Uses_TStreamableClass
#include <tv.h>
#include "tinplong.h"
__link( RInputLine)

TStreamableClass RInputLong( TInputLong::name,
                              TInputLong::build,
                              __DELTA(TInputLong)
                            );

⌨️ 快捷键说明

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