unitfrmmain.dfm
来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 90 行
DFM
90 行
object Form1: TForm1
Left = 164
Top = 126
Width = 544
Height = 375
Caption = 'API函数的应用'
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 Label1: TLabel
Left = 40
Top = 72
Width = 32
Height = 13
Caption = 'Label1'
end
object Button1: TButton
Left = 40
Top = 24
Width = 185
Height = 25
Caption = '显示WINDOWS版本信息'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 32
Top = 152
Width = 89
Height = 25
Caption = '显示用户信息'
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TEdit
Left = 144
Top = 152
Width = 241
Height = 21
TabOrder = 2
Text = 'Edit1'
end
object Edit2: TEdit
Left = 144
Top = 179
Width = 241
Height = 21
TabOrder = 3
Text = 'Edit2'
end
object Edit3: TEdit
Left = 144
Top = 206
Width = 241
Height = 21
TabOrder = 4
Text = 'Edit3'
end
object Edit4: TEdit
Left = 144
Top = 234
Width = 241
Height = 21
TabOrder = 5
Text = 'Edit4'
end
object Edit5: TEdit
Left = 144
Top = 261
Width = 241
Height = 21
TabOrder = 6
Text = 'Edit5'
end
object Edit6: TEdit
Left = 144
Top = 288
Width = 241
Height = 21
TabOrder = 7
Text = 'Edit6'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?