mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Implemented Packages, + some minor tweaks to headers
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@6 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+12
-11
@@ -103,23 +103,23 @@ enum ChildMenuID {
|
||||
|
||||
// SymbolSelectEditor toolbar/menu
|
||||
, ID_PART = 2001
|
||||
, ID_PART_MERGE = ID_PART + PART_MERGE
|
||||
, ID_PART_SUBTRACT = ID_PART + PART_SUBTRACT
|
||||
, ID_PART_INTERSECTION = ID_PART + PART_INTERSECTION
|
||||
, ID_PART_DIFFERENCE = ID_PART + PART_DIFFERENCE
|
||||
, ID_PART_OVERLAP = ID_PART + PART_OVERLAP
|
||||
, ID_PART_BORDER = ID_PART + PART_BORDER
|
||||
, ID_PART_MERGE = ID_PART + 0//PART_MERGE
|
||||
, ID_PART_SUBTRACT = ID_PART + 1//PART_SUBTRACT
|
||||
, ID_PART_INTERSECTION = ID_PART + 2//PART_INTERSECTION
|
||||
, ID_PART_DIFFERENCE = ID_PART + 3//PART_DIFFERENCE
|
||||
, ID_PART_OVERLAP = ID_PART + 4//PART_OVERLAP
|
||||
, ID_PART_BORDER = ID_PART + 5//PART_BORDER
|
||||
, ID_PART_MAX
|
||||
|
||||
// SymbolPointEditor toolbar/menu
|
||||
, ID_SEGMENT = 2101
|
||||
, ID_SEGMENT_LINE = ID_SEGMENT + SEGMENT_LINE
|
||||
, ID_SEGMENT_CURVE = ID_SEGMENT + SEGMENT_CURVE
|
||||
, ID_SEGMENT_LINE = ID_SEGMENT + 0//SEGMENT_LINE
|
||||
, ID_SEGMENT_CURVE = ID_SEGMENT + 1//SEGMENT_CURVE
|
||||
, ID_SEGMENT_MAX
|
||||
, ID_LOCK = 2151
|
||||
, ID_LOCK_FREE = ID_LOCK + LOCK_FREE
|
||||
, ID_LOCK_DIR = ID_LOCK + LOCK_DIR
|
||||
, ID_LOCK_SIZE = ID_LOCK + LOCK_SIZE
|
||||
, ID_LOCK_FREE = ID_LOCK + 0//LOCK_FREE
|
||||
, ID_LOCK_DIR = ID_LOCK + 1//LOCK_DIR
|
||||
, ID_LOCK_SIZE = ID_LOCK + 2//LOCK_SIZE
|
||||
, ID_LOCK_MAX
|
||||
|
||||
// SymbolBasicShapeEditor toolbar/menu
|
||||
@@ -145,6 +145,7 @@ enum ControlID {
|
||||
, ID_VIEWER = 6001
|
||||
, ID_EDITOR
|
||||
, ID_CONTROL
|
||||
, ID_TAB_BAR
|
||||
, ID_CARD_LIST
|
||||
, ID_PART_LIST
|
||||
, ID_NOTES
|
||||
|
||||
Reference in New Issue
Block a user