Changeset 538 for Registry/Demo/UFormMain.lfm
- Timestamp:
- Aug 6, 2019, 1:55:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Registry/Demo/UFormMain.lfm
r408 r538 1 1 object FormMain: TFormMain 2 Left = 2223 Height = 4544 Top = 1625 Width = 7072 Left = 354 3 Height = 568 4 Top = 285 5 Width = 884 6 6 Caption = 'General registry editor' 7 ClientHeight = 435 8 ClientWidth = 707 7 ClientHeight = 543 8 ClientWidth = 884 9 DesignTimePPI = 120 9 10 Menu = MainMenu1 10 11 OnShow = FormShow 11 LCLVersion = ' 1.1'12 LCLVersion = '2.0.2.0' 12 13 object StatusBar1: TStatusBar 13 14 Left = 0 14 Height = 2 015 Top = 41516 Width = 70715 Height = 28 16 Top = 515 17 Width = 884 17 18 Panels = <> 19 ParentFont = False 18 20 end 19 21 object TreeView1: TTreeView 20 22 Left = 0 21 Height = 41523 Height = 515 22 24 Top = 0 23 Width = 2 2425 Width = 280 24 26 Align = alLeft 25 DefaultItemHeight = 1627 ParentFont = False 26 28 TabOrder = 1 27 29 end 28 30 object Splitter1: TSplitter 29 Left = 2 2430 Height = 41531 Left = 280 32 Height = 515 31 33 Top = 0 32 Width = 534 Width = 6 33 35 end 34 36 object ListView1: TListView 35 Left = 2 2936 Height = 41537 Left = 286 38 Height = 515 37 39 Top = 0 38 Width = 47840 Width = 598 39 41 Align = alClient 40 42 Columns = < 41 43 item 42 44 Caption = 'Name' 43 Width = 1 5045 Width = 188 44 46 end 45 47 item 46 48 Caption = 'Type' 47 Width = 1 5049 Width = 188 48 50 end 49 51 item 50 52 Caption = 'Value' 51 Width = 1 0053 Width = 125 52 54 end> 53 55 OwnerData = True 56 ParentFont = False 54 57 ReadOnly = True 55 58 RowSelect = True … … 59 62 end 60 63 object MainMenu1: TMainMenu 61 left = 1 2862 top = 7264 left = 160 65 top = 90 63 66 object MenuItem1: TMenuItem 64 67 Caption = 'File' … … 72 75 end 73 76 object ActionList1: TActionList 74 left = 1 2875 top = 1 2877 left = 160 78 top = 160 76 79 object AImport: TAction 77 80 Caption = 'Import' … … 89 92 Caption = 'Modify connection' 90 93 end 94 object AValueAdd: TAction 95 Caption = 'Add' 96 OnExecute = AValueAddExecute 97 end 98 object AValueDelete: TAction 99 Caption = 'Delete' 100 end 101 object AValueEdit: TAction 102 Caption = 'Edit' 103 end 104 end 105 object PopupMenu1: TPopupMenu 106 left = 492 107 top = 177 108 object MenuItem4: TMenuItem 109 Action = AValueAdd 110 end 111 object MenuItem5: TMenuItem 112 Action = AValueEdit 113 end 114 object MenuItem6: TMenuItem 115 Action = AValueDelete 116 end 91 117 end 92 118 end
Note:
See TracChangeset
for help on using the changeset viewer.