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

📄 tapifr.dfm

📁 boomerang library 5.11 internet ed
💻 DFM
字号:
object Form1: TForm1
  Left = 176
  Top = 115
  Width = 544
  Height = 349
  Caption = 'TAPI demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 179
    Width = 536
    Height = 3
    Cursor = crVSplit
    Align = alTop
  end
  object Label1: TLabel
    Left = 0
    Top = 29
    Width = 536
    Height = 13
    Align = alTop
    Caption = 'TX'
  end
  object Label2: TLabel
    Left = 0
    Top = 182
    Width = 536
    Height = 13
    Align = alTop
    Caption = 'RX'
  end
  object Terminal1: TTerminal
    Left = 0
    Top = 42
    Width = 536
    Height = 137
    MaxLines = 100
    Align = alTop
    ScrollBars = ssVertical
    TabOrder = 0
    OnKeyPress = Terminal1KeyPress
  end
  object Terminal2: TTerminal
    Left = 0
    Top = 195
    Width = 536
    Height = 108
    MaxLines = 100
    Align = alClient
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 303
    Width = 536
    Height = 19
    Panels = <
      item
        Width = 150
      end
      item
        Width = 80
      end
      item
        Width = 20
      end>
    SimplePanel = False
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 536
    Height = 29
    ButtonHeight = 21
    ButtonWidth = 92
    Caption = 'ToolBar1'
    EdgeBorders = [ebBottom]
    ShowCaptions = True
    TabOrder = 3
    object ConnectButton: TToolButton
      Left = 0
      Top = 2
      Caption = 'Connect'
      ImageIndex = 0
      OnClick = ConnectButtonClick
    end
    object DisconnectButton: TToolButton
      Left = 92
      Top = 2
      Caption = 'DisconnectButton'
      ImageIndex = 1
      OnClick = DisconnectButtonClick
    end
    object SetupButton: TToolButton
      Left = 184
      Top = 2
      Caption = 'SetupButton...'
      ImageIndex = 2
      OnClick = SetupButtonClick
    end
  end
  object LineCom: TLineCom
    Active = False
    DirectAccess = False
    OnConnect = LineComConnect
    OnDisconnect = LineComDisconnect
    OnStateChange = LineComStateChange
    Left = 280
    Top = 64
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 328
    Top = 64
  end
end

⌨️ 快捷键说明

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