📄 servermain.dfm
字号:
object frmServer: TfrmServer
Left = 226
Top = 69
Width = 281
Height = 363
Caption = 'IPC Server'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label6: TLabel
Left = 5
Top = 9
Width = 84
Height = 12
Caption = #36830#25509#30340#20250#35805#21517#65306
end
object Label5: TLabel
Left = 85
Top = 9
Width = 183
Height = 12
Caption = '('#27492#20250#35805#21517#24212#20110#26381#21153#22120#30340#21517#30456#21516')'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object edtSessionName: TEdit
Left = 5
Top = 32
Width = 116
Height = 20
TabOrder = 0
end
object btnListen: TButton
Left = 146
Top = 30
Width = 65
Height = 23
Caption = #30417#21548
TabOrder = 1
OnClick = btnListenClick
end
object GroupBox1: TGroupBox
Left = 8
Top = 188
Width = 233
Height = 120
Caption = #20174#26381#21153#22120#32447#31243#33719#21462#30340#25968#25454
TabOrder = 2
object Label3: TLabel
Left = 16
Top = 16
Width = 84
Height = 12
Caption = #25509#25910#30340#23383#31526#20018#65306
end
object Label4: TLabel
Left = 16
Top = 59
Width = 72
Height = 12
Caption = #25509#25910#30340#25972#25968#65306
end
object edtReceiveString: TEdit
Left = 16
Top = 32
Width = 201
Height = 20
MaxLength = 30
TabOrder = 0
end
object sedtReceiveInteger: TSpinEdit
Left = 16
Top = 80
Width = 121
Height = 21
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
end
object StatusBar: TStatusBar
Left = 0
Top = 317
Width = 273
Height = 19
Panels = <
item
Text = #36830#25509#29366#24577#65306#26410#36830#25509
Width = 150
end
item
Width = 50
end>
SimplePanel = False
end
object GroupBox2: TGroupBox
Left = 8
Top = 64
Width = 233
Height = 121
Caption = #21457#36865#25968#25454
TabOrder = 4
object Label1: TLabel
Left = 8
Top = 18
Width = 84
Height = 12
Caption = #21457#36865#30340#23383#31526#20018#65306
end
object Label2: TLabel
Left = 8
Top = 69
Width = 72
Height = 12
Caption = #21457#36865#30340#25972#25968#65306
end
object edtSendString: TEdit
Left = 10
Top = 38
Width = 207
Height = 20
MaxLength = 30
TabOrder = 0
end
object sedtSendInteger: TSpinEdit
Left = 12
Top = 89
Width = 122
Height = 21
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object btnSend: TButton
Left = 141
Top = 87
Width = 65
Height = 23
Caption = #21457#36865
TabOrder = 2
OnClick = btnSendClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -