-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathCreateNewMapWindow.ini
More file actions
145 lines (124 loc) · 3.15 KB
/
CreateNewMapWindow.ini
File metadata and controls
145 lines (124 loc) · 3.15 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
[CreateNewMapWindow]
Width=500
$CC00=lblHeader:XNALabel
$CC01=ddTheater:XNADropDown
$CC02=lblTheater:XNALabel
$CC03=tbWidth:EditorNumberTextBox
$CC04=lblWidth:XNALabel
$CC05=tbHeight:EditorNumberTextBox
$CC06=lblHeight:XNALabel
$CC07=tbBasicHeight:EditorNumberTextBox
$CC08=lblBasicHeight:XNALabel
$CC09=tbTerrainImage:EditorTextBox
$CC10=lblTerrainImage:XNALabel
$CC11=btnSelectTerrainImage:EditorButton
$CC12=tbHeightmap:EditorTextBox
$CC13=lblHeightmap:XNALabel
$CC14=btnSelectHeightmap:EditorButton
$CC15=tbImportConfig:EditorTextBox
$CC16=lblImportConfig:XNALabel
$CC17=btnSelectImportConfig:EditorButton
$CC18=btnCreate:EditorButton
$CC19=btnApplyTerrainImageRatio:EditorButton
$Height=getBottom(btnCreate) + EMPTY_SPACE_BOTTOM
[lblHeader]
FontIndex=1
Text=Create New Map
$Y=EMPTY_SPACE_TOP
$X=horizontalCenterOnParent()
[ddTheater]
$X=150
$Width=getWidth(CreateNewMapWindow) - getX(ddTheater) - EMPTY_SPACE_SIDES
$Y=getBottom(lblHeader) + EMPTY_SPACE_TOP
Option0=TEMPERATE
Option1=DESERT
[lblTheater]
$X=EMPTY_SPACE_SIDES
$Y=getY(ddTheater) + 1
Text=Theater:
[tbWidth]
$X=getX(ddTheater)
$Width=getWidth(ddTheater)
$Y=getBottom(ddTheater) + VERTICAL_SPACING
Text=100
NextControl=tbHeight
[lblWidth]
$X=getX(lblTheater)
$Y=getY(tbWidth) + 1
Text=Width:
[tbHeight]
$X=getX(ddTheater)
$Width=getWidth(ddTheater) - 100
$Y=getBottom(tbWidth) + VERTICAL_SPACING
Text=100
PreviousControl=tbWidth
[lblHeight]
$X=getX(lblTheater)
$Y=getY(tbHeight) + 1
Text=Height:
[tbBasicHeight]
$X=getX(ddTheater)
$Width=getWidth(ddTheater)
$Y=getBottom(tbHeight) + VERTICAL_SPACING
Text=0
PreviousControl=tbHeight
[lblBasicHeight]
$X=getX(lblTheater)
$Y=getY(tbBasicHeight) + 1
Text=Base height:
[tbTerrainImage]
$X=getX(ddTheater)
$Width=getWidth(ddTheater) - 100
$Y=getBottom(tbBasicHeight) + VERTICAL_SPACING
PreviousControl=tbBasicHeight
[lblTerrainImage]
$X=getX(lblTheater)
$Y=getY(tbTerrainImage) + 1
Text=Terrain map:
[btnSelectTerrainImage]
$Width=100 - HORIZONTAL_SPACING
$Height=getHeight(tbTerrainImage)
$Y=getY(tbTerrainImage)
$X=getX(tbTerrainImage) + getWidth(tbTerrainImage) + HORIZONTAL_SPACING
Text=...
[tbHeightmap]
$X=getX(ddTheater)
$Width=getWidth(ddTheater) - 100
$Y=getBottom(tbTerrainImage) + VERTICAL_SPACING
PreviousControl=tbTerrainImage
[lblHeightmap]
$X=getX(lblTheater)
$Y=getY(tbHeightmap) + 1
Text=Heightmap:
[btnSelectHeightmap]
$Width=100 - HORIZONTAL_SPACING
$Height=getHeight(tbHeightmap)
$Y=getY(tbHeightmap)
$X=getX(tbHeightmap) + getWidth(tbHeightmap) + HORIZONTAL_SPACING
Text=...
[tbImportConfig]
$X=getX(ddTheater)
$Width=getWidth(ddTheater) - 100
$Y=getBottom(tbHeightmap) + VERTICAL_SPACING
PreviousControl=tbHeightmap
[lblImportConfig]
$X=getX(lblTheater)
$Y=getY(tbImportConfig) + 1
Text=Importer config:
[btnSelectImportConfig]
$Width=100 - HORIZONTAL_SPACING
$Height=getHeight(tbImportConfig)
$Y=getY(tbImportConfig)
$X=getX(tbImportConfig) + getWidth(tbImportConfig) + HORIZONTAL_SPACING
Text=...
[btnCreate]
$Width=100
$Y=getBottom(tbImportConfig) + EMPTY_SPACE_TOP
$X=horizontalCenterOnParent()
Text=Create
[btnApplyTerrainImageRatio]
$Width=100
$Height=getHeight(tbHeight)
$Y=getY(tbHeight)
$X=500 - getWidth(btnApplyTerrainImageRatio) - HORIZONTAL_SPACING
Text=Auto