Changeset 70 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Sep 28, 2014, 6:04:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r55 r70 1 1 object FormNew: TFormNew 2 Left = 7062 Left = 440 3 3 Height = 614 4 Top = 4554 Top = 178 5 5 Width = 716 6 6 Caption = 'New game' … … 127 127 object CheckBoxVoid: TCheckBox 128 128 Left = 8 129 Height = 2 7129 Height = 24 130 130 Top = 101 131 Width = 1 98131 Width = 175 132 132 Caption = 'Inaccessible places' 133 133 OnChange = CheckBoxVoidChange … … 136 136 object Label1: TLabel 137 137 Left = 8 138 Height = 2 5138 Height = 22 139 139 Top = 9 140 Width = 104140 Width = 88 141 141 Caption = 'Map width:' 142 142 ParentColor = False … … 144 144 object SpinEditMapSizeX: TSpinEdit 145 145 Left = 128 146 Height = 3 5146 Height = 32 147 147 Top = 4 148 148 Width = 98 … … 154 154 object SpinEditMapSizeY: TSpinEdit 155 155 Left = 128 156 Height = 3 5156 Height = 32 157 157 Top = 55 158 158 Width = 98 … … 164 164 object SpinEditVoidPercent: TSpinEdit 165 165 Left = 216 166 Height = 3 5166 Height = 32 167 167 Top = 97 168 168 Width = 106 … … 173 173 object Label3: TLabel 174 174 Left = 331 175 Height = 2 5175 Height = 22 176 176 Top = 102 177 Width = 1 7177 Width = 15 178 178 Caption = '%' 179 179 ParentColor = False … … 207 207 object Label2: TLabel 208 208 Left = 8 209 Height = 2 5209 Height = 22 210 210 Top = 57 211 Width = 110211 Width = 94 212 212 Caption = 'Map height:' 213 213 ParentColor = False … … 215 215 object CheckBoxCity: TCheckBox 216 216 Left = 8 217 Height = 2 7217 Height = 24 218 218 Top = 141 219 Width = 73219 Width = 68 220 220 Caption = 'Cities' 221 221 OnChange = CheckBoxCityChange … … 224 224 object SpinEditCityPercent: TSpinEdit 225 225 Left = 216 226 Height = 3 5226 Height = 32 227 227 Top = 137 228 228 Width = 106 … … 233 233 object Label4: TLabel 234 234 Left = 331 235 Height = 2 5235 Height = 22 236 236 Top = 142 237 Width = 1 7237 Width = 15 238 238 Caption = '%' 239 239 ParentColor = False … … 253 253 ChildSizing.Layout = cclLeftToRightThenTopToBottom 254 254 ChildSizing.ControlsPerLine = 1 255 ClientHeight = 49255 ClientHeight = 52 256 256 ClientWidth = 301 257 257 Items.Strings = ( … … 275 275 ChildSizing.Layout = cclLeftToRightThenTopToBottom 276 276 ChildSizing.ControlsPerLine = 1 277 ClientHeight = 78277 ClientHeight = 81 278 278 ClientWidth = 308 279 279 Items.Strings = ( … … 286 286 object ComboBoxGridType: TComboBox 287 287 Left = 473 288 Height = 3 3288 Height = 30 289 289 Top = 201 290 290 Width = 208 … … 300 300 object Label5: TLabel 301 301 Left = 336 302 Height = 2 5302 Height = 22 303 303 Top = 201 304 Width = 90304 Width = 79 305 305 Caption = 'Grid type:' 306 306 ParentColor = False … … 308 308 object Label6: TLabel 309 309 Left = 8 310 Height = 2 5310 Height = 22 311 311 Top = 313 312 Width = 1 29312 Width = 114 313 313 Caption = 'Win objective:' 314 314 ParentColor = False … … 316 316 object ComboBoxWinObjective: TComboBox 317 317 Left = 232 318 Height = 3 3318 Height = 30 319 319 Top = 305 320 320 Width = 328 … … 331 331 object Label7: TLabel 332 332 Left = 8 333 Height = 2 5333 Height = 22 334 334 Top = 348 335 Width = 2 45335 Width = 211 336 336 Caption = 'Max random neutral units:' 337 337 ParentColor = False … … 339 339 object SpinEditNeutralUnits: TSpinEdit 340 340 Left = 384 341 Height = 3 5341 Height = 32 342 342 Top = 344 343 343 Width = 98 … … 346 346 TabOrder = 14 347 347 Value = 12 348 end 349 object CheckBoxSymetricMap: TCheckBox 350 Left = 334 351 Height = 24 352 Top = 238 353 Width = 133 354 Caption = 'Symetric map' 355 TabOrder = 15 348 356 end 349 357 end
Note:
See TracChangeset
for help on using the changeset viewer.