Ignore:
Timestamp:
Aug 6, 2019, 1:55:55 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Use fcl registry.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Registry/Demo/UFormMain.lfm

    r408 r538  
    11object FormMain: TFormMain
    2   Left = 222
    3   Height = 454
    4   Top = 162
    5   Width = 707
     2  Left = 354
     3  Height = 568
     4  Top = 285
     5  Width = 884
    66  Caption = 'General registry editor'
    7   ClientHeight = 435
    8   ClientWidth = 707
     7  ClientHeight = 543
     8  ClientWidth = 884
     9  DesignTimePPI = 120
    910  Menu = MainMenu1
    1011  OnShow = FormShow
    11   LCLVersion = '1.1'
     12  LCLVersion = '2.0.2.0'
    1213  object StatusBar1: TStatusBar
    1314    Left = 0
    14     Height = 20
    15     Top = 415
    16     Width = 707
     15    Height = 28
     16    Top = 515
     17    Width = 884
    1718    Panels = <>
     19    ParentFont = False
    1820  end
    1921  object TreeView1: TTreeView
    2022    Left = 0
    21     Height = 415
     23    Height = 515
    2224    Top = 0
    23     Width = 224
     25    Width = 280
    2426    Align = alLeft
    25     DefaultItemHeight = 16
     27    ParentFont = False
    2628    TabOrder = 1
    2729  end
    2830  object Splitter1: TSplitter
    29     Left = 224
    30     Height = 415
     31    Left = 280
     32    Height = 515
    3133    Top = 0
    32     Width = 5
     34    Width = 6
    3335  end
    3436  object ListView1: TListView
    35     Left = 229
    36     Height = 415
     37    Left = 286
     38    Height = 515
    3739    Top = 0
    38     Width = 478
     40    Width = 598
    3941    Align = alClient
    4042    Columns = <   
    4143      item
    4244        Caption = 'Name'
    43         Width = 150
     45        Width = 188
    4446      end   
    4547      item
    4648        Caption = 'Type'
    47         Width = 150
     49        Width = 188
    4850      end   
    4951      item
    5052        Caption = 'Value'
    51         Width = 100
     53        Width = 125
    5254      end>
    5355    OwnerData = True
     56    ParentFont = False
    5457    ReadOnly = True
    5558    RowSelect = True
     
    5962  end
    6063  object MainMenu1: TMainMenu
    61     left = 128
    62     top = 72
     64    left = 160
     65    top = 90
    6366    object MenuItem1: TMenuItem
    6467      Caption = 'File'
     
    7275  end
    7376  object ActionList1: TActionList
    74     left = 128
    75     top = 128
     77    left = 160
     78    top = 160
    7679    object AImport: TAction
    7780      Caption = 'Import'
     
    8992      Caption = 'Modify connection'
    9093    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
    91117  end
    92118end
Note: See TracChangeset for help on using the changeset viewer.