Ignore:
Timestamp:
Dec 31, 2024, 1:15:01 PM (8 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/Packages/Common/Forms/FormKeyShortcuts.lfm

    r332 r362  
    11object FormKeyShortcuts: TFormKeyShortcuts
    22  Left = 839
    3   Height = 329
     3  Height = 274
    44  Top = 609
    5   Width = 704
     5  Width = 587
    66  Caption = 'Key shortcuts'
    7   ClientHeight = 329
    8   ClientWidth = 704
    9   DesignTimePPI = 144
     7  ClientHeight = 274
     8  ClientWidth = 587
     9  DesignTimePPI = 120
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
    1212  OnShow = FormShow
    13   LCLVersion = '3.4.0.0'
     13  LCLVersion = '3.6.0.0'
    1414  object ListView1: TListView
    15     Left = 5
    16     Height = 319
    17     Top = 5
    18     Width = 694
    19     Align = alClient
    20     BorderSpacing.Around = 5
     15    Left = 8
     16    Height = 212
     17    Top = 8
     18    Width = 571
     19    Align = alTop
     20    Anchors = [akTop, akLeft, akRight, akBottom]
     21    BorderSpacing.Around = 8
    2122    Columns = <   
    2223      item
    2324        Caption = 'Action'
    24         Width = 240
     25        Width = 200
    2526      end   
    2627      item
    2728        Caption = 'Window'
    28         Width = 240
     29        Width = 200
    2930      end   
    3031      item
    3132        Caption = 'Shortcut'
    32         Width = 199
     33        Width = 166
    3334      end>
    3435    OwnerData = True
     
    4243    OnKeyPress = ListView1KeyPress
    4344  end
     45  object ButtonClose: TButton
     46    Left = 485
     47    Height = 31
     48    Top = 232
     49    Width = 94
     50    Anchors = [akRight, akBottom]
     51    Caption = 'Close'
     52    ModalResult = 11
     53    TabOrder = 1
     54    OnClick = ButtonCloseClick
     55  end
    4456  object PopupMenu1: TPopupMenu
    45     Left = 408
    46     Top = 144
     57    Left = 340
     58    Top = 120
    4759    object MenuItem1: TMenuItem
    4860      Caption = 'Execute'
     
    5567    Column = 0
    5668    Order = soNone
    57     Left = 200
    58     Top = 160
     69    Left = 184
     70    Top = 120
    5971  end
    6072end
Note: See TracChangeset for help on using the changeset viewer.