⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.~dfm

📁 CALL调用的一个示例
💻 ~DFM
字号:
object Form1: TForm1
  Left = 815
  Top = 264
  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -