main.~dfm
来自「取网络的信息的源代码」· ~DFM 代码 · 共 45 行
~DFM
45 行
object Form1: TForm1
Left = 298
Top = 242
Width = 482
Height = 308
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Info: TMemo
Left = 0
Top = 0
Width = 474
Height = 224
Align = alClient
ScrollBars = ssBoth
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 224
Width = 474
Height = 57
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object btnGetInfo: TBitBtn
Left = 8
Top = 16
Width = 75
Height = 25
Caption = 'btnGetInfo'
TabOrder = 0
OnClick = btnGetInfoClick
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?