dedeedittext.dfm

来自「dede 的源代码 3.10b」· DFM 代码 · 共 36 行

DFM
36
字号
object EditTextForm: TEditTextForm
  Left = 214
  Top = 363
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  ClientHeight = 63
  ClientWidth = 464
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnDestroy = FormDestroy
  OnHide = FormHide
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 72
    Height = 13
    Caption = 'User Comment:'
  end
  object Edit1: TEdit
    Left = 8
    Top = 24
    Width = 449
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
end

⌨️ 快捷键说明

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