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

📄 main.h

📁 基于UG平台
💻 H
字号:
#ifndef MAIN_H_INCLUDED      //防止文件Main.h被重复引用
#define MAIN_H_INCLUDED

#include<uf.h> 
#include<uf_assem.h>
#include<uf_cfi.h>
#include<uf_csys.h>
#include<uf_clone.h>
#include<uf_curve.h>                       
#include<uf_defs.h>
#include<uf_exit.h>
#include<uf_ui.h>
#include<uf_styler.h>
#include<uf_mb.h>
#include<uf_part.h>
#include<uf_modl.h>
#include<uf_obj.h>
#include<uf_layer.h>
#include<uf_undo.h>
#include<uf_trns.h>


#include<uf_object_types.h>
#include<stdio.h>
#include<uf_ui.h>
#include<malloc.h>
#include<uf_modl_sweep.h>

#include "MATH.H"
#include "Resource.h"         
#include "App.h"
#include "Test.h"
#include"ZhouCheng1.h"
#include"uf_call.h"
#include"chilun1.h"
#include "dai2.h"
#include "dai3.h"
#include "dai4.h"
#include "daip1.h"
#include "daip2.h"

 


//声明一个激活应用的列表结构,该结构的实例与用户菜单文件中激活的应用相匹配
static UF_MB_action_t action_table[]={
	{"Application",Application,NULL},
	{NULL,NULL,NULL}
};

/* The following definition defines the number of callback entries */
/* in the callback structure:                                      */
/* UF_STYLER_callback_info_t CHANGE_cbs */
#define CHANGE_CB_COUNT ( 5 + 1 ) /* Add 1 for the terminator */
 
/*--------------------------------------------------------------------------
The following structure defines the callback entries used by the       
styler file.  This structure MUST be passed into the user function,    
UF_STYLER_create_dialog along with CHANGE_CB_COUNT.                       
--------------------------------------------------------------------------*/
static UF_STYLER_callback_info_t CHANGE_cbs[CHANGE_CB_COUNT] = 
{
 {CHANGE_ACTION_0       , UF_STYLER_ACTIVATE_CB     , 0, CHANGE_action_0_act_cb},
 {CHANGE_ACTION_1       , UF_STYLER_ACTIVATE_CB     , 0, CHANGE_action_1_act_cb},
 {CHANGE_ACTION_2       , UF_STYLER_ACTIVATE_CB     , 0, CHANGE_action_2_act_cb},
 {CHANGE_ACTION_3       , UF_STYLER_ACTIVATE_CB     , 0, CHANGE_action_3_act_cb},
 {CHANGE_ACTION_4       , UF_STYLER_ACTIVATE_CB     , 0, CHANGE_action_4_act_cb},
 {UF_STYLER_NULL_OBJECT, UF_STYLER_NO_CB, 0, 0 }
};


#endif

⌨️ 快捷键说明

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