unit1.dfm
来自「Delphi商业源码精品:form_easysize」· DFM 代码 · 共 53 行
DFM
53 行
object frm: Tfrm
Left = 192
Top = 133
Width = 544
Height = 375
Caption = #25511#20214#33258#36866#24212#31034#20363' [Delphi'#22253#22320'] http://mydelphi.8u8.com'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 168
Width = 228
Height = 12
Caption = #35831#35843#25972#31383#20307#22823#23567','#26597#30475'Button1 Memo1'#30340#22823#23567
end
object Button1: TButton
Left = 48
Top = 80
Width = 137
Height = 57
Caption = 'Button1'
TabOrder = 0
end
object Memo1: TMemo
Left = 256
Top = 24
Width = 241
Height = 289
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object FormResizer1: TFormResizer
ResizeFonts = True
MinFontSize = 8
MaxFontSize = 48
Left = 96
Top = 40
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?