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

📄 unit1.dfm

📁 oracle基础知识讲义
💻 DFM
字号:
object Form1: TForm1
  Left = 238
  Top = 130
  Width = 433
  Height = 328
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 16
    Width = 409
    Height = 249
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 112
    Top = 152
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'IB'
    TableName = 'JOB'
    Left = 152
    Top = 152
  end
  object Database1: TDatabase
    AliasName = 'IBLocal'
    Connected = True
    DatabaseName = 'IB'
    LoginPrompt = False
    Params.Strings = (
      'USER NAME=SYSDBA'
      'PASSWORD=masterkey')
    SessionName = 'Default'
    TransIsolation = tiDirtyRead
    Left = 184
    Top = 152
  end
  object MainMenu1: TMainMenu
    Left = 72
    object Transcation: TMenuItem
      Caption = #20107#21153#22788#29702
      object StartTranscation1: TMenuItem
        Caption = #24320#22987#20107#21153
        OnClick = StartTranscation1Click
      end
      object Commit1: TMenuItem
        Caption = #25552#20132
        OnClick = Commit1Click
      end
      object Rollback1: TMenuItem
        Caption = #22238#28378
        OnClick = Rollback1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Quit: TMenuItem
        Caption = #36864#20986
        OnClick = QuitClick
      end
    end
    object Isolation: TMenuItem
      Caption = #20107#21153#32423#21035
      object DirtyRead1: TMenuItem
        Caption = 'DirtyRead'
        RadioItem = True
        OnClick = DirtyRead1Click
      end
      object ReadCmmitted1: TMenuItem
        Tag = 1
        Caption = 'ReadCommitted'
        Checked = True
        RadioItem = True
        OnClick = ReadCmmitted1Click
      end
      object RepeatableRead1: TMenuItem
        Tag = 2
        Caption = 'RepeatableRead'
        RadioItem = True
        OnClick = RepeatableRead1Click
      end
    end
    object Refresh: TMenuItem
      Caption = #26356#26032
      OnClick = RefreshClick
    end
  end
end

⌨️ 快捷键说明

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