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/FormBrowse.lfm

    r22 r23  
    11object FormBrowse: TFormBrowse
    22  Left = 479
    3   Height = 538
     3  Height = 807
    44  Top = 279
    5   Width = 964
     5  Width = 1446
    66  Caption = 'Browse'
    7   ClientHeight = 538
    8   ClientWidth = 964
     7  ClientHeight = 807
     8  ClientWidth = 1446
     9  DesignTimePPI = 144
    910  Menu = MainMenu1
    1011  OnCreate = FormCreate
    1112  OnDestroy = FormDestroy
    1213  OnShow = FormShow
    13   LCLVersion = '1.5'
     14  LCLVersion = '3.6.0.0'
    1415  object TreeView1: TTreeView
    1516    Left = 0
    16     Height = 538
     17    Height = 807
    1718    Top = 0
    18     Width = 241
     19    Width = 362
    1920    Align = alLeft
    20     DefaultItemHeight = 24
    2121    TabOrder = 0
    2222  end
    2323  object Splitter1: TSplitter
    24     Left = 241
    25     Height = 538
     24    Left = 362
     25    Height = 807
    2626    Top = 0
    27     Width = 5
     27    Width = 8
    2828  end
    2929  object ListView1: TListView
    30     Left = 246
    31     Height = 538
     30    Left = 370
     31    Height = 807
    3232    Top = 0
    33     Width = 718
     33    Width = 1076
    3434    Align = alClient
    3535    Columns = <   
    3636      item
    3737        Caption = 'Name'
    38         Width = 300
     38        Width = 450
    3939      end   
    4040      item
    4141        Caption = 'Revision'
    42         Width = 80
     42        Width = 120
    4343      end   
    4444      item
    4545        Caption = 'Last change date'
    46         Width = 100
     46        Width = 150
    4747      end   
    4848      item
    4949        Caption = 'Last author'
    50         Width = 100
     50        Width = 150
    5151      end   
    5252      item
    5353        Caption = 'Status'
    54         Width = 259
     54        Width = 388
    5555      end>
    5656    OwnerData = True
     
    6767  object PopupMenu1: TPopupMenu
    6868    Images = Core.ImageList1
    69     left = 353
    70     top = 131
     69    Left = 530
     70    Top = 197
    7171    object MenuItem1: TMenuItem
    7272      Action = AAdd
     
    9393  object ActionList1: TActionList
    9494    Images = Core.ImageList1
    95     left = 352
    96     top = 208
     95    Left = 528
     96    Top = 312
    9797    object AAdd: TAction
    9898      Caption = 'Add'
     
    123123  end
    124124  object MainMenu1: TMainMenu
    125     left = 429
    126     top = 516
     125    Left = 644
     126    Top = 774
    127127  end
    128128end
Note: See TracChangeset for help on using the changeset viewer.