📄 unit1.dfm
字号:
object Form1: TForm1
Left = 348
Top = 226
Width = 237
Height = 243
Align = alCustom
Caption = 'COM Calculate'
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 Label2: TLabel
Left = 40
Top = 96
Width = 150
Height = 13
Caption = '_________________________'
end
object Label1: TLabel
Left = 56
Top = 72
Width = 20
Height = 24
Caption = #65291
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 96
Top = 32
Width = 81
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 96
Top = 72
Width = 81
Height = 21
TabOrder = 1
end
object Edit3: TEdit
Left = 96
Top = 128
Width = 81
Height = 21
TabOrder = 2
Text = 'Result'
end
object Button1: TButton
Left = 128
Top = 168
Width = 75
Height = 25
Caption = #24320#22987#35745#31639
TabOrder = 3
OnClick = Button1Click
end
object CoComServer1: TCoComServer
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 24
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -