unit1.dfm
来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 60 行
DFM
60 行
object Form1: TForm1
Left = 271
Top = 166
Width = 376
Height = 320
Caption = 'Get IP address'
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 Label1: TLabel
Left = 56
Top = 104
Width = 86
Height = 24
Caption = 'I P '#22320#22336#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 56
Top = 176
Width = 80
Height = 24
Caption = #20027#26426#21517#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 152
Top = 104
Width = 177
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 152
Top = 176
Width = 177
Height = 21
TabOrder = 1
Text = 'Edit2'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?