Ignore:
Timestamp:
Jan 22, 2013, 11:08:49 AM (11 years ago)
Author:
chronos
Message:
  • Added: Early coding preparation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormBrowse.lfm

    r1 r2  
    11object FormBrowse: TFormBrowse
    2   Left = 259
    3   Height = 240
    4   Top = 84
    5   Width = 320
     2  Left = 327
     3  Height = 526
     4  Top = 143
     5  Width = 722
    66  Caption = 'FormBrowse'
     7  ClientHeight = 526
     8  ClientWidth = 722
    79  LCLVersion = '1.1'
     10  object TreeView1: TTreeView
     11    Left = 0
     12    Height = 526
     13    Top = 0
     14    Width = 241
     15    Align = alLeft
     16    TabOrder = 0
     17  end
     18  object Splitter1: TSplitter
     19    Left = 241
     20    Height = 526
     21    Top = 0
     22    Width = 5
     23  end
     24  object ListView1: TListView
     25    Left = 246
     26    Height = 526
     27    Top = 0
     28    Width = 476
     29    Align = alClient
     30    Columns = <   
     31      item
     32        Caption = 'Name'
     33      end   
     34      item
     35        Caption = 'Revision'
     36      end   
     37      item
     38        Caption = 'Last change date'
     39      end   
     40      item
     41        Caption = 'Last author'
     42      end   
     43      item
     44        Caption = 'Status'
     45        Width = 256
     46      end>
     47    ReadOnly = True
     48    RowSelect = True
     49    TabOrder = 2
     50    ViewStyle = vsReport
     51  end
    852end
Note: See TracChangeset for help on using the changeset viewer.