Ignore:
Timestamp:
Dec 26, 2014, 2:36:01 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Show dialog windows positioned to main form center.
  • Modified: Show player color selection as pretty color names with possibility to choose custom color.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r91 r98  
    1010  OnDestroy = FormDestroy
    1111  OnShow = FormShow
     12  Position = poMainFormCenter
    1213  LCLVersion = '1.3'
    1314  object ButtonCancel: TButton
     
    4445    object TabSheet1: TTabSheet
    4546      Caption = 'Players'
    46       ClientHeight = 414
     47      ClientHeight = 417
    4748      ClientWidth = 1215
    4849      object ListView1: TListView
     
    115116    object TabSheet2: TTabSheet
    116117      Caption = 'Map'
    117       ClientHeight = 414
     118      ClientHeight = 417
    118119      ClientWidth = 1215
    119120      object Label1: TLabel
    120121        Left = 8
    121         Height = 25
     122        Height = 22
    122123        Top = 9
    123         Width = 104
     124        Width = 92
    124125        Caption = 'Map width:'
    125126        ParentColor = False
     
    127128      object Label2: TLabel
    128129        Left = 8
    129         Height = 25
     130        Height = 22
    130131        Top = 57
    131         Width = 110
     132        Width = 99
    132133        Caption = 'Map height:'
    133134        ParentColor = False
     
    135136      object SpinEditMapSizeX: TSpinEdit
    136137        Left = 128
    137         Height = 35
     138        Height = 32
    138139        Top = 4
    139140        Width = 98
     
    145146      object SpinEditMapSizeY: TSpinEdit
    146147        Left = 128
    147         Height = 35
     148        Height = 32
    148149        Top = 55
    149150        Width = 98
     
    181182      object Label5: TLabel
    182183        Left = 8
    183         Height = 25
     184        Height = 22
    184185        Top = 104
    185         Width = 90
     186        Width = 81
    186187        Caption = 'Grid type:'
    187188        ParentColor = False
     
    189190      object ComboBoxGridType: TComboBox
    190191        Left = 146
    191         Height = 33
     192        Height = 30
    192193        Top = 104
    193194        Width = 208
     
    203204      object ComboBoxMapShape: TComboBox
    204205        Left = 146
    205         Height = 33
     206        Height = 30
    206207        Top = 144
    207208        Width = 208
     
    218219      object Label8: TLabel
    219220        Left = 8
    220         Height = 25
     221        Height = 22
    221222        Top = 144
    222         Width = 107
     223        Width = 97
    223224        Caption = 'Map shape:'
    224225        ParentColor = False
     
    236237      object SpinEditVoidPercent: TSpinEdit
    237238        Left = 216
    238         Height = 35
     239        Height = 32
    239240        Top = 224
    240241        Width = 106
     
    245246      object CheckBoxVoid: TCheckBox
    246247        Left = 8
    247         Height = 27
     248        Height = 24
    248249        Top = 232
    249         Width = 198
     250        Width = 183
    250251        Caption = 'Inaccessible places'
    251252        OnChange = CheckBoxVoidChange
     
    254255      object CheckBoxCity: TCheckBox
    255256        Left = 8
    256         Height = 27
     257        Height = 24
    257258        Top = 272
    258         Width = 73
     259        Width = 69
    259260        Caption = 'Cities'
    260261        OnChange = CheckBoxCityChange
     
    263264      object SpinEditCityPercent: TSpinEdit
    264265        Left = 216
    265         Height = 35
     266        Height = 32
    266267        Top = 272
    267268        Width = 106
     
    272273      object Label4: TLabel
    273274        Left = 331
    274         Height = 25
     275        Height = 22
    275276        Top = 272
    276         Width = 17
     277        Width = 15
    277278        Caption = '%'
    278279        ParentColor = False
     
    280281      object Label3: TLabel
    281282        Left = 331
    282         Height = 25
     283        Height = 22
    283284        Top = 232
    284         Width = 17
     285        Width = 15
    285286        Caption = '%'
    286287        ParentColor = False
     
    288289      object SpinEditNeutralUnits: TSpinEdit
    289290        Left = 408
    290         Height = 35
     291        Height = 32
    291292        Top = 352
    292293        Width = 98
     
    298299      object Label7: TLabel
    299300        Left = 8
    300         Height = 25
     301        Height = 22
    301302        Top = 352
    302         Width = 245
     303        Width = 221
    303304        Caption = 'Max random neutral units:'
    304305        ParentColor = False
     
    306307      object EditImageFile: TEdit
    307308        Left = 144
    308         Height = 35
     309        Height = 32
    309310        Top = 184
    310311        Width = 948
     
    324325      object Label9: TLabel
    325326        Left = 8
    326         Height = 25
     327        Height = 22
    327328        Top = 184
    328         Width = 98
     329        Width = 88
    329330        Caption = 'Image file:'
    330331        ParentColor = False
     
    333334    object TabSheet3: TTabSheet
    334335      Caption = 'Rules'
    335       ClientHeight = 414
     336      ClientHeight = 417
    336337      ClientWidth = 1215
    337338      object RadioGroupGrowCells: TRadioGroup
     
    349350        ChildSizing.Layout = cclLeftToRightThenTopToBottom
    350351        ChildSizing.ControlsPerLine = 1
    351         ClientHeight = 78
     352        ClientHeight = 81
    352353        ClientWidth = 308
    353354        Items.Strings = (
     
    395396        ChildSizing.Layout = cclLeftToRightThenTopToBottom
    396397        ChildSizing.ControlsPerLine = 1
    397         ClientHeight = 49
     398        ClientHeight = 52
    398399        ClientWidth = 301
    399400        Items.Strings = (
Note: See TracChangeset for help on using the changeset viewer.