Ships the two new widget primitives the retail Options panel needs plus the
four remaining UIOption_* factory mappings, so every tab page (OP3-OP6) has
somewhere to mount.
- ElementReader/ElementInfo gain three new dat-property readers, following
the existing effective-state-resolution pattern (never a per-state
first-wins scan, per the round-5 N1 lesson): the Type-8 tab table
(property 0x2E -> TabTable), a ListBox's row-template list (property
0x64 -> TemplateList), and scrollbar linkage (property 0x72 ->
ScrollbarElementId). LayoutImporter gains one hook
(IUiChildrenAttachedListener) so a widget can resolve cross-references
its own dat properties name by id once its subtree actually exists.
- UiTabControl (Type 8): switches exactly one page-slot child visible,
syncs each tab button's Open/Closed state via the existing
RetailTabBinding helper, and honors the authored default tab on mount.
- UiTemplateListBox (Type 5 with an authored template list): wraps a
UiScrollablePanel viewport (sealed, so composition not inheritance) and
ports AddItemFromTemplateList(index) — the resolver seam a page
controller wires with real DAT access via the SAME
LayoutImporter.ImportInfos(dats, layoutId, elementId) overload
RetailDialogFactory already uses for its catalog LayoutDesc.
- DatWidgetFactory maps the four remaining UIOption_* widgets, each
verified against the regenerated options_2100002B.json fixture before
writing any code: 0x10000037 (Slider) is structurally an ordinary
horizontal UIElement_Scrollbar, so it reuses BuildScrollbar directly;
0x10000038 (Menu) is structurally identical to the vendor category
dropdown UiMenu already models, so it reuses `new UiMenu()` like the
Type-6 case; 0x10000036 (CheckboxSlider) composes an existing
UIOption_Checkbox child + UIOption_Slider child via the new
UiOptionToggleSlider wrapper; 0x10000044 (CheckboxBitfield64) authors
zero children in the dat (every row is added at runtime via retail's own
AddChild(lowMask, highMask, label, tooltip) call shape), so it's a new
UiCheckboxBitfield64 composing UiButton per row. No new drawing code
anywhere in this set.
- Five new committed fixtures (options_2100002B/2100002A/21000028/
2100005C/21000029) plus 25 new conformance tests pinning the tab table
(4 entries, Gameplay default), all three template arrays, scrollbar
linkage, every new widget-type mapping, and a UiTabControl behavioral
test (switch -> exactly one page visible, click-through the tab
button). The Character ListBox's authored 6-header/49-toggle shape
(lane B section counts) is proven reachable end-to-end through
AddItemFromTemplateList against the committed fixture.
- Regenerating fixtures also touched 27 PRE-EXISTING, unrelated fixtures
(an Outline/OutlineColor field pair added by an earlier commit,
bcc34ee3, that predates when those fixtures were last regenerated).
Per the slice contract, that drift was NOT committed — reverted back to
HEAD, only the five new Options-panel fixtures are new files here.
- Filed TS-72: UiCheckboxBitfield64's click-toggle bit math (AND/OR
set/clear semantics) is a documented approximation — the decompiled
excerpt this campaign pulled covers UIOption_CheckboxBitfield64::Apply's
WRITE side, not its own click-handler's bit math. Flagged for OP5 (the
Chat tab controller, the first consumer that reaches the wire) to
verify against the real decomp before any live transaction depends on
it; nothing user-reachable can observe this yet.
Full Release suite: 12,770 passed / 4 skipped / 0 failed (was 12,745/4/0
post-OP1 — 25 net new tests, zero regressions).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6350 lines
No EOL
172 KiB
JSON
6350 lines
No EOL
172 KiB
JSON
{
|
|
"Id": 268435970,
|
|
"Type": 268435497,
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Width": 300,
|
|
"Height": 337,
|
|
"OriginalParentWidth": 0,
|
|
"OriginalParentHeight": 0,
|
|
"HasOriginalParentSize": false,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 0,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"88": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 88,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"87": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 87,
|
|
"UnsignedValue": 268435483,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [
|
|
{
|
|
"Id": 268435971,
|
|
"Type": 1,
|
|
"X": 26,
|
|
"Y": 20,
|
|
"Width": 240,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 300,
|
|
"OriginalParentHeight": 337,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 2,
|
|
"ReadOrder": 1,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"35": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 35,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"26": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 26,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 2,
|
|
"MasterPropertyId": 24,
|
|
"UnsignedValue": 1073741825,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"37": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 37,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"27": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 27,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 6,
|
|
"MasterPropertyId": 25,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 255,
|
|
"Green": 255,
|
|
"Red": 255,
|
|
"Alpha": 255
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"20": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 20,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"21": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 21,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"36": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 36,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"83": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 83,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"19": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 19,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"63": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 63,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 65,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"32": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 32,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"23": {
|
|
"Kind": 5,
|
|
"MasterPropertyId": 23,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 119380676,
|
|
"TableId": 587202561,
|
|
"Override": 0,
|
|
"English": 1,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"33": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 33,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 1,
|
|
"FontDid": 1073741825,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": {
|
|
"X": 1,
|
|
"Y": 1,
|
|
"Z": 1,
|
|
"W": 1
|
|
},
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "Normal",
|
|
"Children": [
|
|
{
|
|
"Id": 268436174,
|
|
"Type": 3,
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 2,
|
|
"Bottom": 1,
|
|
"ReadOrder": 1,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693160,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693159,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693160,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693159,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436175,
|
|
"Type": 3,
|
|
"X": 32,
|
|
"Y": 0,
|
|
"Width": 15,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 2,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693163,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693162,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693163,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693162,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436176,
|
|
"Type": 3,
|
|
"X": 47,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 2,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 3,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693166,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693165,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693166,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693165,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
}
|
|
],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268435972,
|
|
"Type": 1,
|
|
"X": 26,
|
|
"Y": 110,
|
|
"Width": 240,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 300,
|
|
"OriginalParentHeight": 337,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 2,
|
|
"ReadOrder": 3,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"35": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 35,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"26": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 26,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 2,
|
|
"MasterPropertyId": 24,
|
|
"UnsignedValue": 1073741825,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"37": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 37,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"27": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 27,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 6,
|
|
"MasterPropertyId": 25,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 255,
|
|
"Green": 255,
|
|
"Red": 255,
|
|
"Alpha": 255
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"20": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 20,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"21": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 21,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"36": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 36,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"83": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 83,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"19": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 19,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"63": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 63,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 65,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"32": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 32,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"23": {
|
|
"Kind": 5,
|
|
"MasterPropertyId": 23,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 110422340,
|
|
"TableId": 587202561,
|
|
"Override": 0,
|
|
"English": 1,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"18": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 18,
|
|
"UnsignedValue": 268435487,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"33": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 33,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 1,
|
|
"FontDid": 1073741825,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": {
|
|
"X": 1,
|
|
"Y": 1,
|
|
"Z": 1,
|
|
"W": 1
|
|
},
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "Normal",
|
|
"Children": [
|
|
{
|
|
"Id": 268436174,
|
|
"Type": 3,
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 2,
|
|
"Bottom": 1,
|
|
"ReadOrder": 1,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693160,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693159,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693160,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693159,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436175,
|
|
"Type": 3,
|
|
"X": 32,
|
|
"Y": 0,
|
|
"Width": 15,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 2,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693163,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693162,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693163,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693162,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436176,
|
|
"Type": 3,
|
|
"X": 47,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 2,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 3,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693166,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693165,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693166,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693165,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
}
|
|
],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268435973,
|
|
"Type": 1,
|
|
"X": 26,
|
|
"Y": 190,
|
|
"Width": 240,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 300,
|
|
"OriginalParentHeight": 337,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 2,
|
|
"ReadOrder": 5,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"35": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 35,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"26": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 26,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 2,
|
|
"MasterPropertyId": 24,
|
|
"UnsignedValue": 1073741825,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"37": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 37,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"27": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 27,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 6,
|
|
"MasterPropertyId": 25,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 255,
|
|
"Green": 255,
|
|
"Red": 255,
|
|
"Alpha": 255
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"20": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 20,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"21": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 21,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"36": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 36,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"83": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 83,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"19": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 19,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"63": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 63,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 65,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"32": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 32,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"23": {
|
|
"Kind": 5,
|
|
"MasterPropertyId": 23,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 196096592,
|
|
"TableId": 587202561,
|
|
"Override": 0,
|
|
"English": 1,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"18": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 18,
|
|
"UnsignedValue": 123,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"33": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 33,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 1,
|
|
"FontDid": 1073741825,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": {
|
|
"X": 1,
|
|
"Y": 1,
|
|
"Z": 1,
|
|
"W": 1
|
|
},
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "Normal",
|
|
"Children": [
|
|
{
|
|
"Id": 268436174,
|
|
"Type": 3,
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 2,
|
|
"Bottom": 1,
|
|
"ReadOrder": 1,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693160,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693159,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693160,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693159,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436175,
|
|
"Type": 3,
|
|
"X": 32,
|
|
"Y": 0,
|
|
"Width": 15,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 2,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693163,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693162,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693163,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693162,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436176,
|
|
"Type": 3,
|
|
"X": 47,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 2,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 3,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693166,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693165,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693166,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693165,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
}
|
|
],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268435974,
|
|
"Type": 1,
|
|
"X": 26,
|
|
"Y": 240,
|
|
"Width": 240,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 300,
|
|
"OriginalParentHeight": 337,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 2,
|
|
"ReadOrder": 6,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"35": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 35,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"26": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 26,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 2,
|
|
"MasterPropertyId": 24,
|
|
"UnsignedValue": 1073741825,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"37": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 37,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"27": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 27,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 6,
|
|
"MasterPropertyId": 25,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 255,
|
|
"Green": 255,
|
|
"Red": 255,
|
|
"Alpha": 255
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"20": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 20,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"21": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 21,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"36": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 36,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"83": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 83,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"19": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 19,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"63": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 63,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 65,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"32": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 32,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"23": {
|
|
"Kind": 5,
|
|
"MasterPropertyId": 23,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 21363877,
|
|
"TableId": 587202561,
|
|
"Override": 0,
|
|
"English": 1,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"33": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 33,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 1,
|
|
"FontDid": 1073741825,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": {
|
|
"X": 1,
|
|
"Y": 1,
|
|
"Z": 1,
|
|
"W": 1
|
|
},
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "Normal",
|
|
"Children": [
|
|
{
|
|
"Id": 268436174,
|
|
"Type": 3,
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 2,
|
|
"Bottom": 1,
|
|
"ReadOrder": 1,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693160,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693159,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693160,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693159,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436175,
|
|
"Type": 3,
|
|
"X": 32,
|
|
"Y": 0,
|
|
"Width": 15,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 2,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693163,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693162,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693163,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693162,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436176,
|
|
"Type": 3,
|
|
"X": 47,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 2,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 3,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693166,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693165,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693166,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693165,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
}
|
|
],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436940,
|
|
"Type": 1,
|
|
"X": 26,
|
|
"Y": 150,
|
|
"Width": 240,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 300,
|
|
"OriginalParentHeight": 337,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 2,
|
|
"ReadOrder": 4,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"35": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 35,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"26": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 26,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 2,
|
|
"MasterPropertyId": 24,
|
|
"UnsignedValue": 1073741825,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"37": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 37,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"27": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 27,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 6,
|
|
"MasterPropertyId": 25,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 255,
|
|
"Green": 255,
|
|
"Red": 255,
|
|
"Alpha": 255
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"20": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 20,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"21": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 21,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"36": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 36,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"83": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 83,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"19": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 19,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"63": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 63,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 65,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"32": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 32,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"23": {
|
|
"Kind": 5,
|
|
"MasterPropertyId": 23,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 171306583,
|
|
"TableId": 587202561,
|
|
"Override": 0,
|
|
"English": 1,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"33": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 33,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 1,
|
|
"FontDid": 1073741825,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": {
|
|
"X": 1,
|
|
"Y": 1,
|
|
"Z": 1,
|
|
"W": 1
|
|
},
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "Normal",
|
|
"Children": [
|
|
{
|
|
"Id": 268436174,
|
|
"Type": 3,
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 2,
|
|
"Bottom": 1,
|
|
"ReadOrder": 1,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693160,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693159,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693160,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693159,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436175,
|
|
"Type": 3,
|
|
"X": 32,
|
|
"Y": 0,
|
|
"Width": 15,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 2,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693163,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693162,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693163,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693162,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436176,
|
|
"Type": 3,
|
|
"X": 47,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 2,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 3,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693166,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693165,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693166,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693165,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
}
|
|
],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268435975,
|
|
"Type": 1,
|
|
"X": 26,
|
|
"Y": 280,
|
|
"Width": 240,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 300,
|
|
"OriginalParentHeight": 337,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 2,
|
|
"ReadOrder": 7,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"35": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 35,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"26": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 26,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 2,
|
|
"MasterPropertyId": 24,
|
|
"UnsignedValue": 1073741825,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"37": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 37,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"27": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 27,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 6,
|
|
"MasterPropertyId": 25,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 255,
|
|
"Green": 255,
|
|
"Red": 255,
|
|
"Alpha": 255
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"20": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 20,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"21": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 21,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"36": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 36,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"83": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 83,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"19": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 19,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"63": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 63,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 65,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"32": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 32,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"23": {
|
|
"Kind": 5,
|
|
"MasterPropertyId": 23,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 49478981,
|
|
"TableId": 587202561,
|
|
"Override": 0,
|
|
"English": 1,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"33": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 33,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 1,
|
|
"FontDid": 1073741825,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": {
|
|
"X": 1,
|
|
"Y": 1,
|
|
"Z": 1,
|
|
"W": 1
|
|
},
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "Normal",
|
|
"Children": [
|
|
{
|
|
"Id": 268436174,
|
|
"Type": 3,
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 2,
|
|
"Bottom": 1,
|
|
"ReadOrder": 1,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693160,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693159,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693160,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693159,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436175,
|
|
"Type": 3,
|
|
"X": 32,
|
|
"Y": 0,
|
|
"Width": 15,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 2,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693163,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693162,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693163,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693162,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436176,
|
|
"Type": 3,
|
|
"X": 47,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 2,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 3,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693166,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693165,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693166,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693165,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
}
|
|
],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268437015,
|
|
"Type": 1,
|
|
"X": 26,
|
|
"Y": 60,
|
|
"Width": 240,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 300,
|
|
"OriginalParentHeight": 337,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 2,
|
|
"ReadOrder": 2,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"35": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 35,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"26": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 26,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 2,
|
|
"MasterPropertyId": 24,
|
|
"UnsignedValue": 1073741825,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"37": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 37,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"27": {
|
|
"Kind": 7,
|
|
"MasterPropertyId": 27,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [
|
|
{
|
|
"Kind": 6,
|
|
"MasterPropertyId": 25,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 255,
|
|
"Green": 255,
|
|
"Red": 255,
|
|
"Alpha": 255
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
],
|
|
"StructValue": {}
|
|
},
|
|
"20": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 20,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"21": {
|
|
"Kind": 0,
|
|
"MasterPropertyId": 21,
|
|
"UnsignedValue": 1,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"36": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 36,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 7,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"83": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 83,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"19": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 19,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"63": {
|
|
"Kind": 4,
|
|
"MasterPropertyId": 63,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 65,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"32": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 32,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
},
|
|
"23": {
|
|
"Kind": 5,
|
|
"MasterPropertyId": 23,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": false,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 196563556,
|
|
"TableId": 587202561,
|
|
"Override": 0,
|
|
"English": 1,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {
|
|
"33": {
|
|
"Kind": 1,
|
|
"MasterPropertyId": 33,
|
|
"UnsignedValue": 0,
|
|
"IntegerValue": 0,
|
|
"FloatValue": 0,
|
|
"BoolValue": true,
|
|
"StringInfoValue": {
|
|
"Token": 0,
|
|
"StringId": 0,
|
|
"TableId": 0,
|
|
"Override": 0,
|
|
"English": 0,
|
|
"Comment": 0
|
|
},
|
|
"ColorValue": {
|
|
"Blue": 0,
|
|
"Green": 0,
|
|
"Red": 0,
|
|
"Alpha": 0
|
|
},
|
|
"VectorValue": {
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Z": 0
|
|
},
|
|
"ArrayValue": [],
|
|
"StructValue": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": true,
|
|
"IncorporationFlags": 1,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 1,
|
|
"FontDid": 1073741825,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": {
|
|
"X": 1,
|
|
"Y": 1,
|
|
"Z": 1,
|
|
"W": 1
|
|
},
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "Normal",
|
|
"Children": [
|
|
{
|
|
"Id": 268436174,
|
|
"Type": 3,
|
|
"X": 0,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 2,
|
|
"Bottom": 1,
|
|
"ReadOrder": 1,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693161,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693160,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693159,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693161,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693160,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693159,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436175,
|
|
"Type": 3,
|
|
"X": 32,
|
|
"Y": 0,
|
|
"Width": 15,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 1,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 2,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693164,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693163,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693162,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693164,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693163,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693162,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
},
|
|
{
|
|
"Id": 268436176,
|
|
"Type": 3,
|
|
"X": 47,
|
|
"Y": 0,
|
|
"Width": 32,
|
|
"Height": 32,
|
|
"OriginalParentWidth": 79,
|
|
"OriginalParentHeight": 32,
|
|
"HasOriginalParentSize": true,
|
|
"Left": 2,
|
|
"Top": 1,
|
|
"Right": 1,
|
|
"Bottom": 1,
|
|
"ReadOrder": 3,
|
|
"ZLevel": 0,
|
|
"States": {
|
|
"4294967295": {
|
|
"Id": 4294967295,
|
|
"Name": "",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 30,
|
|
"Image": null,
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"1": {
|
|
"Id": 1,
|
|
"Name": "Normal",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"2": {
|
|
"Id": 2,
|
|
"Name": "Normal_rollover",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693167,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"3": {
|
|
"Id": 3,
|
|
"Name": "Normal_pressed",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693166,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
},
|
|
"13": {
|
|
"Id": 13,
|
|
"Name": "Ghosted",
|
|
"PassToChildren": false,
|
|
"IncorporationFlags": 0,
|
|
"Image": {
|
|
"File": 100693165,
|
|
"DrawMode": 3
|
|
},
|
|
"Cursor": null,
|
|
"Properties": {
|
|
"Values": {}
|
|
}
|
|
}
|
|
},
|
|
"DefaultStateId": 0,
|
|
"FontDid": 0,
|
|
"HJustify": 1,
|
|
"VJustify": 1,
|
|
"FontColor": null,
|
|
"Outline": false,
|
|
"OutlineColor": null,
|
|
"StateMedia": {
|
|
"Normal": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_rollover": {
|
|
"Item1": 100693167,
|
|
"Item2": 3
|
|
},
|
|
"Normal_pressed": {
|
|
"Item1": 100693166,
|
|
"Item2": 3
|
|
},
|
|
"Ghosted": {
|
|
"Item1": 100693165,
|
|
"Item2": 3
|
|
}
|
|
},
|
|
"StateCursors": {},
|
|
"DefaultStateName": "",
|
|
"Children": [],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
}
|
|
],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
}
|
|
],
|
|
"TabTable": [],
|
|
"TemplateList": [],
|
|
"ScrollbarElementId": 0
|
|
} |