unit1.dfm

来自「用MINIGUI编写的窗口代码」· DFM 代码 · 共 83 行

DFM
83
字号
object Form1: TForm1
  Left = 360
  Top = 196
  Width = 578
  Height = 555
  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 = 4
    Top = 40
    Width = 51
    Height = 465
  end
  object Image2: TImage
    Left = 59
    Top = 40
    Width = 51
    Height = 465
  end
  object Image3: TImage
    Left = 114
    Top = 40
    Width = 51
    Height = 465
  end
  object Image4: TImage
    Left = 169
    Top = 40
    Width = 51
    Height = 465
  end
  object Image5: TImage
    Left = 224
    Top = 40
    Width = 51
    Height = 465
  end
  object Image6: TImage
    Left = 279
    Top = 40
    Width = 51
    Height = 465
  end
  object Image7: TImage
    Left = 334
    Top = 40
    Width = 51
    Height = 465
  end
  object Image8: TImage
    Left = 389
    Top = 40
    Width = 51
    Height = 465
  end
  object Image9: TImage
    Left = 444
    Top = 40
    Width = 51
    Height = 465
  end
  object Image10: TImage
    Left = 499
    Top = 40
    Width = 51
    Height = 465
  end
  object Image11: TImage
    Left = 551
    Top = 40
    Width = 18
    Height = 465
  end
end

⌨️ 快捷键说明

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