Changeset 42 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Mar 18, 2014, 12:16:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r41 r42 1 1 object FormNew: TFormNew 2 2 Left = 706 3 Height = 5053 Height = 614 4 4 Top = 455 5 5 Width = 716 6 6 Caption = 'New game' 7 ClientHeight = 5057 ClientHeight = 614 8 8 ClientWidth = 716 9 9 OnCreate = FormCreate … … 97 97 object Panel2: TPanel 98 98 Left = 0 99 Height = 33099 Height = 439 100 100 Top = 175 101 101 Width = 716 102 102 Align = alClient 103 103 BevelOuter = bvNone 104 ClientHeight = 330104 ClientHeight = 439 105 105 ClientWidth = 716 106 106 TabOrder = 2 … … 108 108 Left = 624 109 109 Height = 25 110 Top = 283110 Top = 392 111 111 Width = 75 112 112 Anchors = [akRight, akBottom] … … 118 118 Left = 535 119 119 Height = 25 120 Top = 283120 Top = 392 121 121 Width = 75 122 122 Anchors = [akBottom] … … 286 286 object ComboBoxGridType: TComboBox 287 287 Left = 312 288 Height = 3 4288 Height = 30 289 289 Top = 201 290 290 Width = 208 … … 305 305 ParentColor = False 306 306 end 307 object Label6: TLabel 308 Left = 8 309 Height = 22 310 Top = 313 311 Width = 114 312 Caption = 'Win objective:' 313 ParentColor = False 314 end 315 object ComboBoxWinObjective: TComboBox 316 Left = 160 317 Height = 30 318 Top = 305 319 Width = 208 320 ItemHeight = 0 321 Items.Strings = ( 322 'Defeat all oponents' 323 'Defeat all oponents cities' 324 'Capture position' 325 'Stay alive for number of turns' 326 ) 327 Style = csDropDownList 328 TabOrder = 13 329 end 330 object Label7: TLabel 331 Left = 8 332 Height = 22 333 Top = 348 334 Width = 211 335 Caption = 'Max random neutral units:' 336 ParentColor = False 337 end 338 object SpinEditNeutralUnits: TSpinEdit 339 Left = 272 340 Height = 32 341 Top = 343 342 Width = 98 343 MaxValue = 99 344 OnChange = SpinEditMapSizeYChange 345 TabOrder = 14 346 Value = 12 347 end 307 348 end 308 349 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.