📄 displayanalog.dfm
字号:
object DisplayAnalogForm: TDisplayAnalogForm
Left = 163
Top = 178
BorderStyle = bsDialog
Caption = #20256#28909#27169#25311#28201#24230#20998#24067#22270
ClientHeight = 341
ClientWidth = 536
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PopupMenu = DisplayAnalogPopupMenu
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object DisplayAnalogChart: TChart
Left = 0
Top = 0
Width = 536
Height = 341
BackWall.Brush.Color = clWhite
BackWall.Brush.Style = bsClear
BottomWall.Color = 16777088
BottomWall.Size = 6
Foot.Alignment = taLeftJustify
Foot.Font.Charset = DEFAULT_CHARSET
Foot.Font.Color = clRed
Foot.Font.Height = -12
Foot.Font.Name = 'Arial'
Foot.Font.Style = [fsItalic]
Foot.Frame.Color = clScrollBar
Foot.Text.Strings = (
''
'')
Foot.Visible = False
LeftWall.Color = 16777088
LeftWall.Size = 5
MarginBottom = 7
MarginLeft = 5
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clGreen
Title.Font.Height = -16
Title.Font.Name = 'Arial'
Title.Font.Style = [fsBold, fsItalic]
Title.Frame.Color = clScrollBar
Title.Text.Strings = (
'')
BottomAxis.Axis.Width = 1
BottomAxis.DateTimeFormat = 'yy-M-d'
BottomAxis.LabelsFont.Charset = DEFAULT_CHARSET
BottomAxis.LabelsFont.Color = clBlue
BottomAxis.LabelsFont.Height = -12
BottomAxis.LabelsFont.Name = 'Arial'
BottomAxis.LabelsFont.Style = []
BottomAxis.LabelStyle = talValue
BottomAxis.Title.Font.Charset = DEFAULT_CHARSET
BottomAxis.Title.Font.Color = clGreen
BottomAxis.Title.Font.Height = -16
BottomAxis.Title.Font.Name = 'Arial'
BottomAxis.Title.Font.Style = [fsBold]
Chart3DPercent = 45
LeftAxis.Axis.Width = 1
LeftAxis.LabelsFont.Charset = DEFAULT_CHARSET
LeftAxis.LabelsFont.Color = clPurple
LeftAxis.LabelsFont.Height = -13
LeftAxis.LabelsFont.Name = 'Arial'
LeftAxis.LabelsFont.Style = []
LeftAxis.Title.Font.Charset = DEFAULT_CHARSET
LeftAxis.Title.Font.Color = clNavy
LeftAxis.Title.Font.Height = -12
LeftAxis.Title.Font.Name = 'Arial'
LeftAxis.Title.Font.Style = [fsBold]
Legend.Alignment = laBottom
Legend.Color = clBlack
Legend.ColorWidth = 16
Legend.Font.Charset = DEFAULT_CHARSET
Legend.Font.Color = clWhite
Legend.Font.Height = -12
Legend.Font.Name = 'Arial'
Legend.Font.Style = [fsItalic]
Legend.ShadowColor = clGray
RightAxis.Visible = False
TopAxis.Visible = False
View3D = False
Align = alClient
BorderWidth = 1
Color = 8454016
TabOrder = 0
object DisplayLineSeries_1: TLineSeries
Marks.ArrowLength = 8
Marks.Frame.Color = 8454143
Marks.Visible = False
SeriesColor = clRed
Title = '1/6H'
LinePen.Color = clRed
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1
YValues.Order = loNone
end
object DisplayLineSeries_2: TLineSeries
Marks.ArrowLength = 8
Marks.Visible = False
SeriesColor = clGreen
Title = '1/3H'
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1
YValues.Order = loNone
end
object DisplayLineSeries_3: TLineSeries
Marks.ArrowLength = 8
Marks.Visible = False
SeriesColor = clYellow
Title = '1/2H'
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1
YValues.Order = loNone
end
object DisplayLineSeries_4: TLineSeries
Marks.ArrowLength = 8
Marks.Visible = False
SeriesColor = clBlue
Title = '2/3H'
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1
YValues.Order = loNone
end
object DisplayLineSeries_5: TLineSeries
Marks.ArrowLength = 8
Marks.Visible = False
SeriesColor = clWhite
Title = '5/6H'
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1
YValues.Order = loNone
end
object DisplayLineSeries_6: TLineSeries
Marks.ArrowLength = 8
Marks.Visible = False
SeriesColor = clFuchsia
Title = '1H'
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1
YValues.Order = loNone
end
end
object DisplayAnalogSaveDialog: TSaveDialog
Left = 48
Top = 56
end
object DisplayAnalogPopupMenu: TPopupMenu
Left = 48
Top = 104
object SavePicture: TMenuItem
Caption = #20445#23384#22270#24418'(&Save Picture)'
OnClick = SavePictureClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -