unit2_24.dfm

来自「Delphi 面向对象程序设计 李俊平主编 课后习题」· DFM 代码 · 共 72 行

DFM
72
字号
object Form1: TForm1
  Left = 219
  Top = 180
  Width = 696
  Height = 480
  Caption = #26102#38388#38382#39064
  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 Label1: TLabel
    Left = 56
    Top = 56
    Width = 105
    Height = 17
    AutoSize = False
    Caption = #20170#22825#26085#26399#26159#65306
  end
  object Edit1: TEdit
    Left = 184
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Tag = 1
    Left = 168
    Top = 112
    Width = 225
    Height = 25
    Caption = #26152#22825
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Tag = 2
    Left = 168
    Top = 160
    Width = 233
    Height = 25
    Caption = #20170#22825
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Tag = 3
    Left = 168
    Top = 208
    Width = 233
    Height = 25
    Caption = #26126#22825
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 256
    Top = 320
    Width = 145
    Height = 49
    Caption = #32467#26463
    TabOrder = 4
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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