📄 unit7.dfm
字号:
object FormPageProperties: TFormPageProperties
Left = 352
Top = 280
BorderStyle = bsDialog
Caption = 'Page Properties'
ClientHeight = 261
ClientWidth = 217
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 20
Height = 13
Caption = 'Title'
end
object ButtonOK: TButton
Left = 55
Top = 228
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object ButtonCancel: TButton
Left = 135
Top = 228
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object EditTile: TEdit
Left = 8
Top = 24
Width = 201
Height = 21
TabOrder = 0
end
object GroupBoxColors: TGroupBox
Left = 8
Top = 56
Width = 201
Height = 161
Caption = 'Default colors'
TabOrder = 1
object ButtonText: TButton
Left = 16
Top = 24
Width = 75
Height = 25
Caption = 'Text'
TabOrder = 0
OnClick = ButtonTextClick
end
object ButtonLink: TButton
Left = 16
Top = 56
Width = 75
Height = 25
Caption = 'Link'
TabOrder = 2
OnClick = ButtonLinkClick
end
object ButtonVisitedLink: TButton
Left = 16
Top = 88
Width = 75
Height = 25
Caption = 'Visited Link'
TabOrder = 4
OnClick = ButtonVisitedLinkClick
end
object PanelText: TPanel
Left = 104
Top = 24
Width = 75
Height = 25
TabOrder = 1
end
object PanelLink: TPanel
Left = 104
Top = 56
Width = 75
Height = 25
TabOrder = 3
end
object PanelVisitedLink: TPanel
Left = 104
Top = 88
Width = 75
Height = 25
TabOrder = 5
end
object ButtonActiveLink: TButton
Left = 16
Top = 120
Width = 75
Height = 25
Caption = 'Active Link'
TabOrder = 6
OnClick = ButtonActiveLinkClick
end
object PanelActiveLink: TPanel
Left = 104
Top = 120
Width = 75
Height = 25
TabOrder = 7
end
end
object ColorDialog1: TColorDialog
Left = 16
Top = 224
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -