unit1.dfm.~2~

来自「delphi+socket通讯的例子」· ~2~ 代码 · 共 87 行

~2~
87
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = #26381#21153#31471
  ClientHeight = 378
  ClientWidth = 559
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 338
    Top = 259
    Width = 48
    Height = 13
    Caption = #26381#21153#31471#21475
  end
  object Edit1: TEdit
    Left = 392
    Top = 256
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '1987'
  end
  object Button1: TButton
    Left = 472
    Top = 312
    Width = 75
    Height = 25
    Caption = #24320#22987#30417#21548
    TabOrder = 1
    OnClick = Button1Click
  end
  object Ztailan: TStatusBar
    Left = 0
    Top = 359
    Width = 559
    Height = 19
    Panels = <
      item
        Width = 100
      end
      item
        Width = 50
      end>
    ExplicitLeft = 176
    ExplicitTop = 112
    ExplicitWidth = 0
  end
  object GroupBox1: TGroupBox
    Left = 368
    Top = 0
    Width = 191
    Height = 250
    Caption = #26085#24535
    TabOrder = 3
    object Memo1: TMemo
      Left = 2
      Top = 15
      Width = 187
      Height = 233
      Align = alClient
      TabOrder = 0
      ExplicitLeft = 0
      ExplicitTop = 16
      ExplicitWidth = 185
      ExplicitHeight = 89
    end
  end
  object ServerSocket1: TServerSocket
    Active = False
    Port = 0
    ServerType = stNonBlocking
    OnClientConnect = ServerSocket1ClientConnect
    OnClientDisconnect = ServerSocket1ClientDisconnect
    Left = 336
    Top = 296
  end
end

⌨️ 快捷键说明

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