Changeset 23 for trunk/Forms/FormBrowse.lfm
- Timestamp:
- Apr 4, 2025, 9:22:05 AM (2 weeks ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormBrowse.lfm
r22 r23 1 1 object FormBrowse: TFormBrowse 2 2 Left = 479 3 Height = 5383 Height = 807 4 4 Top = 279 5 Width = 9645 Width = 1446 6 6 Caption = 'Browse' 7 ClientHeight = 538 8 ClientWidth = 964 7 ClientHeight = 807 8 ClientWidth = 1446 9 DesignTimePPI = 144 9 10 Menu = MainMenu1 10 11 OnCreate = FormCreate 11 12 OnDestroy = FormDestroy 12 13 OnShow = FormShow 13 LCLVersion = ' 1.5'14 LCLVersion = '3.6.0.0' 14 15 object TreeView1: TTreeView 15 16 Left = 0 16 Height = 53817 Height = 807 17 18 Top = 0 18 Width = 24119 Width = 362 19 20 Align = alLeft 20 DefaultItemHeight = 2421 21 TabOrder = 0 22 22 end 23 23 object Splitter1: TSplitter 24 Left = 24125 Height = 53824 Left = 362 25 Height = 807 26 26 Top = 0 27 Width = 527 Width = 8 28 28 end 29 29 object ListView1: TListView 30 Left = 24631 Height = 53830 Left = 370 31 Height = 807 32 32 Top = 0 33 Width = 71833 Width = 1076 34 34 Align = alClient 35 35 Columns = < 36 36 item 37 37 Caption = 'Name' 38 Width = 30038 Width = 450 39 39 end 40 40 item 41 41 Caption = 'Revision' 42 Width = 8042 Width = 120 43 43 end 44 44 item 45 45 Caption = 'Last change date' 46 Width = 1 0046 Width = 150 47 47 end 48 48 item 49 49 Caption = 'Last author' 50 Width = 1 0050 Width = 150 51 51 end 52 52 item 53 53 Caption = 'Status' 54 Width = 25954 Width = 388 55 55 end> 56 56 OwnerData = True … … 67 67 object PopupMenu1: TPopupMenu 68 68 Images = Core.ImageList1 69 left = 35370 top = 13169 Left = 530 70 Top = 197 71 71 object MenuItem1: TMenuItem 72 72 Action = AAdd … … 93 93 object ActionList1: TActionList 94 94 Images = Core.ImageList1 95 left = 35296 top = 20895 Left = 528 96 Top = 312 97 97 object AAdd: TAction 98 98 Caption = 'Add' … … 123 123 end 124 124 object MainMenu1: TMainMenu 125 left = 429126 top = 516125 Left = 644 126 Top = 774 127 127 end 128 128 end
Note:
See TracChangeset
for help on using the changeset viewer.