memo.dfm

来自「一个会员管理系统delphi源代码,非常好」· DFM 代码 · 共 51 行

DFM
51
字号
object frmmemo: Tfrmmemo
  Left = 242
  Top = 243
  BorderStyle = bsDialog
  ClientHeight = 247
  ClientWidth = 589
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 9
    Top = 12
    Width = 60
    Height = 13
    Caption = #25237#31295#35760#24405#65306
  end
  object cxButton1: TcxButton
    Left = 496
    Top = 200
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 0
    OnClick = cxButton1Click
  end
  object memo1: TcxDBMemo
    Left = 72
    Top = 8
    Width = 497
    Height = 177
    TabOrder = 1
  end
  object cxButton2: TcxButton
    Left = 400
    Top = 200
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 2
    OnClick = cxButton2Click
  end
end

⌨️ 快捷键说明

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