Menu

[r7]: / formsearchtrace.lfm  Maximize  Restore  History

Download this file

116 lines (115 with data), 2.2 kB

object FrmSearchTrace: TFrmSearchTrace
  Left = 442
  Height = 260
  Top = 170
  Width = 432
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Find'
  ClientHeight = 260
  ClientWidth = 432
  OnCreate = FormCreate
  Position = poMainFormCenter
  LCLVersion = '1.8.0.6'
  object BtnCancel: TBitBtn
    Left = 344
    Height = 25
    Top = 224
    Width = 75
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 7
  end
  object BtnOK: TBitBtn
    Left = 256
    Height = 25
    Top = 224
    Width = 75
    Action = ActionOK
    Default = True
    ModalResult = 1
    TabOrder = 8
  end
  object Label1: TLabel
    Left = 12
    Height = 15
    Top = 32
    Width = 21
    Caption = 'Min'
    ParentColor = False
  end
  object Label2: TLabel
    Left = 136
    Height = 15
    Top = 32
    Width = 22
    Caption = 'Max'
    ParentColor = False
  end
  object EdtDurationMin: TSpinEdit
    Left = 12
    Height = 23
    Top = 48
    Width = 107
    MaxValue = 0
    OnEditingDone = EdtDurationMinEditingDone
    TabOrder = 1
  end
  object EdtDurationMax: TSpinEdit
    Left = 136
    Height = 23
    Top = 48
    Width = 106
    MaxValue = 0
    OnEditingDone = EdtDurationMaxEditingDone
    TabOrder = 2
  end
  object ChkDuration: TCheckBox
    Left = 12
    Height = 19
    Top = 8
    Width = 100
    Caption = 'Duration, msec'
    TabOrder = 0
  end
  object ChkPlan: TCheckBox
    Left = 12
    Height = 19
    Top = 88
    Width = 126
    Caption = 'Query plan contains'
    TabOrder = 3
  end
  object ChkSQL: TCheckBox
    Left = 12
    Height = 19
    Top = 152
    Width = 89
    Caption = 'SQL contains'
    TabOrder = 5
  end
  object EdtSQL: TEdit
    Left = 12
    Height = 23
    Top = 176
    Width = 408
    TabOrder = 6
  end
  object EdtPlan: TEdit
    Left = 12
    Height = 23
    Top = 112
    Width = 408
    TabOrder = 4
  end
  object ActionList1: TActionList
    OnUpdate = ActionList1Update
    left = 48
    top = 208
    object ActionOK: TAction
      Caption = 'OK'
      OnExecute = ActionOKExecute
    end
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.