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

📄 about.dfm

📁 软件实现(模拟)Modem操作. 使用C++ buider实现. 简单的例子.
💻 DFM
字号:
object AboutBox: TAboutBox
  Left = 189
  Top = 112
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 213
  ClientWidth = 298
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 16
    Width = 281
    Height = 161
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ParentColor = True
    TabOrder = 0
    object Image1: TImage
      Left = 24
      Top = 24
      Width = 33
      Height = 33
      Picture.Data = {
        055449636F6E0000010001002020100000000000E80200001600000028000000
        2000000040000000010004000000000080020000000000000000000000000000
        0000000000000000000080000080000000808000800000008000800080800000
        80808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
        FFFFFF0044444444444444444444444444444444C4444F00F40F444444444444
        44444444CC444F00F40F44444444444444444444CCC44F0F0F0F444444440000
        00444444CCCC4F0F0F0F44444000888888004444CCCCCF04F00F444008888888
        88880444CCCCCF00000F4008F8F8F8F888880444CCCCCF04F00F0F8F88888888
        80000444CCCCCF0F0040F8F8F8F8F80007880444CCCCCCF0040F8F888F880077
        78780444CCCCCCCFC0F8F8F8F8F0078787804444CCCCCCCC0F8F8F8F80070878
        78804444CCCCCCC0F8F8F8F80777078788044444CCCCCCC0FFFF8F8077780878
        78044444CCCCCC08F8F8F80F7787078780444444CCCCCC0FFF8F80F0F7780878
        04444444CCCCC0F8F8F8078F0F87078704444444CCCCC0FF8FF07777F0F80880
        44444444CCCCC0F8F8F077878F0F080444444444CCCC0FFFFF07777878F00044
        44444444CCCC0FF8F000000000000F4F44444444CCCC0FFFF07778787880F0F0
        F4444444CCCC0FF807878787870CCF00F4444444CCCC0FFF0778787870CCF000
        F4444444CCCC0FF8078787800CCCCFFF0F444444CCCC0FF07878780CCCCCCCCC
        FF444444CCCCC0F0777700CCCCCCCCCCCC444444CCCCC0F07700CCCCCCCCCCCC
        CCC44444CCCCCC0000CCCCCCCCCCCCCCCCCC4444CCCCCCCCCCCCCCCCCCCCCCCC
        CCCCC444CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC44CCCCCCCCCCCCCCCCCCCCCCCC
        CCCCCCC400000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        00000000}
    end
    object ProductName: TLabel
      Left = 72
      Top = 16
      Width = 183
      Height = 29
      Caption = 'Software Modem'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -24
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      IsControl = True
    end
    object Version: TLabel
      Left = 112
      Top = 48
      Width = 84
      Height = 20
      Caption = ' Version 2.1'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      IsControl = True
    end
    object Copyright: TLabel
      Left = 16
      Top = 88
      Width = 51
      Height = 16
      Caption = 'Authors: '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      IsControl = True
    end
    object Label1: TLabel
      Left = 80
      Top = 88
      Width = 110
      Height = 16
      Caption = 'Matthew Edmonds'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 80
      Top = 104
      Width = 73
      Height = 16
      Caption = 'Joe Linehan'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 32
      Top = 136
      Width = 197
      Height = 13
      Caption = 'Sound Produced using Direct Sound v8.1'
    end
  end
  object OKButton: TButton
    Left = 111
    Top = 180
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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