unit1.dfm
来自「Delphi实效编程百例的随书源代码 这是其中的操作系统部分」· DFM 代码 · 共 124 行
DFM
124 行
object Form1: TForm1
Left = 192
Top = 107
Width = 271
Height = 298
Caption = 'Form1'
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 Panel1: TPanel
Left = 0
Top = 0
Width = 263
Height = 271
Align = alClient
TabOrder = 0
object StaticText1: TStaticText
Left = 24
Top = 27
Width = 52
Height = 17
Caption = '系统平台'
TabOrder = 0
end
object StaticText2: TStaticText
Left = 24
Top = 58
Width = 52
Height = 17
Caption = '主版本号'
TabOrder = 1
end
object StaticText3: TStaticText
Left = 24
Top = 91
Width = 52
Height = 17
Caption = '次版本号'
TabOrder = 2
end
object StaticText4: TStaticText
Left = 24
Top = 123
Width = 40
Height = 17
Caption = '构建号'
TabOrder = 3
end
object StaticText5: TStaticText
Left = 24
Top = 155
Width = 52
Height = 17
Caption = '系统描述'
TabOrder = 4
end
object Edit1: TEdit
Left = 112
Top = 24
Width = 121
Height = 21
TabOrder = 5
end
object Edit2: TEdit
Left = 112
Top = 56
Width = 121
Height = 21
TabOrder = 6
end
object Edit3: TEdit
Left = 112
Top = 88
Width = 121
Height = 21
TabOrder = 7
end
object Edit4: TEdit
Left = 112
Top = 120
Width = 121
Height = 21
TabOrder = 8
end
object Edit5: TEdit
Left = 112
Top = 152
Width = 121
Height = 21
TabOrder = 9
end
object Button1: TButton
Left = 88
Top = 232
Width = 75
Height = 25
Caption = 'Get it'
TabOrder = 10
OnClick = Button1Click
end
object StaticText6: TStaticText
Left = 24
Top = 187
Width = 52
Height = 17
Caption = '运行模式'
TabOrder = 11
end
object Edit6: TEdit
Left = 112
Top = 184
Width = 121
Height = 21
TabOrder = 12
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?