rzgroupbareditor.dfm

来自「使用前请您先阅读以下条款」· DFM 代码 · 共 34 行

DFM
34
字号
object RzGroupTemplatePreviewDlg: TRzGroupTemplatePreviewDlg
  Left = 204
  Top = 113
  BorderIcons = [biSystemMenu]
  ClientHeight = 92
  ClientWidth = 187
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBar: TRzGroupBar
    Left = 0
    Top = 0
    Width = 187
    Height = 92
    GradientColorStart = clBtnFace
    GradientColorStop = clBtnShadow
    GroupBorderSize = 8
    Align = alClient
    Color = clBtnShadow
    ParentColor = False
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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