u_form.~dfm

来自「很好地delphi书籍源码」· ~DFM 代码 · 共 40 行

~DFM
40
字号
object Form1: TForm1
  Left = 279
  Top = 93
  Width = 495
  Height = 224
  Caption = #36882#24402#35745#31639
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Button1: TButton
    Left = 192
    Top = 160
    Width = 75
    Height = 25
    Caption = #35745#31639
    TabOrder = 0
    OnClick = Button1Click
  end
  object RGroup: TRadioGroup
    Left = 0
    Top = 16
    Width = 487
    Height = 137
    Caption = #20351#29992#36882#24402#31639#27861#27714#35299#19979#21015#38382#39064
    Ctl3D = False
    Items.Strings = (
      #27714'N!'#30340#38454#20056' N!:=N*(N-1)*(N-2)*(N-3)'
      #27714'S=1+(1+2)+(1+2+3)+(1+2+3+...+N)'#30340#20540
      #27714'S=1+(1*2)+(1*2*3)+(1*2*3*...N)'#30340#20540)
    ParentCtl3D = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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