populationnumberform.h
来自「ASP.NET 在线项目注册系统」· C头文件 代码 · 共 34 行
H
34 行
////// C++ Interface: $MODULE$//// Description: ////// Author: Lalescu Liviu <liviu@lalescu.ro>, (C) 2003//// Copyright: See COPYING file that comes with this distribution////#ifndef POPULATIONNUMBERFORM_H#define POPULATIONNUMBERFORM_H#include "populationnumberform_template.h"class PopulationNumberForm : public PopulationNumberForm_template{ int p_n; public: PopulationNumberForm(); ~PopulationNumberForm(); void populationNumberChanged(); void ok(); void cancel();};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?