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

📄 combobox.cpp

📁 图像处理的压缩算法
💻 CPP
字号:
/*------------------------------------------------------------------------------*
 * File Name: ComboBox.cpp	 													*
 * Creation: SDB 11/19/2003														*
 * Purpose: OriginC Source C file												*
 * Copyright (c) ABCD Corp.	2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010		*
 * All Rights Reserved															*
 * 																				*
 * Modification Log:															*
 *------------------------------------------------------------------------------*/
 
#include <Origin.h>
#include <Dialog.h>
#include "ComboBoxRes.h" // resource DLL header
#include "ComboBox.h" // dialog class header

//////// ////////////////////////////////////////////////////////////////////////////
// Start your functions here.

bool LaunchCombox() 
{
	Combox myDlg;
	myDlg.DoModal( GetWindow() );
	return true;
}





⌨️ 快捷键说明

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