-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeveloperSuiteAbout.xml
27 lines (25 loc) · 1.17 KB
/
DeveloperSuiteAbout.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- Developer Suite
-- The MIT License © Arthur Corenzan
-->
<GuiXml>
<Controls>
<TopLevelControl name="DeveloperSuite_AboutTopLevelControl" inherits="DeveloperSuite_TopLevelControl" resizeHandleSize="0">
<DimensionConstraints minX="360" minY="160"/>
<Controls>
<Label name="$(parent)NameLabel" text="Developer Suite" font="DeveloperSuite_FontHuge">
<Anchor point="TOP" offsetY="25"/>
</Label>
<Label name="$(parent)VersionLabel" text="SI_DEVELOPER_SUITE_VERSION" font="DeveloperSuite_FontSmallBold">
<Anchor point="TOP" relativeTo="$(parent)NameLabel" relativePoint="BOTTOM" offsetY="5"/>
</Label>
<Button name="$(parent)CloseButton" inherits="DeveloperSuite_TextButton" text="CLOSE">
<Dimensions x="55" y="20"/>
<Anchor point="BOTTOM" offsetY="-25"/>
<OnClicked>
DeveloperSuite_TopLevelControl_Hide(self:GetParent())
</OnClicked>
</Button>
</Controls>
</TopLevelControl>
</Controls>
</GuiXml>