unit1.~dfm

来自「最简单的进程之间通讯」· ~DFM 代码 · 共 48 行

~DFM
48
字号
object Form1: TForm1
  Left = 340
  Top = 361
  Width = 339
  Height = 125
  Caption = 'Server'
  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
  end
  object edt2: TEdit
    Left = 8
    Top = 64
    Width = 217
    Height = 20
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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