unit1.dfm
来自「delphi6.0 的控件示例」· DFM 代码 · 共 44 行
DFM
44 行
object Form1: TForm1
Left = 236
Top = 423
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #36816#34892#26102#25302#21160#32452#20214
ClientHeight = 324
ClientWidth = 509
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 Button1: TButton
Left = 40
Top = 40
Width = 81
Height = 25
Caption = 'Button1'
TabOrder = 0
end
object Button2: TButton
Left = 40
Top = 72
Width = 81
Height = 25
Caption = 'Button2'
TabOrder = 1
end
object Button3: TButton
Left = 40
Top = 104
Width = 81
Height = 25
Caption = 'Button3'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?