forked from CnCNet/WorldAlteringEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlaceWaypointWindow.ini
More file actions
36 lines (30 loc) · 916 Bytes
/
PlaceWaypointWindow.ini
File metadata and controls
36 lines (30 loc) · 916 Bytes
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
28
29
30
31
32
33
34
35
[PlaceWaypointWindow]
$Width=215
$CC0=lblDescription:XNALabel
$CC1=tbWaypointNumber:EditorNumberTextBox
$CC2=lblWaypointColor:XNALabel
$CC3=ddWaypointColor:XNADropDown
$CC4=btnPlace:EditorButton
$Height=getBottom(btnPlace) + EMPTY_SPACE_BOTTOM
HasCloseButton=yes
[lblDescription]
$X=EMPTY_SPACE_SIDES
$Y=EMPTY_SPACE_TOP
Text=Input waypoint number:
[tbWaypointNumber]
$X=EMPTY_SPACE_SIDES
$Y=getBottom(lblDescription) + VERTICAL_SPACING
$Width=getWidth(PlaceWaypointWindow) - (EMPTY_SPACE_SIDES * 2)
[lblWaypointColor]
$X=getX(tbWaypointNumber)
$Y=getBottom(tbWaypointNumber) + VERTICAL_SPACING + 1
Text=Color:
[ddWaypointColor]
$X=getRight(lblWaypointColor) + HORIZONTAL_SPACING
$Y=getY(lblWaypointColor) - 1
$Width=getRight(tbWaypointNumber) - getX(ddWaypointColor)
[btnPlace]
$Width=80
$X=(getWidth(PlaceWaypointWindow) - getWidth(btnPlace)) / 2
$Y=getBottom(ddWaypointColor) + EMPTY_SPACE_TOP
Text=Place