Ignore:
Timestamp:
May 16, 2018, 1:38:11 PM (6 years ago)
Author:
chronos
Message:
  • Added: Capture all special cells objective is now functional. Number of such cells can be specified. They are randomly spread across map and such cells are marked with "!" symbol after its number of units.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r197 r198  
    505505          'Stay alive for number of turns'
    506506        )
     507        OnChange = ComboBoxWinObjectiveChange
    507508        Style = csDropDownList
    508509        TabOrder = 1
     
    540541        TabOrder = 3
    541542      end
    542       object Label13: TLabel
    543         Left = 8
    544         Height = 20
    545         Top = 280
    546         Width = 111
    547         Caption = 'Number of turns:'
    548         ParentColor = False
    549       end
    550       object SpinEditTurns: TSpinEdit
    551         Left = 236
    552         Height = 28
    553         Top = 278
    554         Width = 159
    555         MaxValue = 1000
    556         MinValue = 1
     543      object PageControl2: TPageControl
     544        Left = 12
     545        Height = 78
     546        Top = 274
     547        Width = 756
     548        ActivePage = TabSheetCaptureCities
     549        Anchors = [akTop, akLeft, akRight]
     550        ShowTabs = False
     551        TabIndex = 1
    557552        TabOrder = 4
    558         Value = 1
     553        object TabSheetDefeatEnemies: TTabSheet
     554        end
     555        object TabSheetCaptureCities: TTabSheet
     556        end
     557        object TabSheetCaptureCells: TTabSheet
     558          ClientHeight = 70
     559          ClientWidth = 748
     560          object Label14: TLabel
     561            Left = 8
     562            Height = 20
     563            Top = 16
     564            Width = 125
     565            Caption = 'Special cells count:'
     566            ParentColor = False
     567          end
     568          object SpinEditSpecialCells: TSpinEdit
     569            Left = 236
     570            Height = 28
     571            Top = 8
     572            Width = 159
     573            MaxValue = 1000
     574            MinValue = 1
     575            TabOrder = 0
     576            Value = 1
     577          end
     578        end
     579        object TabSheetStayAliveTurns: TTabSheet
     580          ClientHeight = 70
     581          ClientWidth = 748
     582          object Label13: TLabel
     583            Left = 8
     584            Height = 20
     585            Top = 16
     586            Width = 111
     587            Caption = 'Number of turns:'
     588            ParentColor = False
     589          end
     590          object SpinEditTurns: TSpinEdit
     591            Left = 236
     592            Height = 28
     593            Top = 8
     594            Width = 159
     595            MaxValue = 1000
     596            MinValue = 1
     597            TabOrder = 0
     598            Value = 1
     599          end
     600        end
    559601      end
    560602    end
Note: See TracChangeset for help on using the changeset viewer.