unit1.dfm
来自「用于演示一种应用程序崩溃后自动重启的编程技巧」· DFM 代码 · 共 39 行
DFM
39 行
object Form1: TForm1
Left = 192
Top = 107
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #36864#20986#21518#37325#26032#21551#21160#33258#24049#30340#31034#20363
ClientHeight = 133
ClientWidth = 291
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Button1: TButton
Left = 200
Top = 96
Width = 75
Height = 25
Caption = #37325#26032#21551#21160
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 112
Top = 96
Width = 75
Height = 25
Caption = #27491#24120#36864#20986
TabOrder = 1
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?