frmaboutu.dfm

来自「这是一款用java做的图书管理系统」· DFM 代码 · 共 77 行

DFM
77
字号
object frmAbout: TfrmAbout
  Left = 361
  Top = 266
  AutoScroll = False
  Caption = #20851#20110
  ClientHeight = 186
  ClientWidth = 221
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 201
    Height = 16
    AutoSize = False
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 8
    Top = 32
    Width = 80
    Height = 16
    Caption = #20316#32773#65306#26519#32724
  end
  object Label3: TLabel
    Left = 8
    Top = 56
    Width = 160
    Height = 16
    Caption = #24320#21457#24037#20855#65306'DELPHI 7.0'
  end
  object Label4: TLabel
    Left = 8
    Top = 80
    Width = 152
    Height = 16
    Caption = #24320#21457#26102#38388#65306'2006'#24180'5'#26376
  end
  object Label5: TLabel
    Left = 8
    Top = 104
    Width = 184
    Height = 16
    Caption = 'QQ:13913966'#65288#35199#29916#22823#31505#65289
  end
  object labEmail: TLabel
    Left = 8
    Top = 128
    Width = 176
    Height = 16
    Cursor = crHandPoint
    Caption = 'E-Mail'#65306'cuiang@163.com'
    OnClick = labEmailClick
    OnMouseMove = labEmailMouseMove
    OnMouseLeave = labEmailMouseLeave
  end
  object btnClose: TBitBtn
    Left = 136
    Top = 152
    Width = 75
    Height = 25
    Cancel = True
    Caption = #20851#38381'(&C)'
    TabOrder = 0
    OnClick = btnCloseClick
  end
end

⌨️ 快捷键说明

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