bmp.dfm

来自「单片机开发的重要源码」· DFM 代码 · 共 37 行

DFM
37
字号
object Form1: TForm1
  Left = 255
  Top = 142
  Width = 696
  Height = 564
  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 PaintBox1: TPaintBox
    Left = 112
    Top = 32
    Width = 473
    Height = 201
  end
  object Img: TImage
    Left = 112
    Top = 40
    Width = 465
    Height = 193
  end
  object Ed: TEdit
    Left = 120
    Top = 256
    Width = 465
    Height = 241
    TabOrder = 0
    Text = 'Ed'
  end
end

⌨️ 快捷键说明

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