unitcongfig.dfm

来自「通过oci实现的oracle查询分析器功能和可以 尤其对BLOB字段的度曲」· DFM 代码 · 共 56 行

DFM
56
字号
object Formcongfig: TFormcongfig
  Left = 194
  Top = 131
  Width = 695
  Height = 435
  Caption = '配置'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 687
    Height = 367
    Align = alClient
    ScrollBars = ssBoth
    TabOrder = 0
    WantTabs = True
  end
  object Panel1: TPanel
    Left = 0
    Top = 367
    Width = 687
    Height = 41
    Align = alBottom
    BorderStyle = bsSingle
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 264
      Top = 8
      Width = 75
      Height = 25
      Caption = '保存'
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 344
      Top = 8
      Width = 75
      Height = 25
      Caption = '取消'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
  end
end

⌨️ 快捷键说明

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