TModbus.dfm
上传用户:wuxg88
上传日期:2022-05-28
资源大小:814k
文件大小:1k
源码类别:

通讯编程

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 218
  3.   Top = 155
  4.   Width = 870
  5.   Height = 640
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 160
  18.     Top = 80
  19.     Width = 75
  20.     Height = 25
  21.     Caption = #25171#24320
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Button2: TButton
  26.     Left = 256
  27.     Top = 80
  28.     Width = 75
  29.     Height = 25
  30.     Caption = #20851#38381
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34.   object Button3: TButton
  35.     Left = 168
  36.     Top = 160
  37.     Width = 75
  38.     Height = 25
  39.     Caption = #21457#36865
  40.     TabOrder = 2
  41.     OnClick = Button3Click
  42.   end
  43.   object Memo1: TMemo
  44.     Left = 64
  45.     Top = 224
  46.     Width = 713
  47.     Height = 297
  48.     Color = clNone
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clAqua
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     ScrollBars = ssVertical
  56.     TabOrder = 3
  57.   end
  58.   object Edit1: TEdit
  59.     Left = 496
  60.     Top = 120
  61.     Width = 121
  62.     Height = 21
  63.     TabOrder = 4
  64.     Text = 'Edit1'
  65.   end
  66.   object Timer1: TTimer
  67.     Interval = 1
  68.     OnTimer = Timer1Timer
  69.     Left = 696
  70.     Top = 104
  71.   end
  72.   object Timer2: TTimer
  73.     Interval = 200
  74.     OnTimer = Timer2Timer
  75.     Left = 400
  76.     Top = 64
  77.   end
  78. end