unit1.dfm

来自「DELPHI经典程序」· DFM 代码 · 共 34 行

DFM
34
字号
object Form1: TForm1
  Left = 80
  Top = 99
  Width = 450
  Height = 374
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 442
    Height = 305
    Align = alTop
    IncrementalDisplay = True
  end
  object Button1: TButton
    Left = 148
    Top = 314
    Width = 107
    Height = 27
    Caption = 'Load Picture'
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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