⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 about.dfm

📁 絮语2007视频聊天软件源程序.仅供参考
💻 DFM
字号:
object AboutBox: TAboutBox
  Left = 209
  Top = 128
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '关于'
  ClientHeight = 189
  ClientWidth = 361
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clBlack
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  Scaled = False
  OnCreate = FormCreate
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 345
    Height = 145
    Shape = bsFrame
  end
  object myimg: TImage
    Left = 16
    Top = 16
    Width = 128
    Height = 128
    AutoSize = True
    Stretch = True
    Transparent = True
  end
  object ProductName: TLabel
    Left = 160
    Top = 16
    Width = 64
    Height = 16
    Caption = '絮语2007'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Transparent = True
    IsControl = True
  end
  object Copyright: TLabel
    Left = 161
    Top = 48
    Width = 148
    Height = 13
    Caption = '作者:彭晋杰 2003-2007'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Transparent = True
    IsControl = True
  end
  object Comments: TLabel
    Left = 200
    Top = 80
    Width = 98
    Height = 13
    Cursor = crHandPoint
    Caption = 'yihuas@163.com'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = [fsUnderline]
    ParentFont = False
    Transparent = True
    WordWrap = True
    OnClick = CommentsClick
    IsControl = True
  end
  object Label2: TLabel
    Left = 200
    Top = 99
    Width = 140
    Height = 13
    Cursor = crHandPoint
    Caption = 'Http://www.yhsee.com'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = [fsUnderline]
    ParentFont = False
    Transparent = True
    OnClick = Label2Click
  end
  object Label4: TLabel
    Left = 160
    Top = 128
    Width = 98
    Height = 13
    Cursor = crHandPoint
    Caption = 'Made with Indy'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = [fsUnderline]
    ParentFont = False
    Transparent = True
    OnClick = Label4Click
  end
  object Label3: TLabel
    Left = 160
    Top = 80
    Width = 33
    Height = 13
    Caption = '电邮:'
    Transparent = True
  end
  object Label5: TLabel
    Left = 160
    Top = 99
    Width = 33
    Height = 13
    Caption = '网站:'
    Transparent = True
  end
  object Bevel2: TBevel
    Left = 16
    Top = 16
    Width = 129
    Height = 129
  end
  object xpButton1: TxpButton
    Left = 144
    Top = 160
    Width = 75
    Height = 25
    Caption = '关闭'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 0
    TabStop = True
    OnClick = xpButton1Click
  end
end

⌨️ 快捷键说明

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