⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 trace.xfm

📁 Oracle Data Access Components Source Code ODAC v.6.70.0.45
💻 XFM
字号:
inherited TraceFrame: TTraceFrame  VertScrollBar.Range = 190  object Splitter1: TSplitter    Left = 0    Top = 162    Width = 451    Height = 3    Cursor = crVSplit    Align = alTop    Beveled = True  end  object DBGrid: TDBGrid    Left = 0    Top = 190    Width = 451    Height = 114    Align = alClient    DataSource = DataSource    Font.Color = clBlack    Font.Height = 11    Font.Name = 'MS Sans Serif'    Font.Pitch = fpVariable    Font.Style = []    ParentFont = False    TabOrder = 1    TitleFont.Color = clText    TitleFont.Height = 11    TitleFont.Name = 'MS Sans Serif'    TitleFont.Pitch = fpVariable    TitleFont.Style = []  end  object meSQL: TMemo    Left = 0    Top = 71    Width = 451    Height = 91    Align = alTop    Font.Color = clBlack    Font.Height = 11    Font.Name = 'MS Sans Serif'    Font.Pitch = fpVariable    Font.Style = []    ParentFont = False    ScrollBars = ssVertical    TabOrder = 0    OnExit = meSQLExit  end  object Panel4: TPanel    Left = 0    Top = 0    Width = 451    Height = 71    Align = alTop    BevelOuter = bvNone    TabOrder = 2    object ToolBar: TPanel      Left = 0      Top = 0      Width = 411      Height = 70      BevelOuter = bvNone      Color = 170      ParentColor = False      TabOrder = 0      object btClose: TSpeedButton        Left = 72        Top = 1        Width = 69        Height = 22        Caption = 'Close'        Flat = True        Transparent = False        OnClick = btCloseClick      end      object btOpen: TSpeedButton        Left = 1        Top = 1        Width = 70        Height = 22        Caption = 'Open'        Flat = True        Transparent = False        OnClick = btOpenClick      end      object btTraceFileName: TSpeedButton        Left = 290        Top = 24        Width = 120        Height = 22        Caption = 'Show Trace File Name'        Flat = True        Transparent = False        OnClick = btTraceFileNameClick      end      object btPlSqlTracePause: TSpeedButton        Left = 148        Top = 47        Width = 70        Height = 22        Caption = 'Pause'        Flat = True        Transparent = False        OnClick = btPlSqlTracePauseClick      end      object btPlSqlTraceResume: TSpeedButton        Left = 219        Top = 47        Width = 70        Height = 22        Caption = 'Resume'        Flat = True        Transparent = False        OnClick = btPlSqlTraceResumeClick      end      object btShowTraceEvents: TSpeedButton        Left = 290        Top = 47        Width = 120        Height = 22        Caption = 'Show Trace Events'        Flat = True        Transparent = False        OnClick = btShowTraceEventsClick      end      object btExecute: TSpeedButton        Left = 142        Top = 1        Width = 70        Height = 22        Caption = 'Execute'        Flat = True        Transparent = False        OnClick = btExecuteClick      end      object Panel3: TPanel        Left = 1        Top = 24        Width = 288        Height = 22        BevelOuter = bvNone        Color = clButton        ParentColor = False        TabOrder = 0        object cbSQLTrace: TCheckBox          Left = 8          Top = 2          Width = 81          Height = 17          Caption = 'SQL Trace'          Checked = True          State = cbChecked          TabOrder = 0          OnClick = cbSQLTraceClick        end        object cbBindVariables: TCheckBox          Left = 102          Top = 2          Width = 97          Height = 17          Caption = 'Bind Variables'          TabOrder = 1          OnClick = cbBindVariablesClick        end        object cbWaitEvents: TCheckBox          Left = 203          Top = 2          Width = 83          Height = 17          Caption = 'Wait Events'          TabOrder = 2          OnClick = cbWaitEventsClick        end      end      object Panel5: TPanel        Left = 213        Top = 1        Width = 197        Height = 22        BevelOuter = bvNone        Color = clButton        ParentColor = False        TabOrder = 1        object cbTraceEnabled: TCheckBox          Left = 24          Top = 2          Width = 97          Height = 17          Caption = 'Trace Enabled'          TabOrder = 0          OnClick = cbTraceEnabledClick        end      end      object Panel6: TPanel        Left = 1        Top = 47        Width = 146        Height = 22        BevelOuter = bvNone        Color = clButton        ParentColor = False        TabOrder = 2        object cbPlSqlTrace: TCheckBox          Left = 8          Top = 2          Width = 89          Height = 17          Caption = 'PL/SQL Trace'          TabOrder = 0          OnClick = cbPlSqlTraceClick        end      end    end  end  object Panel2: TPanel    Left = 0    Top = 165    Width = 451    Height = 25    Align = alTop    BevelOuter = bvNone    TabOrder = 3    object Panel1: TPanel      Left = 0      Top = 0      Width = 222      Height = 24      BevelOuter = bvNone      Color = 170      ParentColor = False      TabOrder = 0      object DBNavigator1: TDBNavigator        Left = 1        Top = 1        Width = 220        Height = 22        DataSource = DataSource        Flat = True        TabOrder = 0      end    end  end  object OraQuery: TOraQuery    SQL.Strings = (      'SELECT D1.*,D2.DName'      'FROM'      '  Scott.Dept D1, Scott.Dept D2'      'WHERE'      '  D1.DeptNo = D2.DeptNo')    Debug = True    Left = 16    Top = 87  end  object DataSource: TDataSource    DataSet = OraQuery    Left = 48    Top = 87  end  object OraTrace: TOraTrace    Enabled = False    Left = 104    Top = 88  endend

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -