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

📄 unitjb.dfm

📁 通过oci实现的oracle查询分析器功能和可以 尤其对BLOB字段的度曲
💻 DFM
字号:
object Formjb: TFormjb
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = '脚本'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 412
    Width = 688
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object BitBtn1: TBitBtn
      Left = 248
      Top = 8
      Width = 75
      Height = 25
      Caption = '保存'
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 352
      Top = 8
      Width = 75
      Height = 25
      Caption = '取消'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
  end
  object Memo1: TRichEdit
    Left = 0
    Top = 0
    Width = 688
    Height = 412
    TabStop = False
    Align = alClient
    HideSelection = False
    MaxLength = 1000
    PlainText = True
    ScrollBars = ssBoth
    TabOrder = 1
    WordWrap = False
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '*.sql'
    Filter = 'sql|*.sql'
    Left = 248
    Top = 288
  end
end

⌨️ 快捷键说明

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