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

📄 sql.dfm

📁 Oracle Data Access Components Source Code ODAC v.6.70.0.45
💻 DFM
字号:
inherited SqlFrame: TSqlFrame
  object Splitter1: TSplitter
    Left = 0
    Top = 186
    Width = 523
    Height = 3
    Cursor = crVSplit
    Align = alTop
    MinSize = 100
  end
  object Label1: TLabel
    Left = 491
    Top = 52
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object meSQL: TMemo
    Left = 0
    Top = 24
    Width = 523
    Height = 162
    Align = alTop
    Constraints.MinHeight = 50
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 11
    Font.Name = 'Tahoma'
    Font.Pitch = fpVariable
    Font.Style = []
    Lines.Strings = (
      'declare'
      '  C NUMBER;'
      'begin'
      '  SELECT Count(*)'
      '    INTO :C'
      '    FROM Scott.Dept;'
      'end;')
    ParentFont = False
    TabOrder = 0
  end
  object meResult: TMemo
    Left = 0
    Top = 189
    Width = 523
    Height = 59
    TabStop = False
    Align = alClient
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 11
    Font.Name = 'Tahoma'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 1
  end
  object ToolBar: TPanel
    Left = 0
    Top = 0
    Width = 523
    Height = 24
    Align = alTop
    BevelOuter = bvNone
    Color = 170
    TabOrder = 2
    object ToolButton1: TToolButton
      Left = 396
      Top = 2
      Width = 31
      Caption = 'ToolButton1'
      ImageIndex = 0
      Style = tbsSeparator
    end
    object btExecute: TSpeedButton
      Left = 1
      Top = 1
      Width = 85
      Height = 22
      Caption = 'Execute'
      Flat = True
      Transparent = False
      OnClick = btExecuteClick
    end
    object btBreak: TSpeedButton
      Left = 87
      Top = 1
      Width = 85
      Height = 22
      Caption = 'Break'
      Flat = True
      Transparent = False
      OnClick = btBreakClick
    end
    object btParType: TSpeedButton
      Left = 173
      Top = 1
      Width = 85
      Height = 22
      Caption = 'Params Type ...'
      Flat = True
      Transparent = False
      OnClick = btParTypeClick
    end
    object Panel1: TPanel
      Left = 259
      Top = 1
      Width = 112
      Height = 22
      BevelOuter = bvNone
      TabOrder = 0
      object cbNonBlocking: TCheckBox
        Left = 15
        Top = 2
        Width = 90
        Height = 18
        Caption = 'NonBlocking'
        TabOrder = 0
        OnClick = cbNonBlockingClick
      end
    end
    object Panel2: TPanel
      Left = 372
      Top = 0
      Width = 652
      Height = 25
      Anchors = [akLeft, akTop, akRight]
      BevelOuter = bvNone
      TabOrder = 1
    end
  end
  object OraSQL: TOraSQL
    Session = ODACForm.OraSession
    SQL.Strings = (
      'UPDATE Large1'
      '  SET Field8 = Field9'
      '  WHERE Code < 1000')
    Debug = True
    AfterExecute = OraSQLAfterExecute
    Left = 289
    Top = 42
  end
end

⌨️ 快捷键说明

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