Changeset 539 for Registry/Demo/UFormMain.lfm
- Timestamp:
- Aug 7, 2019, 12:04:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Registry/Demo/UFormMain.lfm
r538 r539 1 1 object FormMain: TFormMain 2 2 Left = 354 3 Height = 5683 Height = 682 4 4 Top = 285 5 Width = 8845 Width = 1061 6 6 Caption = 'General registry editor' 7 ClientHeight = 5438 ClientWidth = 8849 DesignTimePPI = 1 207 ClientHeight = 648 8 ClientWidth = 1061 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnShow = FormShow … … 14 14 Left = 0 15 15 Height = 28 16 Top = 51517 Width = 88416 Top = 620 17 Width = 1061 18 18 Panels = <> 19 19 ParentFont = False … … 21 21 object TreeView1: TTreeView 22 22 Left = 0 23 Height = 51523 Height = 620 24 24 Top = 0 25 Width = 28025 Width = 336 26 26 Align = alLeft 27 27 ParentFont = False … … 29 29 end 30 30 object Splitter1: TSplitter 31 Left = 28032 Height = 51531 Left = 336 32 Height = 620 33 33 Top = 0 34 Width = 634 Width = 7 35 35 end 36 36 object ListView1: TListView 37 Left = 28638 Height = 51537 Left = 343 38 Height = 620 39 39 Top = 0 40 Width = 59840 Width = 718 41 41 Align = alClient 42 42 Columns = < 43 43 item 44 44 Caption = 'Name' 45 Width = 18845 Width = 226 46 46 end 47 47 item 48 48 Caption = 'Type' 49 Width = 18849 Width = 226 50 50 end 51 51 item 52 52 Caption = 'Value' 53 Width = 12553 Width = 251 54 54 end> 55 55 OwnerData = True 56 56 ParentFont = False 57 PopupMenu = PopupMenuValue 57 58 ReadOnly = True 58 59 RowSelect = True … … 60 61 ViewStyle = vsReport 61 62 OnData = ListView1Data 63 OnDblClick = ListView1DblClick 62 64 end 63 65 object MainMenu1: TMainMenu 64 left = 1 6065 top = 9066 left = 192 67 top = 108 66 68 object MenuItem1: TMenuItem 67 69 Caption = 'File' … … 75 77 end 76 78 object ActionList1: TActionList 77 left = 1 6078 top = 1 6079 left = 192 80 top = 192 79 81 object AImport: TAction 80 82 Caption = 'Import' … … 85 87 object AConnectionAdd: TAction 86 88 Caption = 'Add connection' 89 OnExecute = AConnectionAddExecute 87 90 end 88 91 object AConnectionDelete: TAction … … 98 101 object AValueDelete: TAction 99 102 Caption = 'Delete' 103 OnExecute = AValueDeleteExecute 100 104 end 101 105 object AValueEdit: TAction 102 106 Caption = 'Edit' 107 OnExecute = AValueEditExecute 103 108 end 104 109 end 105 object PopupMenu 1: TPopupMenu106 left = 492107 top = 177110 object PopupMenuValue: TPopupMenu 111 left = 590 112 top = 212 108 113 object MenuItem4: TMenuItem 109 114 Action = AValueAdd
Note:
See TracChangeset
for help on using the changeset viewer.