ucapshow.dfm

来自「经过研究本人初略的将原代码进行了模拟」· DFM 代码 · 共 106 行

DFM
106
字号
object CapShow: TCapShow
  Left = 192
  Top = 114
  AutoScroll = False
  Caption = 'CapShow'
  ClientHeight = 368
  ClientWidth = 586
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Image1: TImage
    Left = 176
    Top = 4
    Width = 373
    Height = 337
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 169
    Height = 368
    Align = alLeft
    Alignment = taLeftJustify
    TabOrder = 0
    object ListBox1: TListBox
      Left = 8
      Top = 12
      Width = 153
      Height = 193
      ItemHeight = 12
      TabOrder = 0
    end
    object Button1: TButton
      Left = 4
      Top = 332
      Width = 75
      Height = 25
      Caption = #24320#22987'CAP'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 84
      Top = 332
      Width = 75
      Height = 25
      Caption = #20572#27490'CAP'
      TabOrder = 2
      OnClick = Button2Click
    end
    object ComboBox1: TComboBox
      Left = 12
      Top = 220
      Width = 145
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 3
    end
    object Button3: TButton
      Left = 4
      Top = 296
      Width = 75
      Height = 25
      Caption = #33719#21462#35774#22791
      TabOrder = 4
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 84
      Top = 296
      Width = 75
      Height = 25
      Caption = 'Button4'
      TabOrder = 5
    end
  end
  object SSck: TServerSocket
    Active = False
    Port = 0
    ServerType = stNonBlocking
    OnClientConnect = SSckClientConnect
    OnClientRead = SSckClientRead
    OnClientError = SSckClientError
    Left = 16
    Top = 252
  end
  object SSckCap: TServerSocket
    Active = False
    Port = 0
    ServerType = stNonBlocking
    OnClientConnect = SSckCapClientConnect
    OnClientRead = SSckCapClientRead
    Left = 68
    Top = 252
  end
end

⌨️ 快捷键说明

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