Changeset 15 for trunk/UFormNew.lfm


Ignore:
Timestamp:
Feb 19, 2014, 11:13:36 PM (11 years ago)
Author:
chronos
Message:
  • Added: Size of map can be adjusted in New game dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormNew.lfm

    r6 r15  
    3030    Height = 24
    3131    Top = 168
    32     Width = 194
     32    Width = 175
    3333    Caption = 'Inaccessible places'
    3434    TabOrder = 2
     
    3939    Top = 8
    4040    Width = 594
    41     Columns = <>
     41    Columns = <   
     42      item
     43        Caption = 'Name'
     44        Width = 200
     45      end   
     46      item
     47        Caption = 'Type'
     48        Width = 377
     49      end>
    4250    TabOrder = 3
     51    ViewStyle = vsReport
    4352  end
    4453  object ButtonPlayerAdd: TButton
     
    5867    TabOrder = 5
    5968  end
     69  object Label1: TLabel
     70    Left = 16
     71    Height = 22
     72    Top = 206
     73    Width = 75
     74    Caption = 'Map size:'
     75    ParentColor = False
     76  end
     77  object SpinEditMapSizeX: TSpinEdit
     78    Left = 136
     79    Height = 32
     80    Top = 200
     81    Width = 98
     82    MinValue = 2
     83    TabOrder = 6
     84    Value = 2
     85  end
     86  object SpinEditMapSizeY: TSpinEdit
     87    Left = 256
     88    Height = 32
     89    Top = 200
     90    Width = 90
     91    MinValue = 2
     92    TabOrder = 7
     93    Value = 2
     94  end
     95  object Label2: TLabel
     96    Left = 240
     97    Height = 22
     98    Top = 208
     99    Width = 9
     100    Caption = 'x'
     101    ParentColor = False
     102  end
    60103end
Note: See TracChangeset for help on using the changeset viewer.