newwindow.dfm

来自「自定义的报表」· DFM 代码 · 共 31 行

DFM
31
字号
object frmNewWindow: TfrmNewWindow
  Left = -4
  Top = -4
  Width = 808
  Height = 580
  Caption = 'frmNewWindow'
  Color = clGray
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 1076
    Width = 782
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object CNReportControl1: TCNReportControl
    Left = 64
    Top = 20
    Width = 672
    Height = 1056
  end
end

⌨️ 快捷键说明

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