uoptionspage.dfm
来自「FMA is a free1 powerful phone editing to」· DFM 代码 · 共 44 行
DFM
44 行
object frmOptionsPage: TfrmOptionsPage
Left = 516
Top = 215
ActiveControl = btnPageOK
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 65
ClientWidth = 221
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
221
65)
PixelsPerInch = 96
TextHeight = 13
object btnPageOK: TTntButton
Left = 64
Top = 32
Width = 69
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
TabOrder = 0
OnClick = btnPageOKClick
end
object btnPageCancel: TTntButton
Left = 144
Top = 32
Width = 69
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?