fmdemomain.~dfm
来自「这是不可多得的源代码」· ~DFM 代码 · 共 61 行
~DFM
61 行
object Form1: TForm1
Left = 155
Top = 216
Width = 627
Height = 312
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 Memo1: TMemo
Left = 0
Top = 0
Width = 619
Height = 232
Align = alClient
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 232
Width = 619
Height = 53
Align = alBottom
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
object Edit1: TEdit
Left = 8
Top = 13
Width = 393
Height = 24
TabOrder = 0
end
object Button1: TButton
Left = 408
Top = 8
Width = 193
Height = 41
Caption = 'Run'
TabOrder = 1
OnClick = Button1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?