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

📄 unit1.dfm

📁 demonstrates how to use Delphi with WinLIRC. The source-code is included and there is also a binar
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderStyle = bsToolWindow
  Caption = 'WinLIRC-Demo '#169'2002 Dominik Bruhn'
  ClientHeight = 308
  ClientWidth = 420
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 53
    Height = 13
    Caption = 'Last signal:'
  end
  object Label2: TLabel
    Left = 96
    Top = 8
    Width = 321
    Height = 13
  end
  object Label3: TLabel
    Left = 8
    Top = 24
    Width = 21
    Height = 13
    Caption = 'Log:'
  end
  object Memo1: TMemo
    Left = 96
    Top = 24
    Width = 321
    Height = 281
    ParentColor = True
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object cs: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Host = 'localhost'
    Port = 8765
    OnLookup = csLookup
    OnConnecting = csConnecting
    OnConnect = csConnect
    OnDisconnect = csDisconnect
    OnRead = csRead
    OnError = csError
    Left = 40
    Top = 112
  end
end

⌨️ 快捷键说明

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