Ignore:
Timestamp:
Jan 1, 2025, 1:04:50 AM (5 days ago)
Author:
chronos
Message:
  • Modified: Added more action icons to main toolbar and main menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormUnitMoves.lfm

    r362 r364  
    11object FormUnitMoves: TFormUnitMoves
    22  Left = 879
    3   Height = 279
     3  Height = 319
    44  Top = 511
    5   Width = 660
     5  Width = 748
    66  Caption = 'Unit moves'
    7   ClientHeight = 279
    8   ClientWidth = 660
    9   Constraints.MinHeight = 100
    10   Constraints.MinWidth = 100
    11   DesignTimePPI = 120
     7  ClientHeight = 319
     8  ClientWidth = 748
     9  Constraints.MinHeight = 120
     10  Constraints.MinWidth = 120
     11  DesignTimePPI = 144
    1212  OnShow = FormShow
    1313  LCLVersion = '3.6.0.0'
    1414  object ListView1: TListView
    15     Left = 8
    16     Height = 224
    17     Top = 8
    18     Width = 644
     15    Left = 10
     16    Height = 254
     17    Top = 10
     18    Width = 728
    1919    Align = alTop
    2020    Anchors = [akTop, akLeft, akRight, akBottom]
    21     BorderSpacing.Around = 8
     21    BorderSpacing.Around = 10
    2222    Columns = <   
    2323      item
    2424        Caption = 'From cell'
    25         Width = 150
     25        Width = 180
    2626      end   
    2727      item
    2828        Caption = 'To cell'
    29         Width = 150
     29        Width = 180
    3030      end   
    3131      item
    3232        Caption = 'Once count'
    33         Width = 150
     33        Width = 180
    3434      end   
    3535      item
    3636        Caption = 'Repeat count'
    37         Width = 332
     37        Width = 398
    3838      end>
    3939    OwnerData = True
     
    4646  end
    4747  object ButtonClose: TButton
    48     Left = 558
    49     Height = 31
    50     Top = 240
    51     Width = 94
     48    Left = 625
     49    Height = 37
     50    Top = 272
     51    Width = 113
    5252    Anchors = [akRight, akBottom]
    5353    Caption = 'Close'
Note: See TracChangeset for help on using the changeset viewer.