📄 mainform.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'DDE'#23458#25143#31471#31243#24207
ClientHeight = 169
ClientWidth = 356
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 321
Height = 105
Caption = #21457#36865#21040'DDE'#26381#21153#31471#31243#24207#30340#20449#24687#65306' '
TabOrder = 0
object Memo1: TMemo
Left = 8
Top = 16
Width = 305
Height = 81
Lines.Strings = (
'Memo1')
TabOrder = 0
end
end
object BitBtn1: TBitBtn
Left = 16
Top = 128
Width = 105
Height = 22
Caption = #36830#25509
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 120
Top = 128
Width = 104
Height = 22
Caption = #26029#24320
TabOrder = 2
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 216
Top = 128
Width = 120
Height = 22
Caption = #21457#36865#23439#25351#20196#25968#25454
TabOrder = 3
OnClick = BitBtn3Click
end
object DdeClientConv1: TDdeClientConv
DdeService = 'DDEServer'
DdeTopic = 'DDEServerConv1'
ConnectMode = ddeManual
Left = 160
Top = 8
LinkInfo = (
'Service DDEServer'
'Topic DDEServerConv1')
end
object DdeClientItem1: TDdeClientItem
DdeConv = DdeClientConv1
Left = 224
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -