fmmain.dfm
来自「多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术」· DFM 代码 · 共 53 行
DFM
53 行
object Form1: TForm1
Left = 218
Top = 187
Width = 599
Height = 387
Caption = 'Form1'
Color = clBtnFace
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #26032#32048#26126#39636
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Button1: TButton
Left = 8
Top = 304
Width = 145
Height = 41
Caption = 'Create TEdit'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 304
Width = 145
Height = 41
Caption = 'Create TButton'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 312
Top = 304
Width = 137
Height = 41
Caption = 'Create TListBox'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 456
Top = 304
Width = 121
Height = 41
Caption = 'Create TMemo'
TabOrder = 3
OnClick = Button4Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?