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

📄 changenotification.nfm

📁 odac for oralce 8i,10g,11g easy to connect to oralce from delphi
💻 NFM
字号:
inherited ChangeNotificationFrame: TChangeNotificationFrame
  Width = 757
  Height = 391
  object Splitter1: TSplitter
    Left = 289
    Top = 25
    Width = 3
    Height = 274
    Cursor = crHSplit
    Beveled = True
    Color = 170
    ParentColor = False
  end
  object Splitter2: TSplitter
    Left = 0
    Top = 299
    Width = 757
    Height = 3
    Cursor = crVSplit
    Align = alBottom
    Beveled = True
    Color = 170
    ParentColor = False
  end
  object ToolBar: TPanel
    Left = 0
    Top = 0
    Width = 757
    Height = 25
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 274
    Height = 24
    BevelOuter = bvNone
    Color = 170
    TabOrder = 1
    object btOpen: TSpeedButton
      Left = 1
      Top = 1
      Width = 70
      Height = 22
      Caption = 'Open'
      Flat = True
      Transparent = False
      OnClick = btOpenClick
    end
    object btClose: TSpeedButton
      Left = 72
      Top = 1
      Width = 69
      Height = 22
      Caption = 'Close'
      Flat = True
      Transparent = False
      OnClick = btCloseClick
    end
    object Panel3: TPanel
      Left = 142
      Top = 1
      Width = 131
      Height = 22
      BevelOuter = bvNone
      TabOrder = 0
      object cbReflect: TCheckBox
        Left = 20
        Top = 4
        Width = 97
        Height = 17
        Caption = 'Reflect changes'
        Checked = True
        State = cbChecked
        TabOrder = 0
        OnClick = cbReflectClick
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 25
    Width = 289
    Height = 274
    Align = alLeft
    BevelOuter = bvNone
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 0
      Top = 47
      Width = 289
      Height = 227
      Align = alClient
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object ToolBar1: TPanel
      Left = 0
      Top = 0
      Width = 289
      Height = 47
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 1
      object Label6: TLabel
        Left = 6
        Top = 4
        Width = 69
        Height = 16
        Caption = 'Session 1'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clMaroon
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Panel8: TPanel
        Left = 1
        Top = 22
        Width = 232
        Height = 24
        BevelOuter = bvNone
        Color = 170
        TabOrder = 0
        object DBNavigator2: TDBNavigator
          Left = 1
          Top = 1
          Width = 230
          Height = 22
          DataSource = DataSource1
          Flat = True
          TabOrder = 0
        end
      end
    end
  end
  object Panel9: TPanel
    Left = 292
    Top = 25
    Width = 465
    Height = 274
    Align = alClient
    BevelOuter = bvNone
    Caption = 'Panel2'
    TabOrder = 3
    object DBGrid2: TDBGrid
      Left = 0
      Top = 47
      Width = 465
      Height = 227
      Align = alClient
      DataSource = DataSource2
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object ToolBar2: TPanel
      Left = 0
      Top = 0
      Width = 465
      Height = 47
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 1
      object Label7: TLabel
        Left = 6
        Top = 3
        Width = 69
        Height = 16
        Caption = 'Session 2'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clMaroon
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Panel10: TPanel
        Left = 1
        Top = 22
        Width = 232
        Height = 24
        BevelOuter = bvNone
        Color = 170
        TabOrder = 0
        object DBNavigator3: TDBNavigator
          Left = 1
          Top = 1
          Width = 230
          Height = 22
          DataSource = DataSource2
          Flat = True
          TabOrder = 0
        end
      end
    end
  end
  object meLog: TMemo
    Left = 0
    Top = 302
    Width = 757
    Height = 89
    Align = alBottom
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object Query1: TOraQuery
    Session = ODACForm.OraSession
    SQL.Strings = (
      'SELECT D.*, RowId FROM Scott.Dept D')
    Debug = True
    Options.ReflectChangeNotify = True
    ChangeNotification = ChangeNotification
    Left = 24
    Top = 199
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 56
    Top = 199
  end
  object OraSession2: TOraSession
    ConnectPrompt = False
    Left = 313
    Top = 200
  end
  object Query2: TOraQuery
    Session = OraSession2
    SQL.Strings = (
      'SELECT D.*, RowId FROM Scott.Dept D')
    Debug = True
    Left = 352
    Top = 199
  end
  object DataSource2: TDataSource
    DataSet = Query2
    Left = 384
    Top = 199
  end
  object ChangeNotification: TOraChangeNotification
    OnChange = ChangeNotificationChange
    Left = 96
    Top = 200
  end
end

⌨️ 快捷键说明

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