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

📄 unit1.~dfm

📁 最简单的进程之间通讯
💻 ~DFM
字号:
object Form12: TForm12
  Left = 326
  Top = 334
  Width = 345
  Height = 131
  Caption = 'Client'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 12
  object lbl1: TLabel
    Left = 8
    Top = 6
    Width = 81
    Height = 13
    AutoSize = False
    Caption = '接收到的消息'
  end
  object edt1: TEdit
    Left = 8
    Top = 31
    Width = 305
    Height = 20
    TabOrder = 0
  end
  object btn1: TButton
    Left = 237
    Top = 61
    Width = 75
    Height = 25
    Caption = '发送'
    TabOrder = 1
    OnClick = btn1Click
  end
  object edt2: TEdit
    Left = 8
    Top = 64
    Width = 217
    Height = 20
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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