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

📄 myeurpt.dfm

📁 ODAC 6 最新版的﹐網上找了好久才找到﹐不太好找啊﹐大家一起共享
💻 DFM
📖 第 1 页 / 共 3 页
字号:
    Height = 1
    Visible = False
  end
  object Label9: TLabel
    Left = 48
    Top = 482
    Width = 39
    Height = 13
    Caption = 'Tables'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
    Visible = False
  end
  object Shape19: TShape
    Left = 17
    Top = 498
    Width = 102
    Height = 1
    Visible = False
  end
  object Shape21: TShape
    Left = 245
    Top = 477
    Width = 103
    Height = 72
    Brush.Color = clAqua
    Shape = stRoundRect
    Visible = False
  end
  object Shape27: TShape
    Left = 246
    Top = 498
    Width = 102
    Height = 1
    Visible = False
  end
  object Label4: TLabel
    Left = 280
    Top = 482
    Width = 30
    Height = 13
    Caption = 'Joins'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
    Visible = False
  end
  object Shape28: TShape
    Left = 67
    Top = 467
    Width = 226
    Height = 2
    Brush.Style = bsClear
    Pen.Width = 2
    Shape = stRoundRect
    Visible = False
  end
  object btnLaunch: TButton
    Left = 342
    Top = 165
    Width = 75
    Height = 25
    Caption = 'Launch'
    TabOrder = 0
    OnClick = btnLaunchClick
  end
  object Memo1: TMemo
    Left = 7
    Top = 5
    Width = 411
    Height = 150
    Lines.Strings = (
      'End-User Reporting using Oracle with the ODAC'
      
        '----------------------------------------------------------------' +
        '---------------------------')
    ReadOnly = True
    TabOrder = 1
  end
  object pnlStatusBar: TPanel
    Left = 0
    Top = 561
    Width = 427
    Height = 18
    Align = alBottom
    Alignment = taLeftJustify
    TabOrder = 2
  end
  object btCreate: TButton
    Left = 120
    Top = 165
    Width = 75
    Height = 25
    Caption = 'Create'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = btCreateClick
  end
  object btDrop: TButton
    Left = 200
    Top = 165
    Width = 75
    Height = 25
    Caption = 'Drop'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
    OnClick = btDropClick
  end
  object seDatabase: TOraSession
    Username = 'Scott'
    Password = 'tiger'
    Server = 'ora'
    Connected = True
    Left = 289
    Top = 233
  end
  object tblTable: TOraTable
    TableName = 'SCOTT.RB_TABLE'
    Session = seDatabase
    Left = 21
    Top = 508
  end
  object dsTable: TDataSource
    DataSet = tblTable
    Left = 52
    Top = 508
  end
  object plTable: TppDBPipeline
    DataSource = dsTable
    UserName = 'Table'
    Visible = False
    Left = 85
    Top = 508
  end
  object tblField: TOraTable
    TableName = 'SCOTT.RB_FIELD'
    Session = seDatabase
    Left = 137
    Top = 509
  end
  object dsField: TDataSource
    DataSet = tblField
    Left = 169
    Top = 509
  end
  object plField: TppDBPipeline
    DataSource = dsField
    UserName = 'Field'
    Visible = False
    Left = 201
    Top = 508
  end
  object ppDataDictionary: TppDataDictionary
    AutoJoin = True
    BuilderSettings.DatabaseName = 'seDatabase'
    BuilderSettings.SessionType = 'ODACSession'
    FieldFieldNames.AutoSearch = 'AUTOSEARCH'
    FieldFieldNames.DataType = 'DATATYPE'
    FieldFieldNames.FieldName = 'FIELD_NAME'
    FieldFieldNames.FieldAlias = 'FIELD_ALIAS'
    FieldFieldNames.Mandatory = 'MANDATORY'
    FieldFieldNames.Searchable = 'SEARCHABLE'
    FieldFieldNames.Selectable = 'SORTABLE'
    FieldFieldNames.Sortable = 'SORTABLE'
    FieldFieldNames.TableName = 'table_name'
    FieldPipeline = plField
    JoinFieldNames.TableName1 = 'TABLE_NAME1'
    JoinFieldNames.TableName2 = 'TABLE_NAME2'
    JoinFieldNames.JoinType = 'JOIN_TYPE'
    JoinFieldNames.FieldNames1 = 'FIELD_NAMES1'
    JoinFieldNames.FieldNames2 = 'FIELD_NAMES2'
    JoinFieldNames.Operators = 'OPERATORS'
    JoinPipeline = plJoin
    TableFieldNames.TableName = 'TABLE_NAME'
    TableFieldNames.TableAlias = 'TABLE_ALIAS'
    TablePipeline = plTable
    UserName = 'DataDictionary'
    UseTableOwnerName = True
    ValidateFieldNames = False
    ValidateTableNames = False
    Left = 169
    Top = 416
  end
  object ppDesigner: TppDesigner
    AllowDataSettingsChange = True
    Caption = 'ReportBuilder Pro'
    DataSettings.DatabaseName = 'seDatabase'
    DataSettings.SessionType = 'ODACSession'
    DataSettings.AllowEditSQL = True
    DataSettings.DatabaseType = dtOracle
    DataSettings.DataDictionary = ppDataDictionary
    DataSettings.GuidCollationType = gcString
    DataSettings.IsCaseSensitive = True
    DataSettings.SQLType = sqSQL1
    DataSettings.UseDataDictionary = True
    Position = poScreenCenter
    Report = ppReport
    IniStorageType = 'IniFile'
    IniStorageName = '($WINSYS)\RBuilder.ini'
    WindowHeight = 400
    WindowLeft = 100
    WindowTop = 50
    WindowWidth = 600
    Left = 170
    Top = 323
  end
  object tblItem: TOraTable
    TableName = 'SCOTT.RB_ITEM'
    Session = seDatabase
    Left = 14
    Top = 277
  end
  object dsItem: TDataSource
    DataSet = tblItem
    Left = 46
    Top = 278
  end
  object plItem: TppDBPipeline
    DataSource = dsItem
    RefreshAfterPost = True
    UserName = 'plItem'
    Visible = False
    Left = 77
    Top = 278
  end
  object ppReport: TppReport
    AutoStop = False
    DataPipeline = ODACQueryDataView1.plDept
    PrinterSetup.BinName = 'Default'
    PrinterSetup.DocumentName = 'Report'
    PrinterSetup.PaperName = 'Letter'
    PrinterSetup.PrinterName = 'Default'
    PrinterSetup.mmMarginBottom = 6350
    PrinterSetup.mmMarginLeft = 6350
    PrinterSetup.mmMarginRight = 6350
    PrinterSetup.mmMarginTop = 6350
    PrinterSetup.mmPaperHeight = 279401
    PrinterSetup.mmPaperWidth = 215900
    PrinterSetup.PaperSize = 1
    Template.DatabaseSettings.DataPipeline = plItem
    Template.DatabaseSettings.Name = 'Dept'
    Template.DatabaseSettings.NameField = 'Name'
    Template.DatabaseSettings.TemplateField = 'Template'
    Template.FileName = 'D:\NDF\Delphi\odac3\Demos\ReportBuilder\Reports\Dept.rtm'
    Template.SaveTo = stDatabase
    Units = utScreenPixels
    DeviceType = 'Screen'
    OutlineSettings.CreateNode = True
    OutlineSettings.CreatePageNodes = True
    OutlineSettings.Enabled = False
    OutlineSettings.Visible = False
    TextSearchSettings.DefaultString = '<FindText>'
    TextSearchSettings.Enabled = False
    Left = 289
    Top = 326
    Version = '9.01'
    mmColumnWidth = 0
    DataPipelineName = 'plDept'
    object ppTitleBand1: TppTitleBand
      mmBottomOffset = 0
      mmHeight = 13229
      mmPrintPosition = 0
      object ppLabel1: TppLabel
        UserName = 'Label1'
        Border.BorderPositions = []
        Border.Color = clBlack
        Border.Style = psSolid
        Border.Visible = False
        Border.Weight = 1.000000000000000000
        Caption = 'Departaments'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clNavy
        Font.Name = 'Arial'
        Font.Size = 20
        Font.Style = [fsBold, fsItalic]
        Transparent = True
        mmHeight = 8467
        mmLeft = 77788
        mmTop = 1852
        mmWidth = 47625
        BandType = 1
      end
      object ppSystemVariable1: TppSystemVariable
        UserName = 'SystemVariable1'
        Border.BorderPositions = []
        Border.Color = clBlack
        Border.Style = psSolid
        Border.Visible = False
        Border.Weight = 1.000000000000000000
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = 'Arial'
        Font.Size = 8
        Font.Style = []
        Transparent = True
        mmHeight = 3704
        mmLeft = 188384
        mmTop = 529
        mmWidth = 14288
        BandType = 1
      end
    end
    object ppHeaderBand1: TppHeaderBand
      mmBottomOffset = 0
      mmHeight = 7673
      mmPrintPosition = 0
      object ppLabel2: TppLabel
        UserName = 'Label2'
        Border.BorderPositions = []
        Border.Color = clBlack
        Border.Style = psSolid
        Border.Visible = False
        Border.Weight = 1.000000000000000000
        Caption = 'Number'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = 'Arial'
        Font.Size = 10
        Font.Style = [fsBold]
        Transparent = True
        mmHeight = 4233
        mmLeft = 7673
        mmTop = 529
        mmWidth = 13229
        BandType = 0
      end
      object ppLabel3: TppLabel
        UserName = 'Label3'
        Border.BorderPositions = []
        Border.Color = clBlack
        Border.Style = psSolid
        Border.Visible = False
        Border.Weight = 1.000000000000000000
        Caption = 'Name'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = 'Arial'
        Font.Size = 10
        Font.Style = [fsBold]
        Transparent = True
        mmHeight = 4233
        mmLeft = 26988
        mmTop = 529
        mmWidth = 9790
        BandType = 0
      end
      object ppLabel4: TppLabel
        UserName = 'Label4'
        Border.BorderPositions = []
        Border.Color = clBlack
        Border.Style = psSolid
        Border.Visible = False
        Border.Weight = 1.000000000000000000
        Caption = 'Location'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = 'Arial'
        Font.Size = 10
        Font.Style = [fsBold]
        Transparent = True
        mmHeight = 4233
        mmLeft = 81492
        mmTop = 794
        mmWidth = 14552
        BandType = 0
      end
      object ppShape1: TppShape

⌨️ 快捷键说明

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