Receiveunit.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 450
  3.   Top = 380
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = #21033#29992#20869#23384#26144#23556#25216#26415#23454#29616#25968#25454#20256#36882'Receive '
  7.   ClientHeight = 73
  8.   ClientWidth = 342
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 174
  23.     Height = 12
  24.     Caption = #30001'SendData'#31243#24207#20256#36882#36807#26469#30340#20449#24687':'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = #23435#20307
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 16
  34.     Top = 32
  35.     Width = 297
  36.     Height = 21
  37.     TabOrder = 0
  38.   end
  39.   object Timer1: TTimer
  40.     OnTimer = Timer1Timer
  41.     Left = 216
  42.   end
  43. end