unit1.dfm
来自「TeeChart图表工具快速入门.rar」· DFM 代码 · 共 51 行
DFM
51 行
object Form1: TForm1
Left = 249
Top = 253
Width = 748
Height = 422
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Chart1: TChart
Left = 120
Top = 32
Width = 400
Height = 250
Title.Text.Strings = (
'TChart')
DepthAxis.Visible = True
DepthTopAxis.Visible = True
TabOrder = 0
PrintMargins = (
15
19
15
19)
object Series1: TBarSeries
Marks.Callout.Brush.Color = clBlack
Marks.Visible = True
Gradient.Direction = gdTopBottom
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Bar'
YValues.Order = loNone
end
end
object BitBtn1: TBitBtn
Left = 552
Top = 144
Width = 75
Height = 25
Caption = 'BitBtn1'
TabOrder = 1
OnClick = BitBtn1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?