📄 standard_hob.h
字号:
/*=============================================================================
WARNING!! This file is overwritten by the UIStyler each time the Styler
file is saved.
Filename: standard_hob.h
This file was generated by the NX User Interface Styler
Created by: Administrator
Version: NX 3
Date: 05-13- 5
Time: 20:45
This include file is overwritten each time the UIStyler dialog is
saved. Any modifications to this file will be lost.
==============================================================================*/
#ifndef STANDARD_HOB_H_INCLUDED
#define STANDARD_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 STANDARD_HOB_GEAR ("GEAR")
#define STANDARD_HOB_MN ("MN")
#define STANDARD_HOB_ZN ("ZN")
#define STANDARD_HOB_B ("B")
#define STANDARD_HOB_SN ("SN")
#define STANDARD_HOB_DA ("DA")
#define STANDARD_HOB_BN ("BN")
#define STANDARD_HOB_GR_END_1 ("GR_END_1")
#define STANDARD_HOB_PARA ("PARA")
#define STANDARD_HOB_AG ("AG")
#define STANDARD_HOB_HEG ("HEG")
#define STANDARD_HOB_HG ("HG")
#define STANDARD_HOB_TNG ("TNG")
#define STANDARD_HOB_SNG ("SNG")
#define STANDARD_HOB_R1 ("R1")
#define STANDARD_HOB_R2 ("R2")
#define STANDARD_HOB_GR_END_4 ("GR_END_4")
#define STANDARD_HOB_XUAN ("XUAN")
#define STANDARD_HOB_SEP_18 ("SEP_18")
#define STANDARD_HOB_DATABASE ("DATABASE")
#define STANDARD_HOB_DIALOG_OBJECT_COUNT ( 20 )
/*---------------- 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 STANDARD_HOB_construction ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int STANDARD_HOB_destruction ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int STANDARD_HOB_ok ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int STANDARD_HOB_cancel ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int STANDARD_HOB_cutter_database ( 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 /* STANDARD_HOB_H_INCLUDED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -