Ignore:
Timestamp:
Apr 4, 2025, 9:22:05 AM (2 weeks ago)
Author:
chronos
Message:
  • Modified: All unit renamed to names without U prefix.
  • Modified: Removed global form variables.
  • Modified: Code cleanup.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormTest.lfm

    r22 r23  
    11object FormTest: TFormTest
    22  Left = 477
    3   Height = 587
     3  Height = 880
    44  Top = 365
    5   Width = 878
     5  Width = 1317
    66  Caption = 'Test'
    7   ClientHeight = 587
    8   ClientWidth = 878
     7  ClientHeight = 880
     8  ClientWidth = 1317
     9  DesignTimePPI = 144
    910  OnShow = FormShow
    10   LCLVersion = '1.5'
     11  LCLVersion = '3.6.0.0'
    1112  object ListView1: TListView
    12     Left = 16
    13     Height = 512
    14     Top = 64
    15     Width = 856
     13    Left = 24
     14    Height = 768
     15    Top = 96
     16    Width = 1284
    1617    Anchors = [akTop, akLeft, akRight, akBottom]
    1718    Columns = <   
    1819      item
    1920        Caption = 'Action'
    20         Width = 250
     21        Width = 375
    2122      end   
    2223      item
    2324        Caption = 'Duration'
    24         Width = 100
     25        Width = 150
    2526      end   
    2627      item
    2728        Caption = 'Result'
    28         Width = 489
     29        Width = 744
    2930      end>
    3031    ReadOnly = True
     
    3435  end
    3536  object ButtonStart: TButton
    36     Left = 776
    37     Height = 25
    38     Top = 24
    39     Width = 75
     37    Left = 1164
     38    Height = 38
     39    Top = 36
     40    Width = 112
    4041    Caption = 'Start'
     42    TabOrder = 1
    4143    OnClick = ButtonStartClick
    42     TabOrder = 1
    4344  end
    4445  object ComboBox1: TComboBox
    45     Left = 136
    46     Height = 37
    47     Top = 19
    48     Width = 324
     46    Left = 204
     47    Height = 42
     48    Top = 28
     49    Width = 486
    4950    ItemHeight = 0
    5051    Style = csDropDownList
     
    5253  end
    5354  object Label1: TLabel
    54     Left = 14
    55     Height = 25
    56     Top = 19
    57     Width = 85
     55    Left = 21
     56    Height = 26
     57    Top = 28
     58    Width = 78
    5859    Caption = 'Backend:'
    5960    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.