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

📄 memoblobfrm.dfm

📁 delphi本地数据库引擎
💻 DFM
字号:
object MemoBlobForm: TMemoBlobForm
  Left = 192
  Top = 133
  Width = 357
  Height = 244
  Caption = 'MemoBlobForm'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 349
    Height = 183
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 6
    TabOrder = 0
    object Memo: TMemo
      Left = 6
      Top = 6
      Width = 337
      Height = 171
      Align = alClient
      TabOrder = 0
    end
  end
  object BottomPanel: TPanel
    Left = 0
    Top = 183
    Width = 349
    Height = 34
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object OkButton: TButton
      Left = 267
      Top = 1
      Width = 75
      Height = 25
      Cancel = True
      Caption = '取消(&C)'
      TabOrder = 0
      OnClick = OkButtonClick
    end
    object Button1: TButton
      Left = 179
      Top = 1
      Width = 75
      Height = 25
      Caption = '确定(&O)'
      Default = True
      TabOrder = 1
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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