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'WM_COPYDATA'#20132#25442#25968#25454'Receive'#25913#36827#29256
  7.   ClientHeight = 113
  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 = 198
  23.     Height = 12
  24.     Caption = #30001'SendData'#31243#24207#20256#36882#36807#26469#30340#23494#25991#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 Label2: TLabel
  33.     Left = 16
  34.     Top = 64
  35.     Width = 126
  36.     Height = 12
  37.     Caption = #35299#23494#21518#24471#21040#30340#26126#25991#20449#24687':'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = #23435#20307
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Edit1: TEdit
  46.     Left = 16
  47.     Top = 32
  48.     Width = 297
  49.     Height = 21
  50.     Enabled = False
  51.     TabOrder = 0
  52.   end
  53.   object Edit2: TEdit
  54.     Left = 16
  55.     Top = 80
  56.     Width = 297
  57.     Height = 21
  58.     TabOrder = 1
  59.   end
  60. end