📄 tiqian_no_tutai_hob.h
字号:
/*=============================================================================
WARNING!! This file is overwritten by the UIStyler each time the Styler
file is saved.
Filename: tiqian_no_tutai_hob.h
This file was generated by the NX User Interface Styler
Created by: Administrator
Version: NX 3
Date: 05-06- 5
Time: 20:35
This include file is overwritten each time the UIStyler dialog is
saved. Any modifications to this file will be lost.
==============================================================================*/
#ifndef XIUYUAN_NO_TUTAI_HOB_H_INCLUDED
#define XIUYUAN_NO_TUTAI_HOB_H_INCLUDED
#include <uf.h>
#include <uf_defs.h>
#include <uf_styler.h>
#ifdef __cplusplus
extern "C" {
#endif
/*------------------ UIStyler Dialog Definitions ------------------- */
/* The following values are definitions into your UIStyler dialog. */
/* These values will allow you to modify existing objects within your */
/* dialog. They work directly with the NX Open API, */
/* UF_STYLER_ask_value, UF_STYLER_ask_values, and UF_STYLER_set_value.*/
/*------------------------------------------------------------------- */
#define HOB_GEAR ("GEAR")
#define HOB_MN ("MN")
#define HOB_Z ("Z")
#define HOB_B ("B")
#define HOB_SN ("SN")
#define HOB_DA ("DA")
#define HOB_BN ("BN")
#define HOB_XUAN ("XUAN")
#define HOB_GR_END ("GR_END")
#define HOB_PARA ("PARA")
#define HOB_AG ("AG")
#define HOB_HEG ("HEG")
#define HOB_HG ("HG")
#define HOB_TNG ("TNG")
#define HOB_SNG ("SNG")
#define HOB_CJA ("CJA")
#define HOB_CJG ("CJG")
#define HOB_R1 ("R1")
#define HOB_R2 ("R2")
#define HOB_END ("END")
#define HOB_DATABASE ("DATABASE")
#define HOB_DIALOG_OBJECT_COUNT ( 21 )
/*---------------- UIStyler Callback Prototypes --------------- */
/* The following function prototypes define the callbacks */
/* specified in your UIStyler built dialog. You are REQUIRED to*/
/* create the associated function for each prototype. You must */
/* use the same function name and parameter list when creating */
/* your callback function. */
/*------------------------------------------------------------- */
int HOB_construction ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int HOB_destruction ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int HOB_ok ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int HOB_cancel ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int HOB_database_act ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
#ifdef __cplusplus
}
#endif
void write_para(int dialog_id);
void read_para_from_database(int dialog_id,void *str_mid);
#endif /* XIUYUAN_NO_TUTAI_HOB_H_INCLUDED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -