unit1.dfm

来自「在Delphi中如何实现具有意义的远程控制的实现」· DFM 代码 · 共 70 行

DFM
70
字号
object MainForm: TMainForm
  Left = 179
  Top = 285
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20027#25511#31243#24207'(Client'#31471')'
  ClientHeight = 300
  ClientWidth = 206
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 189
    Height = 189
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 8
    Top = 204
    Width = 189
    Height = 21
    Enabled = False
    TabOrder = 1
    Text = #21457#36865#30340#28040#24687
  end
  object Button1: TButton
    Left = 34
    Top = 265
    Width = 75
    Height = 25
    Caption = #21457#36865#28040#24687
    Enabled = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 122
    Top = 265
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 8
    Top = 232
    Width = 189
    Height = 21
    TabOrder = 4
    Text = #26381#21153#22120#22320#22336
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 2058
    OnRead = ClientSocket1Read
    Left = 2
    Top = 265
  end
end

⌨️ 快捷键说明

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