⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 radio buttons.cpp

📁 图像处理的压缩算法
💻 CPP
字号:
/*------------------------------------------------------------------------------*
 * File Name: Radio Buttons.cpp				 									*
 * Creation: GJL 11/19/03 														*
 * Purpose: OriginC Source C file containing Radio Buttons example dialog.		*
 * Copyright (c) OriginLab Corp.	2003, 2004, 2005, 2006, 2007		 		*
 * All Rights Reserved															*
 * 																				*
 * Modification Log:															*
 *------------------------------------------------------------------------------*/
 
#include <Origin.h>
#include <Dialog.h>
#include "Radio ButtonsRes.h" // Resource DLL header
#include "Radio Buttons.h" // Dialog class header

// Launch Dialog
bool LaunchRadioButtons() 
{
	RadioButtons dlgRadioButtons; // Declare Dialog object
	dlgRadioButtons.DoModal(GetWindow()); // Launch Dialog
	return true;
}





⌨️ 快捷键说明

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