Ignore:
Timestamp:
Dec 31, 2024, 1:15:01 PM (7 days ago)
Author:
chronos
Message:
  • Added: Close button on more forms for better touch screen devices support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormUnitMoves.lfm

    r318 r362  
    11object FormUnitMoves: TFormUnitMoves
    22  Left = 879
    3   Height = 418
     3  Height = 279
    44  Top = 511
    5   Width = 802
     5  Width = 660
    66  Caption = 'Unit moves'
    7   ClientHeight = 418
    8   ClientWidth = 802
    9   DesignTimePPI = 144
     7  ClientHeight = 279
     8  ClientWidth = 660
     9  Constraints.MinHeight = 100
     10  Constraints.MinWidth = 100
     11  DesignTimePPI = 120
    1012  OnShow = FormShow
    11   LCLVersion = '3.4.0.0'
     13  LCLVersion = '3.6.0.0'
    1214  object ListView1: TListView
    13     Left = 0
    14     Height = 418
    15     Top = 0
    16     Width = 802
    17     Align = alClient
     15    Left = 8
     16    Height = 224
     17    Top = 8
     18    Width = 644
     19    Align = alTop
     20    Anchors = [akTop, akLeft, akRight, akBottom]
     21    BorderSpacing.Around = 8
    1822    Columns = <   
    1923      item
    2024        Caption = 'From cell'
    21         Width = 180
     25        Width = 150
    2226      end   
    2327      item
    2428        Caption = 'To cell'
    25         Width = 180
     29        Width = 150
    2630      end   
    2731      item
    2832        Caption = 'Once count'
    29         Width = 180
     33        Width = 150
    3034      end   
    3135      item
    3236        Caption = 'Repeat count'
    33         Width = 398
     37        Width = 332
    3438      end>
    3539    OwnerData = True
     
    4145    OnData = ListView1Data
    4246  end
     47  object ButtonClose: TButton
     48    Left = 558
     49    Height = 31
     50    Top = 240
     51    Width = 94
     52    Anchors = [akRight, akBottom]
     53    Caption = 'Close'
     54    ModalResult = 11
     55    TabOrder = 1
     56    OnClick = ButtonCloseClick
     57  end
    4358end
Note: See TracChangeset for help on using the changeset viewer.