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

📄 table.lfm

📁 Oracle Data Access Components Source Code ODAC v.6.70.0.45
💻 LFM
字号:
inherited TableFrame: TTableFrame
  Width = 697
  object DBGrid: TDBGrid
    Height = 200
    Top = 76
    Width = 697
    Align = alClient
    DataSource = DataSource
    FixedColor = clBtnFace
    FixedHotColor = cl3DLight
    Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    OptionsExtra = [dgeAutoColumns, dgeCheckboxColumn]
    ParentColor = False
    TabOrder = 1
    TabStop = True
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
  end
  object ToolBar: TPanel
    Height = 76
    Width = 697
    Align = alTop
    BevelOuter = bvNone
    ClientHeight = 76
    ClientWidth = 697
    TabOrder = 0
    object Panel3: TPanel
      Left = 1
      Height = 75
      Width = 682
      BevelOuter = bvNone
      ClientHeight = 75
      ClientWidth = 682
      Color = 170
      ParentColor = False
      TabOrder = 0
      object btOpen: TSpeedButton
        Left = 1
        Height = 22
        Top = 1
        Width = 85
        Caption = 'Open'
        Color = clBtnFace
        Flat = True
        NumGlyphs = 0
        Transparent = False
        OnClick = btOpenClick
      end
      object btClose: TSpeedButton
        Left = 87
        Height = 22
        Top = 1
        Width = 85
        Caption = 'Close'
        Color = clBtnFace
        Flat = True
        NumGlyphs = 0
        Transparent = False
        OnClick = btCloseClick
      end
      object btPrepare: TSpeedButton
        Left = 173
        Height = 22
        Top = 1
        Width = 85
        Caption = 'Prepare'
        Color = clBtnFace
        Flat = True
        NumGlyphs = 0
        Transparent = False
        OnClick = btPrepareClick
      end
      object btUnPrepare: TSpeedButton
        Left = 259
        Height = 22
        Top = 1
        Width = 85
        Caption = 'UnPrepare'
        Color = clBtnFace
        Flat = True
        NumGlyphs = 0
        Transparent = False
        OnClick = btUnPrepareClick
      end
      object btExecute: TSpeedButton
        Left = 345
        Height = 22
        Top = 1
        Width = 85
        Caption = 'Execute'
        Color = clBtnFace
        Flat = True
        NumGlyphs = 0
        Transparent = False
        OnClick = btExecuteClick
      end
      object DBNavigator: TDBNavigator
        Left = 431
        Height = 22
        Top = 1
        Width = 250
        BevelOuter = bvNone
        ClientHeight = 22
        ClientWidth = 250
        Color = clBtnFace
        DataSource = DataSource
        Flat = True
        ParentColor = False
        TabOrder = 0
      end
      object Panel7: TPanel
        Left = 511
        Height = 50
        Top = 24
        Width = 170
        BevelOuter = bvNone
        ClientHeight = 50
        ClientWidth = 170
        ParentColor = False
        TabOrder = 4
        object Label3: TLabel
          Left = 6
          Height = 13
          Top = 4
          Width = 53
          Caption = 'OrderFields'
          ParentColor = False
        end
        object edOrderFields: TEdit
          Left = 6
          Height = 21
          Top = 20
          Width = 140
          OnExit = edOrderFieldsExit
          TabOrder = 0
        end
      end
      object Panel8: TPanel
        Left = 345
        Height = 50
        Top = 24
        Width = 165
        BevelOuter = bvNone
        ClientHeight = 50
        ClientWidth = 165
        ParentColor = False
        TabOrder = 3
        object Label4: TLabel
          Left = 6
          Height = 13
          Top = 4
          Width = 43
          Caption = 'FilterSQL'
          ParentColor = False
        end
        object edFilterSQL: TEdit
          Left = 6
          Height = 21
          Top = 20
          Width = 140
          OnExit = edFilterSQLExit
          TabOrder = 0
        end
      end
      object Panel6: TPanel
        Left = 173
        Height = 50
        Top = 24
        Width = 171
        BevelOuter = bvNone
        ClientHeight = 50
        ClientWidth = 171
        ParentColor = False
        TabOrder = 2
        object Label5: TLabel
          Left = 6
          Height = 13
          Top = 4
          Width = 45
          Caption = 'KeyFields'
          ParentColor = False
        end
        object edKeyFields: TEdit
          Left = 6
          Height = 21
          Top = 20
          Width = 140
          OnExit = edKeyFieldsExit
          TabOrder = 0
        end
      end
      object Panel5: TPanel
        Left = 1
        Height = 50
        Top = 24
        Width = 171
        BevelOuter = bvNone
        ClientHeight = 50
        ClientWidth = 171
        ParentColor = False
        TabOrder = 1
        object Label1: TLabel
          Left = 6
          Height = 13
          Top = 4
          Width = 56
          Caption = 'Table name'
          ParentColor = False
        end
        object edTableName: TEdit
          Left = 6
          Height = 21
          Top = 20
          Width = 140
          OnExit = edTableNameExit
          TabOrder = 0
        end
      end
    end
  end
  object DataSource: TDatasource
    DataSet = OraTable
    left = 784
    top = 8
  end
  object OraTable: TOraTable
    TableName = 'DEPT'
    OrderFields = 'DNAME'
    KeyFields = 'DEPTNO'
    FilterSQL = 'DEPTNO < 30'
    Debug = True
    LockMode = lmNone
    Options.AutoClose = False
    Options.FieldsAsString = False
    Options.DeferredLobRead = False
    Options.ScrollableCursor = False
    Options.FieldsOrigin = False
    Options.DefaultValues = False
    Options.NumberRange = False
    Options.QueryRecCount = False
    Options.AutoPrepare = False
    Options.ReturnParams = False
    Options.FlatBuffers = False
    Options.DetailDelay = 0
    left = 752
    top = 8
  end
end

⌨️ 快捷键说明

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