ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/DBAdmin/MainFormUnit.lfm
(Generate patch)

Comparing ibx/trunk/examples/DBAdmin/MainFormUnit.lfm (file contents):
Revision 210 by tony, Wed Mar 14 15:03:38 2018 UTC vs.
Revision 213 by tony, Thu Mar 15 12:53:41 2018 UTC

# Line 65 | Line 65 | object MainForm: TMainForm
65      Height = 548
66      Top = 26
67      Width = 939
68 <    ActivePage = AttachmentsTab
68 >    ActivePage = AccessRightsTab
69      Align = alClient
70      MultiLine = True
71      ParentShowHint = False
72      ShowHint = True
73 <    TabIndex = 2
73 >    TabIndex = 7
74      TabOrder = 2
75      Options = [nboMultiLine]
76      object Properties: TTabSheet
# Line 2015 | Line 2015 | object MainForm: TMainForm
2015        OnShow = AccessRightsTabShow
2016        object AccessRightsTreeView: TIBTreeView
2017          Left = 0
2018 <        Height = 519
2018 >        Height = 516
2019          Top = 0
2020          Width = 300
2021          Align = alLeft
# Line 2028 | Line 2028 | object MainForm: TMainForm
2028          KeyField = 'ID'
2029          ParentField = 'PARENT'
2030          PopupMenu = AccessRightsPopup
2031 +        ReadOnly = True
2032          TabOrder = 0
2033          OnSelectionChanged = AccessRightsTreeViewSelectionChanged
2034 +        Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
2035        end
2036        object Splitter5: TSplitter
2037          Left = 300
2038 <        Height = 519
2038 >        Height = 516
2039          Top = 0
2040          Width = 5
2041        end
2042        object SubjectAccessRightsGrid: TIBDynamicGrid
2043          Left = 305
2044 <        Height = 519
2044 >        Height = 516
2045          Top = 0
2046 <        Width = 626
2046 >        Width = 628
2047          Align = alClient
2048          Color = clWindow
2049          Columns = <        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines