Ignore:
Timestamp:
Apr 8, 2022, 9:19:27 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed explicit Delphi directive.
  • Fixed: Added mising UTestCase file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormTest.lfm

    r116 r127  
    11object FormTest: TFormTest
    22  Left = 514
    3   Height = 658
     3  Height = 632
    44  Top = 338
    5   Width = 1117
     5  Width = 1072
    66  Caption = 'Test'
    7   ClientHeight = 658
    8   ClientWidth = 1117
    9   DesignTimePPI = 150
     7  ClientHeight = 632
     8  ClientWidth = 1072
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1414  LCLVersion = '2.2.0.4'
    1515  object ListViewTestCases: TListView
    16     Left = 20
    17     Height = 586
     16    Left = 19
     17    Height = 562
    1818    Top = 11
    19     Width = 1084
     19    Width = 1041
    2020    Anchors = [akTop, akLeft, akRight, akBottom]
    2121    Columns = <   
    2222      item
    2323        Caption = 'Name'
    24         Width = 300
     24        Width = 288
    2525      end   
    2626      item
    2727        Caption = 'Result'
    28         Width = 769
     28        Width = 738
    2929      end>
    3030    OwnerData = True
     
    3939  end
    4040  object ButtonRun: TButton
    41     Left = 984
    42     Height = 39
    43     Top = 609
    44     Width = 117
     41    Left = 945
     42    Height = 37
     43    Top = 585
     44    Width = 112
    4545    Anchors = [akRight, akBottom]
    4646    Caption = 'Run'
     
    4949  end
    5050  object LabelResult: TLabel
    51     Left = 22
    52     Height = 27
    53     Top = 607
     51    Left = 21
     52    Height = 26
     53    Top = 583
    5454    Width = 15
    5555    Anchors = [akLeft, akBottom]
     
    5757  end
    5858  object ActionList1: TActionList
    59     Left = 537
    60     Top = 115
     59    Left = 516
     60    Top = 110
    6161    object AShow: TAction
    6262      Caption = 'Show'
     
    6969  end
    7070  object PopupMenuTest: TPopupMenu
    71     Left = 539
    72     Top = 244
     71    Left = 517
     72    Top = 234
    7373    object MenuItem1: TMenuItem
    7474      Action = AShow
Note: See TracChangeset for help on using the changeset viewer.