151 lines
2.9 KiB
Plaintext
151 lines
2.9 KiB
Plaintext
object Form1: TForm1
|
|
Left = 437
|
|
Top = 285
|
|
Width = 621
|
|
Height = 395
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'TEST'
|
|
Color = clBtnFace
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 12
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 605
|
|
Height = 357
|
|
Align = alClient
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 20
|
|
Top = 76
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #25968#25454
|
|
end
|
|
object Label2: TLabel
|
|
Left = 76
|
|
Top = 252
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #31471#21475
|
|
end
|
|
object Label3: TLabel
|
|
Left = 20
|
|
Top = 104
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #25968#25454
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 112
|
|
Top = 248
|
|
Width = 145
|
|
Height = 20
|
|
ItemHeight = 12
|
|
TabOrder = 0
|
|
Items.Strings = (
|
|
'com1'
|
|
'com2'
|
|
'com3'
|
|
'com4'
|
|
'com5'
|
|
'com6')
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 56
|
|
Top = 72
|
|
Width = 145
|
|
Height = 20
|
|
Enabled = False
|
|
TabOrder = 1
|
|
end
|
|
object Button1: TButton
|
|
Left = 324
|
|
Top = 60
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #25171#24320#20018#21475'1'
|
|
TabOrder = 2
|
|
OnClick = Button1Click
|
|
end
|
|
object Edit2: TEdit
|
|
Left = 56
|
|
Top = 101
|
|
Width = 145
|
|
Height = 20
|
|
TabOrder = 3
|
|
end
|
|
object Button3: TButton
|
|
Left = 294
|
|
Top = 96
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #35835#21462
|
|
TabOrder = 4
|
|
OnClick = Button3Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 394
|
|
Top = 64
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #20851#38381
|
|
TabOrder = 5
|
|
OnClick = Button2Click
|
|
end
|
|
object Button4: TButton
|
|
Left = 212
|
|
Top = 100
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #25171#24320
|
|
TabOrder = 6
|
|
OnClick = Button4Click
|
|
end
|
|
object Edit3: TEdit
|
|
Left = 200
|
|
Top = 72
|
|
Width = 41
|
|
Height = 20
|
|
TabOrder = 7
|
|
end
|
|
end
|
|
object Comm1: TComm
|
|
CommName = 'COM2'
|
|
BaudRate = 9600
|
|
ParityCheck = False
|
|
Outx_CtsFlow = False
|
|
Outx_DsrFlow = False
|
|
DtrControl = DtrEnable
|
|
DsrSensitivity = False
|
|
TxContinueOnXoff = True
|
|
Outx_XonXoffFlow = True
|
|
Inx_XonXoffFlow = True
|
|
ReplaceWhenParityError = False
|
|
IgnoreNullChar = False
|
|
RtsControl = RtsEnable
|
|
XonLimit = 500
|
|
XoffLimit = 500
|
|
ByteSize = _8
|
|
Parity = None
|
|
StopBits = _1
|
|
XonChar = #17
|
|
XoffChar = #19
|
|
ReplacedChar = #0
|
|
ReadIntervalTimeout = 100
|
|
ReadTotalTimeoutMultiplier = 0
|
|
ReadTotalTimeoutConstant = 0
|
|
WriteTotalTimeoutMultiplier = 0
|
|
WriteTotalTimeoutConstant = 0
|
|
Left = 332
|
|
Top = 184
|
|
end
|
|
end
|