unitfrmmain.~dfm
来自「很多 delphi 精彩小例子。供大家参考。」· ~DFM 代码 · 共 52 行
~DFM
52 行
object Form1: TForm1
Left = 98
Top = 107
Width = 496
Height = 193
Caption = #23558#25968#23383#36716#25442#20026#20013#25991#22823#20889
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 Label1: TLabel
Left = 32
Top = 96
Width = 409
Height = 25
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 32
Top = 40
Width = 177
Height = 25
TabOrder = 0
end
object Button1: TButton
Left = 272
Top = 40
Width = 75
Height = 25
Caption = #36716' '#25442' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?