📄 tstickyoptionsframeunitunit.dfm
字号:
object StickyOptionsFrame: TStickyOptionsFrame
Left = 0
Top = 0
Width = 352
Height = 162
TabOrder = 0
OnEnter = UpdateState
object POptionsGroup: TGroupBox
Left = 0
Top = 0
Width = 352
Height = 162
Align = alClient
Caption = ' Sticky options:'
TabOrder = 0
object PDateCheck: TCheckBox
Left = 16
Top = 32
Width = 73
Height = 17
Anchors = [akLeft]
Caption = 'Date:'
TabOrder = 0
OnClick = PDateCheckClick
end
object PRevisionCheck: TCheckBox
Left = 16
Top = 64
Width = 81
Height = 17
Anchors = [akLeft]
Caption = 'Revision:'
TabOrder = 2
OnClick = PRevisionCheckClick
end
object PTagCheck: TCheckBox
Left = 16
Top = 96
Width = 81
Height = 17
Anchors = [akLeft]
Caption = 'Tag:'
TabOrder = 4
OnClick = PTagCheckClick
end
object PRecentCheck: TCheckBox
Left = 16
Top = 128
Width = 255
Height = 17
Anchors = [akLeft]
Caption = 'If no matching revision is found, use most recent'
TabOrder = 6
end
object PDateEdit: TComboBox
Left = 100
Top = 30
Width = 236
Height = 21
Anchors = [akLeft, akRight]
ItemHeight = 13
TabOrder = 1
end
object PRevisionEdit: TComboBox
Left = 100
Top = 62
Width = 236
Height = 21
Anchors = [akLeft, akRight]
ItemHeight = 13
TabOrder = 3
end
object PTagEdit: TComboBox
Left = 100
Top = 94
Width = 236
Height = 21
Anchors = [akLeft, akRight]
ItemHeight = 13
TabOrder = 5
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -