Changeset 47 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Aug 17, 2014, 2:02:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r42 r47 127 127 object CheckBoxVoid: TCheckBox 128 128 Left = 8 129 Height = 2 4129 Height = 27 130 130 Top = 101 131 Width = 1 75131 Width = 198 132 132 Caption = 'Inaccessible places' 133 133 OnChange = CheckBoxVoidChange … … 136 136 object Label1: TLabel 137 137 Left = 8 138 Height = 2 2138 Height = 25 139 139 Top = 9 140 Width = 88140 Width = 104 141 141 Caption = 'Map width:' 142 142 ParentColor = False … … 144 144 object SpinEditMapSizeX: TSpinEdit 145 145 Left = 128 146 Height = 3 2146 Height = 35 147 147 Top = 4 148 148 Width = 98 … … 154 154 object SpinEditMapSizeY: TSpinEdit 155 155 Left = 128 156 Height = 3 2156 Height = 35 157 157 Top = 55 158 158 Width = 98 … … 164 164 object SpinEditVoidPercent: TSpinEdit 165 165 Left = 216 166 Height = 3 2166 Height = 35 167 167 Top = 97 168 168 Width = 106 … … 173 173 object Label3: TLabel 174 174 Left = 331 175 Height = 2 2175 Height = 25 176 176 Top = 102 177 Width = 1 5177 Width = 17 178 178 Caption = '%' 179 179 ParentColor = False … … 181 181 object TrackBarSizeX: TTrackBar 182 182 Left = 240 183 Height = 4 3183 Height = 46 184 184 Top = 1 185 185 Width = 451 … … 194 194 object TrackBarSizeY: TTrackBar 195 195 Left = 240 196 Height = 4 3196 Height = 46 197 197 Top = 49 198 198 Width = 451 … … 207 207 object Label2: TLabel 208 208 Left = 8 209 Height = 2 2209 Height = 25 210 210 Top = 57 211 Width = 94211 Width = 110 212 212 Caption = 'Map height:' 213 213 ParentColor = False … … 215 215 object CheckBoxCity: TCheckBox 216 216 Left = 8 217 Height = 2 4217 Height = 27 218 218 Top = 141 219 Width = 68219 Width = 73 220 220 Caption = 'Cities' 221 221 OnChange = CheckBoxCityChange … … 224 224 object SpinEditCityPercent: TSpinEdit 225 225 Left = 216 226 Height = 3 2226 Height = 35 227 227 Top = 137 228 228 Width = 106 … … 233 233 object Label4: TLabel 234 234 Left = 331 235 Height = 2 2235 Height = 25 236 236 Top = 142 237 Width = 1 5237 Width = 17 238 238 Caption = '%' 239 239 ParentColor = False … … 253 253 ChildSizing.Layout = cclLeftToRightThenTopToBottom 254 254 ChildSizing.ControlsPerLine = 1 255 ClientHeight = 52255 ClientHeight = 49 256 256 ClientWidth = 237 257 257 Items.Strings = ( … … 275 275 ChildSizing.Layout = cclLeftToRightThenTopToBottom 276 276 ChildSizing.ControlsPerLine = 1 277 ClientHeight = 81277 ClientHeight = 78 278 278 ClientWidth = 181 279 279 Items.Strings = ( … … 286 286 object ComboBoxGridType: TComboBox 287 287 Left = 312 288 Height = 3 0288 Height = 37 289 289 Top = 201 290 290 Width = 208 … … 293 293 'Hexagonal' 294 294 'Square' 295 'Triangular' 295 296 ) 296 297 Style = csDropDownList … … 299 300 object Label5: TLabel 300 301 Left = 216 301 Height = 2 2302 Height = 25 302 303 Top = 201 303 Width = 79304 Width = 90 304 305 Caption = 'Grid type:' 305 306 ParentColor = False … … 307 308 object Label6: TLabel 308 309 Left = 8 309 Height = 2 2310 Height = 25 310 311 Top = 313 311 Width = 1 14312 Width = 129 312 313 Caption = 'Win objective:' 313 314 ParentColor = False … … 315 316 object ComboBoxWinObjective: TComboBox 316 317 Left = 160 317 Height = 3 0318 Height = 37 318 319 Top = 305 319 320 Width = 208 … … 330 331 object Label7: TLabel 331 332 Left = 8 332 Height = 2 2333 Height = 25 333 334 Top = 348 334 Width = 2 11335 Width = 245 335 336 Caption = 'Max random neutral units:' 336 337 ParentColor = False … … 338 339 object SpinEditNeutralUnits: TSpinEdit 339 340 Left = 272 340 Height = 3 2341 Height = 35 341 342 Top = 343 342 343 Width = 98
Note:
See TracChangeset
for help on using the changeset viewer.