unit1.dfm

来自「用delphi 显示不了256的图片,我是从相机中读的图片,搞了好久,终于搞定了」· DFM 代码 · 共 35 行

DFM
35
字号
object Form1: TForm1
  Left = 303
  Top = 143
  Width = 721
  Height = 502
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 8
    Top = 8
    Width = 585
    Height = 457
    Stretch = True
  end
  object Button1: TButton
    Left = 600
    Top = 32
    Width = 73
    Height = 33
    Caption = #26174#31034#22270#29255
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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