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 263 by tony, Thu Dec 6 15:55:01 2018 UTC vs.
Revision 267 by tony, Fri Dec 28 10:44:23 2018 UTC

# Line 427 | Line 427 | object MainForm: TMainForm
427            Text = 'PageBuffers'
428          end
429          object Label23: TLabel
430 <          Left = 679
430 >          Left = 680
431            Height = 14
432 <          Top = 277
432 >          Top = 317
433            Width = 100
434 +          Anchors = [akTop, akRight]
435            Caption = 'Date DB Created'
436            ParentColor = False
437          end
438          object DBEdit1: TDBEdit
439 <          Left = 783
439 >          Left = 784
440            Height = 24
441 <          Top = 272
441 >          Top = 312
442            Width = 132
443            DataField = 'MON$CREATION_DATE'
444            DataSource = DatabaseSource
445            ReadOnly = True
446 +          Anchors = [akTop, akRight]
447            CharCase = ecNormal
448            MaxLength = 0
449            TabOrder = 17
# Line 549 | Line 551 | object MainForm: TMainForm
551            Text = 'DatabaseAliasName'
552          end
553          object Label43: TLabel
554 <          Left = 536
554 >          Left = 403
555            Height = 14
556 <          Top = 296
556 >          Top = 328
557            Width = 65
558            Caption = 'Comments'
559            ParentColor = False
560          end
561          object DBComments: TMemo
562 <          Left = 536
563 <          Height = 118
564 <          Top = 311
565 <          Width = 379
562 >          Left = 403
563 >          Height = 85
564 >          Top = 344
565 >          Width = 512
566            Anchors = [akTop, akLeft, akRight, akBottom]
567            Lines.Strings = (
568              'DBComments'
569            )
570            OnEditingDone = DBCommentsEditingDone
571 <          ScrollBars = ssVertical
571 >          ScrollBars = ssAutoVertical
572            TabOrder = 25
573          end
574          object ClientLibrary: TLabel
# Line 577 | Line 579 | object MainForm: TMainForm
579            Caption = 'ClientLibrary'
580            ParentColor = False
581          end
582 +        object Label44: TLabel
583 +          Left = 403
584 +          Height = 14
585 +          Top = 183
586 +          Width = 203
587 +          Caption = 'Client/Server Version and Protocol'
588 +          ParentColor = False
589 +        end
590 +        object ClientServerVersion: TMemo
591 +          Left = 403
592 +          Height = 104
593 +          Top = 200
594 +          Width = 511
595 +          Anchors = [akTop, akLeft, akRight]
596 +          Font.Height = -11
597 +          ParentFont = False
598 +          ScrollBars = ssAutoVertical
599 +          TabOrder = 26
600 +        end
601        end
602      end
603      object FilesTab: TTabSheet
# Line 3227 | Line 3248 | object MainForm: TMainForm
3248    object UserListSource: TDataSource
3249      DataSet = DatabaseData.UserList
3250      left = 416
3251 <    top = 328
3251 >    top = 360
3252    end
3253    object RoleSource: TDataSource
3254      DataSet = DatabaseData.RoleNameList

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines