Ignore:
Timestamp:
Jan 2, 2025, 2:29:10 PM (5 days ago)
Author:
chronos
Message:
  • Modified: OK button moved to be on the left side of buttons.
  • Modified: Allow to run test from test form.
  • Fixed: Free tests during test list form close.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Forms/FormKeyShortcuts.lfm

    r362 r365  
    11object FormKeyShortcuts: TFormKeyShortcuts
    22  Left = 839
    3   Height = 274
     3  Height = 329
    44  Top = 609
    5   Width = 587
     5  Width = 704
    66  Caption = 'Key shortcuts'
    7   ClientHeight = 274
    8   ClientWidth = 587
    9   DesignTimePPI = 120
     7  ClientHeight = 329
     8  ClientWidth = 704
     9  DesignTimePPI = 144
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
     
    1313  LCLVersion = '3.6.0.0'
    1414  object ListView1: TListView
    15     Left = 8
    16     Height = 212
    17     Top = 8
    18     Width = 571
     15    Left = 10
     16    Height = 262
     17    Top = 10
     18    Width = 684
    1919    Align = alTop
    2020    Anchors = [akTop, akLeft, akRight, akBottom]
    21     BorderSpacing.Around = 8
     21    BorderSpacing.Around = 10
    2222    Columns = <   
    2323      item
    2424        Caption = 'Action'
    25         Width = 200
     25        Width = 240
    2626      end   
    2727      item
    2828        Caption = 'Window'
    29         Width = 200
     29        Width = 240
    3030      end   
    3131      item
    3232        Caption = 'Shortcut'
    33         Width = 166
     33        Width = 199
    3434      end>
    3535    OwnerData = True
     
    4444  end
    4545  object ButtonClose: TButton
    46     Left = 485
    47     Height = 31
    48     Top = 232
    49     Width = 94
     46    Left = 581
     47    Height = 37
     48    Top = 284
     49    Width = 113
    5050    Anchors = [akRight, akBottom]
    5151    Caption = 'Close'
     
    5555  end
    5656  object PopupMenu1: TPopupMenu
    57     Left = 340
    58     Top = 120
     57    Left = 408
     58    Top = 144
    5959    object MenuItem1: TMenuItem
    6060      Caption = 'Execute'
     
    6767    Column = 0
    6868    Order = soNone
    69     Left = 184
    70     Top = 120
     69    Left = 221
     70    Top = 144
    7171  end
    7272end
Note: See TracChangeset for help on using the changeset viewer.