unit1.dfm

来自「求三位数的水仙花数。」· DFM 代码 · 共 48 行

DFM
48
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 215
  ClientWidth = 302
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 16
    Width = 145
    Height = 13
    Caption = #27714#19977#20301#25968#30340#27700#20185#33457#25968
  end
  object Button1: TButton
    Left = 48
    Top = 167
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 48
    Top = 35
    Width = 185
    Height = 126
    TabOrder = 1
  end
  object Button2: TButton
    Left = 158
    Top = 167
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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