u_form1.dfm

来自「很好地delphi书籍源码」· DFM 代码 · 共 67 行

DFM
67
字号
object Form1: TForm1
  Left = 194
  Top = 168
  Width = 316
  Height = 181
  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 Label1: TLabel
    Left = 56
    Top = 24
    Width = 24
    Height = 13
    Caption = #21407#20540
  end
  object Label2: TLabel
    Left = 56
    Top = 56
    Width = 24
    Height = 13
    Caption = #32467#26524
  end
  object SpinEdit1: TSpinEdit
    Left = 88
    Top = 24
    Width = 145
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 0
    Value = 0
  end
  object DoubleButton: TButton
    Left = 64
    Top = 96
    Width = 75
    Height = 25
    Caption = #20004#20493
    TabOrder = 1
    OnClick = DoubleButtonClick
  end
  object TripleButton: TButton
    Left = 152
    Top = 96
    Width = 75
    Height = 25
    Caption = #19977#20493
    TabOrder = 2
    OnClick = TripleButtonClick
  end
  object Edit1: TEdit
    Left = 88
    Top = 56
    Width = 145
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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