GME  13
Defines | Enumerations
InspectorDefs.h File Reference

Go to the source code of this file.

Defines

#define DEBUG_EVENTS
#define EVENT_TRACE(x)   TRACE(x)
#define INSP_INITIAL_SIZEX   200
#define INSP_INITIAL_SIZEY   320
#define INSP_MIN_SIZEX   80
#define INSP_MIN_SIZEY   100
#define INSP_LEFT_MARGIN   16
#define INSP_DIVIDER_POSITION   100
#define INSP_MOUSE_RADIUS   1
#define INSP_PLUS_MINUS_BUTTON_SIZE   9
#define INSP_ENTRY_FONT_FACE   _T("MS Sans Serif")
#define INSP_ENTRY_FONT_PTSIZE   80
#define INSP_COLORBOX_SIZE   13
#define INSP_COLORBOX_MARGIN   2
#define AUTOROUTER_SOURCE   0x01
#define AUTOROUTER_DESTINATION   0x02
#define AUTOROUTER_STATE_CONN   0x03
#define AUTOROUTER_STATE_MODEL   0x04
#define IDC_ARROW_BUTTON   301
#define IDC_COMBO_LISTBOX   302
#define IDC_EDITBOX_MULTILINE   303
#define IDC_EDITBOX_SINGLELINE   304
#define IDC_EDITOR_BUTTON   305
#define HLB_SELENDOK   WM_APP + 1020
#define MSG_EDIT_END_OK   WM_APP + 1021
#define LBN_ON_ITEM_CHANGED   WM_APP + 1022
#define MSG_NAME_EDIT_END_OK   WM_APP + 1023
#define MSG_NAME_EDIT_END_CANCEL   WM_APP + 1024
#define ATTRIBUTE_MULTILINE_PREFERENCE_REGISTRY_PATH   "multiLine"
#define ATTRIBUTE_HELP_REGISTRY_PATH   "help"
#define ATTRIBUTE_CONTENTTYPE_REGISTRY_PATH   "content-type"

Enumerations

enum  InspPanelID { INSP_ATTR_PANEL = 0, INSP_PREF_PANEL, INSP_PROP_PANEL, INSP_PANEL_NUM }

Define Documentation

#define ATTRIBUTE_CONTENTTYPE_REGISTRY_PATH   "content-type"

Definition at line 68 of file InspectorDefs.h.

#define ATTRIBUTE_HELP_REGISTRY_PATH   "help"

Definition at line 67 of file InspectorDefs.h.

Definition at line 66 of file InspectorDefs.h.

#define AUTOROUTER_DESTINATION   0x02

Definition at line 38 of file InspectorDefs.h.

#define AUTOROUTER_SOURCE   0x01

Definition at line 37 of file InspectorDefs.h.

#define AUTOROUTER_STATE_CONN   0x03

Definition at line 39 of file InspectorDefs.h.

#define AUTOROUTER_STATE_MODEL   0x04

Definition at line 40 of file InspectorDefs.h.

#define DEBUG_EVENTS

Definition at line 6 of file InspectorDefs.h.

#define EVENT_TRACE (   x)    TRACE(x)

Definition at line 10 of file InspectorDefs.h.

#define HLB_SELENDOK   WM_APP + 1020

Definition at line 51 of file InspectorDefs.h.

#define IDC_ARROW_BUTTON   301

Definition at line 44 of file InspectorDefs.h.

#define IDC_COMBO_LISTBOX   302

Definition at line 45 of file InspectorDefs.h.

#define IDC_EDITBOX_MULTILINE   303

Definition at line 46 of file InspectorDefs.h.

#define IDC_EDITBOX_SINGLELINE   304

Definition at line 47 of file InspectorDefs.h.

#define IDC_EDITOR_BUTTON   305

Definition at line 48 of file InspectorDefs.h.

#define INSP_COLORBOX_MARGIN   2

Definition at line 35 of file InspectorDefs.h.

#define INSP_COLORBOX_SIZE   13

Definition at line 34 of file InspectorDefs.h.

#define INSP_DIVIDER_POSITION   100

Definition at line 23 of file InspectorDefs.h.

#define INSP_ENTRY_FONT_FACE   _T("MS Sans Serif")

Definition at line 28 of file InspectorDefs.h.

#define INSP_ENTRY_FONT_PTSIZE   80

Definition at line 29 of file InspectorDefs.h.

#define INSP_INITIAL_SIZEX   200

Definition at line 17 of file InspectorDefs.h.

#define INSP_INITIAL_SIZEY   320

Definition at line 18 of file InspectorDefs.h.

#define INSP_LEFT_MARGIN   16

Definition at line 22 of file InspectorDefs.h.

#define INSP_MIN_SIZEX   80

Definition at line 19 of file InspectorDefs.h.

#define INSP_MIN_SIZEY   100

Definition at line 20 of file InspectorDefs.h.

#define INSP_MOUSE_RADIUS   1

Definition at line 24 of file InspectorDefs.h.

Definition at line 25 of file InspectorDefs.h.

#define LBN_ON_ITEM_CHANGED   WM_APP + 1022

Definition at line 58 of file InspectorDefs.h.

#define MSG_EDIT_END_OK   WM_APP + 1021

Definition at line 54 of file InspectorDefs.h.

#define MSG_NAME_EDIT_END_CANCEL   WM_APP + 1024

Definition at line 63 of file InspectorDefs.h.

#define MSG_NAME_EDIT_END_OK   WM_APP + 1023

Definition at line 62 of file InspectorDefs.h.


Enumeration Type Documentation

Enumerator:
INSP_ATTR_PANEL 
INSP_PREF_PANEL 
INSP_PROP_PANEL 
INSP_PANEL_NUM 

Definition at line 31 of file InspectorDefs.h.