Ignore:
Timestamp:
Jan 20, 2019, 9:32:16 PM (6 years ago)
Author:
chronos
Message:
  • Added: New menu action show/hide map grid lines.
  • Modified: Draw cell polygons without a gap so it can be drawn as solid surface without grid lines.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r266 r268  
    2121    Top = 4
    2222    Width = 749
    23     ActivePage = TabSheetRules
     23    ActivePage = TabSheetMode
    2424    Align = alClient
    2525    BorderSpacing.Around = 4
    26     TabIndex = 3
     26    TabIndex = 0
    2727    TabOrder = 0
    2828    object TabSheetMode: TTabSheet
     
    3232      object Panel3: TPanel
    3333        Left = 0
    34         Height = 651
     34        Height = 655
    3535        Top = 0
    36         Width = 743
     36        Width = 739
    3737        Align = alClient
    3838        BevelOuter = bvNone
    39         ClientHeight = 651
    40         ClientWidth = 743
     39        ClientHeight = 655
     40        ClientWidth = 739
    4141        TabOrder = 0
    4242        object RadioButtonModeLocal: TRadioButton
     
    4444          Height = 30
    4545          Top = 14
    46           Width = 68
     46          Width = 70
    4747          Caption = 'Local'
    4848          Checked = True
     
    5555          Height = 30
    5656          Top = 48
    57           Width = 154
     57          Width = 156
    5858          Caption = 'Network server'
    5959          OnChange = RadioButtonModeLocalChange
     
    6464          Height = 30
    6565          Top = 152
    66           Width = 149
     66          Width = 151
    6767          Caption = 'Network client'
    6868          OnChange = RadioButtonModeLocalChange
     
    7171        object EditServerAddress: TEdit
    7272          Left = 24
    73           Height = 36
     73          Height = 43
    7474          Top = 112
    7575          Width = 220
     
    7878        object SpinEditServerPort: TSpinEdit
    7979          Left = 256
    80           Height = 36
     80          Height = 43
    8181          Top = 112
    8282          Width = 79
     
    102102        object ListViewServers: TListView
    103103          Left = 26
    104           Height = 419
     104          Height = 423
    105105          Top = 181
    106106          Width = 334
     
    130130          Left = 27
    131131          Height = 31
    132           Top = 612
     132          Top = 616
    133133          Width = 94
    134134          Action = AServerAdd
     
    139139          Left = 240
    140140          Height = 31
    141           Top = 612
     141          Top = 616
    142142          Width = 94
    143143          Action = AServerRemove
     
    148148          Left = 136
    149149          Height = 30
    150           Top = 612
     150          Top = 616
    151151          Width = 94
    152152          Action = AServerModify
     
    324324        object ComboBoxGridType: TComboBox
    325325          Left = 146
    326           Height = 42
     326          Height = 38
    327327          Top = 104
    328328          Width = 208
     
    340340        object ComboBoxMapShape: TComboBox
    341341          Left = 146
    342           Height = 42
     342          Height = 38
    343343          Top = 144
    344344          Width = 208
Note: See TracChangeset for help on using the changeset viewer.