viewwin.dfm

来自「Delphi basic program. Basic programing」· DFM 代码 · 共 27 行

DFM
27
字号
object ViewForm: TViewForm
  Left = 211
  Top = 121
  AutoScroll = False
  Caption = 'View Form'
  ClientHeight = 287
  ClientWidth = 495
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'System'
  Font.Style = []
  OldCreateOrder = True
  Position = poDefault
  PixelsPerInch = 96
  TextHeight = 16
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 495
    Height = 287
    Align = alClient
    AutoSize = True
  end
end

⌨️ 快捷键说明

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