Unit1.dfm
上传用户:nieyueshi
上传日期:2022-07-24
资源大小:5k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 191
  3.   Top = 112
  4.   Width = 369
  5.   Height = 305
  6.   Caption = #31471#21475#25195#25551#22120'  --By '#26080#25932#23567#40857
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 264
  18.     Top = 112
  19.     Width = 75
  20.     Height = 25
  21.     Caption = #24320#22987#25195#25551
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object ListBox1: TListBox
  26.     Left = 16
  27.     Top = 16
  28.     Width = 217
  29.     Height = 233
  30.     ItemHeight = 13
  31.     TabOrder = 1
  32.   end
  33.   object ServerSocket1: TServerSocket
  34.     Active = False
  35.     Port = 0
  36.     ServerType = stNonBlocking
  37.     Left = 272
  38.     Top = 176
  39.   end
  40. end