TModbus.dfm
资源名称:test.rar [点击查看]
上传用户:wuxg88
上传日期:2022-05-28
资源大小:814k
文件大小:1k
源码类别:
通讯编程
开发平台:
C++ Builder
- object Form1: TForm1
- Left = 218
- Top = 155
- Width = 870
- Height = 640
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 160
- Top = 80
- Width = 75
- Height = 25
- Caption = #25171#24320
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 256
- Top = 80
- Width = 75
- Height = 25
- Caption = #20851#38381
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 168
- Top = 160
- Width = 75
- Height = 25
- Caption = #21457#36865
- TabOrder = 2
- OnClick = Button3Click
- end
- object Memo1: TMemo
- Left = 64
- Top = 224
- Width = 713
- Height = 297
- Color = clNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clAqua
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 3
- end
- object Edit1: TEdit
- Left = 496
- Top = 120
- Width = 121
- Height = 21
- TabOrder = 4
- Text = 'Edit1'
- end
- object Timer1: TTimer
- Interval = 1
- OnTimer = Timer1Timer
- Left = 696
- Top = 104
- end
- object Timer2: TTimer
- Interval = 200
- OnTimer = Timer2Timer
- Left = 400
- Top = 64
- end
- end