unit1.dfm

来自「Count24 一个算24的算法演示程序」· DFM 代码 · 共 40 行

DFM
40
字号
object Form1: TForm1
  Left = 414
  Top = 324
  Width = 324
  Height = 122
  Caption = #31639'24'#31867#20284#31639#27861#28436#31034#31243#24207' write by 2ccc.com'
  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 = 192
    Top = 72
    Width = 105
    Height = 13
    Caption = 'http://www.2ccc.com'
  end
  object Button1: TButton
    Left = 224
    Top = 32
    Width = 75
    Height = 25
    Caption = #24320#31639
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 185
    Height = 21
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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