unit5.dfm

来自「软件工程的作业」· DFM 代码 · 共 101 行

DFM
101
字号
object Form5: TForm5
  Left = 378
  Top = 240
  Width = 239
  Height = 241
  BorderIcons = [biSystemMenu]
  Caption = #28155#21152#29992#25143
  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 = 24
    Top = 32
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 96
    Width = 36
    Height = 13
    Caption = #23398#38498#65306
  end
  object Label4: TLabel
    Left = 24
    Top = 128
    Width = 36
    Height = 13
    Caption = #19987#19994#65306
  end
  object Edit1: TEdit
    Left = 72
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 72
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 72
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 72
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 8
    Top = 168
    Width = 65
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 80
    Top = 168
    Width = 67
    Height = 25
    Caption = #37325#20889
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 152
    Top = 168
    Width = 65
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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