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 = 216
  18.     Top = 160
  19.     Width = 75
  20.     Height = 25
  21.     Caption = #25171#24320
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Timer1: TTimer
  26.     Enabled = False
  27.     Interval = 1
  28.     Left = 696
  29.     Top = 104
  30.   end
  31. end