pbdlg.h

来自「microstation MDL入门指导手册!」· C头文件 代码 · 共 70 行

H
70
字号
//
// This file was generated by the Bentley MFC Application Wizard
//
///////////////////////////////////////////////////////////////////////////////

/*----------------------------------------------------------------------+
|									|
|   Dialog Box ID's							|
|									|
+----------------------------------------------------------------------*/
#define DIALOGID_PlaceBox  	   1

/*----------------------------------------------------------------------+
|									|
|   Dialog Item ID's							|
|									|
+----------------------------------------------------------------------*/
#define TEXTID_cellName		   1
#define TEXTID_String		   2

#define OPTIONBUTTONID_groupMode 1

#define TOGGLEID_leaderLine    1

#define PUSHBUTTONID_ok          1

/*----------------------------------------------------------------------+
|									|
|   Dialog Hook ID's							|
|									|
+----------------------------------------------------------------------*/
#define HOOKITEMID_Button_Place	    1  
 

#define PUSHBUTTONID_NativeCode		1

#define MESSAGELISTID_Commands	    1
#define MESSAGELISTID_Messages	    2
#define MESSAGELISTID_Prompts	    3
#define MESSAGELISTID_Misc	    4
#define	MESSAGEID_ResourceLoadError 5

#define MESSAGEID_ToolSettings  1
#define MESSAGEID_abc		2
#define COMMANDID_PlaceDate	3

#define PROMPTMESSAGEID_abc	1
#define PROMPTID_Start	    2
#define PROMPTID_EnterPoint	3
#define PROMPTID_EnterPosition 4
#define PROMPTID_End		   5

#define MISCMESSAGEID_abc	1

/*----------------------------------------------------------------------+
|									|
|   Typedefs for Dialog access strings					|
|									|
+----------------------------------------------------------------------*/
typedef struct placeboxinfo    
   {
   char    cellName[8];
   char    String[127];
   int    groupMode;
   int    leaderLine;
   }PlaceBoxInfo;



⌨️ 快捷键说明

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