Unit1.dfm
上传用户:anlu_slm
上传日期:2022-07-30
资源大小:283k
文件大小:4k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 184
  3.   Top = 121
  4.   Width = 740
  5.   Height = 603
  6.   Caption = 'Form1'
  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.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblMAC: TLabel
  19.     Left = 608
  20.     Top = 56
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object lblStatus: TLabel
  25.     Left = 576
  26.     Top = 32
  27.     Width = 73
  28.     Height = 13
  29.     AutoSize = False
  30.     Caption = #26410#36830#25509
  31.   end
  32.   object Lable3: TLabel
  33.     Left = 576
  34.     Top = 56
  35.     Width = 26
  36.     Height = 13
  37.     Caption = 'MAC:'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 0
  41.     Top = 128
  42.     Width = 60
  43.     Height = 13
  44.     Caption = #21457#36865#25968#25454#65306
  45.   end
  46.   object Label5: TLabel
  47.     Left = 0
  48.     Top = 328
  49.     Width = 60
  50.     Height = 13
  51.     Caption = #25509#25910#25968#25454#65306
  52.   end
  53.   object Label6: TLabel
  54.     Left = 576
  55.     Top = 8
  56.     Width = 48
  57.     Height = 13
  58.     Caption = #36830#25509#21495#65306
  59.   end
  60.   object lblConnectID: TLabel
  61.     Left = 632
  62.     Top = 8
  63.     Width = 57
  64.     Height = 13
  65.     AutoSize = False
  66.   end
  67.   object GroupBox1: TGroupBox
  68.     Left = 240
  69.     Top = 0
  70.     Width = 329
  71.     Height = 113
  72.     Caption = #36830#25509
  73.     TabOrder = 4
  74.     object Label1: TLabel
  75.       Left = 8
  76.       Top = 16
  77.       Width = 82
  78.       Height = 13
  79.       Caption = #36716#25442#22120'IP'#22320#22336#65306
  80.     end
  81.     object Label2: TLabel
  82.       Left = 8
  83.       Top = 48
  84.       Width = 96
  85.       Height = 13
  86.       Caption = #36716#25442#22120#30417#21548#31471#21475#65306
  87.     end
  88.   end
  89.   object edtPeerIP: TEdit
  90.     Left = 368
  91.     Top = 16
  92.     Width = 169
  93.     Height = 21
  94.     TabOrder = 0
  95.   end
  96.   object edtPeerPort: TEdit
  97.     Left = 368
  98.     Top = 48
  99.     Width = 169
  100.     Height = 21
  101.     TabOrder = 1
  102.   end
  103.   object btnConnect: TButton
  104.     Left = 408
  105.     Top = 80
  106.     Width = 105
  107.     Height = 25
  108.     Caption = #36830#25509
  109.     TabOrder = 2
  110.     OnClick = btnConnectClick
  111.   end
  112.   object btnCloseConnect: TButton
  113.     Left = 576
  114.     Top = 88
  115.     Width = 105
  116.     Height = 25
  117.     Caption = #20851#38381#36830#25509
  118.     TabOrder = 3
  119.     OnClick = btnCloseConnectClick
  120.   end
  121.   object GroupBox2: TGroupBox
  122.     Left = 0
  123.     Top = 0
  124.     Width = 233
  125.     Height = 113
  126.     Caption = #30417#21548
  127.     TabOrder = 5
  128.     object Label3: TLabel
  129.       Left = 8
  130.       Top = 24
  131.       Width = 60
  132.       Height = 13
  133.       Caption = #30417#21548#31471#21475#65306
  134.     end
  135.     object edtLocalPort: TEdit
  136.       Left = 72
  137.       Top = 16
  138.       Width = 145
  139.       Height = 21
  140.       TabOrder = 0
  141.       Text = '8000'
  142.     end
  143.     object btnListen: TButton
  144.       Left = 40
  145.       Top = 72
  146.       Width = 105
  147.       Height = 17
  148.       Caption = #24320#22987#30417#21548
  149.       TabOrder = 1
  150.       OnClick = btnListenClick
  151.     end
  152.   end
  153.   object memSend: TMemo
  154.     Left = 0
  155.     Top = 144
  156.     Width = 457
  157.     Height = 169
  158.     Lines.Strings = (
  159.       'memSend')
  160.     ScrollBars = ssVertical
  161.     TabOrder = 6
  162.   end
  163.   object memRecv: TMemo
  164.     Left = 0
  165.     Top = 344
  166.     Width = 457
  167.     Height = 169
  168.     Lines.Strings = (
  169.       'memRecv')
  170.     ScrollBars = ssVertical
  171.     TabOrder = 7
  172.   end
  173.   object btnSend: TButton
  174.     Left = 496
  175.     Top = 152
  176.     Width = 105
  177.     Height = 25
  178.     Caption = #21457#36865
  179.     TabOrder = 9
  180.     OnClick = btnSendClick
  181.   end
  182.   object btnClear: TButton
  183.     Left = 496
  184.     Top = 352
  185.     Width = 105
  186.     Height = 25
  187.     Caption = #28165#31354
  188.     TabOrder = 8
  189.     OnClick = btnClearClick
  190.   end
  191.   object btnTest: TButton
  192.     Left = 496
  193.     Top = 200
  194.     Width = 113
  195.     Height = 25
  196.     Caption = #27979#35797
  197.     TabOrder = 10
  198.     OnClick = btnTestClick
  199.   end
  200.   object Timer1: TTimer
  201.     Enabled = False
  202.     Interval = 50
  203.     OnTimer = Timer1Timer
  204.     Left = 496
  205.     Top = 264
  206.   end
  207. end