unit6.dfm

来自「Prof DHTML Edit 2.0.3.7 for delphi」· DFM 代码 · 共 53 行

DFM
53
字号
object FormInsertComment: TFormInsertComment
  Left = 230
  Top = 315
  BorderStyle = bsDialog
  Caption = 'Insert Comment'
  ClientHeight = 214
  ClientWidth = 313
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 297
    Height = 161
    Shape = bsFrame
  end
  object ButtonOK: TButton
    Left = 79
    Top = 180
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object ButtonCancel: TButton
    Left = 159
    Top = 180
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
  object Memo1: TMemo
    Left = 16
    Top = 16
    Width = 281
    Height = 145
    ScrollBars = ssBoth
    TabOrder = 0
    WordWrap = False
    OnKeyPress = Memo1KeyPress
  end
end

⌨️ 快捷键说明

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