unit1.dfm

来自「用c++builder編寫的漢諾塔實例」· DFM 代码 · 共 64 行

DFM
64
字号
object Form1: TForm1
  Left = 343
  Top = 246
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 281
  ClientWidth = 399
  Color = clSkyBlue
  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 = 40
    Top = 88
    Width = 321
    Height = 57
    AutoSize = False
    Caption = #25976#25818#32080#27083#31639#27861#35506#20214
    Color = clSkyBlue
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 192
    Top = 216
    Width = 57
    Height = 25
    AutoSize = False
    Caption = #36914#20837
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = Label2Click
  end
  object Label3: TLabel
    Left = 280
    Top = 216
    Width = 57
    Height = 33
    AutoSize = False
    Caption = #36864#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = Label3Click
  end
end

⌨️ 快捷键说明

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