Changeset 15 for trunk/UFormCompare.lfm


Ignore:
Timestamp:
May 21, 2014, 5:33:14 PM (10 years ago)
Author:
chronos
Message:
  • Added: Architecture selection through main menu item Architecture.
  • Added: In comparison show also full ID list for both configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormCompare.lfm

    r5 r15  
    11object FormCompare: TFormCompare
    2   Left = 449
     2  Left = -29
    33  Height = 996
    4   Top = 327
     4  Top = 110
    55  Width = 1520
    66  Caption = 'Compare'
     
    1313    Top = 0
    1414    Width = 1520
    15     ActivePage = TabSheet2
     15    ActivePage = TabSheet4
    1616    Align = alClient
    17     TabIndex = 1
     17    TabIndex = 3
    1818    TabOrder = 0
    1919    object TabSheet1: TTabSheet
     
    4747      end
    4848    end
     49    object TabSheet3: TTabSheet
     50      Caption = 'List 1'
     51      ClientHeight = 956
     52      ClientWidth = 1514
     53      object Memo3: TMemo
     54        Left = 0
     55        Height = 956
     56        Top = 0
     57        Width = 1514
     58        Align = alClient
     59        ReadOnly = True
     60        ScrollBars = ssAutoBoth
     61        TabOrder = 0
     62      end
     63    end
     64    object TabSheet4: TTabSheet
     65      Caption = 'List 2'
     66      ClientHeight = 956
     67      ClientWidth = 1514
     68      object Memo4: TMemo
     69        Left = 0
     70        Height = 956
     71        Top = 0
     72        Width = 1514
     73        Align = alClient
     74        ReadOnly = True
     75        ScrollBars = ssAutoBoth
     76        TabOrder = 0
     77      end
     78    end
    4979  end
    5080end
Note: See TracChangeset for help on using the changeset viewer.