teeedipage.xfm
来自「Delphi的图表开发控件」· XFM 代码 · 共 91 行
XFM
91 行
object FormTeePage: TFormTeePage
Left = 477
Top = 254
ActiveControl = SEPointsPerPage
AutoScroll = False
BorderIcons = [biSystemMenu]
ClientHeight = 175
ClientWidth = 378
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object L17: TLabel
Left = 80
Top = 17
Width = 78
Height = 13
Alignment = taRightJustify
Caption = 'P&oints per Page:'
FocusControl = SEPointsPerPage
end
object LabelPages: TLabel
Left = 256
Top = 125
Width = 3
Height = 13
Alignment = taCenter
end
object SEPointsPerPage: TEdit
Left = 164
Top = 14
Width = 37
Height = 21
HelpContext = 283
TabOrder = 0
Text = '0'
OnChange = SEPointsPerPageChange
end
object CBScaleLast: TCheckBox
Left = 80
Top = 65
Width = 161
Height = 17
HelpContext = 416
Caption = '&Scale Last Page'
TabOrder = 1
OnClick = CBScaleLastClick
end
object UDPointsPerPage: TUpDown
Left = 201
Top = 14
Width = 15
Height = 21
HelpContext = 283
Associate = SEPointsPerPage
Max = 32000
TabOrder = 2
end
object CBPageLegend: TCheckBox
Left = 80
Top = 42
Width = 161
Height = 17
HelpContext = 344
Caption = '&Current page Legend'
TabOrder = 3
OnClick = CBPageLegendClick
end
object ChartPageNavigator1: TChartPageNavigator
Left = 80
Top = 120
Width = 168
Height = 25
HelpContext = 1488
TabOrder = 4
OnButtonClicked = ChartPageNavigator1ButtonClicked
end
object CBPageNum: TCheckBox
Left = 80
Top = 88
Width = 161
Height = 17
HelpContext = 1693
Caption = 'Show &Page Number'
TabOrder = 5
OnClick = CBPageNumClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?