unit1.dfm

来自「CALL调用的一个示例」· DFM 代码 · 共 103 行

DFM
103
字号
object Form1: TForm1
  Left = 751
  Top = 154
  Width = 329
  Height = 329
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 48
    Top = 32
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #22995#21517#65306
  end
  object label1: TLabel
    Left = 48
    Top = 101
    Width = 25
    Height = 13
    AutoSize = False
    Caption = #34880#65306
  end
  object Label2: TLabel
    Left = 48
    Top = 141
    Width = 24
    Height = 13
    Caption = #34013#65306
  end
  object Labname: TLabel
    Left = 115
    Top = 32
    Width = 62
    Height = 17
    AutoSize = False
  end
  object Labhp: TLabel
    Left = 120
    Top = 101
    Width = 97
    Height = 13
    AutoSize = False
    Caption = '0/0'
  end
  object Labmp: TLabel
    Left = 120
    Top = 141
    Width = 97
    Height = 13
    AutoSize = False
    Caption = '0/0'
  end
  object Label4: TLabel
    Left = 48
    Top = 64
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #31561#32423#65306
  end
  object Lablevel: TLabel
    Left = 112
    Top = 64
    Width = 81
    Height = 13
    AutoSize = False
    Caption = '0'#32423
  end
  object Button1: TButton
    Left = 200
    Top = 240
    Width = 75
    Height = 25
    Caption = #36864
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 48
    Top = 240
    Width = 75
    Height = 25
    Caption = #25171
    TabOrder = 1
    OnClick = Button2Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 224
    Top = 56
  end
end

⌨️ 快捷键说明

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