unit1.dfm

来自「牛顿-拉夫孙算法」· DFM 代码 · 共 36 行

DFM
36
字号
object Form1: TForm1
  Left = 200
  Top = 169
  Width = 696
  Height = 233
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 200
    Top = 56
    Width = 288
    Height = 48
    Caption = #38271#27801#30005#21147#23398#38498
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -48
    Font.Name = #21326#25991#26032#39759
    Font.Style = []
    ParentFont = False
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 24
    Top = 24
  end
end

⌨️ 快捷键说明

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