📄 unit2.dfm
字号:
object Form2: TForm2
Left = 122
Top = 110
Width = 440
Height = 330
Caption = 'Form2'
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Chart1: TChart
Left = 16
Top = 8
Width = 400
Height = 250
AllowPanning = pmNone
BackWall.Brush.Color = clWhite
Foot.Frame.Visible = False
Title.Frame.Visible = False
Title.Text.Strings = (
'TChart')
Chart3DPercent = 35
Zoom.Allow = False
TabOrder = 0
object Series1: TLineSeries
ColorEachPoint = True
Marks.Callout.Brush.Color = clBlack
Marks.Style = smsValue
Marks.Visible = False
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Y'
YValues.Order = loNone
end
object Series2: TLineSeries
ColorEachPoint = True
Marks.Callout.Brush.Color = clBlack
Marks.Style = smsValue
Marks.Visible = False
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Y'
YValues.Order = loNone
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -