unit1.dfm

来自「Delphi snippet to convert variants value」· DFM 代码 · 共 48 行

DFM
48
字号
object Form1: TForm1
  Left = 234
  Top = 132
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  PixelsPerInch = 120
  TextHeight = 17
  object StatusBar: TStatusBar
    Left = 0
    Top = 422
    Width = 688
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object Memo1: TMemo
    Left = 32
    Top = 16
    Width = 457
    Height = 145
    Lines.Strings = (
      '')
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 248
    Width = 75
    Height = 25
    Caption = 'BitBtn1'
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object ApplicationEvents1: TApplicationEvents
    Left = 32
    Top = 192
  end
end

⌨️ 快捷键说明

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