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 272 by tony, Mon Feb 4 13:34:37 2019 UTC vs.
Revision 273 by tony, Mon Feb 4 13:36:50 2019 UTC

# Line 77 | Line 77 | object MainForm: TMainForm
77      Height = 551
78      Top = 26
79      Width = 976
80 <    ActivePage = AccessRightsTab
80 >    ActivePage = Properties
81      Align = alClient
82      MultiLine = True
83      ParentShowHint = False
84      ShowHint = True
85 <    TabIndex = 7
85 >    TabIndex = 0
86      TabOrder = 2
87      Options = [nboMultiLine]
88      object Properties: TTabSheet
# Line 444 | Line 444 | object MainForm: TMainForm
444            Caption = 'Date DB Created'
445            ParentColor = False
446          end
447        object DateDbCreated: TDBEdit
448          Left = 120
449          Height = 24
450          Top = 176
451          Width = 265
452          DataField = 'MON$CREATION_DATE'
453          DataSource = DatabaseSource
454          ReadOnly = True
455          Alignment = taRightJustify
456          CharCase = ecNormal
457          MaxLength = 0
458          TabOrder = 17
459        end
447          object Label16: TLabel
448            Left = 456
449            Height = 14
# Line 473 | Line 460 | object MainForm: TMainForm
460            Alignment = taRightJustify
461            NumbersOnly = True
462            OnEditingDone = LingerDelayEditingDone
463 <          TabOrder = 18
463 >          TabOrder = 17
464            Text = 'LingerDelay'
465          end
466          object Label17: TLabel
# Line 501 | Line 488 | object MainForm: TMainForm
488            Alignment = taRightJustify
489            NumbersOnly = True
490            OnEditingDone = SweepIntervalEditingDone
491 <          TabOrder = 19
491 >          TabOrder = 18
492            Text = 'SweepInterval'
493          end
494          object Label8: TLabel
# Line 521 | Line 508 | object MainForm: TMainForm
508            DataSource = DatabaseSource
509            CharCase = ecNormal
510            MaxLength = 0
511 <          TabOrder = 20
511 >          TabOrder = 19
512          end
513          object Edit1: TEdit
514            Left = 121
# Line 529 | Line 516 | object MainForm: TMainForm
516            Top = 16
517            Width = 263
518            ParentFont = False
519 <          TabOrder = 21
519 >          TabOrder = 20
520            Text = 'Edit1'
521          end
522          object SecDatabase: TEdit
# Line 538 | Line 525 | object MainForm: TMainForm
525            Top = 241
526            Width = 263
527            ReadOnly = True
528 <          TabOrder = 22
528 >          TabOrder = 21
529            Text = 'SecDatabase'
530          end
531          object DBOwner: TEdit
# Line 547 | Line 534 | object MainForm: TMainForm
534            Top = 208
535            Width = 264
536            ReadOnly = True
537 <          TabOrder = 23
537 >          TabOrder = 22
538            Text = 'DBOwner'
539          end
540          object DatabaseAliasName: TEdit
# Line 556 | Line 543 | object MainForm: TMainForm
543            Top = 48
544            Width = 264
545            ReadOnly = True
546 <          TabOrder = 24
546 >          TabOrder = 23
547            Text = 'DatabaseAliasName'
548          end
549          object Label43: TLabel
# Line 578 | Line 565 | object MainForm: TMainForm
565            )
566            OnEditingDone = DBCommentsEditingDone
567            ScrollBars = ssAutoVertical
568 <          TabOrder = 25
568 >          TabOrder = 24
569          end
570          object ClientLibrary: TLabel
571            Left = 873
# Line 607 | Line 594 | object MainForm: TMainForm
594            Font.Height = -11
595            ParentFont = False
596            ScrollBars = ssAutoVertical
597 +          TabOrder = 25
598 +        end
599 +        object DBDateCreated: TEdit
600 +          Left = 121
601 +          Height = 24
602 +          Top = 176
603 +          Width = 263
604            TabOrder = 26
605 +          Text = 'DBDateCreated'
606          end
607        end
608      end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines