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

📄 design.h

📁 基于labwindows/cvi的图像的艺术化处理的编程实现
💻 H
字号:
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
/* Copyright (c) National Instruments 2007. All Rights Reserved.          */
/*                                                                        */
/* WARNING: Do not add to, delete from, or otherwise modify the contents  */
/*          of this include file.                                         */
/**************************************************************************/

#include <userint.h>

#ifdef __cplusplus
    extern "C" {
#endif

     /* Panels and Controls: */

#define  PANEL                           1
#define  PANEL_CANVAS_5                  2
#define  PANEL_CANVAS_4                  3
#define  PANEL_CANVAS_3                  4
#define  PANEL_CANVAS_2                  5
#define  PANEL_CANVAS_1                  6
#define  PANEL_CANVAS_0                  7


     /* Menu Bars, Menus, and Menu Items: */

#define  menu1                           1
#define  menu1_FILE                      2
#define  menu1_FILE_LOAD                 3       /* callback function: load */
#define  menu1_FILE_SAVE                 4       /* callback function: save */
#define  menu1_FILE_QUIT                 5       /* callback function: quit */
#define  menu1_FILE_SEPARATOR            6
#define  menu1_EDIT                      7
#define  menu1_EDIT_PROC1                8       /* callback function: proc1 */
#define  menu1_EDIT_PROC2                9       /* callback function: proc2 */
#define  menu1_EDIT_PROC3                10      /* callback function: proc3 */
#define  menu1_EDIT_PROC4                11      /* callback function: proc4 */
#define  menu1_EDIT_PROC5                12      /* callback function: proc5 */
#define  menu1_EDIT_RGB                  13      /* callback function: rgbshow */
#define  menu1_EDIT_SEPARATOR_2          14
#define  menu1_QUIT                      15      /* callback function: quit */


     /* Callback Prototypes: */ 

void CVICALLBACK load(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc1(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc2(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc3(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc4(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc5(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK quit(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK rgbshow(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK save(int menubar, int menuItem, void *callbackData, int panel);


#ifdef __cplusplus
    }
#endif

⌨️ 快捷键说明

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