unit1.~dfm

来自「精彩编程百例1~25例」· ~DFM 代码 · 共 50 行

~DFM
50
字号
object Form1: TForm1
  Left = 266
  Top = 119
  Width = 391
  Height = 219
  Caption = #36229#38142#25509
  Color = clCaptionText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 40
    Width = 230
    Height = 29
    Cursor = crHandPoint
    Caption = 'http://www.sohu.net'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
    OnClick = Label1Click
    OnMouseMove = Label1MouseMove
  end
  object Label2: TLabel
    Left = 64
    Top = 96
    Width = 269
    Height = 29
    Cursor = crHandPoint
    Caption = 'http://www.sina.com.cn'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
    OnClick = Label2Click
    OnMouseMove = Label2MouseMove
  end
end

⌨️ 快捷键说明

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