aboutdemoform.dfm

来自「胜天进销存源码,国产优秀的进销存」· DFM 代码 · 共 36 行

DFM
36
字号
object formAboutDemo: TformAboutDemo
  Left = 266
  Top = 113
  Width = 284
  Height = 447
  BorderStyle = bsSizeToolWin
  BorderWidth = 8
  Caption = 'About this demo'
  Color = clWindow
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object redDescription: TcxRichEdit
    Left = 0
    Top = 0
    Width = 260
    Height = 397
    Align = alClient
    ParentColor = True
    Properties.PlainText = True
    Properties.ReadOnly = True
    Properties.ScrollBars = ssVertical
    Style.BorderStyle = ebsNone
    Style.HotTrack = False
    Style.LookAndFeel.NativeStyle = False
    Style.TransparentBorder = False
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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