unit2.dfm

来自「一份数据结构的课程设计完整代码」· DFM 代码 · 共 80 行

DFM
80
字号
object Form2: TForm2
  Left = 317
  Top = 169
  BorderStyle = bsDialog
  Caption = #20851#20110
  ClientHeight = 174
  ClientWidth = 234
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 144
    Top = 105
    Width = 66
    Height = 13
    Caption = #26753#24198#20043'  4'#21495'  '
  end
  object Label2: TLabel
    Left = 40
    Top = 24
    Width = 256
    Height = 20
    Caption = #25968#25454#32467#26500#35838#31243#35774#35745'        '
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #40657#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 56
    Top = 56
    Width = 236
    Height = 20
    Caption = #20108#21449#26641#30340#36941#21382'          '
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #40657#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 32
    Top = 104
    Width = 84
    Height = 13
    Caption = #36719#20214#24037#31243'032'#29677'  '
  end
  object Label5: TLabel
    Left = 32
    Top = 136
    Width = 32
    Height = 13
    Caption = 'Label5'
  end
  object Button1: TButton
    Left = 168
    Top = 136
    Width = 49
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 112
    Top = 136
  end
end

⌨️ 快捷键说明

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