hoursform.h

来自「基于遗传算法的排课软件源码 根据需要安排合理的课程时间等」· C头文件 代码 · 共 31 行

H
31
字号
////// C++ Interface: $MODULE$//// Description: ////// Author: Lalescu Liviu <liviu@lalescu.ro>, (C) 2003//// Copyright: See COPYING file that comes with this distribution////#ifndef HOURSFORM_H#define HOURSFORM_H#include "hoursform_template.h"class HoursForm : public HoursForm_template{public:	HoursForm();	~HoursForm();	void hoursChanged();	void ok();	void cancel();};#endif

⌨️ 快捷键说明

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