Ignore:
Timestamp:
Oct 4, 2014, 11:33:16 PM (10 years ago)
Author:
chronos
Message:
  • Added: New game option "Map shape" which can use image in file as base for map generation. Black color is used as void.
  • Modified: New game dialog restructured to separate player, map and rules settings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMove.lfm

    r72 r75  
    33  Height = 257
    44  Top = 165
    5   Width = 320
     5  Width = 367
    66  ActiveControl = ButtonOk
    77  Caption = 'Move'
    88  ClientHeight = 257
    9   ClientWidth = 320
     9  ClientWidth = 367
    1010  OnCreate = FormCreate
    1111  OnKeyPress = FormKeyPress
     
    1414  object SpinEditOnce: TSpinEdit
    1515    Left = 208
    16     Height = 32
    17     Top = 32
     16    Height = 35
     17    Top = 40
    1818    Width = 98
    1919    OnChange = SpinEditOnceChange
     
    2222  end
    2323  object Label1: TLabel
    24     Left = 24
    25     Height = 22
    26     Top = 32
    27     Width = 46
     24    Left = 16
     25    Height = 25
     26    Top = 40
     27    Width = 54
    2828    Caption = 'Once:'
    2929    ParentColor = False
     
    5050  object Label2: TLabel
    5151    Left = 24
    52     Height = 22
     52    Height = 25
    5353    Top = 136
    54     Width = 87
     54    Width = 100
    5555    Caption = 'Every turn:'
    5656    ParentColor = False
     
    5858  object SpinEditRepeat: TSpinEdit
    5959    Left = 208
    60     Height = 32
     60    Height = 35
    6161    Top = 128
    6262    Width = 98
     
    6767  object TrackBarOnce: TTrackBar
    6868    Left = 56
    69     Height = 43
    70     Top = 71
    71     Width = 208
     69    Height = 46
     70    Top = 80
     71    Width = 255
    7272    OnChange = TrackBarOnceChange
    7373    PageSize = 1
     
    8080  object TrackBarRepeat: TTrackBar
    8181    Left = 56
    82     Height = 43
     82    Height = 46
    8383    Top = 168
    84     Width = 208
     84    Width = 255
    8585    OnChange = TrackBarRepeatChange
    8686    PageSize = 1
     
    9494    Left = 8
    9595    Height = 25
    96     Top = 80
     96    Top = 88
    9797    Width = 48
    9898    Caption = 'Min'
     
    101101  end
    102102  object ButtonOnceMax: TButton
    103     Left = 264
     103    Left = 311
    104104    Height = 25
    105     Top = 80
     105    Top = 88
    106106    Width = 48
    107107    Anchors = [akTop, akRight]
     
    120120  end
    121121  object ButtonRepeatMax: TButton
    122     Left = 264
     122    Left = 311
    123123    Height = 25
    124124    Top = 176
     
    131131  object Label3: TLabel
    132132    Left = 16
    133     Height = 22
     133    Height = 25
    134134    Top = 8
    135     Width = 127
     135    Width = 145
    136136    Caption = 'Win probability:'
    137137    ParentColor = False
    138138  end
    139139  object LabelWinProbability: TLabel
    140     Left = 232
    141     Height = 22
     140    Left = 264
     141    Height = 25
    142142    Top = 8
    143143    Width = 15
Note: See TracChangeset for help on using the changeset viewer.