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

📄 unit1.dfm

📁 经过研究本人初略的将原代码进行了模拟
💻 DFM
字号:
object MainGetScr: TMainGetScr
  Left = 192
  Top = 116
  Width = 227
  Height = 212
  Caption = 'getx-II'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  DesignSize = (
    219
    178)
  PixelsPerInch = 96
  TextHeight = 12
  object msgShow: TMemo
    Left = 0
    Top = 0
    Width = 219
    Height = 141
    Align = alCustom
    Anchors = [akLeft, akTop, akRight, akBottom]
    Ctl3D = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Button1: TButton
    Left = 136
    Top = 148
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = #24314#31435#36830#25509
    TabOrder = 1
    OnClick = Button1Click
  end
  object Client1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnect = Client1Connect
    OnDisconnect = Client1Disconnect
    OnRead = Client1Read
    OnError = Client1Error
    Left = 96
    Top = 8
  end
  object Client2: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnRead = Client2Read
    OnError = Client2Error
    Left = 136
    Top = 8
  end
end

⌨️ 快捷键说明

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